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.
Browse files
Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami
- Loading branch information
Showing
with
637 additions
and 168 deletions.
- +1 −1 README.md
- +3 −0 premake5.lua
- +1 −0 src/animation/AnimManager.h
- +2 −2 src/audio/AudioLogic.cpp
- +5 −1 src/audio/AudioManager.cpp
- +2 −2 src/audio/AudioManager.h
- +5 −5 src/audio/sampman_null.cpp
- +6 −0 src/control/Garages.cpp
- +1 −0 src/control/Garages.h
- +430 −119 src/control/Replay.cpp
- +108 −19 src/control/Replay.h
- +1 −5 src/control/Script.cpp
- +3 −1 src/core/CdStream.cpp
- +4 −0 src/core/EventList.cpp
- +12 −0 src/core/Radar.cpp
- +2 −2 src/core/timebars.cpp
- +2 −2 src/core/timebars.h
- +4 −0 src/render/Particle.cpp
- +8 −0 src/render/WaterLevel.cpp
- +16 −1 src/skel/win/win.cpp
- +4 −0 src/vehicles/Boat.cpp
- +3 −3 src/vehicles/CarGen.cpp
- +2 −0 src/vehicles/DamageManager.cpp
- +10 −4 src/weapons/Explosion.cpp
- +1 −0 src/weapons/Explosion.h
- +1 −1 vendor/opusfile
There are no files selected for viewing
Oops, something went wrong.