-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGES
More file actions
26 lines (23 loc) · 669 Bytes
/
CHANGES
File metadata and controls
26 lines (23 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
OgreAL Changelog
-----------------
0.2
* Conformed to Ogre coding guidelines
* Seperated Sounds and SoundStreams
* Added X-RAM support !! Completely Untested !!
* Added Multi-Channel support
* Exposed all OpenAL options and states
* Grouped similar state setting method calls
* Cleaned up the shutdown procedure to remove leaks
* Updated Package structure and dependencies
* Updated API documentation
* Added Code::Blocks project files
* Added licensing info
* Added Directional Sound Demo
* Added Doppler Demo
* Added Multi-Channel Demo
0.1.1
* Added Linux makefiles
* Added Visual Studio 7.1 project files
* Tweaked code to build under Linux
0.1
* Initial Release