This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
156 additions
and 6 deletions.
- +3 −0 src/animation/AnimBlendAssociation.h
- +3 −0 src/animation/AnimBlendHierarchy.h
- +3 −0 src/animation/AnimBlendNode.h
- +5 −1 src/audio/AudioCollision.h
- +4 −0 src/audio/AudioManager.h
- +4 −1 src/control/AutoPilot.h
- +2 −0 src/control/Garages.h
- +7 −0 src/control/PathFind.h
- +2 −0 src/control/Phones.h
- +2 −0 src/control/Pickups.h
- +3 −0 src/control/Replay.h
- +6 −0 src/core/Camera.h
- +3 −0 src/core/CdStream.cpp
- +2 −1 src/core/CdStream.h
- +4 −1 src/core/Placeable.h
- +3 −0 src/core/PlayerInfo.h
- +2 −0 src/core/Wanted.h
- +4 −0 src/core/World.h
- +4 −0 src/core/common.h
- +3 −0 src/entities/Building.h
- +3 −0 src/entities/Dummy.h
- +3 −0 src/entities/Entity.h
- +3 −0 src/entities/Physical.h
- +3 −0 src/entities/Treadable.h
- +2 −0 src/modelinfo/BaseModelInfo.h
- +3 −0 src/modelinfo/ClumpModelInfo.h
- +3 −0 src/modelinfo/SimpleModelInfo.h
- +3 −0 src/modelinfo/TimeModelInfo.h
- +3 −0 src/modelinfo/VehicleModelInfo.h
- +3 −0 src/objects/DummyObject.h
- +3 −0 src/objects/Object.h
- +3 −0 src/peds/DummyPed.h
- +3 −0 src/peds/PedIK.h
- +3 −0 src/render/2dEffect.h
- +3 −0 src/render/Coronas.h
- +2 −0 src/render/Glass.h
- +3 −1 src/render/Particle.h
- +5 −1 src/render/ParticleMgr.h
- +11 −0 src/render/Shadows.h
- +2 −0 src/skel/win/win.cpp
- +3 −0 src/text/Text.h
- +2 −0 src/vehicles/Automobile.h
- +2 −0 src/vehicles/Boat.h
- +2 −0 src/vehicles/Cranes.h
- +3 −0 src/vehicles/Heli.h
- +3 −0 src/vehicles/Plane.h
- +3 −0 src/vehicles/Train.h
- +2 −0 src/vehicles/Vehicle.h
There are no files selected for viewing
Oops, something went wrong.