summaryrefslogtreecommitdiffstats
path: root/src/jake2/qcommon
Commit message (Expand)AuthorAgeFilesLines
* Fix QGL for ES1/ES2: Use ushort indices, since uint is n/a on ES1/ES2 profileSven Gothel2012-10-161-2/+2
* Simple NEWT port: Remove AWT dependencies in Jake2 / JOGL / Fast (default mod...NEWTSven Gothel2012-10-083-19/+214
* Changes to enable Jake2 to run well as an applet inside the Kenneth B. Russell2008-03-021-3/+11
* use Lib.atof insteadCarsten Weisse2007-05-141-29/+7
* 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
* 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
* solves a bug, reported by Ken Russell from sun.Carsten Weisse2005-10-261-3/+5
* 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
* 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
* 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 g...Carsten Weisse2005-01-211-2/+4
* 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