aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: wrong length calculationHolger Zickner2004-12-061-2/+2
|
* pak file is mmapped and buffers will be slicedCarsten Weisse2004-11-101-6/+13
|
* this is the right method to get the readable lenght or sizeCarsten Weisse2004-11-101-2/+2
| | | | (capacity() doesn't work with sliced buffers)
* bugfix: models download (C-string to Java-string)Carsten Weisse2004-11-071-2/+2
|
* string conversion funktionsCarsten Weisse2004-11-071-1/+14
|
* multiplayer server now worksRene Stoeckel2004-11-061-3/+4
|
* use native order sample formatHolger Zickner2004-11-031-3/+11
|
* catch NoClassDefFoundError if no joal libs availableHolger Zickner2004-11-031-2/+2
|
* catch UnsatisfiedLinkErrors if no joal libs availableHolger Zickner2004-11-031-3/+5
|
* bugfix 1056765Holger Zickner2004-11-031-2/+6
| | | | allow use of character and modifier keys simultaneously
* mouse wheel supportHolger Zickner2004-11-035-14/+27
|
* manually swap buffer with jogl version 1.1Holger Zickner2004-10-311-6/+11
|
* unpack libopenal.so on LinuxHolger Zickner2004-10-311-8/+27
|
* merge changes from software20 branchHolger Zickner2004-10-311-397/+84
|
* bugfix for toggle console on Win32 (US and DE keyboard)Carsten Weisse2004-10-311-2/+5
|
* a warning is better here than the end of the game (network mode)Carsten Weisse2004-10-291-4/+4
|
* bugfix: downloaded files should be lower caseCarsten Weisse2004-10-291-2/+2
|
* it should work now :-)Carsten Weisse2004-10-291-3/+2
|
* quick fix for macro expansion bug (should work)Carsten Weisse2004-10-281-3/+3
|
* download bar with StringBuffer operationsCarsten Weisse2004-10-281-17/+12
|
* download bar works now :-)Carsten Weisse2004-10-281-2/+2
| | | | (to much deleted)
* solves the search paths bug after changing the cvar "game"Carsten Weisse2004-10-281-1/+2
| | | | (jake2 is crashed after connecting to a server)
* a call to markBaseSearchPaths() is necessary if setCDDir()Carsten Weisse2004-10-281-3/+8
| | | | | is called outside the init sequence; also string compare bug fixed
* toggles the menu like US-Keyboard for DECarsten Weisse2004-10-281-1/+2
| | | | ( ` and ~ and ^ )
* use ~ or ` (backquote) for toggleconsole;Carsten Weisse2004-10-281-2/+2
| | | | # is removed
* this solves the JVM hangup problem on GL context destruction;Carsten Weisse2004-10-281-2/+8
| | | | at first remove the GLCanvas and then destroy the Frame
* hoz means it should be the <user.home>/.jake2 directoryCarsten Weisse2004-10-271-2/+2
| | | | because it is always writable
* better joal sound driverCarsten Weisse2004-10-273-303/+462
| | | | bugfix (item #1026876)
* PlaySound needs it publicCarsten Weisse2004-10-261-2/+2
|
* downladed files will be stored in level directoryCarsten Weisse2004-10-252-7/+13
| | | | (save games and config.cfg put to .jake2)
* this is the right place for download fileCarsten Weisse2004-10-241-5/+6
|
* simple bugfixCarsten Weisse2004-10-241-4/+2
|
* string bugfix and faster filecheckCarsten Weisse2004-10-241-3/+3
|
* Player Skin Download bug fixedRene Stoeckel2004-10-242-20/+22
|
* standalone installerHolger Zickner2004-10-241-0/+748
|
* i think it is clearerCarsten Weisse2004-10-211-6/+2
|
* it was the wrong functionCarsten Weisse2004-10-211-2/+2
|
* selection of sexed sounds are now correctCarsten Weisse2004-10-211-18/+19
|
* sexed sound bug fixedCarsten Weisse2004-10-211-14/+11
|
* string bugs fixedCarsten Weisse2004-10-211-4/+4
|
* uses netadr_t.toString() ("loopback" or IP string)Carsten Weisse2004-10-201-3/+3
|
* code cleanupCarsten Weisse2004-10-202-35/+69
|
* memory mapped image loading andCarsten Weisse2004-10-201-261/+192
| | | | code cleanup
* new method: LoadMappedFile (memory mapped io);Carsten Weisse2004-10-191-68/+161
| | | | and code cleanup
* reformat (java conventions)Carsten Weisse2004-10-181-828/+833
|
* NET methods refactored (name cleanup)Carsten Weisse2004-10-173-23/+23
|
* nonblocking network and code cleanupCarsten Weisse2004-10-172-370/+102
|
* reformat (java conventions)Carsten Weisse2004-10-172-759/+677
|
* remove some unreferenced functionsHolger Zickner2004-10-115-334/+21
|
* remove some unreferenced functionsHolger Zickner2004-10-075-77/+25
|