Commit graph

270 commits

Author SHA1 Message Date
Elias Naur
4641d82e43 Added the XWarpointer call again - this time centering the pointer 2002-11-30 21:25:00 +00:00
Luke Holden
60e0ee6c01 added GLUQuadricCallbacks::clear(); to quadricDelete 2002-11-30 03:40:47 +00:00
Luke Holden
9c07799b93 moved everything to header 2002-11-30 03:34:19 +00:00
Luke Holden
1dbb58ef61 *** empty log message *** 2002-11-30 03:32:50 +00:00
Luke Holden
1ade683e2d GLU: added quadricCallback(...) methods
GLUQuadricCallbacks: Should now be fully implemented

removed files:
See the README.txt file for more information.
2002-11-30 03:28:30 +00:00
Luke Holden
b4adb68d25 the callback classes now compile and link with the library. However it still
is not usable =/
2002-11-30 00:19:59 +00:00
Elias Naur
9055e992e9 Reverted Luke's XWarpPointer change 2002-11-29 11:51:10 +00:00
Luke Holden
f856619f1f added an example on how to use the callback from java 2002-11-29 09:19:39 +00:00
Luke Holden
9010e33568 *** empty log message *** 2002-11-29 08:53:08 +00:00
Luke Holden
b296573f91 added a cast to the example 2002-11-29 08:51:08 +00:00
Luke Holden
36a0db6b02 *** empty log message *** 2002-11-29 08:49:29 +00:00
Luke Holden
7334bcfb0e fixed the grammer a little, along with a small bug =) 2002-11-29 08:48:32 +00:00
Luke Holden
49a6b4276f *** empty log message *** 2002-11-29 08:33:36 +00:00
Luke Holden
0aa1f0d701 BaseWindow: We are now grabbing the mouse. Doing this because on linux,
you need to grab and move the pointer or else you can scroll away from
your full screen program.

org_lwjgl_input_Mouse.cpp: When in full screen, the pointer should warp
to the corner of the display. This fixes a few issues.

Also added a stub for nEnableBuffer, with a fixme message. This function
does not seem to be implemented in either the linux or win32 source...
but exists in the java Mouse class. The stub keeps programs from crashing.

ltmain.sh: Fixed a bug in libtool, where it uses gcc vs c++ for linking
librarys built in c++. This fixes a missing symbol issue.

configure.in: Made a few small changes.
2002-11-29 08:29:53 +00:00
Luke Holden
fe7692179d callbacks: The start of my callback implementation.
Makefile.am: small fix for the CPPFLAGS variable
2002-11-29 06:06:16 +00:00
Luke Holden
92538f7674 small update for the X11 path 2002-11-28 22:44:39 +00:00
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