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
1,236 additions
and 973 deletions.
- +2 −0 .gitattributes
- +1 −1 README.md
- +329 −326 premake5.lua
- +2 −2 src/audio/AudioCollision.cpp
- +347 −347 src/audio/AudioLogic.cpp
- +2 −2 src/audio/AudioManager.cpp
- +1 −1 src/audio/AudioManager.h
- +62 −64 src/audio/MusicManager.cpp
- +1 −1 src/audio/PoliceRadio.cpp
- +1 −1 src/audio/audio_enums.h
- +66 −66 src/audio/sampman.h
- +29 −29 src/audio/sampman_miles.cpp
- +5 −5 src/audio/sampman_null.cpp
- +35 −35 src/audio/sampman_oal.cpp
- +6 −0 src/control/Garages.cpp
- +8 −8 src/control/Replay.cpp
- +1 −1 src/control/Script.cpp
- +4 −4 src/core/Camera.cpp
- +3 −1 src/core/CdStream.cpp
- +85 −36 src/core/Frontend.cpp
- +13 −0 src/core/Frontend_PS2.cpp
- +23 −0 src/core/Frontend_PS2.h
- +12 −0 src/core/Radar.cpp
- +3 −0 src/core/common.h
- +3 −3 src/core/config.h
- +3 −1 src/core/main.cpp
- +2 −1 src/core/re3.cpp
- +4 −0 src/render/Coronas.cpp
- +6 −6 src/render/Credits.cpp
- +11 −0 src/render/Draw.cpp
- +2 −2 src/render/Font.cpp
- +29 −18 src/render/Hud.cpp
- +108 −9 src/skel/glfw/glfw.cpp
- +20 −1 src/skel/win/win.cpp
- +2 −0 src/vehicles/DamageManager.cpp
- +3 −0 src/weapons/Weapon.cpp
- +1 −1 vendor/opus
- +1 −1 vendor/opusfile
There are no files selected for viewing
| @@ -0,0 +1,2 @@ | |||
| sdk/* linguist-vendored | |||
| vendor/* linguist-vendored | |||
Oops, something went wrong.