Commit graph

83 commits

Author SHA1 Message Date
Caspian Rychlik-Prince
5ea14c3919 *** empty log message *** 2003-02-06 18:26:04 +00:00
Elias Naur
8343e2a0cc Added win32 alpha check 2003-01-31 19:04:45 +00:00
Brian Matzon
99e22aa0b4 added rotational axis too 2003-01-23 21:38:33 +00:00
Brian Matzon
9cdf5d7156 small comment on using z axis as slider 2003-01-23 21:14:04 +00:00
Brian Matzon
e781a7c83d new and improved version - w00t 2003-01-23 21:11:16 +00:00
Elias Naur
1b3d0278f9 Added keyboard translation to linux and win32 2003-01-11 23:09:38 +00:00
Brian Matzon
988f115218 Joystick replaced by Controller
GamePad no modelled as a controller
2003-01-03 18:47:42 +00:00
Caspian Rychlik-Prince
f4165f634e Fixed? 2002-12-23 13:23:29 +00:00
Elias Naur
a5ab6c385b Fixed win32 display bug 2002-12-22 20:31:22 +00:00
Caspian Rychlik-Prince
18f8302668 Alert code & new displaymode code 2002-12-22 19:52:44 +00:00
Brian Matzon
b6b3d6e1d0 die die DIE!!! 2002-12-21 23:01:31 +00:00
Elias Naur
1f3f00aed1 Moved BaseGL constructor parameters to Display 2002-12-19 16:35:35 +00:00
Elias Naur
040d03dca4 Fixed the RegisterClass call 2002-12-18 16:40:12 +00:00
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