aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/qcommon
Commit message (Collapse)AuthorAgeFilesLines
* debug message removed.Carsten Weisse2005-12-041-4/+3
|
* javadoc cleanupRene Stoeckel2005-12-031-114/+43
|
* bugfix: Q2Dialog not opened in dedicated modeRene Stoeckel2005-12-031-8/+24
|
* up merge from branch render-refactoringCarsten Weisse2005-11-132-17/+18
| | | | | code cleanup. use Defines instead of Globals (Defines contains all constants)
* solves a bug, reported by Ken Russell from sun.Carsten Weisse2005-10-261-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 classesHolger Zickner2005-07-012-7/+8
|
* do not overwrite baseq2 dirHolger Zickner2005-06-281-2/+4
|
* there is no mode "a" in JavaHolger Zickner2005-06-111-3/+4
|
* merge last changes from 0.9.4 branchHolger Zickner2005-05-264-15/+27
|
* replace the javax.imageio with nio file operationsCarsten Weisse2005-05-201-17/+17
|
* write config.cfg as soon as baseq2 is initialized to avoid questioning againHolger Zickner2005-05-141-1/+4
|
* use US locale (labels in filechooser, number format)Holger Zickner2005-05-121-3/+4
|
* dtriverts never usedCarsten Weisse2005-05-071-33/+2
|
* this reduces the memory footprint massive;Carsten Weisse2005-05-071-7/+26
| | | | you can now run city3 with 90MB heap
* developer msg removedRene Stoeckel2005-02-191-3/+3
|
* command line parameter bugs.Rene Stoeckel2005-02-191-5/+3
|
* dedicated server runs now :-)Carsten Weisse2005-02-131-2/+6
| | | | | | someone has forgotten the code to check the dedicated variable. (stupid bug and hard to find)
* a better test for empty stringsCarsten Weisse2005-02-081-2/+2
|
* cosmeticRene Stoeckel2005-02-061-35/+36
|
* added debug info. SZ.write/print should not be used anymore.Rene Stoeckel2005-02-061-1/+2
|
* debug print distinguishes now between client and server messages.Rene Stoeckel2005-02-062-10/+23
|
* added some helpful debug info for meRene Stoeckel2005-02-061-6/+13
|
* now it works without null and handles empty strings correctlyCarsten Weisse2005-01-231-4/+6
|
* bugfix: if no more tokens are available then return nullCarsten Weisse2005-01-231-4/+5
|
* code clean upCarsten Weisse2005-01-231-262/+38
|
* code clean up; and bugfix (see Math.min)Carsten Weisse2005-01-231-984/+210
|
* use Vec3Cache for recusive function (a lot of garbage); number 1 (profiling ↵Carsten Weisse2005-01-211-2/+4
| | | | game mode)
* readcount should be 0Carsten Weisse2005-01-171-2/+5
|
* garbage optimized with static buffersCarsten Weisse2005-01-172-13/+12
|
* sorry ;-) muss nochmal schauenCarsten Weisse2005-01-141-2/+2
|
* the new trace_t() removed with clear() (no garbage)Carsten Weisse2005-01-141-2/+2
|
* small performance improvementsHolger Zickner2005-01-122-50/+52
|
* command line settings always override config fileHolger Zickner2004-12-201-5/+5
|
* pak file is mmapped and buffers will be slicedCarsten Weisse2004-11-101-6/+13
|
* mouse wheel supportHolger Zickner2004-11-031-8/+4
|
* solves the search paths bug after changing the cvar "game"Carsten Weisse2004-10-281-1/+2
| | | | (jake2 is crashed after connecting to a server)
* a call to markBaseSearchPaths() is necessary if setCDDir()Carsten Weisse2004-10-281-3/+8
| | | | | is called outside the init sequence; also string compare bug fixed
* downladed files will be stored in level directoryCarsten Weisse2004-10-251-1/+11
| | | | (save games and config.cfg put to .jake2)
* it was the wrong functionCarsten Weisse2004-10-211-2/+2
|
* code cleanupCarsten Weisse2004-10-201-10/+16
|
* new method: LoadMappedFile (memory mapped io);Carsten Weisse2004-10-191-68/+161
| | | | and code cleanup
* reformat (java conventions)Carsten Weisse2004-10-181-828/+833
|
* NET methods refactored (name cleanup)Carsten Weisse2004-10-171-2/+2
|
* nonblocking network and code cleanupCarsten Weisse2004-10-171-6/+19
|
* reformat (java conventions)Carsten Weisse2004-10-171-44/+45
|
* show Kbytes in progress barHolger Zickner2004-09-261-18/+31
|
* load download mirrors from resource fileHolger Zickner2004-09-261-21/+71
|
* reorganized install dialogHolger Zickner2004-09-261-16/+35
|
* reorganized install dialogHolger Zickner2004-09-261-53/+158
|
* download mirror selectionHolger Zickner2004-09-251-53/+231
|