aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* cinematics sound implCarsten Weisse2005-12-041-62/+55
|
* cinematics sound impl (not working yet)Carsten Weisse2005-12-042-36/+141
| | | | the jaol lib doesn't handle queued buffers correctly?!
* cinematics sound implCarsten Weisse2005-12-042-18/+120
|
* new interfaceCarsten Weisse2005-12-043-9/+18
|
* interface changed for cinematicsCarsten Weisse2005-12-042-5/+17
|
* beatificationRene Stoeckel2005-12-031-4/+1
|
* cosmeticRene Stoeckel2005-12-031-3/+2
|
* javadoc cleanupRene Stoeckel2005-12-034-145/+58
|
* bugfix: Q2Dialog not opened in dedicated modeRene Stoeckel2005-12-032-14/+66
|
* bugfix cinematics failoverRene Stoeckel2005-12-031-2/+2
|
* cosmeticRene Stoeckel2005-12-031-11/+9
|
* developer start scriptsHolger Zickner2005-11-282-0/+12
|
* reset the texture buffersCarsten Weisse2005-11-211-2/+4
|
* use a shared texture buffer (DirectBuffer) for cinematicsCarsten Weisse2005-11-213-18/+34
|
* first cinematics impl (animation works fine).Carsten Weisse2005-11-211-337/+276
| | | | | Works without sound at this moment and a lot of byte[] garbage. This will be fixed soon.
* add SCR.RunCinematics()Carsten Weisse2005-11-211-2/+2
| | | | (see C code)
* use a memory mapped file as video source (ByteBuffer)Carsten Weisse2005-11-211-2/+3
|
* cosmeticRene Stoeckel2005-11-201-3/+1
|
* savegames are now independend from different jake2 builds and releasesRene Stoeckel2005-11-2044-851/+1643
|
* 'else' is not supportedHolger Zickner2005-11-181-1/+2
|
* sorted the methods according to their original locations in the c files.Rene Stoeckel2005-11-1646-5387/+5202
|