Commit Graph

134 Commits

Author SHA1 Message Date
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 8349dc96f6 renamed OpenAL_Tutoral to openal_basics 2002-09-05 15:46:45 +00:00
Brian Matzon b779f50352 renamed index.html to intro.html 2002-09-05 15:43:33 +00:00
Brian Matzon 5446340278 rem: removed some debug 2002-09-04 15:27:24 +00:00
Brian Matzon 453658d995 initial import of tutorial 2002-09-03 21:25:01 +00:00
Brian Matzon 66ca843a0c initial import of README 2002-09-03 19:58:49 +00:00
Brian Matzon b2cd96e697 initial import of basic OpenAL conversion from c/c++ to Java 2002-09-03 19:46:42 +00:00
Brian Matzon 3a26ab9268 mod: adopted create/destroy architecture 2002-09-03 19:24:57 +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
Gregory Pierce 91a5bdf5ba Updated with GL setup functions 2002-09-03 05:53:05 +00:00
Gregory Pierce 539c1c1be9 Initial revision of the Mac version of the display class. Just testing CVS script. 2002-09-03 04:57:24 +00:00
Brian Matzon 82c97f79ac add: finished EAX support 2002-09-02 22:08:26 +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 d9226e4b33 mod: moving to eax subpackage 2002-09-02 13:22:09 +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 35f5734071 initial commit 2002-09-02 09:51:59 +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
Tristan Campbell 3e701e274e Safe version now exists, some testing performed. 2002-08-29 21:40:44 +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 3822ca992e fix: don't check for errors after the exit! - will crash since no current context 2002-08-28 23:41:05 +00:00
Brian Matzon 62df26dc1c fix: now uses ByteBuffer address to load buffer when using alutLoadWAVMemory
fix: minor cleanup
2002-08-28 22:46:54 +00:00
Brian Matzon ede68fa461 fix: now uses ByteBuffer address to load buffer when using alutLoadWAVMemory 2002-08-28 22:45:46 +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
Tristan Campbell b5fab4fcc6 First draft of ANSIC++ Vector code. Needs to be tested. 2002-08-28 16:45:24 +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 32eccb5e58 fix: empty defines for !debug builds 2002-08-27 20:44:19 +00:00
Brian Matzon e33e715849 fix: made compile 2002-08-27 20:42:47 +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 8d51bb4b8e fix: support alcMakeContextCurrent - as recommended in specs! 2002-08-27 17:45:40 +00:00
Caspian Rychlik-Prince ec489c911d Fixed more stuff 2002-08-26 22:23:59 +00:00
Brian Matzon 1ea4bf10b4 fix: NULL check in getString
fix: wrong object being used when retrieving fields
2002-08-26 22:16:25 +00:00
Brian Matzon 21b1ea9862 fix: allow null to be passed to openDevice 2002-08-26 21:28: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 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
Brian Matzon e98d612862 add: macro AL error checking 2002-08-26 18:23:11 +00:00
Brian Matzon efa5dc7f5d fix: dx version defined, so that compile errors are removed 2002-08-26 18:14:22 +00:00
Brian Matzon d84886e36c rem: don't include math file, which isn't there 2002-08-26 18:12:22 +00:00
Caspian Rychlik-Prince d4c92b2309 Fixes 2002-08-26 15:53:36 +00:00
Caspian Rychlik-Prince eea62c9e0f New base classes Vector and Matrix 2002-08-26 15:46:39 +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 0106d1ae4e fix: wrong header file being included (DOH!)
fix: using wrong object to retrieve field values from
2002-08-26 15:07:31 +00:00
Brian Matzon 3a05fc03bb fix: made java impl. behave like C counterpart, by returning NULL 2002-08-25 11:02:21 +00:00
Caspian Rychlik-Prince 6a52c16dd5 Tweaks 2002-08-25 10:04:09 +00:00
Brian Matzon f6456e9a4c removing from openal package 2002-08-25 08:41:02 +00:00
Caspian Rychlik-Prince 2cadec3bed Determinants 2002-08-24 21:35:20 +00:00
Caspian Rychlik-Prince fb16e0960b Load & store into FloatBuffers 2002-08-24 21:26:47 +00:00
Caspian Rychlik-Prince 6f3722d932 Checkpoint 2002-08-24 21:19:06 +00:00
Caspian Rychlik-Prince 78dc61358e Buffering added 2002-08-24 21:14:40 +00:00
Caspian Rychlik-Prince a60f255e82 Bunch of matrix and vector code added 2002-08-24 21:12:31 +00:00
Caspian Rychlik-Prince ba2877a75e Rough incomplete draft 2002-08-24 16:34:40 +00:00
Caspian Rychlik-Prince 918af28c2b New math code 2002-08-24 09:32:01 +00:00
Caspian Rychlik-Prince 0f2936e709 Mainly Javadoc fixes and Math stuff 2002-08-23 16:14:38 +00:00
Caspian Rychlik-Prince a5615938c9 Minor adjustments to Javadoc comments 2002-08-20 14:55:29 +00:00
Brian Matzon db9a312469 add: first stab at ALC 2002-08-20 14:46:04 +00:00
Caspian Rychlik-Prince 7756ee5acb Ready for native code 2002-08-20 09:29:50 +00:00
Caspian Rychlik-Prince c564bc582d Encapsulated LIBRARY_NAME (properly!) 2002-08-19 14:29:54 +00:00
Brian Matzon c3d2c45cb3 fix: now uses getLibraryName() for determening lib to load 2002-08-19 14:02:55 +00:00
Caspian Rychlik-Prince 72fedde744 Encapsulated LIBRARY_NAME 2002-08-19 14:01:23 +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 1bcd10fbf3 basic al support complete 2002-08-19 13:54:34 +00:00
Brian Matzon 157e9daf9d add: rest of al methods 2002-08-19 12:02:52 +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
Caspian Rychlik-Prince fecfd02abc Tweakage 2002-08-19 11:30:45 +00:00
Caspian Rychlik-Prince 86e159a483 Matrix code started 2002-08-19 11:29:42 +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 68e100a6e9 fix: memory leak 2002-08-18 13:47:56 +00:00
Brian Matzon f6c9a484b3 add: loadWAVMemory implemented
fix: wrong comments on alutInit
2002-08-18 13:42:14 +00:00
Brian Matzon c56a1a70e1 loadWAVMemory implemented 2002-08-18 13:41:35 +00:00
Caspian Rychlik-Prince 11ce7e3b5b Working 2002-08-17 14:13:12 +00:00
Caspian Rychlik-Prince 12be603c2f Removed StructBuffer 2002-08-16 21:53:02 +00:00
Caspian Rychlik-Prince 44053c96a8 Added licenses. 2002-08-16 21:52:26 +00:00