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
508 additions
and 271 deletions.
- +1 −1 CMakeLists.txt
- +2 −3 src/CMakeLists.txt
- +5 −5 src/animation/CutsceneMgr.cpp
- +1 −1 src/audio/DMAudio.cpp
- +5 −5 src/collision/Collision.cpp
- +1 −1 src/control/Bridge.cpp
- +3 −3 src/control/CarAI.cpp
- +5 −5 src/control/CarCtrl.cpp
- +2 −2 src/control/Darkel.cpp
- +2 −2 src/control/GameLogic.cpp
- +6 −6 src/control/Garages.cpp
- +2 −2 src/control/Phones.cpp
- +5 −5 src/control/Pickups.cpp
- +7 −7 src/control/Record.cpp
- +4 −4 src/control/Replay.cpp
- +3 −3 src/control/RoadBlocks.cpp
- +1 −2 src/control/Script.cpp
- +9 −9 src/control/TrafficLights.cpp
- +1 −1 src/core/Cam.cpp
- +6 −6 src/core/Camera.cpp
- +1 −1 src/core/Camera.h
- +1 −1 src/core/CdStreamPosix.cpp
- +4 −4 src/core/FileLoader.cpp
- +3 −3 src/core/Frontend.cpp
- +22 −3 src/core/Game.cpp
- +4 −2 src/core/Game.h
- +8 −3 src/core/Placeable.h
- +4 −4 src/core/PlayerInfo.cpp
- +3 −3 src/core/Pools.cpp
- +6 −4 src/core/Timer.cpp
- +4 −2 src/core/Timer.h
- +4 −4 src/core/World.cpp
- +2 −2 src/core/ZoneCull.cpp
- +2 −2 src/core/Zones.cpp
- +54 −19 src/core/main.cpp
- +16 −5 src/entities/Entity.cpp
- +2 −1 src/entities/Entity.h
- +6 −6 src/entities/Physical.cpp
- +144 −9 src/math/Matrix.cpp
- +24 −8 src/math/Matrix.h
- +10 −1 src/math/Vector.cpp
- +3 −2 src/math/Vector.h
- +2 −2 src/objects/CutsceneHead.cpp
- +2 −2 src/objects/ParticleObject.cpp
- +2 −2 src/peds/CopPed.cpp
- +15 −15 src/peds/Ped.cpp
- +4 −4 src/peds/PedAI.cpp
- +2 −2 src/peds/PlayerPed.cpp
- +3 −3 src/peds/Population.cpp
- +2 −2 src/render/Clouds.cpp
- +2 −2 src/render/Coronas.cpp
- +5 −5 src/render/Fluff.cpp
- +2 −2 src/render/Particle.cpp
- +1 −1 src/render/Renderer.cpp
- +5 −5 src/render/Rubbish.cpp
- +3 −3 src/render/SpecialFX.cpp
- +3 −3 src/render/SpecialFX.h
- +2 −2 src/render/WaterCannon.cpp
- +3 −3 src/render/Weather.cpp
- +1 −1 src/rw/RwHelper.cpp
- +28 −27 src/vehicles/Automobile.cpp
- +3 −3 src/vehicles/Boat.cpp
- +3 −3 src/vehicles/Heli.cpp
- +5 −5 src/vehicles/Plane.cpp
- +4 −4 src/vehicles/Train.cpp
- +3 −3 src/weapons/Explosion.cpp
- +2 −2 src/weapons/ShotInfo.cpp
- +3 −3 src/weapons/Weapon.cpp
There are no files selected for viewing
Oops, something went wrong.