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,398 additions
and 293 deletions.
- +1 −0 premake5.lua
- +1 −1 src/animation/AnimBlendSequence.h
- +1,107 −240 src/audio/AudioManager.cpp
- +98 −32 src/audio/AudioManager.h
- +129 −1 src/audio/AudioSamples.h
- +7 −7 src/audio/DMAudio.h
- +20 −2 src/audio/SampleManager.cpp
- +8 −0 src/audio/SampleManager.h
- +2 −2 src/control/Replay.cpp
- +1 −0 src/core/Camera.h
- +1 −1 src/core/FileLoader.cpp
- +5 −5 src/core/common.h
- +2 −2 src/entities/Entity.cpp
- +16 −0 src/vehicles/Vehicle.h
There are no files selected for viewing
Oops, something went wrong.