Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: wrong length calculation | Holger Zickner | 2004-12-06 | 1 | -2/+2 |
| | |||||
* | pak file is mmapped and buffers will be sliced | Carsten Weisse | 2004-11-10 | 1 | -6/+13 |
| | |||||
* | this is the right method to get the readable lenght or size | Carsten Weisse | 2004-11-10 | 1 | -2/+2 |
| | | | | (capacity() doesn't work with sliced buffers) | ||||
* | bugfix: models download (C-string to Java-string) | Carsten Weisse | 2004-11-07 | 1 | -2/+2 |
| | |||||
* | string conversion funktions | Carsten Weisse | 2004-11-07 | 1 | -1/+14 |
| | |||||
* | multiplayer server now works | Rene Stoeckel | 2004-11-06 | 1 | -3/+4 |
| | |||||
* | use native order sample format | Holger Zickner | 2004-11-03 | 1 | -3/+11 |
| | |||||
* | catch NoClassDefFoundError if no joal libs available | Holger Zickner | 2004-11-03 | 1 | -2/+2 |
| | |||||
* | catch UnsatisfiedLinkErrors if no joal libs available | Holger Zickner | 2004-11-03 | 1 | -3/+5 |
| | |||||
* | bugfix 1056765 | Holger Zickner | 2004-11-03 | 1 | -2/+6 |
| | | | | allow use of character and modifier keys simultaneously | ||||
* | mouse wheel support | Holger Zickner | 2004-11-03 | 5 | -14/+27 |
| | |||||
* | manually swap buffer with jogl version 1.1 | Holger Zickner | 2004-10-31 | 1 | -6/+11 |
| | |||||
* | unpack libopenal.so on Linux | Holger Zickner | 2004-10-31 | 1 | -8/+27 |
| | |||||
* | merge changes from software20 branch | Holger Zickner | 2004-10-31 | 1 | -397/+84 |
| | |||||
* | bugfix for toggle console on Win32 (US and DE keyboard) | Carsten Weisse | 2004-10-31 | 1 | -2/+5 |
| | |||||
* | a warning is better here than the end of the game (network mode) | Carsten Weisse | 2004-10-29 | 1 | -4/+4 |
| | |||||
* | bugfix: downloaded files should be lower case | Carsten Weisse | 2004-10-29 | 1 | -2/+2 |
| | |||||
* | it should work now :-) | Carsten Weisse | 2004-10-29 | 1 | -3/+2 |
| | |||||
* | quick fix for macro expansion bug (should work) | Carsten Weisse | 2004-10-28 | 1 | -3/+3 |
| | |||||
* | download bar with StringBuffer operations | Carsten Weisse | 2004-10-28 | 1 | -17/+12 |
| | |||||
* | download bar works now :-) | Carsten Weisse | 2004-10-28 | 1 | -2/+2 |
| | | | | (to much deleted) | ||||
* | solves the search paths bug after changing the cvar "game" | Carsten Weisse | 2004-10-28 | 1 | -1/+2 |
| | | | | (jake2 is crashed after connecting to a server) | ||||
* | a call to markBaseSearchPaths() is necessary if setCDDir() | Carsten Weisse | 2004-10-28 | 1 | -3/+8 |
| | | | | | is called outside the init sequence; also string compare bug fixed | ||||
* | toggles the menu like US-Keyboard for DE | Carsten Weisse | 2004-10-28 | 1 | -1/+2 |
| | | | | ( ` and ~ and ^ ) | ||||
* | use ~ or ` (backquote) for toggleconsole; | Carsten Weisse | 2004-10-28 | 1 | -2/+2 |
| | | | | # is removed | ||||
* | this solves the JVM hangup problem on GL context destruction; | Carsten Weisse | 2004-10-28 | 1 | -2/+8 |
| | | | | at first remove the GLCanvas and then destroy the Frame | ||||
* | hoz means it should be the <user.home>/.jake2 directory | Carsten Weisse | 2004-10-27 | 1 | -2/+2 |
| | | | | because it is always writable | ||||
* | better joal sound driver | Carsten Weisse | 2004-10-27 | 3 | -303/+462 |
| | | | | bugfix (item #1026876) | ||||
* | PlaySound needs it public | Carsten Weisse | 2004-10-26 | 1 | -2/+2 |
| | |||||
* | downladed files will be stored in level directory | Carsten Weisse | 2004-10-25 | 2 | -7/+13 |
| | | | | (save games and config.cfg put to .jake2) | ||||
* | this is the right place for download file | Carsten Weisse | 2004-10-24 | 1 | -5/+6 |
| | |||||
* | simple bugfix | Carsten Weisse | 2004-10-24 | 1 | -4/+2 |
| | |||||
* | string bugfix and faster filecheck | Carsten Weisse | 2004-10-24 | 1 | -3/+3 |
| | |||||
* | Player Skin Download bug fixed | Rene Stoeckel | 2004-10-24 | 2 | -20/+22 |
| | |||||
* | standalone installer | Holger Zickner | 2004-10-24 | 1 | -0/+748 |
| | |||||
* | i think it is clearer | Carsten Weisse | 2004-10-21 | 1 | -6/+2 |
| | |||||
* | it was the wrong function | Carsten Weisse | 2004-10-21 | 1 | -2/+2 |
| | |||||
* | selection of sexed sounds are now correct | Carsten Weisse | 2004-10-21 | 1 | -18/+19 |
| | |||||
* | sexed sound bug fixed | Carsten Weisse | 2004-10-21 | 1 | -14/+11 |
| | |||||
* | string bugs fixed | Carsten Weisse | 2004-10-21 | 1 | -4/+4 |
| | |||||
* | uses netadr_t.toString() ("loopback" or IP string) | Carsten Weisse | 2004-10-20 | 1 | -3/+3 |
| | |||||
* | code cleanup | Carsten Weisse | 2004-10-20 | 2 | -35/+69 |
| | |||||
* | memory mapped image loading and | Carsten Weisse | 2004-10-20 | 1 | -261/+192 |
| | | | | code cleanup | ||||
* | new method: LoadMappedFile (memory mapped io); | Carsten Weisse | 2004-10-19 | 1 | -68/+161 |
| | | | | and code cleanup | ||||
* | reformat (java conventions) | Carsten Weisse | 2004-10-18 | 1 | -828/+833 |
| | |||||
* | NET methods refactored (name cleanup) | Carsten Weisse | 2004-10-17 | 3 | -23/+23 |
| | |||||
* | nonblocking network and code cleanup | Carsten Weisse | 2004-10-17 | 2 | -370/+102 |
| | |||||
* | reformat (java conventions) | Carsten Weisse | 2004-10-17 | 2 | -759/+677 |
| | |||||
* | remove some unreferenced functions | Holger Zickner | 2004-10-11 | 5 | -334/+21 |
| | |||||
* | remove some unreferenced functions | Holger Zickner | 2004-10-07 | 5 | -77/+25 |
| |