Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 9 | -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 overflows | Carsten Weisse | 2008-03-02 | 1 | -2/+2 |
| | |||||
* | formatted | Carsten Weisse | 2008-03-02 | 2 | -85/+92 |
| | |||||
* | use java code style conventions but with spaces only | Carsten Weisse | 2008-03-02 | 2 | -7/+20 |
| | |||||
* | 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 | 17 | -634/+621 |
| | |||||
* | changes to handle resizable screensapplet-support | Carsten Weisse | 2008-03-02 | 1 | -4/+37 |
| | |||||
* | inline cursorname | Carsten Weisse | 2008-03-02 | 1 | -13/+4 |
| | |||||
* | use the project specific jre alias "jdk1.6" | Carsten Weisse | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | set code compliance to Java 5 | Carsten Weisse | 2008-03-02 | 1 | -1/+11 |
| | |||||
* | makes the reference constant | Carsten Weisse | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | version of eclipse 3.3 formatter settings changed | Carsten Weisse | 2008-03-01 | 2 | -4/+14 |
| | |||||
* | 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 |
| | |||||
* | use previous version, the new one doesn't run on my win2k | Carsten Weisse | 2007-05-11 | 1 | -0/+0 |
| | |||||
* | update to lwjgl 1.1 | Carsten Weisse | 2007-05-11 | 1 | -3/+3 |
| | |||||
* | update to lwjgl 1.1 | Carsten Weisse | 2007-05-11 | 1 | -3015/+2900 |
| | |||||
* | update to lwjgl 1.1 | Carsten Weisse | 2007-05-11 | 1 | -53/+4 |
| | |||||
* | update to lwjgl 1.1 | Carsten Weisse | 2007-05-11 | 1 | -14/+14 |
| | |||||
* | update to lwjgl 1.1 (bugfix release) | Carsten Weisse | 2007-05-11 | 8 | -4/+7 |
| | |||||
* | remove EAX patch and wait for a bugfix (it doesn't work for webstart because ↵ | Carsten Weisse | 2007-05-06 | 2 | -138/+0 |
| | | | | of jar signing) https://joal.dev.java.net/issues/show_bug.cgi?id=17 | ||||
* | 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 |
| | |||||
* | include the joal EAX patch in build and jar task | Carsten Weisse | 2007-05-06 | 1 | -1/+2 |
| | |||||
* | include the joal EAX patch | Carsten Weisse | 2007-05-06 | 1 | -0/+1 |
| | |||||
* | bugfix: remove the wrong library loading, joal_native is the right library ↵ | Carsten Weisse | 2007-05-06 | 1 | -4/+0 |
| | | | | name but this library loading is never needed because EAXFactory does this job | ||||
* | this is the current and wrong joal EAX implementation | Carsten Weisse | 2007-05-06 | 1 | -0/+140 |
| | |||||
* | 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 |
| | |||||
* | use new jogl libs alias jsr231 | Carsten Weisse | 2007-05-06 | 1 | -3/+3 |
| | |||||
* | use gluegen-rt from jsr231 alias jogl | Carsten Weisse | 2007-04-28 | 4 | -3/+4 |
| | |||||
* | remove gluegen from joal; use it from jsr231 instead | Carsten Weisse | 2007-04-28 | 2 | -0/+0 |
| | |||||
* | upgrade jogl to jsr231 1.1.0 release | Carsten Weisse | 2007-04-28 | 15 | -0/+0 |
| | |||||
* | rove gluegen from joal; use from jsr231 instead | Carsten Weisse | 2007-04-28 | 2 | -0/+0 |
| |