Commit Graph

270 Commits

Author SHA1 Message Date
Elias Naur 450ff067cf Added a standard system error output 2002-12-14 15:23:53 +00:00
Elias Naur b7de8b69dc Added more pixelformat tests to win32 2002-12-12 22:04:05 +00:00
Elias Naur 38438f6716 Moved print of extensions to debug version 2002-12-12 20:06:15 +00:00
Elias Naur ede753c419 Removed a printf 2002-12-12 20:04:56 +00:00
Elias Naur 7184576886 Fixed a mouse button state array bug 2002-12-12 19:51:20 +00:00
Elias Naur ff770dee4d Added ReleaseContext to win32 2002-12-11 10:14:08 +00:00
Elias Naur 8202b0e14c Switched to dynamic loading of gl functions and libs 2002-12-11 07:16:31 +00:00
Elias Naur be6e1900b6 Moved OpenAL to common 2002-11-25 13:52:24 +00:00
Elias Naur 2b07698af5 Moved AL utility files to common 2002-11-25 13:39:46 +00:00
Elias Naur 2a0cff36da Moved GLU.cpp to common 2002-11-25 13:36:36 +00:00
Elias Naur badbc634b0 Moved org_lwjgl_opengl_GL.cpp to common 2002-11-25 13:32:17 +00:00
Elias Naur 808217ed84 Moved Math functions to common 2002-11-25 13:18:25 +00:00
Caspian Rychlik-Prince 2530b45005 Fixed array allocation syntax error and removed std namespace for VC6.0 users 2002-11-24 22:46:39 +00:00
Caspian Rychlik-Prince 90fe72b9b5 Fixed compile error since changing to platform independent glext.c 2002-11-24 17:13:33 +00:00
Caspian Rychlik-Prince e1242f4383 Fixed display frequency problems 2002-11-24 17:12:36 +00:00
Brian Matzon 7aa51ff1f6 fix: now copies buttoncount buttons, instead of 4 (doh!) 2002-11-22 21:49:20 +00:00
Brian Matzon 9e8d6d9af4 opengl->openal (doh!) 2002-11-19 15:47:31 +00:00
Elias Naur f45bfa725b Updated extgl.h/c and checkGLerror.h 2002-11-19 07:42:55 +00:00
Brian Matzon d32ec087bc fix: made joystick static, according to specs 2002-11-18 17:50:21 +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 a9c614c2b2 first stab at the win32 joystick implementation 2002-11-17 18:13:46 +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
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
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
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
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
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
Brian Matzon c109f47de2 rem: getProcAddress removed, since it serves no purpose for Java programmers 2002-09-06 23:36:48 +00:00
Brian Matzon 3a26ab9268 mod: adopted create/destroy architecture 2002-09-03 19:24:57 +00:00
Brian Matzon 82c97f79ac add: finished EAX support 2002-09-02 22:08:26 +00:00
Brian Matzon d9226e4b33 mod: moving to eax subpackage 2002-09-02 13:22:09 +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
Tristan Campbell 3e701e274e Safe version now exists, some testing performed. 2002-08-29 21:40:44 +00:00
Brian Matzon f85aaf6b01 fix: now using ByteBuffer all the way 2002-08-29 01:11:46 +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
Tristan Campbell b5fab4fcc6 First draft of ANSIC++ Vector code. Needs to be tested. 2002-08-28 16:45:24 +00:00
Brian Matzon e33e715849 fix: made compile 2002-08-27 20:42:47 +00:00
Brian Matzon 8d51bb4b8e fix: support alcMakeContextCurrent - as recommended in specs! 2002-08-27 17:45:40 +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 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
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 6f3722d932 Checkpoint 2002-08-24 21:19:06 +00:00
Brian Matzon db9a312469 add: first stab at ALC 2002-08-20 14:46:04 +00:00
Brian Matzon 1bcd10fbf3 basic al support complete 2002-08-19 13:54:34 +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
Caspian Rychlik-Prince 11ce7e3b5b Working 2002-08-17 14:13:12 +00:00
Caspian Rychlik-Prince 2e43ecec70 Copyright added 2002-08-15 15:46:18 +00:00
Brian Matzon a2d48f3ce0 change: old JNI Cimplementaion upgraded to C++ 2002-08-15 15:41:38 +00:00
Brian Matzon 3d0e916e03 add: copyright header 2002-08-15 15:14:42 +00:00
Brian Matzon 2cf8050e75 changed: now defines using dx7 2002-08-15 14:53:18 +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
Caspian Rychlik-Prince 560e2dfbc0 Removed GL_ prefixes 2002-08-15 13:26:37 +00:00
Brian Matzon d9ed524c54 CoreAL10 -> CoreAL 2002-08-14 10:55:41 +00:00
Caspian Rychlik-Prince 801bed13f7 Added automatic error checking to debug build 2002-08-14 01:31:10 +00:00
Caspian Rychlik-Prince ebeb7b4b04 Removed redundant class heirarchy 2002-08-14 01:08:57 +00:00
Brian Matzon b1ed626ffb corrected Id keyword substitution 2002-08-11 15:59:08 +00:00
Brian Matzon e81da42a24 initial import of OpenAL native implementation 2002-08-11 15:56:00 +00:00
Caspian Rychlik-Prince 6b87bd6d20 Initial revision 2002-08-11 11:49:32 +00:00
Caspian Rychlik-Prince 6333c1dec1 Initial revision 2002-08-06 15:10:44 +00:00