Commit graph

95 commits

Author SHA1 Message Date
Brian Matzon
eb21d12e86 fix: using own DI instance since we've been horking the one created from display, which when not horked cannot be used, since it does not work with dx3+
fix: changed to use firstime initialization logic like mouse
2003-02-09 19:54:04 +00:00
Brian Matzon
facd783e4f fix: behave with Controller 2003-02-09 19:51:53 +00:00
Brian Matzon
3eaca27fd7 mod: some formatting
fix: allow creation of mouse more than one time
2003-02-09 19:18:31 +00:00
Brian Matzon
8cd9882280 fix: moved handleMessages to its rightfull place 2003-02-08 23:25:11 +00:00
Brian Matzon
9a9406dc7e add: close button enabled 2003-02-08 23:01:58 +00:00
Brian Matzon
ac29cf9acd mod: renaming of most methods/fields due to name clashes with Mouse
fix: check for DIERR_NOTACQUIRED when loosing focus
fix: check for controller failed, and would crash VM if no controller could be found
2003-02-08 19:31:19 +00:00
Brian Matzon
7c2dac8ebd fix: make mouse actually behave! 2003-02-08 19:30:53 +00:00
Brian Matzon
956968e092 new Mouse implementation, rewritten to better fit Controller structure 2003-02-08 19:30:23 +00:00
Elias Naur
6435369d23 Removed dead code 2003-02-08 16:33:00 +00:00
Brian Matzon
f05f16cc27 added minimize button, disabling close button since we have no mechnism to notify the user of a close 2003-02-08 01:02:34 +00:00
Caspian Rychlik-Prince
247be0d0d2 *** empty log message *** 2003-02-07 23:21:01 +00:00
Caspian Rychlik-Prince
2e3f28b029 *** empty log message *** 2003-02-07 21:54:31 +00:00
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