Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spectator bugfix | Rene Stoeckel | 2006-01-21 | 1 | -3/+3 |
| | |||||
* | dirty bugfix | Holger Zickner | 2006-01-14 | 1 | -2/+6 |
| | |||||
* | remove '\\' check | Holger Zickner | 2006-01-10 | 1 | -2/+2 |
| | |||||
* | code cleanups and beautification | Rene Stoeckel | 2005-12-27 | 5 | -515/+258 |
| | |||||
* | cheat bugfix in God_f and Give_f | Rene Stoeckel | 2005-12-18 | 1 | -3/+3 |
| | |||||
* | npe fix in Touch_Items | Rene Stoeckel | 2005-12-17 | 1 | -3/+4 |
| | |||||
* | bugfix in end dm level when choosing next map from sv_maplist | Rene Stoeckel | 2005-12-16 | 1 | -18/+17 |
| | |||||
* | bugfix in trigger counter use, sequence was completed too early, some ↵ | Rene Stoeckel | 2005-12-14 | 1 | -19/+4 |
| | | | | cosmetic done. | ||||
* | better bugfix for gravity problem | Rene Stoeckel | 2005-12-12 | 1 | -2/+2 |
| | |||||
* | fix gravity bug | Rene Stoeckel | 2005-12-11 | 1 | -2/+2 |
| | |||||
* | bugfix with non decreasing armor | Rene Stoeckel | 2005-12-10 | 1 | -2/+2 |
| | |||||
* | javadoc cleanup | Rene Stoeckel | 2005-12-03 | 1 | -2/+4 |
| | |||||
* | cosmetic | Rene Stoeckel | 2005-11-20 | 1 | -3/+1 |
| | |||||
* | savegames are now independend from different jake2 builds and releases | Rene Stoeckel | 2005-11-20 | 42 | -848/+1636 |
| | |||||
* | sorted the methods according to their original locations in the c files. | Rene Stoeckel | 2005-11-16 | 43 | -5287/+5175 |
| | |||||
* | up merge from branch render-refactoring | Carsten Weisse | 2005-11-13 | 1 | -3/+3 |
| | | | | | code cleanup. use Defines instead of Globals (Defines contains all constants) | ||||
* | Array index out of bounds bug fixed (ent.number) | Rene Stoeckel | 2005-06-05 | 1 | -4/+8 |
| | |||||
* | 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 | 4 | -11/+11 |
| | |||||
* | bugfix for space throw in level space | Rene Stoeckel | 2005-02-20 | 1 | -4/+4 |
| | |||||
* | some changes in monster ai (findtarget, ai_run) | Rene Stoeckel | 2005-02-20 | 2 | -37/+47 |
| | |||||
* | fixed power shield bug | Rene Stoeckel | 2005-02-19 | 1 | -2/+2 |
| | |||||
* | cosmetic | Rene Stoeckel | 2005-02-19 | 1 | -2/+1 |
| | |||||
* | 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 |
| | |||||
* | bug: weapons were not loud enough | Rene Stoeckel | 2005-02-13 | 1 | -2/+2 |
| | |||||
* | GameBase.dedicated removed; use Globals.dedicated instead | Carsten Weisse | 2005-02-13 | 3 | -7/+5 |
| | | | | (defined twice) | ||||
* | beatification | Rene Stoeckel | 2005-02-12 | 1 | -12/+3 |
| | |||||
* | a better test for empty strings | Carsten Weisse | 2005-02-08 | 1 | -2/+2 |
| | |||||
* | import statement added for monster package | Rene Stoeckel | 2005-02-06 | 1 | -1/+2 |
| | |||||
* | debug info added. | Rene Stoeckel | 2005-02-06 | 1 | -2/+2 |
| | |||||
* | coop, out of bounds fixed, score board bugs fixed. | Rene Stoeckel | 2005-02-06 | 1 | -25/+10 |
| | |||||
* | find spawn point nullpointer bug fixed. | Rene Stoeckel | 2005-02-06 | 1 | -30/+18 |
| | |||||
* | main (test) method removed. | Rene Stoeckel | 2005-02-06 | 1 | -17/+1 |
| | |||||
* | scoreboard bug fixed | Rene Stoeckel | 2005-02-06 | 1 | -1/+37 |
| | |||||
* | some methods public, because of monster refactoring / coming bot interface | Rene Stoeckel | 2005-02-06 | 1 | -4/+4 |
| | |||||
* | import statement added for monster package | Rene Stoeckel | 2005-02-06 | 1 | -1/+2 |
| | |||||
* | debug infos added. | Rene Stoeckel | 2005-02-06 | 1 | -12/+11 |
| | |||||
* | import statement added for monsters. | Rene Stoeckel | 2005-02-06 | 1 | -1/+5 |
| | |||||
* | eliminated ScoreBoard functions (are in PlayerHud.java). | Rene Stoeckel | 2005-02-06 | 1 | -114/+7 |
| | |||||
* | opened object access. this class is will be obsolete next time. | Rene Stoeckel | 2005-02-06 | 1 | -2/+2 |
| | |||||
* | scoreboard bug fixed | Rene Stoeckel | 2005-02-06 | 1 | -7/+8 |
| | |||||
* | fixed scoreboard switchoff bug | Rene Stoeckel | 2005-02-06 | 1 | -7/+7 |
| | |||||
* | part of refactoring the monster files | Rene Stoeckel | 2005-02-06 | 24 | -72/+332 |
| | |||||
* | now it works without null and handles empty strings correctly | Carsten Weisse | 2005-01-23 | 1 | -2/+2 |
| | |||||
* | new clear() method | Carsten Weisse | 2005-01-23 | 1 | -1/+19 |
| | |||||
* | bugfix: solves the problem with empty strings; | Carsten Weisse | 2005-01-23 | 1 | -2/+2 |
| | | | | (set adr0 "") an empty string is a valid token! |