Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enabling GL2ES1 and GL2ES2 driver, using JOGL's ImmModeSink and ↵jogl2_es2 | Sven Gothel | 2012-10-12 | 10 | -1559/+2084 |
| | | | | | | | | | FixedFunctionPipeline to complete each profile GL2ES1 uses ImmModeSink GL2ES2 uses ImmModeSink and FixedFunctionPipeline TODO: Updated JOGL contained binaries w/ next aggregated build (please use the source until then) | ||||
* | Simple NEWT port: Remove AWT dependencies in Jake2 / JOGL / Fast (default ↵NEWT | Sven Gothel | 2012-10-08 | 31 | -663/+1489 |
| | | | | | | | | | | | | | | | mode) - Prepare for ES2 - Removed AWT init dialog, replaced w/ UI less auto install if n/a @ default location: $HOME/Jake2/baseq2 - JOGL GL2 Renderer 'joglgl2' - JOGL ES2 Renderer 'jogles2' (TBD) - Replaced JOGLKBD (AWT) w/ NEWTKBD - JOGL* Renderer using NEWT | ||||
* | Remove lwjgl | Sven Gothel | 2012-10-08 | 7 | -2273/+0 |
| | |||||
* | JoglDriver: Add FPSCounter (all 60*5 frames) ; Remove glFlush() @ endFrame, ↵jogl2_gl2 | Sven Gothel | 2012-10-08 | 1 | -1/+6 |
| | | | | doing swapBuffer already | ||||
* | Simple JOGL2 port: Disable autoSwapBufferMode of GLCanvas (double swap == ↵ | Sven Gothel | 2012-10-07 | 1 | -3/+6 |
| | | | | flicker); force display() when displayable (otherwise GL resources are not realized on windows) | ||||
* | Simple JOGL2 port | Sven Gothel | 2012-10-07 | 10 | -1620/+567 |
| | | | | | | | | | | - 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 variablesjogl1 | Rene Stoeckel | 2009-12-13 | 2 | -4/+2 |
| | |||||
* | unused variables | Rene Stoeckel | 2009-12-13 | 5 | -12/+8 |
| | |||||
* | unused imports | Rene Stoeckel | 2009-12-13 | 1 | -3/+0 |
| | |||||
* | stronger typing | Rene Stoeckel | 2009-12-13 | 1 | -1/+1 |
| | |||||
* | Set background of Jake2Applet to black before fully initialized | Kenneth B. Russell | 2008-03-02 | 1 | -1/+8 |
| | |||||
* | Changes to enable Jake2 to run well as an applet inside the | Kenneth B. Russell | 2008-03-02 | 8 | -108/+511 |
| | | | | | | | | | | | | | | | | | | | | | 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 overflows | Carsten Weisse | 2008-03-02 | 1 | -2/+2 |
| | |||||
* | formatted | Carsten Weisse | 2008-03-02 | 2 | -85/+92 |
| | |||||
* | the callback renderer is never used | Carsten Weisse | 2008-03-02 | 3 | -701/+4 |
| | |||||
* | better javadoc | Carsten Weisse | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | changes to handle resizable screens. | Carsten Weisse | 2008-03-02 | 1 | -10/+31 |
| | | | | GridBagLayout is used to resize the GL canvas together with the frame | ||||
* | use getters and setters of modified viddef_t | Carsten Weisse | 2008-03-02 | 13 | -577/+580 |
| | |||||
* | changes to handle resizable screensapplet-support | Carsten Weisse | 2008-03-02 | 1 | -4/+37 |
| | |||||
* | inline cursorname | Carsten Weisse | 2008-03-02 | 1 | -13/+4 |
| | |||||
* | makes the reference constant | Carsten Weisse | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | set new window location only in fullscreen mode | Carsten Weisse | 2007-11-03 | 3 | -6/+4 |
| | |||||
* | code clean up (shift the variable declarations down) | Carsten Weisse | 2007-06-07 | 1 | -31/+17 |
| | |||||
* | code clean up and set the buffer final | Carsten Weisse | 2007-06-07 | 1 | -11/+7 |
| | |||||
* | define variables late | Carsten Weisse | 2007-05-14 | 1 | -3/+2 |
| | |||||
* | this was the biggest garbage producer (32KB each frame), now fixed | Carsten Weisse | 2007-05-14 | 1 | -11/+10 |
| | |||||
* | use Lib.atof instead | Carsten Weisse | 2007-05-14 | 2 | -36/+10 |
| | |||||
* | better empty string handling without throwing a exception | Carsten Weisse | 2007-05-14 | 1 | -8/+6 |
| | |||||
* | add a new layout string parser to minimize the String garbage | Carsten Weisse | 2007-05-13 | 2 | -92/+326 |
| | |||||
* | "pics/" + name + ".pcx" removed; | Carsten Weisse | 2007-05-12 | 2 | -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 Weisse | 2007-05-12 | 1 | -5/+3 |
| | |||||
* | bugfix: center the mouse correct, now really ;-) | Carsten Weisse | 2007-05-12 | 1 | -4/+9 |
| | |||||
* | bugfix: sorry the mouse goes crazy | Carsten Weisse | 2007-05-12 | 1 | -2/+2 |
| | |||||
* | bugfix: center the mouse correct | Carsten Weisse | 2007-05-12 | 1 | -2/+2 |
| | |||||
* | update to lwjgl 1.1 (bugfix release) | Carsten Weisse | 2007-05-11 | 1 | -4/+7 |
| | |||||
* | use println | Carsten Weisse | 2007-05-06 | 1 | -6/+6 |
| | |||||
* | print the the message if EAX fails | Carsten Weisse | 2007-05-06 | 1 | -0/+1 |
| | |||||
* | go back to previous version, handler is ok, but EAX class is not | Carsten Weisse | 2007-05-06 | 1 | -7/+12 |
| | |||||
* | try to use EAX instead of checking extension Strings | Carsten Weisse | 2007-05-06 | 1 | -12/+7 |
| | |||||
* | clean up | Carsten Weisse | 2007-04-16 | 2 | -13/+5 |
| | |||||
* | clean up | Carsten Weisse | 2007-04-16 | 1 | -33/+19 |
| | |||||
* | clean up | Carsten Weisse | 2007-04-16 | 1 | -60/+29 |
| | |||||
* | cosmetic | Rene Stoeckel | 2007-04-15 | 4 | -106/+68 |
| | |||||
* | clean up | Carsten Weisse | 2007-02-27 | 5 | -55/+16 |
| | |||||
* | clean up | Carsten Weisse | 2007-02-27 | 5 | -32/+14 |
| | |||||
* | clean up | Carsten Weisse | 2007-02-27 | 16 | -75/+18 |
| | |||||
* | debugging code disabled; clean up | Carsten Weisse | 2007-02-27 | 1 | -14/+6 |
| | |||||
* | debugging code disabled | Carsten Weisse | 2007-02-27 | 1 | -9/+3 |
| | |||||
* | clean up | Carsten Weisse | 2007-02-27 | 23 | -129/+41 |
| | |||||
* | hack of old joal EAX bug removed | Carsten Weisse | 2007-02-27 | 1 | -8/+2 |
| |