aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changes to hanlde the new renderer interface (keyboardhandler)Carsten Weisse2005-02-091-4/+8
|
* bugfix:Carsten Weisse2005-02-081-2/+3
| | | | | | | don't force GC on playing a cinematic. the error was triggered at the end of the demo levels. toggle between "The End" and the menu worked fine but the menu animation was very slow. The reason was a Full-GC every frame.
* now it can handle simple static pcx images (see the end)Carsten Weisse2005-02-081-235/+187
| | | | not fully complete yet (first hack :-)
* a better test for empty stringsCarsten Weisse2005-02-082-4/+4
|
* a better test for empty stringsCarsten Weisse2005-02-083-15/+15
|
* execute the callbackCarsten Weisse2005-02-071-1/+2
|
* test for dedicated mode (see C-code)Carsten Weisse2005-02-071-1/+4
|
* cast not neededCarsten Weisse2005-02-071-2/+2
|
* use DummyRenderer for dedicated mode and use a valid instance for cl_timedemoCarsten Weisse2005-02-071-3/+4
|
* is used for dedicated modeCarsten Weisse2005-02-071-0/+182
|
* intialize the cvar_t fps with a valid instance (dedicated mode)Carsten Weisse2005-02-071-2/+2
|
* solves the "dedicated mode" problem.Carsten Weisse2005-02-071-2/+4
|
* cosmeticRene Stoeckel2005-02-062-43/+45
|
* coop game level switching bug.Rene Stoeckel2005-02-061-11/+6
|
* 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
|
* recording demos now work.Rene Stoeckel2005-02-061-20/+8
|
* added debug infosRene Stoeckel2005-02-061-5/+11
|
* init now safer, throwables catched.Rene Stoeckel2005-02-061-9/+15
|
* import statement added for monster packageRene Stoeckel2005-02-062-3/+4
|
* cosmeticRene Stoeckel2005-02-061-1/+4
|
* debug info added.Rene Stoeckel2005-02-061-2/+2
|
* coop, out of bounds fixed, score board bugs fixed.Rene Stoeckel2005-02-061-25/+10
|
* find spawn point nullpointer bug fixed.Rene Stoeckel2005-02-061-30/+18
|
* main (test) method removed.Rene Stoeckel2005-02-061-17/+1
|
* scoreboard bug fixedRene Stoeckel2005-02-061-1/+37
|
* some methods public, because of monster refactoring / coming bot interfaceRene Stoeckel2005-02-061-4/+4
|
* import statement added for monster packageRene Stoeckel2005-02-061-1/+2
|
* debug infos added.Rene Stoeckel2005-02-061-12/+11
|
* import statement added for monsters.Rene Stoeckel2005-02-061-1/+5
|
* eliminated ScoreBoard functions (are in PlayerHud.java).Rene Stoeckel2005-02-061-114/+7
|
* opened object access. this class is will be obsolete next time.Rene Stoeckel2005-02-061-2/+2
|
* scoreboard bug fixedRene Stoeckel2005-02-061-7/+8
|
* fixed scoreboard switchoff bugRene Stoeckel2005-02-061-7/+7
|
* part of refactoring the monster filesRene Stoeckel2005-02-0624-72/+332
|
* added some helpful debug info for meRene Stoeckel2005-02-061-6/+13
|
* some helpfull doc for meRene Stoeckel2005-02-061-0/+392
|
* a little bit fasterCarsten Weisse2005-02-012-27/+32
|
* now it works without null and handles empty strings correctlyCarsten Weisse2005-01-233-9/+12
|
* skip to endif changedCarsten Weisse2005-01-231-12/+4
|
* bugfix: clear the nullstate;Carsten Weisse2005-01-231-12/+12
| | | | | initialize the quake2 server adresses; serverlist works now :-)
* new clear() methodCarsten Weisse2005-01-231-1/+19
|
* changes for the new Com.Parse method;Carsten Weisse2005-01-231-3/+2
| | | | the parser returns null at the end of token stream
* bugfix: solves the problem with empty strings;Carsten Weisse2005-01-231-2/+2
| | | | (set adr0 "") an empty string is a valid token!
* 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
|
* simplified ;-)Carsten Weisse2005-01-221-11/+7
|
* simplifiedCarsten Weisse2005-01-224-18/+12
|
* set the right renderer nameCarsten Weisse2005-01-211-3/+3
|