Commit graph

254 commits

Author SHA1 Message Date
Luke Holden
ebfdcb7ef9 initial autoconf/automake support =) 2002-11-28 22:40:06 +00:00
Luke Holden
a98cfffb0d Renamed... prepping for autoconf =) 2002-11-28 22:35:29 +00:00
Brian Matzon
2d64bddd63 fix: make OpenAL compile, by not including extal.h in files - somekind of circular dependency ? 2002-11-28 22:06:37 +00:00
Elias Naur
77e86f580c Added pointer warping to keep pointer in center of the display 2002-11-28 21:49:11 +00:00
Brian Matzon
af4368f427 fix: make OpenAL compile, by not including extal.h in files, but CoreEAX - somekind of circular dependency ? 2002-11-28 20:25:10 +00:00
Luke Holden
a510ec189c *** empty log message *** 2002-11-28 19:36:09 +00:00
Luke Holden
00ddd2e14f try, try, try again =) 2002-11-28 19:35:04 +00:00
Luke Holden
e2c554a36a second try on getting things working proper on win32 2002-11-28 19:17:55 +00:00
Luke Holden
8bb25a01e1 trying to fix problem with compiling on windows 2002-11-28 16:45:27 +00:00
Elias Naur
383ceb7c25 Mouse.cpp fix 2002-11-28 09:29:40 +00:00
Brian Matzon
1959a2e0ff fix: removed not needed imports (makes eclipse bitch less) 2002-11-27 22:34:29 +00:00
Luke Holden
c8ff3680f4 generated from the java source =) 2002-11-27 06:28:02 +00:00
Luke Holden
2c19c071ad GLU: Added full quadrics support (except gluQuadricCallback)
Quadrics.java: port of NeHe lesson18: Quadrics
2002-11-27 05:54:27 +00:00
Luke Holden
6a727e5d44 Modified so openal compiles on linux again 2002-11-27 03:01:23 +00:00
Luke Holden
6e962dcc68 fixed missing newline 2002-11-27 02:34:58 +00:00
Luke Holden
f43ae9b628 fixed lack of newline 2002-11-27 02:34:24 +00:00
Caspian Rychlik-Prince
8d47a65539 Fixed include error 2002-11-26 23:31:14 +00:00
Elias Naur
341f75dae4 Increased poll buffer size 2002-11-26 20:07:49 +00:00
Elias Naur
be5dcc1768 Added poll() logic so behavior looks like DX 2002-11-26 20:07:06 +00:00
Caspian Rychlik-Prince
565dd6b6e0 *** keyword substitution change *** 2002-11-26 17:34:26 +00:00
Elias Naur
7c031a8486 Reverted the Keyboard.poll() change 2002-11-26 08:15:17 +00:00
Luke Holden
c0c4e60d29 Removed the native time readout from queryTime().
I think elias_naur was trying to annoy me to death with time updates
every 0.001 seconds =)
2002-11-26 04:58:29 +00:00
Luke Holden
f02005efd9 Added a fix for when GLX_ALPHA_SIZE cant be set (I think this happens
when display depth is below 24.)

There might be a better way to handle this... but this lets lwjgl work
for me. =)
2002-11-26 03:30:41 +00:00
Elias Naur
2b814af9f7 Made Keyboard.poll behave like win32 version 2002-11-25 22:10:07 +00:00
Brian Matzon
80760d350f fix: <al.h> -> <AL/al.h> 2002-11-25 21:50:41 +00:00
Elias Naur
c106ae87c1 Dump extension info with debug library 2002-11-25 20:35:01 +00:00
Elias Naur
139e7b4cfb Added releaseContext to BaseGL.java (and native for linux) 2002-11-25 17:04:56 +00:00
Elias Naur
c13797bae2 Added keycode mapping for enter and tab in Keyboard.java 2002-11-25 15:32:13 +00:00
Elias Naur
f57fc75b7b Remapped some keys 2002-11-25 14:57:13 +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
190e401409 Moved org_lwjgl_opengl_GL.cpp to common (again) 2002-11-25 13:33:12 +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
Elias Naur
c8139a4ea2 Synced math operations with win32 2002-11-25 00:09:47 +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
Elias Naur
963237b3fc Removed PRINTSCREEN, PAGEUP and PAGEDOWN again - need to remap instead 2002-11-24 19:35:00 +00:00
Elias Naur
a0925cca05 Added more missing native GL functions 2002-11-24 19:14:36 +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
Caspian Rychlik-Prince
bc652fa65f Fixed extension finding code 2002-11-24 17:08:34 +00:00
Elias Naur
5c896d3b7d Added Keyboard.KEY_PRINTSCREEN 2002-11-24 14:35:56 +00:00
Elias Naur
33fab5d9d2 Added linux support for additional GL functions 2002-11-24 14:27:14 +00:00
Elias Naur
b04e5d8b58 Created new jni header for CoreGL 2002-11-24 13:21:01 +00:00
Elias Naur
3236808be9 Added missing GL constants and functions 2002-11-24 13:17:53 +00:00
Elias Naur
72a598e943 Added Keyboard.KEY_PAGEUP Keyboard.KEY_PAGEDOWN 2002-11-24 12:01:24 +00:00
Brian Matzon
7aa51ff1f6 fix: now copies buttoncount buttons, instead of 4 (doh!) 2002-11-22 21:49:20 +00:00
Elias Naur
8c446aa6ce Using linux soft realtime priority for Sys.REALTIME_PRIORITY 2002-11-22 11:35:03 +00:00
Elias Naur
23fe6a9e8f Dont let Game.java use realtime priority 2002-11-22 11:24:12 +00:00