Tristan Campbell
|
8e31225b1c
|
Fixed inversion error.
|
2002-10-28 20:01:26 +00:00 |
|
Caspian Rychlik-Prince
|
3878b20ccd
|
New extensions
|
2002-10-18 23:21:49 +00:00 |
|
Tristan Campbell
|
8b66ea95a5
|
added invert/determinant
|
2002-10-16 22:34:40 +00:00 |
|
Caspian Rychlik-Prince
|
b3d2deadd8
|
Added load method
|
2002-10-06 21:34:56 +00:00 |
|
Caspian Rychlik-Prince
|
8b6afc4f42
|
Catching up
|
2002-09-20 16:57:13 +00:00 |
|
Brian Matzon
|
1e627059f2
|
fix: fixed overflow error
|
2002-09-12 01:31:20 +00:00 |
|
Brian Matzon
|
43719603d1
|
add: added finalizer
|
2002-09-12 01:26:27 +00:00 |
|
Brian Matzon
|
03cef5303a
|
fix: create default device, instead of "" device (which creates a waveout device!)
|
2002-09-11 23:58:23 +00:00 |
|
Brian Matzon
|
bb9a6f85b2
|
fix: EAX now requires OpenAL to be initialized PRIOR to calling create
|
2002-09-11 23:25:35 +00:00 |
|
Brian Matzon
|
5992359bc7
|
fix: now reading ints instead of longs - buffer overflow, since longs are 64 bit in java
|
2002-09-11 16:57:03 +00:00 |
|
Brian Matzon
|
36c39310bd
|
fix: now reading ints instead of longs - buffer overflow, since longs are 64 bit in java
|
2002-09-11 16:46:26 +00:00 |
|
Caspian Rychlik-Prince
|
9e58e87ce9
|
Fixed various bugs
|
2002-09-06 23:58:33 +00:00 |
|
Brian Matzon
|
c109f47de2
|
rem: getProcAddress removed, since it serves no purpose for Java programmers
|
2002-09-06 23:36:48 +00:00 |
|
Brian Matzon
|
5446340278
|
rem: removed some debug
|
2002-09-04 15:27:24 +00:00 |
|
Brian Matzon
|
c08e72d615
|
mod: updated to create/destroy architecture
|
2002-09-03 18:54:40 +00:00 |
|
Brian Matzon
|
760cda8c47
|
fix: better keyboard handling
|
2002-09-03 18:08:52 +00:00 |
|
Brian Matzon
|
3cf6e728d0
|
add: rest of semiautomatic tests added
|
2002-09-03 16:07:43 +00:00 |
|
Brian Matzon
|
b24b4943d2
|
mod: refactored some EAX constants to Buffer or Listerner Properties class
|
2002-09-03 11:17:42 +00:00 |
|
Brian Matzon
|
4ebe09b5d2
|
add: EAX support done - needs some cleaning, and possibly refactoring of constants...
|
2002-09-02 22:06:13 +00:00 |
|
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 |
|
Caspian Rychlik-Prince
|
c6659f88a4
|
Stuff
|
2002-08-28 21:58:14 +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 |
|
Caspian Rychlik-Prince
|
0e07f02d50
|
Fixes
|
2002-08-28 00:05:45 +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 |
|
Caspian Rychlik-Prince
|
ec489c911d
|
Fixed more stuff
|
2002-08-26 22:23:59 +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
|
99635fc718
|
fix: removed double ;
|
2002-08-26 20:57:18 +00:00 |
|
Caspian Rychlik-Prince
|
8debb8fd10
|
This n that
|
2002-08-26 20:39:28 +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 |
|