Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| |