Commit graph

309 commits

Author SHA1 Message Date
Brian Matzon
c847bef095 fix: new display creation 2002-12-20 20:44:54 +00:00
Brian Matzon
a24b4a189e yet another test 2002-12-19 22:18:10 +00:00
Elias Naur
1f3f00aed1 Moved BaseGL constructor parameters to Display 2002-12-19 16:35:35 +00:00
Luke Holden
f7521462ff Commented out the enableBuffer methods. Looks like these methods wont be
implemented in the JNI side, so they should not exist in the API.
2002-12-18 21:57:31 +00:00
Elias Naur
004ee911d2 Removed ALUT from automake 2002-12-18 20:32:12 +00:00
Brian Matzon
df53df269e fix: removed alut related stuff 2002-12-18 17:09:09 +00:00
Brian Matzon
602a155986 mod: ALUT removed, caused waaay to many headaches 2002-12-18 16:54:50 +00:00
Brian Matzon
91df757aba add: simple stress test for oal 2002-12-18 16:51:28 +00:00
Brian Matzon
2e2f5039e9 add: new class for loading wave files, in preperation of removing ALUT 2002-12-18 16:51:02 +00:00
Elias Naur
040d03dca4 Fixed the RegisterClass call 2002-12-18 16:40:12 +00:00
Gregory Pierce
ad03fe3b3b no message 2002-12-18 03:38:57 +00:00
Gregory Pierce
9f9884fce4 no message 2002-12-18 03:20:35 +00:00
Caspian Rychlik-Prince
c63eae72d6 Changed quotes to angle brackets for alut.h inclusion 2002-12-17 19:08:16 +00:00
Brian Matzon
93ea8846f7 beautification 2002-12-15 22:24:48 +00:00
Caspian Rychlik-Prince
1bf98ef323 Added DEBUG constant 2002-12-15 22:12:46 +00:00
Brian Matzon
0746bf5084 fix: even more beautification! 2002-12-15 22:09:09 +00:00
Brian Matzon
b1ebd6fa32 fix: small beautification 2002-12-15 22:05:10 +00:00
Brian Matzon
62ad5f3681 simple test for testing the number of available sources 2002-12-15 22:01:00 +00:00
Elias Naur
450ff067cf Added a standard system error output 2002-12-14 15:23:53 +00:00
Elias Naur
434497c7bd Even more linux oal fixes 2002-12-14 13:52:25 +00:00
Elias Naur
102757c802 More oal linux fixes 2002-12-14 13:44:55 +00:00
Elias Naur
3a8e2b59f1 Fixed oal dynamic loading on linux 2002-12-14 13:37:46 +00:00
Brian Matzon
ddfc7f4919 removed dynamic loading, since alut is statically linked (doh!) 2002-12-14 12:54:25 +00:00
Brian Matzon
7083363a91 dynamic loading of openal 2002-12-14 12:49:16 +00:00
Brian Matzon
f84e2b5346 fix: no more using alutInit or alutExit 2002-12-14 12:44:17 +00:00
Brian Matzon
926e1dd507 add: new alExit method alutExit, which has been removed 2002-12-14 12:43:45 +00:00
Brian Matzon
aaa0bbab42 rem: alutInit and exit gone 2002-12-14 12:42:19 +00:00
Brian Matzon
8c0c280a12 no message 2002-12-14 12:38:39 +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
98398e4a7a Minor fix to Display.cpp 2002-12-11 07:26:49 +00:00
Elias Naur
8202b0e14c Switched to dynamic loading of gl functions and libs 2002-12-11 07:16:31 +00:00
Elias Naur
24e25533ab Fixed a GL context creation bug 2002-12-04 15:17:49 +00:00
Elias Naur
08faa001ba Removed Makefile.elias_naur 2002-11-30 21:43:06 +00:00
Luke Holden
48b003e13a ac*.m4 files are no longer in cvs 2002-11-30 21:36:12 +00:00
Luke Holden
249b34b437 Files are automatically generated 2002-11-30 21:35:19 +00:00
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