Commit Graph

3797 Commits

Author SHA1 Message Date
Elias Naur d77551e685 Null joystick and gamepad files added 2002-11-20 16:11:39 +00:00
Elias Naur ededb55a85 Fixed a viewport placement bug 2002-11-20 13:54:58 +00:00
Elias Naur f188a1400b Improved pointer and keyboard handling under windowed mode 2002-11-20 10:33:37 +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 b3d37c9ca2 removed alGetSource3f 2002-11-19 15:48:38 +00:00
Brian Matzon 9e8d6d9af4 opengl->openal (doh!) 2002-11-19 15:47:31 +00:00
Elias Naur fb9126a85f Corrected author tags 2002-11-19 15:22:28 +00:00
Elias Naur 2809cb24e8 linux extal.h 2002-11-19 15:17:45 +00:00
Elias Naur 762df9ca12 Updated linux Makefile 2002-11-19 14:58:34 +00:00
Elias Naur f2b0cf2e6a Added linux specific checkALerror.h 2002-11-19 14:38:00 +00:00
Elias Naur 04dcec3686 Added EAX linux files 2002-11-19 14:33:49 +00:00
Elias Naur d01a456570 Fixed filenames in ALTest.java 2002-11-19 14:22:02 +00:00
Elias Naur ce668ad98b Initial OpenAL linux support 2002-11-19 14:08:21 +00:00
Elias Naur 95d720e927 Added MathTest.java 2002-11-19 09:07:58 +00:00
Elias Naur b9458afc52 Ported to C++. ported Math ops 2002-11-19 08:50:57 +00:00
Elias Naur 910f458521 Moved Game.java opengl test to java/org/lwjgl/opengl/test 2002-11-19 07:51:27 +00:00
Elias Naur f45bfa725b Updated extgl.h/c and checkGLerror.h 2002-11-19 07:42:55 +00:00
Elias Naur 8fd64c825b Added small GL extension test to Game.java 2002-11-18 20:29:48 +00:00
Elias Naur d761ef648d GL extensions fixes 2002-11-18 20:22:01 +00:00
Elias Naur c7eb254a5c Cleanup makefile 2002-11-18 20:07:00 +00:00
Elias Naur be1d7bb2a8 Added support for GL extensions 2002-11-18 20:02:17 +00:00
Brian Matzon d32ec087bc fix: made joystick static, according to specs 2002-11-18 17:50:21 +00:00
Brian Matzon 3d083b62d1 fix: made joystick static, according to specs 2002-11-18 16:42:30 +00:00
Brian Matzon 3fb900f2eb fix: formatting got fucked 2002-11-18 06:16:31 +00:00
Brian Matzon e2c8914168 bulk commit, since cvs server was down while fixing :/
fix: formatting got fucked
fix: multiple poll
fix: removed AquireInput method
2002-11-18 06:16:12 +00:00
Brian Matzon 5d596cd7c3 accompanying test for the joystick implementation 2002-11-17 18:15:01 +00:00
Brian Matzon 84e7d0fe98 first stab at the joystick implementation 2002-11-17 18:14:13 +00:00
Brian Matzon a9c614c2b2 first stab at the win32 joystick implementation 2002-11-17 18:13:46 +00:00
Brian Matzon 703e9645d4 new joystick header 2002-11-17 18:12:13 +00:00
Elias Naur 08e6af2ed0 Added debug support 2002-11-17 17:09:40 +00:00
Elias Naur e78027d295 Cursor z movement added 2002-11-17 16:49:16 +00:00
Elias Naur 1e828e6fc5 Cursor blanking added 2002-11-17 16:14:53 +00:00
Elias Naur 43698ade7c Added Sys setPriority support 2002-11-16 20:10:42 +00:00
Elias Naur 0b4f524ff9 Added Sys timer support 2002-11-16 19:46:18 +00:00
Elias Naur fa979f0f20 Corrected revision and id tags 2002-11-15 11:10:32 +00:00
Elias Naur 833bcb293c corrected id and revisions tags 2002-11-15 11:00:19 +00:00
Elias Naur 0436c62b0a corrected revision and id 2002-11-15 10:58:57 +00:00
Elias Naur a3624b0216 Added linux native src files 2002-11-15 10:40:55 +00:00
Tristan Campbell 8e31225b1c Fixed inversion error. 2002-10-28 20:01:26 +00:00
Tristan Campbell b161ad781a Fixed some bugs. 2002-10-26 18:54:54 +00:00
Caspian Rychlik-Prince 466cc98536 Ready to fill in. Go on, you know you want to. 2002-10-19 14:27: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
Tristan Campbell 3c3208618e fixed some memory errors 2002-10-16 21:00:21 +00:00
Caspian Rychlik-Prince b8d3484e69 Fixed native matrix code so it compiles. Added EXT_paletted_texture functions to CoreGL - whoops 2002-10-15 20:30:47 +00:00
Caspian Rychlik-Prince b3d2deadd8 Added load method 2002-10-06 21:34:56 +00:00
Tristan Campbell fa665cce33 Optimised INVERT cases for Orthogonal Matricies (Rotations) 2002-09-28 16:53:13 +00:00
Caspian Rychlik-Prince 77e0186cb7 Fixed wglGetExtensionsStringARB problem 2002-09-20 17:00:30 +00:00
Caspian Rychlik-Prince 8b6afc4f42 Catching up 2002-09-20 16:57:13 +00:00
Brian Matzon 9564ff99eb fix: don't do the whole initializing thingy - just assume that OpenAL is initialized
fix:: wrong comment
fix: changed ifndef to ifdef DOH!
2002-09-12 01:42:49 +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 9bc26eff47 add: Added Gregory Pierce to credits list 2002-09-10 14:35:41 +00:00
Brian Matzon bab5b383b6 mod: changed text file to html, so that it can be included on website 2002-09-09 16:41:36 +00:00
Tristan Campbell 0b758f82ef Cleaned up the code, all test cases I have sent at it work.
check current compatibility at:
http://www.happypedestrian.com/lwjgl/matrixop.html
2002-09-08 23:57:33 +00:00
Gregory Pierce a27f7dc6d0 RenderingContext - OpenGL context 2002-09-08 06:20:19 +00:00
Gregory Pierce ef84e6de85 Updated to use RenderingContext 2002-09-08 06:19:21 +00:00
Tristan Campbell 0078885178 Recent Testing: Mul and Inv work for 3x3 matrix, more testing coming
check www.happypedestrian.com/lwjgl/matrixop.html for current status
2002-09-07 19:52:01 +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 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