Commit Graph

11 Commits

Author SHA1 Message Date
ottona a5db74568f towards win buildability 2022-08-18 15:35:37 +02:00
Arthur Danskin 36943a1885 add static source type, various bug and compiler error/warning fixes 2015-09-27 15:11:51 -07:00
Raynaldo Rivera fadc71272b Fixed compiling issue on windows concerning cAudioString 2014-09-01 23:06:18 -07:00
John Norman de42f649c4 Fixed compilation on non-Windows platforms. 2012-07-09 18:44:14 -07:00
John Norman 6e02974b10 Fixed unicode support. 2012-07-04 11:08:23 -07:00
Murat Suri a0f360c86c * Fix c# string issues 2011-06-25 22:46:38 +00:00
Murat Suri 3e6ad2abe0 * Update C# binding
* Update IAudioManager simplify the playback of 2D/3D audio
2011-06-24 21:29:18 +00:00
Murat Suri 3e062d42ca * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build)
* Modify license headers to reflect new copyrights
2011-06-02 19:59:20 +00:00
Murat Suri f3cee669d5 * Use "#pragma once" instead ordinary include guards
* Remove redundant mutex locking in DecoderFactories (the access is already locked by the callee)
2011-05-29 18:33:24 +00:00
Murat Suri 21ab759676 * Fix OpenAL detection on OSX (this do not work for iOS atm)
* Fix samples on OSX
* Fix compile errors on non Windows machine for cAudioString
2011-05-29 09:47:42 +00:00
Raynaldo Rivera ec9c8485a5 Patched cAudio using nalins patch for unicode support. 2011-05-19 04:36:14 +00:00