Commit Graph

173 Commits

Author SHA1 Message Date
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
Murat Suri 5a3c363c4c * Change forum URL (test svn commit rights) 2011-05-27 15:46:08 +00:00
Raynaldo Rivera 20e7e62784 Last fix 2011-05-22 22:05:33 +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
Raynaldo Rivera 6dde5fd37e Clearing The cAudio trunk for the new cmake 2011-05-19 04:17:47 +00:00
Raynaldo Rivera 0c9ae2fc36 Fixed a bug that would cause a crash when ever a audio listener would be added and or removed. 2010-08-20 02:52:36 +00:00
Joshua Jones 12bed3d337 Removed relative paths from includes. 2010-03-25 03:51:50 +00:00
Joshua Jones 4c7ddc0cba Added a constructor that will accept a pointer to a float array. 2010-03-23 00:04:16 +00:00
Raynaldo Rivera bbc914109f Fixed the linux make file and the codeblocks project file to both copy the lib files into the /lib/ directory. 2010-03-17 01:12:57 +00:00
Raynaldo Rivera 09134ef6c9 Fixed the plugins make file for linux to fix a issue with them not compiling on 64bit machines 2010-03-16 17:59:38 +00:00
Raynaldo Rivera d447e8d676 Updated the eaxLegacy plugin fixed error in makefile that saved the plugin as a .o instead of .so 2010-03-16 03:22:05 +00:00
Raynaldo Rivera 77874bacf5 Fixed another error in the linux make file that prevented from compiling 2010-03-16 03:17:17 +00:00
Raynaldo Rivera 96655daa81 Changed version number on linux make file to 2.1.0 2010-03-16 03:16:00 +00:00
Raynaldo Rivera 97c186502f Fixed makefile in mp3Decoder error that prevented it from compiling 2010-03-16 03:13:11 +00:00
Raynaldo Rivera 9527ef386c Removed old file.o from makefile 2010-03-16 02:58:52 +00:00
Raynaldo Rivera 1ee6cb10e9 Updated codeblocks project 2010-03-16 02:34:50 +00:00
Joshua Jones ed4f7296c2 Updated readme file for the next release. 2010-03-16 02:13:00 +00:00
Joshua Jones 5d3848dc94 Listener uses const references now... 2010-03-16 01:41:57 +00:00
Raynaldo Rivera 6aa25ad03d File changes. 2010-03-16 01:38:24 +00:00
Raynaldo Rivera d87d8fc969 Added all the osx project files for each example. 2010-03-16 01:32:42 +00:00
Joshua Jones 7162b832ec Committing again, this time with pre-process turned off 2010-03-16 01:29:28 +00:00
Joshua Jones 894bd83613 Updated doxygen configuration for new release. 2010-03-16 01:27:06 +00:00
Joshua Jones 3b8704444a Comments and documentation.
Incremented the version in preparation for the next release.
2010-03-16 01:11:08 +00:00
Raynaldo Rivera 6fac7af3ed Added mac project files for the plugins. Fixed the cAudioDefines to allow for normal std use on mac and iphone. Added new files to mac project file and iphone project file. 2010-03-15 23:12:21 +00:00
Joshua Jones ff7b993ab0 Changes to STL containers to use typedefs, allowing rerouting of allocations to be disabled on platforms that may not support it (gcc 4.2). 2010-03-14 22:58:03 +00:00
Joshua Jones f7bbd9f0f9 More changes to the cSTLAllocator for mac os x compatibility. 2010-03-14 00:01:23 +00:00
Raynaldo Rivera dfef14e5f7 Fixed the >>> needing to be > > > error with mac as well has fixed the size_t undeclared error. 2010-03-13 23:09:59 +00:00
Joshua Jones 3bae1bc4db Change that hopefully will fix compile issues with cSTLAllocator on Mac OS X 2010-03-13 22:51:26 +00:00
Joshua Jones 849ba95609 Added an optional memory tracker (disabled by default) for detecting memory leaks and tracking allocations in the library. 2010-03-09 04:40:27 +00:00
Joshua Jones d5c5846d71 Added custom memory manager. Actually added the darn files this time... 2010-03-08 05:27:02 +00:00
Joshua Jones befd5f5821 Added custom memory manager. 2010-03-08 04:56:56 +00:00
Raynaldo Rivera e2ea295b7c Took out the link to the vorbis enc cutting the generated cAudio lib in half. 2010-03-08 04:40:28 +00:00
Raynaldo Rivera 05d989eef2 Took out the linking to voribisenc that we did not use cutting the link size by half. 2010-03-08 04:29:30 +00:00
Joshua Jones 2954c370a5 Removed an unnecessary inclusion of the encoding lib for ogg/vorbis which effectively doubled the library size. 2010-03-05 01:55:34 +00:00
Joshua Jones 1e2fe1c54c Added additional defines for more control of which components are compiled into the library (for embedded platforms like the IPhone). 2010-03-05 01:52:25 +00:00
Raynaldo Rivera 199b10fe0d Uploaded the arm version of libvorbis.a. Correcting a issue with cAudio only working on the simulator. 2010-03-02 01:53:15 +00:00
Joshua Jones 3d6d81a80a Added a more specific define to disable just dynamic linking of plugins. 2010-02-28 01:51:58 +00:00
Raynaldo Rivera 2b996ab467 Fixed the osx and iphone project file so the main directory doesn't get a annoying build folder. 2010-02-28 01:23:49 +00:00
Raynaldo Rivera d0eab76535 Added the mac osx support project and the needed dependencies to compile it. Also modified the cAudioDefines to remove efx from the project as mac doesn't seem to support it. 2010-02-28 01:18:50 +00:00
Joshua Jones ad9b3de527 Fixed a bug that would prevent the lib from compiling if the plugin system was activated. 2010-02-28 00:07:48 +00:00
Raynaldo Rivera 8df1f9a0e6 Added project build for iphone as well has the lib needed to compile successfully. 2010-02-28 00:05:30 +00:00
Joshua Jones 97c7135bbc Added the ability to disable the plugin system with a define. 2010-02-27 23:58:18 +00:00
Joshua Jones 7d29b49a29 Reorganized cAudioDefines.h into sections based on platform, allowing for different configs based on what a platform supports (ie, IPhone has no support for dynamic libs, EFX, and some other things should be off) 2010-02-27 23:24:11 +00:00
Joshua Jones 51e11d93b9 Added IPhone platform define 2010-02-27 22:17:03 +00:00
Raynaldo Rivera fcde0271a4 Added a vorbis close_func callback to prevent crashing on iphone devices using the tremor vorbis library. 2010-02-27 20:51:05 +00:00