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
8,940 additions
and 5,955 deletions.
- +1 −3 .appveyor.yml
- +2 −0 premake5.lua
- +3,077 −2,160 src/audio/AudioManager.cpp
- +222 −67 src/audio/AudioManager.h
- +3,059 −3,171 src/audio/AudioSamples.h
- +1 −1 src/audio/DMAudio.cpp
- +2 −2 src/audio/DMAudio.h
- +90 −92 src/audio/MusicManager.cpp
- +13 −234 src/audio/MusicManager.h
- +228 −0 src/audio/audio_enums.h
- +7 −7 src/control/GameLogic.cpp
- +3 −3 src/control/Replay.cpp
- +6 −6 src/control/Script.cpp
- +2 −0 src/core/ControllerConfig.h
- +2 −3 src/core/CutsceneMgr.cpp
- +1 −1 src/core/FileLoader.h
- +3 −4 src/core/Frontend.cpp
- +3 −0 src/core/Game.cpp
- +2 −0 src/core/Lists.h
- +0 −26 src/core/Messages.cpp
- +0 −56 src/core/Messages.h
- +16 −2 src/core/RwTexRead.cpp
- +0 −2 src/core/User.cpp
- +2 −6 src/core/User.h
- +10 −12 src/core/common.h
- +1 −0 src/core/config.h
- +2 −0 src/core/re3.cpp
- +17 −15 src/math/Matrix.h
- +0 −10 src/math/math.cpp
- +6 −0 src/modelinfo/ModelIndices.cpp
- +1 −1 src/modelinfo/ModelIndices.h
- +518 −13 src/peds/Ped.cpp
- +6 −3 src/peds/Ped.h
- +5 −5 src/peds/PedIK.cpp
- +5 −4 src/peds/PedIK.h
- +2 −1 src/render/Hud.cpp
- +12 −3 src/render/Particle.cpp
- +3 −0 src/render/Particle.h
- +297 −1 src/render/SpecialFX.cpp
- +47 −1 src/render/SpecialFX.h
- +17 −11 src/render/VisibilityPlugins.cpp
- +2 −0 src/render/WaterCannon.cpp
- +17 −1 src/render/WaterCannon.h
- +2 −2 src/skel/win/win.cpp
- +1 −0 src/skel/win/win.h
- +835 −0 src/text/Messages.cpp
- +69 −0 src/text/Messages.h
- +194 −0 src/text/Pager.cpp
- +28 −0 src/text/Pager.h
- +64 −21 src/{core → text}/Text.cpp
- +5 −2 src/{core → text}/Text.h
- +0 −1 src/vehicles/Vehicle.cpp
- +2 −2 src/vehicles/Vehicle.h
- +10 −0 src/weapons/CProjectileInfo.cpp
- +20 −0 src/weapons/CProjectileInfo.h
There are no files selected for viewing
Oops, something went wrong.