Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use new bytonic key to sign webstart jars | Holger Zickner | 2005-05-09 | 1 | -1/+1 |
| | |||||
* | jvm heap size reduced | Holger Zickner | 2005-05-09 | 4 | -4/+4 |
| | |||||
* | 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) | ||||
* | undo (level city3 needs more mem) | Carsten Weisse | 2005-04-27 | 4 | -15/+15 |
| | |||||
* | reduced max heap size (100M) | Carsten Weisse | 2005-04-27 | 4 | -15/+15 |
| | |||||
* | 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 |
| | |||||
* | bugfix: very stupid sound registration ;-) | Carsten Weisse | 2005-04-26 | 2 | -7/+13 |
| | | | | | now the dynamic sounds (weapons) will be loaded only once. This solves the lwjgl crash too. | ||||
* | new attribute for cached sounds | Carsten Weisse | 2005-04-26 | 1 | -1/+3 |
| | |||||
* | bugfix: this have to be a copy of the listener origin | Carsten Weisse | 2005-04-25 | 1 | -2/+4 |
| | | | | (I hope this solves the lwjgl openal problem) | ||||
* | put the lwjgl libs into classpath | Carsten Weisse | 2005-04-25 | 2 | -2/+3 |
| | |||||
* | import cleanup | Carsten Weisse | 2005-04-25 | 1 | -10/+3 |
| | |||||
* | screenshot function for (fast)jogl drivers. | Carsten Weisse | 2005-04-25 | 2 | -131/+165 |
| | | | | Needs a callback mechanism and a sliced buffer. | ||||
* | The first screenshot implementation (lwjgl) | Carsten Weisse | 2005-04-25 | 1 | -63/+68 |
| | |||||
* | bugfix [ 1144565 ] power shield of monster "brain" not displayed correctly | Carsten Weisse | 2005-04-08 | 1 | -4/+4 |
| | |||||
* | the brightness slider now modifies the gl_modulate value too, | Carsten Weisse | 2005-04-07 | 1 | -2/+8 |
| | | | | because it looks better than a pure gamma correction. | ||||
* | initial value of gl_modulate is set to 1.5 because the game was mostly too dark. | Carsten Weisse | 2005-04-07 | 3 | -6/+6 |
| | |||||
* | fixes bug on say command with 1 argument | Rene Stoeckel | 2005-03-13 | 1 | -1/+2 |
| | |||||
* | VectorEquals instead of VectorCompare | Rene Stoeckel | 2005-02-20 | 7 | -19/+19 |
| | |||||
* | bugfix for space throw in level space | Rene Stoeckel | 2005-02-20 | 1 | -4/+4 |
| | |||||
* | better message | Carsten Weisse | 2005-02-20 | 1 | -2/+2 |
| | |||||
* | some changes in monster ai (findtarget, ai_run) | Rene Stoeckel | 2005-02-20 | 2 | -37/+47 |
| | |||||
* | correct mouse button numbering for jogl (left->K_MOUSE1, center->K_MOUSE3, ↵ | Carsten Weisse | 2005-02-20 | 1 | -6/+20 |
| | | | | right->K_MOUSE2) | ||||
* | correct mouse button numbering for lwjgl (left->0, center->2, right->1) | Carsten Weisse | 2005-02-20 | 1 | -3/+0 |
| | |||||
* | change from binary to -kkv | Carsten Weisse | 2005-02-20 | 0 | -0/+0 |
| | |||||
* | fixed power shield bug | Rene Stoeckel | 2005-02-19 | 1 | -2/+2 |
| | |||||
* | wrong error message fixed when loading a game failes | Rene Stoeckel | 2005-02-19 | 2 | -6/+6 |
| | |||||
* | cosmetic | Rene Stoeckel | 2005-02-19 | 2 | -9/+6 |
| | |||||
* | developer msg removed | Rene Stoeckel | 2005-02-19 | 2 | -5/+5 |
| | |||||
* | bugfix in SP_FixCoopSpots | Rene Stoeckel | 2005-02-19 | 1 | -3/+6 |
| | |||||
* | bugfixes in selectspawnpoint() functions | Rene Stoeckel | 2005-02-19 | 1 | -12/+22 |
| | |||||
* | developer msg added for killing and pickup. | Rene Stoeckel | 2005-02-19 | 1 | -2/+4 |
| | |||||
* | lightramp bug and imroved laser think | Rene Stoeckel | 2005-02-19 | 1 | -14/+14 |
| | |||||
* | fixed bug in ent.setFields() when spawning an edict_t | Rene Stoeckel | 2005-02-19 | 2 | -5/+12 |
| |