Commit Graph

191 Commits

Author SHA1 Message Date
Brian Matzon 252a1e58a2 simple javadoc fix 2003-08-17 20:26:37 +00:00
Caspian Rychlik-Prince 1e69c2ec92 Whooooops! 2003-08-17 16:38:57 +00:00
Caspian Rychlik-Prince 57d975a24a *** empty log message *** 2003-08-17 16:18:40 +00:00
Brian Matzon 874edcb3ec fix: naming 2003-08-13 21:03:30 +00:00
Caspian Rychlik-Prince 923abe46a9 New buffer code 2003-08-11 19:59:37 +00:00
Caspian Rychlik-Prince eb7e231172 New buffer code 2003-08-11 19:58:12 +00:00
Brian Matzon cd85805588 Added OpenAL specification to javadoc 2003-08-03 17:32:48 +00:00
Caspian Rychlik-Prince f7609396fb Classes now abstract 2003-08-02 17:09:56 +00:00
Caspian Rychlik-Prince 70f3ca8664 Added isCreated() method for consistency 2003-08-02 10:57:45 +00:00
Caspian Rychlik-Prince 761a1cece3 Fixed formatting 2003-08-02 10:57:05 +00:00
Caspian Rychlik-Prince 4b8611c4f6 Removed Math class 2003-07-28 08:20:10 +00:00
Brian Matzon 491133c7f1 "fix": deactivate EAX for this test release 2003-07-16 21:16:36 +00:00
Brian Matzon cdd4c044ba fix: javadoc typo 2003-07-06 19:59:57 +00:00
Brian Matzon f14e76ab8f fix: using type specific buffers 2003-07-05 23:13:09 +00:00
Brian Matzon 4c4d56e583 static implementation - work in progress 2003-07-02 22:35:26 +00:00
Elias Naur 2107cdc40c Cleaned up JWS openal loading 2003-06-16 17:05:48 +00:00
Brian Matzon 40564b8cee fix: linux findLibrary failed because invalid lib name was passed 2003-06-16 16:57:25 +00:00
Brian Matzon 3f54bac547 fix: Java Web Start loading of OpenAL 2003-06-15 22:35:27 +00:00
Caspian Rychlik-Prince bf2ff00518 *** empty log message *** 2003-06-12 15:19:31 +00:00
Caspian Rychlik-Prince 13edf0ce99 *** empty log message *** 2003-06-12 14:08:10 +00:00
Brian Matzon 702d541fc6 fix: javadoc 2003-05-03 21:20:23 +00:00
Brian Matzon 098a932fc9 fix: call base destroy
fix: null references
2003-04-28 22:43:27 +00:00
Caspian Rychlik-Prince c4305dc5a0 Added destroy() method to prevent a crash 2003-04-28 21:50:11 +00:00
Brian Matzon 91b33eb649 add: default constructor for OpenAL 2003-04-27 21:26:02 +00:00
Brian Matzon 866e55ad22 New OpenAL programming model:
no context/device fiddling
 easier initialization
2003-04-27 18:37:38 +00:00
Caspian Rychlik-Prince 99588933cf Added some isCreated() methods to input classes and keyboard key name mapping 2003-04-07 15:21:09 +00:00
Elias Naur f08389fdd2 Fixed Brian's bugs 2003-03-24 11:56:05 +00:00
Brian Matzon dd201b2f14 fix: load OpenAL based on java.library.path 2003-03-22 23:17:11 +00:00
Brian Matzon 951a036ae3 Lightweight actually spelled right! 2002-12-21 12:37:20 +00:00
Brian Matzon b97b37507b javadoc fixes 2002-12-21 12:07:15 +00:00
Brian Matzon 602a155986 mod: ALUT removed, caused waaay to many headaches 2002-12-18 16:54:50 +00:00
Brian Matzon aaa0bbab42 rem: alutInit and exit gone 2002-12-14 12:42:19 +00:00
Brian Matzon 8c0c280a12 no message 2002-12-14 12:38:39 +00:00
Brian Matzon 4323652076 fix: removed unneeded import 2002-11-21 22:36:36 +00:00
Brian Matzon cd04bdf33b moved tests to org.lwjgl.test for easier seperation 2002-11-19 16:49:53 +00:00
Brian Matzon d9335b09cb mod: getSource3f removed, since it isn't in the specs 2002-11-19 16:39:57 +00:00
Elias Naur d01a456570 Fixed filenames in ALTest.java 2002-11-19 14:22:02 +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
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
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