aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* aero-specific READMEbryan newbold2010-02-021-1/+1
* AERO patch applied; this represents our progress at the end of GGJbryan newbold2010-02-027-17/+106
* get rid of gas remainsludwig2009-10-261-244/+10
* Fix another issue I didn't know about: cgame does not kill sound loops it sta...thilo2009-10-261-49/+68
* * Fix some warnings in lcc compiletma2009-10-252-9/+10
* * Update SDL headers and win32 libs to 1.2.14tma2009-10-2543-1016/+1728
* * Bump the minimum SDL version up to 1.2.10, and remove workarounds for earli...tma2009-10-252-24/+2
* * Make [sv|cl]_packetdelay work when timescale is not 1 (arQon)tma2009-10-251-1/+1
* * (bug #4316) Hack to work around suspected driver bug (Lakitu7)tma2009-10-251-1/+7
* Show color codes in full length, patch by Amanieu (#4318)thilo2009-10-251-3/+5
* fix zlib includesludwig2009-10-242-10/+4
* Add SIGCONT signal handler to reinitialize console after doing CTRL+Z / fg, a...thilo2009-10-241-22/+36
* A few more last fixes that will handle some special casesthilo2009-10-241-8/+22
* Better stop than just pause.thilo2009-10-231-1/+1
* Don't kill sources out of range, just pause them. Make sure the listener gets...thilo2009-10-231-74/+135
* remove redundancythilo2009-10-231-1/+0
* Synchronize looping ambient sounds (#2984)thilo2009-10-231-27/+108
* Fix uninitialized words in VM interpreter, reported by Patrick Baggett (4281)thilo2009-10-231-65/+57
* - Add Ben Millwood's implementation of strtod/strtol to bg_lib.cthilo2009-10-212-18/+360
* * D'oh, vm_ppc.c isn't used any moretma2009-10-201-2071/+0
* * Sort out the white space disaster in vm_ppc.ctma2009-10-201-1233/+1230
* * (bug #4249) Fix similar overflow in PPC VM (untested)tma2009-10-201-25/+35
* Fix botlib parser for negative int/float values, thanks to Makro for reportin...thilo2009-10-193-17/+48
* * (bug #4249) Fix buffer overflow in x86 VMtma2009-10-191-19/+29
* Fix infinite loop in case an invalid pk3 file has been downloaded from the se...thilo2009-10-195-20/+78
* Shut up warningsthilo2009-10-191-2/+2
* - Applied patch from /dev/humancontroller to set cvar_modifiedFlags from Cvar...thilo2009-10-191-25/+18
* - Tested and updated MSVC project file to really make it work with new zlibthilo2009-10-192-333/+1
* Just unix2dos, nothing to see here ...thilo2009-10-1923-4198/+7703
* Adding missing header includes to botlib files. Thanks to Ben Millwood for pa...thilo2009-10-185-0/+5
* Only create botlib.log if in bot developer mode.thilo2009-10-171-15/+21
* Don't look for DLLs on current working directory anymore, for security reasons.thilo2009-10-171-9/+3
* * Disable stdout/stderr redirection on Windowstma2009-10-161-0/+3
* Allow weapon marks on triangle meshes (default: disabled), patch by Oliver Mc...thilo2009-10-163-17/+34
* * Actually that can be more precise...tma2009-10-161-1/+1
* * (bug #4232) Avoid "cl.snap.serverTime < cl.oldFrameServerTime" for slowtma2009-10-151-0/+9
* * Make LCC's handling of -D arguments on windows consistent with other plaftormstma2009-10-151-6/+62
* * Fix MinGW build (it doesn't have _putenv_s)tma2009-10-131-1/+1
* - Change default openal lib to libopenal.so.1thilo2009-10-131-1/+1
* Improve OpenAL error handling, patch by Ben Millwood. https://bugzilla.icculu...thilo2009-10-131-2/+23
* Fix netcode inconsistency, thanks to /dev/humancontroller for the patch, see ...thilo2009-10-125-23/+22
* MinGW doesn't have setenv() either, so.....thilo2009-10-121-3/+3
* Fix environment variable handling for Linux, make setenv command added before...thilo2009-10-122-50/+53
* Don't need a call to va() for thisthilo2009-10-121-1/+1
* fs_fakeChkSum is indeed obsolete and unnecessary. Removing it altogether now.thilo2009-10-121-16/+0
* Whoops.. don't make it overwrite cmds in case of recursive error.thilo2009-10-111-7/+6
* Fix recursive error for disconnect after reliable client command overflow. Th...thilo2009-10-116-27/+36
* Fix fake checksum handling if client is unpure, make sure client does not rem...thilo2009-10-111-1/+4
* Add guid to userinfo string, thanks Guillaume Bougard. https://bugzilla.iccul...thilo2009-10-081-5/+10
* Apply patch from Jay Weisskopf adding an aspect ratio menu entry to resolutio...thilo2009-10-081-29/+137