aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/sys/Sys.java
Commit message (Collapse)AuthorAgeFilesLines
* Changes to enable Jake2 to run well as an applet inside the Kenneth B. Russell2008-03-021-4/+8
| | | | | | | | | | | | | | | | | | | | | 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.
* remove timer hack and use new Timer classesHolger Zickner2005-07-011-7/+2
|
* merge LWJGL input system changesHolger Zickner2004-12-141-2/+2
|
* major refactoring in game, server and client packageRene Stoeckel2004-09-221-217/+219
|
* did some cource cleanupsRene Stoeckel2004-09-101-41/+38
|
* remove game_export_t and other dll related stuffHolger Zickner2004-08-291-10/+1
|
* replace Lib functionsHolger Zickner2004-07-281-2/+2
|
* profilingHolger Zickner2004-07-191-17/+8
|
* import of Jake2Holger Zickner2004-07-091-14/+1
|
* import of Jake2 version cebitHolger Zickner2004-07-081-2/+2
|
* import of Jake2 version hannoverHolger Zickner2004-07-081-2/+4
|
* import of Jake2 version sunrisesunriseHolger Zickner2004-07-071-0/+278