aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/qcommon
Commit message (Collapse)AuthorAgeFilesLines
* clean upCarsten Weisse2007-04-161-11/+5
|
* clean upCarsten Weisse2007-04-161-33/+19
|
* cosmeticRene Stoeckel2007-04-152-90/+53
|
* clean upCarsten Weisse2007-02-271-15/+2
|
* clean upCarsten Weisse2007-02-271-5/+3
|
* clean upCarsten Weisse2007-02-271-3/+1
|
* clean upCarsten Weisse2007-02-271-8/+0
|
* bugfixRene Stoeckel2006-08-201-2/+2
|
* *** empty log message ***Holger Zickner2006-02-131-3/+3
|
* comment beautificationRene Stoeckel2006-01-211-3/+4
|
* don't write config before archive bits of cvars are setHolger Zickner2006-01-151-4/+4
|
* code cleanups and beautificationRene Stoeckel2005-12-272-497/+447
|
* byte[] <--> StringCarsten Weisse2005-12-184-8/+10
| | | | with latin 1 alias ISO-8859-1
* lots of bugfixes in redirectionRene Stoeckel2005-12-161-36/+9
|
* 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)