blender/source/gameengine/BlenderRoutines
Jörg Müller 986267300b Audaspace: Moving audaspace 1.3 into extern.
Deleting the old internal audaspace.

Major changes from there are:
- The whole library was refactored to use C++11.
- Many stability and performance improvements.
- Major Python API refactor:
 - Most requested: Play self generated sounds using numpy arrays.
 - For games: Sound list, random sounds and dynamic music.
 - Writing sounds to files.
 - Sequencing API.
 - Opening sound devices, eg. Jack.
- Ability to choose different OpenAL devices in the user settings.
2017-08-18 08:24:12 +02:00
..
BL_KetsjiEmbedStart.cpp Audaspace: Moving audaspace 1.3 into extern. 2017-08-18 08:24:12 +02:00
BL_System.cpp style cleanup: follow style guide for/with/if spacing 2012-03-24 07:52:14 +00:00
BL_System.h use __ prefix on header guards to avoid mixing up defines with api functions / classes. 2012-02-23 10:41:31 +00:00
CMakeLists.txt Audaspace: Moving audaspace 1.3 into extern. 2017-08-18 08:24:12 +02:00
KX_BlenderCanvas.cpp Main Workspace Integration 2017-06-01 19:59:37 +02:00
KX_BlenderCanvas.h BGE: Save screenshots in a different thread 2015-11-24 09:15:15 +01:00
KX_BlenderInputDevice.cpp remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
KX_BlenderInputDevice.h Fix T38110: GameEngine keyboard sensor ignores unicode characters 2014-01-23 14:58:04 +11:00
KX_BlenderKeyboardDevice.cpp Fix T38110: GameEngine keyboard sensor ignores unicode characters 2014-01-23 14:58:04 +11:00
KX_BlenderKeyboardDevice.h Fix T38110: GameEngine keyboard sensor ignores unicode characters 2014-01-23 14:58:04 +11:00
KX_BlenderMouseDevice.cpp Fix T38110: GameEngine keyboard sensor ignores unicode characters 2014-01-23 14:58:04 +11:00
KX_BlenderMouseDevice.h Fix T38110: GameEngine keyboard sensor ignores unicode characters 2014-01-23 14:58:04 +11:00
KX_BlenderSystem.cpp code cleanup: check for msvc directly when using warning pragma's. 2012-10-15 02:15:07 +00:00
KX_BlenderSystem.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00