Commit graph

584 commits

Author SHA1 Message Date
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
586c0f4647 Fixes 2003-05-19 08:54:46 +00:00
Elias Naur
9d612fc88b Fixes 2003-05-19 08:53:47 +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
b7a151c48b back to 1.19 - silly me 2003-05-08 21:27:12 +00:00
Brian Matzon
900fc0e8fe new test, based on MouseTest 2003-05-08 21:23:02 +00:00
Brian Matzon
20291ac913 fix: destroy keyboard before GL is destroyed 2003-05-04 17:36:57 +00:00
Brian Matzon
702d541fc6 fix: javadoc 2003-05-03 21:20:23 +00:00
Brian Matzon
f75a3197e6 damn you tabs! 2003-05-03 19:50:16 +00:00
Brian Matzon
9af031ee77 formatting and usage 2003-05-03 19:48:14 +00:00
Brian Matzon
de0ab91f22 add example of switching between fullscreen and windowed mode 2003-05-03 19:41:00 +00:00
Brian Matzon
dc47138037 fix: added Serializable interface to allow serialization 2003-04-30 15:38:14 +00:00
Brian Matzon
098a932fc9 fix: call base destroy
fix: null references
2003-04-28 22:43:27 +00:00
Caspian Rychlik-Prince
c4305dc5a0 Added destroy() method to prevent a crash 2003-04-28 21:50:11 +00:00
Elias Naur
43ff833d99 Fixed a typo 2003-04-28 16:41:39 +00:00
Elias Naur
56e8d511bd Added scale to Matrix4f 2003-04-28 12:10:54 +00:00
Elias Naur
57e9578eb5 *** empty log message *** 2003-04-28 11:12:53 +00:00
Brian Matzon
91b33eb649 add: default constructor for OpenAL 2003-04-27 21:26:02 +00:00
Brian Matzon
95367245cb only do 10 updates / sec 2003-04-27 18:39:18 +00:00
Brian Matzon
866e55ad22 New OpenAL programming model:
no context/device fiddling
 easier initialization
2003-04-27 18:37:38 +00:00
Elias Naur
b705ea51d0 Removed makeContexCurrent and releaseContext 2003-04-26 06:54:32 +00:00
Elias Naur
2d3d8585b6 Merged cfmdobbie's gl version checking 2003-04-16 20:28:20 +00:00
Elias Naur
34e1cd0d8a Removed superflous Vector3f.magnitude() 2003-04-09 15:24:27 +00:00
Caspian Rychlik-Prince
99588933cf Added some isCreated() methods to input classes and keyboard key name mapping 2003-04-07 15:21:09 +00:00
Elias Naur
5da72080f0 Don't call nGetNULLValue before loading the library 2003-04-03 21:02:23 +00:00
Elias Naur
36e4c9625a Added ARBVertexBufferObject to list of implemented interfaces in GLConstants.java 2003-04-03 20:58:38 +00:00
Elias Naur
3018edde4c Added Sys.NULL constant 2003-04-03 20:20:29 +00:00
Elias Naur
d7ff86a7d3 Added support for ARB_vertex_buffer_object 2003-04-03 11:32:32 +00:00
Elias Naur
d58c8b767b I like those makeContextCurrent/releaseContext... 2003-03-30 19:40:35 +00:00
Elias Naur
bc33d3ff2b Linux/win32 changes for 0.6 2003-03-30 19:26:39 +00:00
Caspian Rychlik-Prince
920a67b1ac Stuff for 0.6 2003-03-29 21:52:14 +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
164daef315 fix: removed double Keyboard.read 2003-03-28 23:40:45 +00:00
Caspian Rychlik-Prince
157e7673cc Big changes for the new 0.6 LWJGL release 2003-03-28 23:16:15 +00:00
Brian Matzon
07fdc052e0 fix: make it all compile 2003-03-28 22:12:45 +00:00
Caspian Rychlik-Prince
16d8c3c053 Fixed 2003-03-28 21:04:43 +00:00
Caspian Rychlik-Prince
24160ac606 Fixed 2003-03-28 19:18:23 +00:00
Caspian Rychlik-Prince
c2714fe763 Removed Exception from constructor 2003-03-28 19:07:50 +00:00
Caspian Rychlik-Prince
4924c564d5 *** empty log message *** 2003-03-28 19:02:24 +00:00
Caspian Rychlik-Prince
419da83107 New Window class, and major changes to Display 2003-03-28 01:28:04 +00:00
Caspian Rychlik-Prince
cab8f6f62f New Window class, and major changes to Display 2003-03-27 23:01:14 +00:00
Caspian Rychlik-Prince
24bfb0cf00 New Window class, and major changes to Display 2003-03-27 22:54:41 +00:00
Caspian Rychlik-Prince
d4b5248f0a New Window class, and major changes to Display 2003-03-27 22:46:25 +00:00
Caspian Rychlik-Prince
796b84c3d1 New Window class, and major changes to Display 2003-03-27 22:32:48 +00:00
Brian Matzon
6e37721123 add: small window test - wanted to test how fast a display is created 2003-03-24 17:16:42 +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
Brian Matzon
0d1cc7583b fix: creation of buttons array now occurs in java side 2003-03-24 16:58:10 +00:00