aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge r_0_9_5 into HEADCarsten Weisse2006-10-2411-74/+31
|
* cosmeticRene Stoeckel2006-08-202-4/+4
|
* bugfixRene Stoeckel2006-08-201-2/+2
|
* *** empty log message ***Holger Zickner2006-02-132-3/+11
|
* comment beautificationRene Stoeckel2006-01-2120-651/+371
|
* spectator bugfixRene Stoeckel2006-01-211-3/+3
|
* short Jake2 Eclipse project setup guideHolger Zickner2006-01-211-0/+69
|
* comment beautificationRene Stoeckel2006-01-203-97/+67
|
* don't write config before archive bits of cvars are setHolger Zickner2006-01-151-4/+4
|
* dirty bugfixHolger Zickner2006-01-141-2/+6
|
* allow to specify a clientportHolger Zickner2006-01-111-4/+8
|
* was broken by last Jake2 changesHolger Zickner2006-01-101-1/+10
|
* remove '\\' checkHolger Zickner2006-01-101-2/+2
|
* jogl-1.1 finalHolger Zickner2006-01-097-0/+0
|
* bytonic server as first address book entryHolger Zickner2006-01-083-2/+11
|
* jnlp for deathmatches on bytonic serverHolger Zickner2006-01-081-0/+58
|
* handles the 16bit sample byte order (Mac OSX)Carsten Weisse2006-01-011-22/+21
|
* use the system a little endian byte order?Carsten Weisse2006-01-011-2/+8
|
* code cleanups and beautificationRene Stoeckel2005-12-2712-1236/+857
|
* byte[] <--> StringCarsten Weisse2005-12-1810-26/+43
| | | | with latin 1 alias ISO-8859-1
* removed TODOCarsten Weisse2005-12-181-5/+3
| | | | | allow downloads per default set cheats to 0 per default
* cheat bugfix in God_f and Give_fRene Stoeckel2005-12-181-3/+3
|
* bugfix: resolves the char encoding problem with String.getBytes()Carsten Weisse2005-12-181-29/+19
| | | | | (see RCon_f) ... code cleanup
* convert a java string to byte[] with 8bit latin 1.Carsten Weisse2005-12-181-1/+15
| | | | | | avoid String.getBytes() because it is using system specific character encoding. Network messages can fail, see rcon on a linux system.
* npe fix in Touch_ItemsRene Stoeckel2005-12-171-3/+4
|
* npe fix in SV_BeginDownload_fRene Stoeckel2005-12-171-2/+9
|
* bugfixRene Stoeckel2005-12-161-2/+2
|
* lots of bugfixes in redirectionRene Stoeckel2005-12-162-39/+13
|
* bugfixes in remote command executionRene Stoeckel2005-12-161-9/+6
|
* bugfix in end dm level when choosing next map from sv_maplistRene Stoeckel2005-12-161-18/+17
|
* fix - printf does not like zero length stringsRene Stoeckel2005-12-161-2/+3
|
* support for long maplistsRene Stoeckel2005-12-161-2/+2
|
* bugfix in trigger counter use, sequence was completed too early, some ↵Rene Stoeckel2005-12-141-19/+4
| | | | cosmetic done.
* applied almost final beautificationRene Stoeckel2005-12-131-18/+56
|
* arbitrary kHz support patch - banned javax.sound, bugfix for large sample ↵Rene Stoeckel2005-12-131-57/+111
| | | | crash and some beatification
* lot of beatification and getDefaultSampleRate() addedRene Stoeckel2005-12-131-50/+57
|
* bugfix in atov and some beatificationRene Stoeckel2005-12-121-9/+10
|
* recovered carstens bugfix. it was lost because of an eclipse3.2 problem?Rene Stoeckel2005-12-121-3/+3
|
* better bugfix for gravity problemRene Stoeckel2005-12-121-2/+2
|
* fix gravity bugRene Stoeckel2005-12-111-2/+2
|
* bugfix with non decreasing armorRene Stoeckel2005-12-101-2/+2
|
* added version informationRene Stoeckel2005-12-101-2/+4
|
* bugfix: script was wrong :-(Carsten Weisse2005-12-061-2/+2
|
* stop cinematics while disconnect;Carsten Weisse2005-12-061-102/+85
| | | | | code cleanup; javadoc comments;
* fixed bug with ending server in coop mode (always tried to load base1)Rene Stoeckel2005-12-051-13/+14
|
* fixed bug with ending server in coop mode (always tried to load base1)Rene Stoeckel2005-12-041-2/+12
|
* debug message removed.Carsten Weisse2005-12-041-4/+3
|
* avoid stream queue overrunCarsten Weisse2005-12-042-2/+6
|
* may be an bad sound driver need it.Carsten Weisse2005-12-041-2/+2
|
* bugfix: streaming buffers wasn't allocatedCarsten Weisse2005-12-041-2/+2
| | | | now the jaol cinematics impl works.