Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sorted the methods according to their original locations in the c files. | Rene Stoeckel | 2005-11-16 | 46 | -5387/+5202 |
| | |||||
* | up merge from branch render-refactoring | Carsten Weisse | 2005-11-13 | 4 | -22/+23 |
| | | | | | 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 | 12 | -67/+46 |
| | |||||
* | different Timers implementing Milliseconds() | Holger Zickner | 2005-07-01 | 4 | -0/+121 |
| | |||||
* | make sure not to exceed max line size in Console fixes bug 1230166 | Holger Zickner | 2005-06-30 | 1 | -1/+2 |
| | |||||
* | do not overwrite baseq2 dir | Holger Zickner | 2005-06-28 | 1 | -2/+4 |
| | |||||
* | fix out of bounds exception in getWavinfo() | Holger Zickner | 2005-06-27 | 1 | -9/+14 |
| | |||||
* | parseInt/Long may throw an exception | Holger Zickner | 2005-06-26 | 2 | -7/+14 |
| | |||||
* | last change deleted too much... | Holger Zickner | 2005-06-26 | 1 | -1/+3 |
| | |||||
* | jogl-1.0 is not supported anymore | Holger Zickner | 2005-06-24 | 1 | -14/+4 |
| | |||||
* | there is no mode "a" in Java | Holger Zickner | 2005-06-11 | 1 | -3/+4 |
| | |||||
* | sorry, wrong offset | Carsten Weisse | 2005-06-09 | 1 | -2/+2 |
| | |||||
* | JVM executes this code faster, than the "i++" one. | Carsten Weisse | 2005-06-08 | 4 | -44/+50 |
| | |||||
* | code cleanup | Carsten Weisse | 2005-06-08 | 1 | -280/+139 |
| | |||||
* | code cleanup | Carsten Weisse | 2005-06-08 | 1 | -279/+139 |
| | |||||
* | replace Integer.parseInt() to prevent exceptions | Holger Zickner | 2005-06-07 | 3 | -9/+10 |
| | |||||
* | simulate keyboard repeats | Holger Zickner | 2005-06-07 | 1 | -2/+26 |
| | |||||
* | handling of keyboard repeats depends now on game state | Holger Zickner | 2005-06-07 | 1 | -8/+4 |
| | |||||
* | handle characters with AltGr properly | Holger Zickner | 2005-06-06 | 2 | -6/+6 |
| | |||||
* | handle keys with AltGr properly | Holger Zickner | 2005-06-06 | 2 | -6/+6 |
| | |||||
* | handle keys with AltGr properly | Holger Zickner | 2005-06-06 | 2 | -5/+8 |
| | |||||
* | Array index out of bounds bug fixed (ent.number) | Rene Stoeckel | 2005-06-05 | 1 | -4/+8 |
| | |||||
* | merge last changes from 0.9.4 branch | Holger Zickner | 2005-05-26 | 7 | -25/+49 |
| | |||||
* | replace the javax.imageio with nio file operations | Carsten Weisse | 2005-05-20 | 1 | -17/+17 |
| | |||||
* | for better cache hit rates | Carsten Weisse | 2005-05-15 | 1 | -2/+4 |
| | |||||
* | for better cache hit rates | Carsten Weisse | 2005-05-15 | 1 | -3/+5 |
| | |||||
* | write config.cfg as soon as baseq2 is initialized to avoid questioning again | Holger Zickner | 2005-05-14 | 2 | -5/+8 |
| | |||||
* | use US locale (labels in filechooser, number format) | Holger Zickner | 2005-05-12 | 2 | -4/+8 |
| | |||||
* | the default pixel alignment in OpenGL is 4. | Carsten Weisse | 2005-05-11 | 3 | -3/+25 |
| | | | | | | | | to store images correctly with an vid.width e.g 713 (713 isn't a multiple of 4) the alignment has to be 1 byte. see also: http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=jogl;action=display;num=1115392413 | ||||
* | *** empty log message *** | Holger Zickner | 2005-05-10 | 1 | -435/+0 |
| | |||||
* | handles different source volumes (e.g. explosions far away) | Carsten Weisse | 2005-05-08 | 4 | -25/+39 |
| | |||||
* | model frame animation modifications (see fastjogl and lwjgl renderer) | Carsten Weisse | 2005-05-08 | 1 | -41/+35 |
| | |||||
* | see the other render changes | Carsten Weisse | 2005-05-07 | 1 | -3/+3 |
| | |||||
* | model frame animation is now stored in an int[]; | Carsten Weisse | 2005-05-07 | 4 | -59/+48 |
| | | | | | an int value contains the x, y, z, lightnormal (8bit for each element) this reduces the memory footprint massive and performs better | ||||
* | dtriverts never used | Carsten Weisse | 2005-05-07 | 1 | -33/+2 |
| | |||||
* | this reduces the memory footprint massive; | Carsten Weisse | 2005-05-07 | 4 | -60/+77 |
| | | | | you can now run city3 with 90MB heap | ||||
* | better string handling and error messages | Carsten Weisse | 2005-05-07 | 3 | -53/+57 |
| | |||||
* | helper functions to get the OpenGL version as float value | Carsten Weisse | 2005-05-07 | 4 | -5/+21 |
| | |||||
* | modified loading of submodels and faces to get better cache hit rates | Carsten Weisse | 2005-05-07 | 2 | -230/+249 |
| | | | | (little bit faster) | ||||
* | preconstruct a Throwable is faster; (is used in control flow) | Carsten Weisse | 2005-05-07 | 1 | -15/+12 |
| | |||||
* | preconstruct a Throwable is faster; (is used in control flow) | Carsten Weisse | 2005-05-07 | 2 | -12/+12 |
| | |||||
* | organized imports | Carsten Weisse | 2005-05-06 | 1 | -3/+1 |
| | |||||
* | use the GL_BGR (OpenGL1.2) format if possible; | Carsten Weisse | 2005-05-06 | 3 | -44/+62 |
| | | | | then RGB to BGR flip loop isn't used. (faster) | ||||
* | now we need a lower reference distance (see the modification before) | Carsten Weisse | 2005-04-27 | 1 | -2/+2 |
| | | | | (better attenuation effects) | ||||
* | change the master volume (listener) only on Update not per source | Carsten Weisse | 2005-04-27 | 2 | -17/+27 |
| | |||||
* | change the master volume (listener) only on Update not per source | Carsten Weisse | 2005-04-27 | 2 | -14/+27 |
| | |||||
* | code cleanup | Carsten Weisse | 2005-04-26 | 1 | -14/+8 |
| | |||||
* | code cleanup | Carsten Weisse | 2005-04-26 | 1 | -16/+9 |
| | |||||
* | code clean up | Carsten Weisse | 2005-04-26 | 1 | -15/+7 |
| |