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
3,308 additions
and 416 deletions.
- +22 −1 premake5.lua
- +2,591 −122 src/audio/AudioLogic.cpp
- +107 −11 src/audio/AudioManager.h
- +477 −251 src/audio/AudioSamples.h
- +3 −3 src/audio/soundlist.h
- +4 −3 src/control/Pickups.cpp
- +6 −4 src/control/Replay.cpp
- +2 −1 src/control/Replay.h
- +16 −10 src/control/Script.cpp
- +1 −1 src/core/Cam.cpp
- +6 −1 src/core/Pad.cpp
- +2 −0 src/core/config.h
- +47 −0 src/fakerw/fake.cpp
- +15 −1 src/peds/Ped.cpp
- +2 −1 src/peds/Ped.h
- +2 −2 src/peds/PedAttractor.cpp
- +1 −0 src/peds/PlayerPed.cpp
- +1 −1 src/render/Fluff.cpp
- +1 −1 src/vehicles/Bike.cpp
- +2 −2 src/vehicles/Boat.cpp
There are no files selected for viewing
Oops, something went wrong.