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 'master' into opus
# Conflicts: # eax/eax.h # premake5.lua # src/audio/oal/stream.cpp
- Loading branch information
Showing
with
379 additions
and 380 deletions.
- +2 −7 eax/eax.h
- +17 −7 premake5.lua
- +321 −317 src/audio/AudioLogic.cpp
- +2 −2 src/audio/AudioManager.cpp
- +1 −1 src/audio/AudioManager.h
- +2 −2 src/audio/oal/channel.cpp
- +0 −1 src/audio/oal/channel.h
- +1 −0 src/audio/oal/oal_utils.cpp
- +0 −1 src/audio/oal/oal_utils.h
- +2 −2 src/audio/oal/stream.cpp
- +0 −1 src/audio/oal/stream.h
- +1 −1 src/control/Script.cpp
- +0 −5 src/core/config.h
- +4 −4 src/core/main.cpp
- +4 −4 src/skel/glfw/glfw.cpp
- +1 −1 src/skel/platform.h
- +7 −7 src/skel/skeleton.cpp
- +9 −9 src/skel/skeleton.h
- +4 −4 src/skel/win/win.cpp
- +1 −1 src/vehicles/Cranes.cpp
- +0 −3 src/vehicles/Vehicle.h