Commit graph

56 commits

Author SHA1 Message Date
Brian Matzon
9adc719a08 getCharacter -> getEventCharacter 2004-02-05 16:23:04 +00:00
Brian Matzon
b3e651c093 removed usage of native glu
using getters
2004-02-04 21:46:13 +00:00
Brian Matzon
924398d3c6 new test, based on MouseTest 2004-02-04 21:44:13 +00:00
Brian Matzon
9125d03f62 isDirty support 2004-02-04 21:43:24 +00:00
Brian Matzon
029bc6117e using getters
new test
2004-02-04 20:44:58 +00:00
Brian Matzon
a3d1eaf94f using getters 2004-02-04 20:44:07 +00:00
Elias Naur
6deb142378 Renamed CoreGL* to GL* and merged CoreGL*Constants 2004-01-20 11:19:13 +00:00
Elias Naur
583254e4db Extensions split out into separate classes 2004-01-20 08:37:17 +00:00
Brian Matzon
51f053e664 move mouse in right direction on y axis 2003-10-23 17:17:18 +00:00
Caspian Rychlik-Prince
2714842095 New vsync code 2003-10-20 14:17:47 +00:00
Elias Naur
a6c56bd791 *** empty log message *** 2003-10-14 14:29:23 +00:00
Elias Naur
df7a48b3ea *** empty log message *** 2003-10-07 11:23:12 +00:00
Elias Naur
dd72b04c90 boolean results -> Exceptions 2003-09-30 10:52:05 +00:00
Elias Naur
42ad1026af Don't ignore lying drivers 2003-09-26 13:59:50 +00:00
Caspian Rychlik-Prince
a16b6d1d38 Fixed spelling 2003-09-08 16:39:04 +00:00
Brian Matzon
f27e5a294c fix: isStateKeySet now returning int 2003-08-23 09:45:22 +00:00
Brian Matzon
61305f4107 added isStateKeySet for checking LOCK keys 2003-08-19 15:15:00 +00:00
Elias Naur
da4eb5d83e *** empty log message *** 2003-08-17 18:40:58 +00:00
Elias Naur
ec2ee3e2df *** empty log message *** 2003-08-17 17:03:01 +00:00
Elias Naur
f872c3b2da Those examples are not going anywhere 2003-08-17 16:58:19 +00:00
Caspian Rychlik-Prince
1e69c2ec92 Whooooops! 2003-08-17 16:38:57 +00:00
Brian Matzon
4f39c59b45 renamed updateStatus to update 2003-08-17 14:10:53 +00:00
Brian Matzon
7e283db15c mod: tick is now called updateState - bitch all you will :p 2003-08-17 09:27:32 +00:00
Elias Naur
d359a6b7e1 *** empty log message *** 2003-08-04 10:09:40 +00:00
Brian Matzon
80cf5b1dcc fix: static method usage 2003-08-02 20:52:49 +00:00
Elias Naur
8b9931560f Moved GL capabilities to GLCaps 2003-07-28 10:09:58 +00:00
Elias Naur
65c2910e77 Fixed static WGL extensions 2003-07-26 08:32:23 +00:00
Brian Matzon
0246a05a16 fix: stop whining 'bout imports 2003-07-26 02:01:54 +00:00
Elias Naur
d8f64cbb15 Separated BaseGL from CoreGL and GL and renamed to GLWindow 2003-07-18 19:02:49 +00:00
Brian Matzon
4c4d56e583 static implementation - work in progress 2003-07-02 22:35:26 +00:00
Brian Matzon
dc25f2fb17 reset displaymode when done 2003-06-17 21:19:59 +00:00
Brian Matzon
cafa7452aa add simple keyboard test - for completeness sake - needs to be made better 2003-06-17 21:18:44 +00:00
Brian Matzon
4cdf7f855d fix: removed superfluous import statement 2003-06-01 11:02:35 +00:00
Elias Naur
9bcaa18c3d Implemented Pbuffers on win32 and linux (render to texture will be done later)
Implemented native cursor caps (one bit transparancy, alpha translucency and animations)
2003-05-20 12:20:13 +00:00
Elias Naur
e886d95122 Native cursors implemented 2003-05-16 18:39:46 +00:00
Brian Matzon
c04fe10bac new test, based on MouseTest 2003-05-08 21:27:53 +00:00
Brian Matzon
ecabc2f361 fix: go for 16 bit mode instead of 32 2003-03-28 23:58:55 +00:00
Brian Matzon
f5c253726a fix: rewritten windowed/fullscreen selection 2003-03-28 23:47:20 +00:00
Brian Matzon
d3c77abc4b fix: make certain that gl.tick is always called 2003-03-28 23:46:29 +00:00
Brian Matzon
07fdc052e0 fix: make it all compile 2003-03-28 22:12:45 +00:00
Caspian Rychlik-Prince
796b84c3d1 New Window class, and major changes to Display 2003-03-27 22:32:48 +00:00
Brian Matzon
f40973624c mod: making it possible to see color differences by clicking mouse buttons 2003-03-24 17:07:25 +00:00
Elias Naur
0d620e9125 Reverted display mode selection 2003-03-19 12:41:28 +00:00
Brian Matzon
06da0d0017 fix: stop checking Hz 2003-03-16 20:31:40 +00:00
Brian Matzon
b10c34254e fix: destroy keyboard upon exit 2003-03-16 20:13:44 +00:00
Brian Matzon
5d4f778e5b fix: escape testing 2003-03-16 20:12:57 +00:00
Brian Matzon
972df2fe53 fix: get 60Hz
fix: keep polygon within window
2003-03-16 20:09:49 +00:00
Brian Matzon
947964e341 simple mouse test added 2003-03-02 18:57:50 +00:00
Brian Matzon
94473210cd add: simple controller test that tests multiple creation 2003-02-09 19:59:04 +00:00
Brian Matzon
8281defa3f MouseTest renamed to MouseCreationTest 2003-02-09 19:58:28 +00:00