Serious-Engine/Sources/Engine/Sound
Steven Chamberlain 3adda272b7 Fix pointer truncation on 64-bit
Use size_t instead of int for arithmetic on pointers, to avoid

truncation on ILP64 architectures (like amd64).
2016-04-04 22:09:51 -04:00
..
al_functions.h Add GPL header to files 2016-03-11 18:20:51 -06:00
DSOUND.H Uploading full engine sources 2016-03-11 15:57:17 +02:00
eax.h Add GPL header to files 2016-03-11 18:20:51 -06:00
ov_functions.h Engine: Return dynamic vorbisfile library loading. 2016-04-03 23:45:57 +03:00
SoundData.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
SoundData.h Add GPL header to files 2016-03-11 18:20:51 -06:00
SoundDecoder.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-04 02:41:23 -04:00
SoundDecoder.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
SoundLibrary.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
SoundLibrary.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
SoundListener.h Add GPL header to files 2016-03-11 18:20:51 -06:00
SoundMixer.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
SoundMixer386.asm First attempt to hand-merge Ryan's Linux and Mac OS X port. 2016-03-28 23:46:13 -04:00
SoundObject.cpp Fix pointer truncation on 64-bit 2016-04-04 22:09:51 -04:00
SoundObject.h Add GPL header to files 2016-03-11 18:20:51 -06:00
SoundProfile.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
SoundProfile.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Wave.cpp Patched to compile on Linux, and cleaned out almost all compiler warnings. 2016-04-04 02:34:07 -04:00
Wave.h Patched to compile on Linux, and cleaned out almost all compiler warnings. 2016-04-04 02:34:07 -04:00