Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | command line settings always override config file | Holger Zickner | 2004-12-20 | 1 | -5/+5 |
| | |||||
* | pak file is mmapped and buffers will be sliced | Carsten Weisse | 2004-11-10 | 1 | -6/+13 |
| | |||||
* | mouse wheel support | Holger Zickner | 2004-11-03 | 1 | -8/+4 |
| | |||||
* | solves the search paths bug after changing the cvar "game" | Carsten Weisse | 2004-10-28 | 1 | -1/+2 |
| | | | | (jake2 is crashed after connecting to a server) | ||||
* | a call to markBaseSearchPaths() is necessary if setCDDir() | Carsten Weisse | 2004-10-28 | 1 | -3/+8 |
| | | | | | is called outside the init sequence; also string compare bug fixed | ||||
* | downladed files will be stored in level directory | Carsten Weisse | 2004-10-25 | 1 | -1/+11 |
| | | | | (save games and config.cfg put to .jake2) | ||||
* | it was the wrong function | Carsten Weisse | 2004-10-21 | 1 | -2/+2 |
| | |||||
* | code cleanup | Carsten Weisse | 2004-10-20 | 1 | -10/+16 |
| | |||||
* | new method: LoadMappedFile (memory mapped io); | Carsten Weisse | 2004-10-19 | 1 | -68/+161 |
| | | | | and code cleanup | ||||
* | reformat (java conventions) | Carsten Weisse | 2004-10-18 | 1 | -828/+833 |
| | |||||
* | NET methods refactored (name cleanup) | Carsten Weisse | 2004-10-17 | 1 | -2/+2 |
| | |||||
* | nonblocking network and code cleanup | Carsten Weisse | 2004-10-17 | 1 | -6/+19 |
| | |||||
* | reformat (java conventions) | Carsten Weisse | 2004-10-17 | 1 | -44/+45 |
| | |||||
* | show Kbytes in progress bar | Holger Zickner | 2004-09-26 | 1 | -18/+31 |
| | |||||
* | load download mirrors from resource file | Holger Zickner | 2004-09-26 | 1 | -21/+71 |
| | |||||
* | reorganized install dialog | Holger Zickner | 2004-09-26 | 1 | -16/+35 |
| | |||||
* | reorganized install dialog | Holger Zickner | 2004-09-26 | 1 | -53/+158 |
| | |||||
* | download mirror selection | Holger Zickner | 2004-09-25 | 1 | -53/+231 |
| | |||||
* | major refactoring in game, server and client package | Rene Stoeckel | 2004-09-22 | 8 | -5210/+5084 |
| | |||||
* | dialog reorganized | Holger Zickner | 2004-09-21 | 1 | -49/+78 |
| | |||||
* | FTP installer | Holger Zickner | 2004-09-21 | 2 | -271/+401 |
| | |||||
* | chdir (this is the original value) | Carsten Weisse | 2004-09-20 | 1 | -2/+2 |
| | |||||
* | setVisible(true) is correct | Carsten Weisse | 2004-09-20 | 1 | -1/+1 |
| | |||||
* | move test method | Holger Zickner | 2004-09-19 | 3 | -30/+15 |
| | |||||
* | splash screen with status messages | Holger Zickner | 2004-09-19 | 3 | -45/+110 |
| | |||||
* | fix command line argument handling | Holger Zickner | 2004-09-18 | 1 | -2/+2 |
| | |||||
* | first version of data chooser/installer | Holger Zickner | 2004-09-18 | 3 | -1/+238 |
| | |||||
* | - use $HOME/.jake2 as first searchpath element | Holger Zickner | 2004-09-18 | 1 | -9/+24 |
| | | | | - "cddir" as persistent location for baseq2 | ||||
* | did some cource cleanups | Rene Stoeckel | 2004-09-10 | 2 | -4/+2 |
| | |||||
* | default to window mode for better compatbility | Holger Zickner | 2004-09-06 | 1 | -1/+3 |
| | |||||
* | fix comment handling in Parse() | Holger Zickner | 2004-08-22 | 1 | -7/+2 |
| | | | | remove obsolete ServerState() | ||||
* | cleanups and base3 bugfix for the load and save routines. | Rene Stoeckel | 2004-08-22 | 1 | -2/+2 |
| | |||||
* | savegames now seem to work. | Rene Stoeckel | 2004-08-20 | 1 | -2/+2 |
| | |||||
* | command line completion | Holger Zickner | 2004-08-19 | 1 | -13/+9 |
| | | | | remove references to GameBase.gi from Cmd |