Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cheat bugfix in God_f and Give_f | Rene Stoeckel | 2005-12-18 | 1 | -3/+3 |
| | |||||
* | bugfix: resolves the char encoding problem with String.getBytes() | Carsten Weisse | 2005-12-18 | 1 | -29/+19 |
| | | | | | (see RCon_f) ... code cleanup | ||||
* | convert a java string to byte[] with 8bit latin 1. | Carsten Weisse | 2005-12-18 | 1 | -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_Items | Rene Stoeckel | 2005-12-17 | 1 | -3/+4 |
| | |||||
* | npe fix in SV_BeginDownload_f | Rene Stoeckel | 2005-12-17 | 1 | -2/+9 |
| | |||||
* | bugfix | Rene Stoeckel | 2005-12-16 | 1 | -2/+2 |
| | |||||
* | lots of bugfixes in redirection | Rene Stoeckel | 2005-12-16 | 2 | -39/+13 |
| | |||||
* | bugfixes in remote command execution | Rene Stoeckel | 2005-12-16 | 1 | -9/+6 |
| | |||||
* | bugfix in end dm level when choosing next map from sv_maplist | Rene Stoeckel | 2005-12-16 | 1 | -18/+17 |
| | |||||
* | fix - printf does not like zero length strings | Rene Stoeckel | 2005-12-16 | 1 | -2/+3 |
| | |||||
* | support for long maplists | Rene Stoeckel | 2005-12-16 | 1 | -2/+2 |
| | |||||
* | bugfix in trigger counter use, sequence was completed too early, some ↵ | Rene Stoeckel | 2005-12-14 | 1 | -19/+4 |
| | | | | cosmetic done. | ||||
* | applied almost final beautification | Rene Stoeckel | 2005-12-13 | 1 | -18/+56 |
| | |||||
* | arbitrary kHz support patch - banned javax.sound, bugfix for large sample ↵ | Rene Stoeckel | 2005-12-13 | 1 | -57/+111 |
| | | | | crash and some beatification | ||||
* | lot of beatification and getDefaultSampleRate() added | Rene Stoeckel | 2005-12-13 | 1 | -50/+57 |
| | |||||
* | bugfix in atov and some beatification | Rene Stoeckel | 2005-12-12 | 1 | -9/+10 |
| | |||||
* | recovered carstens bugfix. it was lost because of an eclipse3.2 problem? | Rene Stoeckel | 2005-12-12 | 1 | -3/+3 |
| | |||||
* | better bugfix for gravity problem | Rene Stoeckel | 2005-12-12 | 1 | -2/+2 |
| | |||||
* | fix gravity bug | Rene Stoeckel | 2005-12-11 | 1 | -2/+2 |
| | |||||
* | bugfix with non decreasing armor | Rene Stoeckel | 2005-12-10 | 1 | -2/+2 |
| | |||||
* | added version information | Rene Stoeckel | 2005-12-10 | 1 | -2/+4 |
| | |||||
* | bugfix: script was wrong :-( | Carsten Weisse | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | stop cinematics while disconnect; | Carsten Weisse | 2005-12-06 | 1 | -102/+85 |
| | | | | | code cleanup; javadoc comments; | ||||
* | fixed bug with ending server in coop mode (always tried to load base1) | Rene Stoeckel | 2005-12-05 | 1 | -13/+14 |
| | |||||
* | fixed bug with ending server in coop mode (always tried to load base1) | Rene Stoeckel | 2005-12-04 | 1 | -2/+12 |
| | |||||
* | debug message removed. | Carsten Weisse | 2005-12-04 | 1 | -4/+3 |
| | |||||
* | avoid stream queue overrun | Carsten Weisse | 2005-12-04 | 2 | -2/+6 |
| | |||||
* | may be an bad sound driver need it. | Carsten Weisse | 2005-12-04 | 1 | -2/+2 |
| | |||||
* | bugfix: streaming buffers wasn't allocated | Carsten Weisse | 2005-12-04 | 1 | -2/+2 |
| | | | | now the jaol cinematics impl works. | ||||
* | cinematics sound impl | Carsten Weisse | 2005-12-04 | 1 | -62/+55 |
| | |||||
* | cinematics sound impl (not working yet) | Carsten Weisse | 2005-12-04 | 2 | -36/+141 |
| | | | | the jaol lib doesn't handle queued buffers correctly?! | ||||
* | cinematics sound impl | Carsten Weisse | 2005-12-04 | 2 | -18/+120 |
| | |||||
* | new interface | Carsten Weisse | 2005-12-04 | 3 | -9/+18 |
| | |||||
* | interface changed for cinematics | Carsten Weisse | 2005-12-04 | 2 | -5/+17 |
| | |||||
* | beatification | Rene Stoeckel | 2005-12-03 | 1 | -4/+1 |
| | |||||
* | cosmetic | Rene Stoeckel | 2005-12-03 | 1 | -3/+2 |
| | |||||
* | javadoc cleanup | Rene Stoeckel | 2005-12-03 | 4 | -145/+58 |
| | |||||
* | bugfix: Q2Dialog not opened in dedicated mode | Rene Stoeckel | 2005-12-03 | 2 | -14/+66 |
| | |||||
* | bugfix cinematics failover | Rene Stoeckel | 2005-12-03 | 1 | -2/+2 |
| | |||||
* | cosmetic | Rene Stoeckel | 2005-12-03 | 1 | -11/+9 |
| | |||||
* | developer start scripts | Holger Zickner | 2005-11-28 | 2 | -0/+12 |
| | |||||
* | reset the texture buffers | Carsten Weisse | 2005-11-21 | 1 | -2/+4 |
| | |||||
* | use a shared texture buffer (DirectBuffer) for cinematics | Carsten Weisse | 2005-11-21 | 3 | -18/+34 |
| | |||||
* | first cinematics impl (animation works fine). | Carsten Weisse | 2005-11-21 | 1 | -337/+276 |
| | | | | | Works without sound at this moment and a lot of byte[] garbage. This will be fixed soon. | ||||
* | add SCR.RunCinematics() | Carsten Weisse | 2005-11-21 | 1 | -2/+2 |
| | | | | (see C code) | ||||
* | use a memory mapped file as video source (ByteBuffer) | Carsten Weisse | 2005-11-21 | 1 | -2/+3 |
| | |||||
* | cosmetic | Rene Stoeckel | 2005-11-20 | 1 | -3/+1 |
| | |||||
* | savegames are now independend from different jake2 builds and releases | Rene Stoeckel | 2005-11-20 | 44 | -851/+1643 |
| | |||||
* | 'else' is not supported | Holger Zickner | 2005-11-18 | 1 | -1/+2 |
| | |||||
* | sorted the methods according to their original locations in the c files. | Rene Stoeckel | 2005-11-16 | 46 | -5387/+5202 |
| |