| Commit message (Expand) | Author | Age | Files | Lines |
* | * Bump the minimum SDL version up to 1.2.10, and remove workarounds for earli... | tma | 2009-10-25 | 2 | -24/+2 |
* | * Make [sv|cl]_packetdelay work when timescale is not 1 (arQon) | tma | 2009-10-25 | 1 | -1/+1 |
* | * (bug #4316) Hack to work around suspected driver bug (Lakitu7) | tma | 2009-10-25 | 1 | -1/+7 |
* | Show color codes in full length, patch by Amanieu (#4318) | thilo | 2009-10-25 | 1 | -3/+5 |
* | fix zlib includes | ludwig | 2009-10-24 | 2 | -10/+4 |
* | Add SIGCONT signal handler to reinitialize console after doing CTRL+Z / fg, a... | thilo | 2009-10-24 | 1 | -22/+36 |
* | A few more last fixes that will handle some special cases | thilo | 2009-10-24 | 1 | -8/+22 |
* | Better stop than just pause. | thilo | 2009-10-23 | 1 | -1/+1 |
* | Don't kill sources out of range, just pause them. Make sure the listener gets... | thilo | 2009-10-23 | 1 | -74/+135 |
* | remove redundancy | thilo | 2009-10-23 | 1 | -1/+0 |
* | Synchronize looping ambient sounds (#2984) | thilo | 2009-10-23 | 1 | -27/+108 |
* | Fix uninitialized words in VM interpreter, reported by Patrick Baggett (4281) | thilo | 2009-10-23 | 1 | -65/+57 |
* | - Add Ben Millwood's implementation of strtod/strtol to bg_lib.c | thilo | 2009-10-21 | 2 | -18/+360 |
* | * D'oh, vm_ppc.c isn't used any more | tma | 2009-10-20 | 1 | -2071/+0 |
* | * Sort out the white space disaster in vm_ppc.c | tma | 2009-10-20 | 1 | -1233/+1230 |
* | * (bug #4249) Fix similar overflow in PPC VM (untested) | tma | 2009-10-20 | 1 | -25/+35 |
* | Fix botlib parser for negative int/float values, thanks to Makro for reportin... | thilo | 2009-10-19 | 3 | -17/+48 |
* | * (bug #4249) Fix buffer overflow in x86 VM | tma | 2009-10-19 | 1 | -19/+29 |
* | Fix infinite loop in case an invalid pk3 file has been downloaded from the se... | thilo | 2009-10-19 | 5 | -20/+78 |
* | Shut up warnings | thilo | 2009-10-19 | 1 | -2/+2 |
* | - Applied patch from /dev/humancontroller to set cvar_modifiedFlags from Cvar... | thilo | 2009-10-19 | 1 | -25/+18 |
* | - Tested and updated MSVC project file to really make it work with new zlib | thilo | 2009-10-19 | 2 | -333/+1 |
* | Just unix2dos, nothing to see here ... | thilo | 2009-10-19 | 23 | -4198/+7703 |
* | Adding missing header includes to botlib files. Thanks to Ben Millwood for pa... | thilo | 2009-10-18 | 5 | -0/+5 |
* | Only create botlib.log if in bot developer mode. | thilo | 2009-10-17 | 1 | -15/+21 |
* | Don't look for DLLs on current working directory anymore, for security reasons. | thilo | 2009-10-17 | 1 | -9/+3 |
* | * Disable stdout/stderr redirection on Windows | tma | 2009-10-16 | 1 | -0/+3 |
* | Allow weapon marks on triangle meshes (default: disabled), patch by Oliver Mc... | thilo | 2009-10-16 | 3 | -17/+34 |
* | * Actually that can be more precise... | tma | 2009-10-16 | 1 | -1/+1 |
* | * (bug #4232) Avoid "cl.snap.serverTime < cl.oldFrameServerTime" for slow | tma | 2009-10-15 | 1 | -0/+9 |
* | * Make LCC's handling of -D arguments on windows consistent with other plaftorms | tma | 2009-10-15 | 1 | -6/+62 |
* | * Fix MinGW build (it doesn't have _putenv_s) | tma | 2009-10-13 | 1 | -1/+1 |
* | - Change default openal lib to libopenal.so.1 | thilo | 2009-10-13 | 1 | -1/+1 |
* | Improve OpenAL error handling, patch by Ben Millwood. https://bugzilla.icculu... | thilo | 2009-10-13 | 1 | -2/+23 |
* | Fix netcode inconsistency, thanks to /dev/humancontroller for the patch, see ... | thilo | 2009-10-12 | 5 | -23/+22 |
* | MinGW doesn't have setenv() either, so..... | thilo | 2009-10-12 | 1 | -3/+3 |
* | Fix environment variable handling for Linux, make setenv command added before... | thilo | 2009-10-12 | 2 | -50/+53 |
* | Don't need a call to va() for this | thilo | 2009-10-12 | 1 | -1/+1 |
* | fs_fakeChkSum is indeed obsolete and unnecessary. Removing it altogether now. | thilo | 2009-10-12 | 1 | -16/+0 |
* | Whoops.. don't make it overwrite cmds in case of recursive error. | thilo | 2009-10-11 | 1 | -7/+6 |
* | Fix recursive error for disconnect after reliable client command overflow. Th... | thilo | 2009-10-11 | 6 | -27/+36 |
* | Fix fake checksum handling if client is unpure, make sure client does not rem... | thilo | 2009-10-11 | 1 | -1/+4 |
* | Add guid to userinfo string, thanks Guillaume Bougard. https://bugzilla.iccul... | thilo | 2009-10-08 | 1 | -5/+10 |
* | Apply patch from Jay Weisskopf adding an aspect ratio menu entry to resolutio... | thilo | 2009-10-08 | 1 | -29/+137 |
* | Make s_volume cvar affect volume of S_Base_RawSamples, thanks to Jay Weisskop... | thilo | 2009-10-08 | 1 | -4/+4 |
* | Fix circumventing sv_maxping restriction, thanks to Amanieu for reporting. ht... | thilo | 2009-10-08 | 2 | -16/+34 |
* | * Fix bad syntax in 64bit assembler (Undeference) | tma | 2009-10-06 | 1 | -1/+1 |
* | Fix memory overwrite when client has too many maps. Thanks to beast for the r... | thilo | 2009-10-06 | 2 | -40/+44 |
* | Fix bot loading in case player supplied invalid bot names | thilo | 2009-10-06 | 2 | -2/+11 |
* | Don't award assist bonuses to flag capturing player, https://bugzilla.icculus... | thilo | 2009-10-06 | 1 | -1/+3 |