Commit Graph

62 Commits

Author SHA1 Message Date
Murat Suri 83a61f0494 * Unify AudioSource creation (Code were unreadable) 2011-06-05 13:51:50 +00:00
Murat Suri c0d73de948 * When you disable ogg now vorbis/ogg projects are excluded also the Ogg source files are excluded 2011-06-05 12:35:14 +00:00
Murat Suri e637c2eba2 * Clean cPluginManager (remove obsolete defs, add error retrieval)
* Prefix mp3Decoder with cAp_ (for cAudioPlugin) so it gets auto loaded
2011-06-05 11:26:07 +00:00
Murat Suri 02fc3f80ac * Add initial C# wrapper version 2011-06-02 22:26:29 +00:00
Murat Suri f6dc2e6a5e * Move static helper functions into cAudio header (this increase maintainability) 2011-06-02 20:26:02 +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 4727870351 * Init version of new Threading system (next: make threading a runtime option instead of a compile time option) 2011-05-29 20:32:21 +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 7d1c0d65fd Murat Sari's Fix 2011-05-22 21:00:49 +00:00
Raynaldo Rivera ec9c8485a5 Patched cAudio using nalins patch for unicode support. 2011-05-19 04:36:14 +00:00
Raynaldo Rivera 68df33ca10 Uploading new structure of cAudio using wolfmanfx's cmake system 2011-05-19 04:24:29 +00:00