Commit graph

41 commits

Author SHA1 Message Date
Brian Matzon
a7d1580aa3 mod: AL shouldn't have EAX constants 2002-09-02 18:01:31 +00:00
Brian Matzon
854bc9579d fix: updated to reflect moving of EAX stuff to eax subpackage 2002-09-02 13:09:20 +00:00
Brian Matzon
05b4611a4d mod: moved to eax subpackage 2002-09-02 13:07:48 +00:00
Brian Matzon
03dfdf5f70 add: small output line to tell that EAX is possible 2002-08-30 22:15:57 +00:00
Brian Matzon
7a2acd569d fix: actually set Listener & Buffer GUID's 2002-08-30 21:45:48 +00:00
Brian Matzon
9ecf595bd4 add: first stab at EAX support 2002-08-30 21:30:40 +00:00
Brian Matzon
443748072b fix: constants cleanup 2002-08-30 21:29:23 +00:00
Brian Matzon
bc6775e314 mov: renamed to BaseEAXConstants.java 2002-08-29 14:06:44 +00:00
Brian Matzon
c18e8bd28a fix: now using Int- & Float- Buffers
fix: to small iteration when unqueing buffers
fix: nulling of buffer
2002-08-29 12:44:32 +00:00
Brian Matzon
7bd04b6719 add: finished full automated tests 2002-08-29 02:00:49 +00:00
Brian Matzon
cdf484cc11 add: added EnumerationValue test 2002-08-29 01:49:25 +00:00
Brian Matzon
1768d24a38 add: Queue test added 2002-08-29 01:45:44 +00:00
Brian Matzon
f85aaf6b01 fix: now using ByteBuffer all the way 2002-08-29 01:11:46 +00:00
Brian Matzon
dac8f79273 initial import 2002-08-29 01:11:25 +00:00
Brian Matzon
de76b80c29 rem: not needed imports 2002-08-28 22:31:15 +00:00
Brian Matzon
5725ff9c66 add: more tests 2002-08-28 14:17:06 +00:00
Brian Matzon
63359ebf04 initial import 2002-08-28 12:56:55 +00:00
Brian Matzon
2fffb6b522 initial import of ALTest - conversion of altest.c - work in progress 2002-08-28 01:19:59 +00:00
Brian Matzon
88def41eb8 initial import of ALUTTest - basically PlayTest, using ALUT for initialization and deinitialization 2002-08-27 23:30:21 +00:00
Brian Matzon
f42fa6f750 add: mo javadoc 2002-08-27 23:28:52 +00:00
Brian Matzon
2d43fd17aa add: last test added. ALCTest complete sans some stuff that doesn't work on win32 - awaiting fix from OpenAL people 2002-08-27 23:21:03 +00:00
Brian Matzon
40a41090b2 first stab at ALC testing - Work In Progress 2002-08-27 17:49:53 +00:00
Brian Matzon
cbd9de092d fix: update to spec recommendation (alcMakeContextCurrent before destroy) 2002-08-27 17:48:30 +00:00
Brian Matzon
6fba0353b0 add: new basic test class to make testing easier
mod: PlayTest now inherits from BasicTest
2002-08-26 21:10:08 +00:00
Brian Matzon
f7e8312672 add: javadoc comment on getError 2002-08-26 20:17:55 +00:00
Brian Matzon
7c74c35663 initial import of first basic test (wee) 2002-08-26 19:53:21 +00:00
Brian Matzon
71b1090163 rem: removed debug
fix: cleanup
2002-08-26 15:30:19 +00:00
Brian Matzon
b7bfb49c7c add: ALC constants added 2002-08-26 15:28:01 +00:00
Brian Matzon
f6456e9a4c removing from openal package 2002-08-25 08:41:02 +00:00
Brian Matzon
db9a312469 add: first stab at ALC 2002-08-20 14:46:04 +00:00
Brian Matzon
c3d2c45cb3 fix: now uses getLibraryName() for determening lib to load 2002-08-19 14:02:55 +00:00
Brian Matzon
c6c26e568d fix: wrong prototypes for some methods, while switching to ByteBuffer 2002-08-19 13:55:23 +00:00
Brian Matzon
345a3248d5 mod: now use ByteBuffer addresses instead of arrays - this way we reduce object creation 2002-08-19 11:59:31 +00:00
Brian Matzon
7660e2fc45 add: last al methods added 2002-08-19 02:37:21 +00:00
Brian Matzon
94da74c812 add: more al methods (work in progress) 2002-08-19 01:10:00 +00:00
Brian Matzon
14ae13dd26 change: ALUTLoadWAVFile -> ALUTLoadWAVData 2002-08-18 13:57:28 +00:00
Brian Matzon
3d0e916e03 add: copyright header 2002-08-15 15:14:42 +00:00
Brian Matzon
94de774d49 changed: AL_ and al prefix removed (this included lowercasing first letter in method) 2002-08-15 14:34:20 +00:00
Brian Matzon
d9ed524c54 CoreAL10 -> CoreAL 2002-08-14 10:55:41 +00:00
Brian Matzon
a972863064 initial commit of OpenAL code 2002-08-13 23:13:28 +00:00
Brian Matzon
e26f1ba417 initial commit of test class for OpenAL 2002-08-13 23:01:06 +00:00