aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* add some context init code from jogl-demosCarsten Weisse2006-11-231-6/+13
|
* use a more stable EAX extension handlingCarsten Weisse2006-11-231-3/+8
|
* makes sound source buffer changing more stableCarsten Weisse2006-11-231-1/+7
|
* set the correct limit of sources IntBuffer for shutdown. (free only used ↵Carsten Weisse2006-11-231-2/+2
| | | | sound sources)
* reset the number of allocated channelsCarsten Weisse2006-11-232-2/+4
|
* bugfix: solves the alGenSources problem. the previous versions of lwjgl and ↵Carsten Weisse2006-11-232-8/+18
| | | | joal didn't throw an exception if a sound driver doesn't support 32 sound sources. Now it does and I changed the sound source generation handling.
* format clean upCarsten Weisse2006-11-221-6/+6
|
* better driver dependent screenshot handlingCarsten Weisse2006-11-2212-57/+66
|
* clean up: unused declarations removedCarsten Weisse2006-11-218-28/+15
|
* only formatCarsten Weisse2006-11-211-21/+21
|
* merge render-refactoring branch into the HEADCarsten Weisse2006-11-2163-11499/+21817
|
* imports cleaned up, independence from individual GL implementationsRene Stoeckel2006-10-316-57/+101
|
* major refactoring of the render moduleRene Stoeckel2006-10-3153-26864/+9525
|
* initial revisionRene Stoeckel2006-10-312-0/+74
|
* switch to lwjgl 1.0beta3 (sound and gfx tested on MacBook Pro)Carsten Weisse2006-10-264-887/+846
|
* switch to joal 1.0b01Carsten Weisse2006-10-242-62/+38
| | | | | (new libraries, API changes) TODO * joal via webstart from sun
* merge r_0_9_5 into HEADCarsten Weisse2006-10-241-2/+2
|
* cosmeticRene Stoeckel2006-08-202-4/+4
|
* bugfixRene Stoeckel2006-08-201-2/+2
|
* *** empty log message ***Holger Zickner2006-02-131-3/+3
|
* comment beautificationRene Stoeckel2006-01-2120-651/+371
|
* spectator bugfixRene Stoeckel2006-01-211-3/+3
|
* 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
|
* remove '\\' checkHolger Zickner2006-01-101-2/+2
|
* 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-2711-1234/+855
|
* 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
|
* better bugfix for gravity problemRene Stoeckel2005-12-121-2/+2
|
* fix gravity bugRene Stoeckel2005-12-111-2/+2
|