Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix QGL for ES1/ES2: Use ushort indices, since uint is n/a on ES1/ES2 profile | Sven Gothel | 2012-10-16 | 1 | -2/+2 |
| | | | | glDrawElements(int mode, IntBuffer indices) -> glDrawElements(int mode, ShortBuffer indices) | ||||
* | Simple NEWT port: Remove AWT dependencies in Jake2 / JOGL / Fast (default ↵NEWT | Sven Gothel | 2012-10-08 | 3 | -19/+214 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Changes to enable Jake2 to run well as an applet inside the | Kenneth B. Russell | 2008-03-02 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | use Lib.atof instead | Carsten Weisse | 2007-05-14 | 1 | -29/+7 |
| | |||||
* | clean up | Carsten Weisse | 2007-04-16 | 1 | -11/+5 |
| | |||||
* | clean up | Carsten Weisse | 2007-04-16 | 1 | -33/+19 |
| | |||||
* | cosmetic | Rene Stoeckel | 2007-04-15 | 2 | -90/+53 |
| | |||||
* | clean up | Carsten Weisse | 2007-02-27 | 1 | -15/+2 |
| | |||||
* | clean up | Carsten Weisse | 2007-02-27 | 1 | -5/+3 |
| | |||||
* | clean up | Carsten Weisse | 2007-02-27 | 1 | -3/+1 |
| | |||||
* | clean up | Carsten Weisse | 2007-02-27 | 1 | -8/+0 |
| | |||||
* | bugfix | Rene Stoeckel | 2006-08-20 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Holger Zickner | 2006-02-13 | 1 | -3/+3 |
| | |||||
* | comment beautification | Rene Stoeckel | 2006-01-21 | 1 | -3/+4 |
| | |||||
* | don't write config before archive bits of cvars are set | Holger Zickner | 2006-01-15 | 1 | -4/+4 |
| | |||||
* | code cleanups and beautification | Rene Stoeckel | 2005-12-27 | 2 | -497/+447 |
| | |||||
* | byte[] <--> String | Carsten Weisse | 2005-12-18 | 4 | -8/+10 |
| | | | | with latin 1 alias ISO-8859-1 | ||||
* | lots of bugfixes in redirection | Rene Stoeckel | 2005-12-16 | 1 | -36/+9 |
| | |||||
* | debug message removed. | Carsten Weisse | 2005-12-04 | 1 | -4/+3 |
| | |||||
* | javadoc cleanup | Rene Stoeckel | 2005-12-03 | 1 | -114/+43 |
| | |||||
* | bugfix: Q2Dialog not opened in dedicated mode | Rene Stoeckel | 2005-12-03 | 1 | -8/+24 |
| | |||||
* | up merge from branch render-refactoring | Carsten Weisse | 2005-11-13 | 2 | -17/+18 |
| | | | | | code cleanup. use Defines instead of Globals (Defines contains all constants) | ||||
* | solves a bug, reported by Ken Russell from sun. | Carsten Weisse | 2005-10-26 | 1 | -3/+5 |
| | | | | | | | | | (Problems with jdk1.6 and special network configs) The localhost address was null by calling InetAddress.getByName("localhost").getAddress() see java api doc: InetAddress.getByName(null) is the correct (but strange) method to get the localhost InetAddress. | ||||
* | remove timer hack and use new Timer classes | Holger Zickner | 2005-07-01 | 2 | -7/+8 |
| | |||||
* | do not overwrite baseq2 dir | Holger Zickner | 2005-06-28 | 1 | -2/+4 |
| | |||||
* | there is no mode "a" in Java | Holger Zickner | 2005-06-11 | 1 | -3/+4 |
| | |||||
* | merge last changes from 0.9.4 branch | Holger Zickner | 2005-05-26 | 4 | -15/+27 |
| | |||||
* | replace the javax.imageio with nio file operations | Carsten Weisse | 2005-05-20 | 1 | -17/+17 |
| | |||||
* | write config.cfg as soon as baseq2 is initialized to avoid questioning again | Holger Zickner | 2005-05-14 | 1 | -1/+4 |
| | |||||
* | use US locale (labels in filechooser, number format) | Holger Zickner | 2005-05-12 | 1 | -3/+4 |
| | |||||
* | dtriverts never used | Carsten Weisse | 2005-05-07 | 1 | -33/+2 |
| | |||||
* | this reduces the memory footprint massive; | Carsten Weisse | 2005-05-07 | 1 | -7/+26 |
| | | | | you can now run city3 with 90MB heap | ||||
* | developer msg removed | Rene Stoeckel | 2005-02-19 | 1 | -3/+3 |
| | |||||
* | command line parameter bugs. | Rene Stoeckel | 2005-02-19 | 1 | -5/+3 |
| | |||||
* | dedicated server runs now :-) | Carsten Weisse | 2005-02-13 | 1 | -2/+6 |
| | | | | | | someone has forgotten the code to check the dedicated variable. (stupid bug and hard to find) | ||||
* | a better test for empty strings | Carsten Weisse | 2005-02-08 | 1 | -2/+2 |
| | |||||
* | cosmetic | Rene Stoeckel | 2005-02-06 | 1 | -35/+36 |
| | |||||
* | added debug info. SZ.write/print should not be used anymore. | Rene Stoeckel | 2005-02-06 | 1 | -1/+2 |
| | |||||
* | debug print distinguishes now between client and server messages. | Rene Stoeckel | 2005-02-06 | 2 | -10/+23 |
| | |||||
* | added some helpful debug info for me | Rene Stoeckel | 2005-02-06 | 1 | -6/+13 |
| | |||||
* | now it works without null and handles empty strings correctly | Carsten Weisse | 2005-01-23 | 1 | -4/+6 |
| | |||||
* | bugfix: if no more tokens are available then return null | Carsten Weisse | 2005-01-23 | 1 | -4/+5 |
| | |||||
* | code clean up | Carsten Weisse | 2005-01-23 | 1 | -262/+38 |
| | |||||
* | code clean up; and bugfix (see Math.min) | Carsten Weisse | 2005-01-23 | 1 | -984/+210 |
| | |||||
* | use Vec3Cache for recusive function (a lot of garbage); number 1 (profiling ↵ | Carsten Weisse | 2005-01-21 | 1 | -2/+4 |
| | | | | game mode) | ||||
* | readcount should be 0 | Carsten Weisse | 2005-01-17 | 1 | -2/+5 |
| | |||||
* | garbage optimized with static buffers | Carsten Weisse | 2005-01-17 | 2 | -13/+12 |
| | |||||
* | sorry ;-) muss nochmal schauen | Carsten Weisse | 2005-01-14 | 1 | -2/+2 |
| | |||||
* | the new trace_t() removed with clear() (no garbage) | Carsten Weisse | 2005-01-14 | 1 | -2/+2 |
| | |||||
* | small performance improvements | Holger Zickner | 2005-01-12 | 2 | -50/+52 |
| |