aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Simple JOGL2 port: Disable autoSwapBufferMode of GLCanvas (double swap == ↵Sven Gothel2012-10-071-3/+6
| | | | flicker); force display() when displayable (otherwise GL resources are not realized on windows)
* Add jogamp source-zip attachments in eclipse projectSven Gothel2012-10-074-1/+3
|
* Link jake2 jogl jnlp files to jogamp.org/deployment/jogamp-currentSven Gothel2012-10-072-17/+17
|
* Simple JOGL2 port: Populate 'lib/jogamp/' w/ builds ↵Sven Gothel2012-10-0733-11/+11
| | | | 'gluegen_598-joal_364-jogl_825', use common 'lib/jogamp' folder in build/run
* Simple JOGL2 port: Remove old joal/jogl/jsr231 libsSven Gothel2012-10-0728-0/+0
|
* Simple JOGL2 portSven Gothel2012-10-0718-1948/+849
| | | | | | | | | | - Remove _very_ old JOGL port (net.java.games.jogl.GL) - Rename Jsr231* -> Jogl* - Port Jsr231 to Jogl2: - package rename of jogl/joal - use AWT GLCanvas derivation instead of partially reimplementing it in JoglDriver - drop some EXT suffixes - name driver 'jogl2'
* unused variablesjogl1Rene Stoeckel2009-12-132-4/+2
|
* unused variablesRene Stoeckel2009-12-135-12/+8
|
* unused importsRene Stoeckel2009-12-131-3/+0
|
* stronger typingRene Stoeckel2009-12-131-1/+1
|
* Set background of Jake2Applet to black before fully initializedKenneth B. Russell2008-03-021-1/+8
|
* Changes to enable Jake2 to run well as an applet inside the Kenneth B. Russell2008-03-029-108/+514
| | | | | | | | | | | | | | | | | | | | | next-generation Java Plug-In. Added Globals.appletMode, Globals.applet and Globals.sizeChangeListener to be able to easily pass around the knowledge that the system is running in applet mode, and the applet itself, which becomes the parent container for the output. Most changes were in Jsr231Driver to support putting the Display into a preexisting parent container rather than a new Frame each time. Changed JOGLKBD to allow manual initialization of the parent container rather than obtaining it from a CreateNotify or ConfigureNotify event since these will never be generated in the applet case. Removed various calls to System.exit(), although strictly speaking this is no longer necessary because it is expected that the separate_jvm parameter will be used in conjunction with the new Java Plug-In to create a fresh JVM instance for each run of Jake2. Video mode switching in applet mode is working; the applet resizes (via JavaScript) to accommodate the newly selected resolution. Full screen mode when running as an applet is not implemented at this point, as the intent was to show this inside the browser, though support could be added very straightforwardly.
* bugfix: cast the space to byte avoid array overflowsCarsten Weisse2008-03-021-2/+2
|
* formattedCarsten Weisse2008-03-022-85/+92
|
* use java code style conventions but with spaces onlyCarsten Weisse2008-03-022-7/+20
|
* the callback renderer is never usedCarsten Weisse2008-03-023-701/+4
|
* better javadocCarsten Weisse2008-03-021-1/+1
|
* changes to handle resizable screens.Carsten Weisse2008-03-021-10/+31
| | | | GridBagLayout is used to resize the GL canvas together with the frame
* use getters and setters of modified viddef_tCarsten Weisse2008-03-0217-634/+621
|
* changes to handle resizable screensapplet-supportCarsten Weisse2008-03-021-4/+37
|
* inline cursornameCarsten Weisse2008-03-021-13/+4
|
* use the project specific jre alias "jdk1.6"Carsten Weisse2008-03-021-1/+1
|
* set code compliance to Java 5Carsten Weisse2008-03-021-1/+11
|
* makes the reference constantCarsten Weisse2008-03-011-1/+1
|
* version of eclipse 3.3 formatter settings changedCarsten Weisse2008-03-012-4/+14
|
* set new window location only in fullscreen modeCarsten Weisse2007-11-033-6/+4
|
* code clean up (shift the variable declarations down)Carsten Weisse2007-06-071-31/+17
|
* code clean up and set the buffer finalCarsten Weisse2007-06-071-11/+7
|
* define variables lateCarsten Weisse2007-05-141-3/+2
|
* this was the biggest garbage producer (32KB each frame), now fixedCarsten Weisse2007-05-141-11/+10
|
* use Lib.atof insteadCarsten Weisse2007-05-142-36/+10
|
* better empty string handling without throwing a exceptionCarsten Weisse2007-05-141-8/+6
|
* add a new layout string parser to minimize the String garbageCarsten Weisse2007-05-132-92/+326
|
* "pics/" + name + ".pcx" removed;Carsten Weisse2007-05-122-10/+12
| | | | | do this only on loading and put the short name into the hash map (much lesser String garbage)
* bugfix: center the mouse correct, now really ;-)Carsten Weisse2007-05-121-5/+3
|
* bugfix: center the mouse correct, now really ;-)Carsten Weisse2007-05-121-4/+9
|
* bugfix: sorry the mouse goes crazyCarsten Weisse2007-05-121-2/+2
|
* bugfix: center the mouse correctCarsten Weisse2007-05-121-2/+2
|
* use previous version, the new one doesn't run on my win2kCarsten Weisse2007-05-111-0/+0
|
* update to lwjgl 1.1Carsten Weisse2007-05-111-3/+3
|
* update to lwjgl 1.1Carsten Weisse2007-05-111-3015/+2900
|
* update to lwjgl 1.1Carsten Weisse2007-05-111-53/+4
|
* update to lwjgl 1.1Carsten Weisse2007-05-111-14/+14
|
* update to lwjgl 1.1 (bugfix release)Carsten Weisse2007-05-118-4/+7
|
* remove EAX patch and wait for a bugfix (it doesn't work for webstart because ↵Carsten Weisse2007-05-062-138/+0
| | | | of jar signing) https://joal.dev.java.net/issues/show_bug.cgi?id=17
* use printlnCarsten Weisse2007-05-061-6/+6
|
* print the the message if EAX failsCarsten Weisse2007-05-061-0/+1
|
* include the joal EAX patch in build and jar taskCarsten Weisse2007-05-061-1/+2
|
* include the joal EAX patchCarsten Weisse2007-05-061-0/+1
|
* bugfix: remove the wrong library loading, joal_native is the right library ↵Carsten Weisse2007-05-061-4/+0
| | | | name but this library loading is never needed because EAXFactory does this job