| Commit message (Expand) | Author | Age | Files | Lines |
* | Show color codes in full length, patch by Amanieu (#4318) | thilo | 2009-10-25 | 1 | -3/+5 |
* | 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 infinite loop in case an invalid pk3 file has been downloaded from the se... | thilo | 2009-10-19 | 3 | -5/+20 |
* | - 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 | 1 | -1/+1 |
* | Fix environment variable handling for Linux, make setenv command added before... | thilo | 2009-10-12 | 1 | -37/+0 |
* | Don't need a call to va() for this | thilo | 2009-10-12 | 1 | -1/+1 |
* | 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 |
* | Make s_volume cvar affect volume of S_Base_RawSamples, thanks to Jay Weisskop... | thilo | 2009-10-08 | 1 | -4/+4 |
* | Rewrite of key event processing, thanks to /dev/humancontroller and Ben Millw... | thilo | 2009-10-03 | 1 | -136/+103 |
* | Prevent hang in S_UpdateBackgroundTrack() with some sample rates. | icculus | 2009-09-15 | 1 | -0/+3 |
* | Don't send a 0-length command to cgame during map_restart. | icculus | 2009-09-15 | 1 | -0/+2 |
* | Removed broken music fading code from snd_dma. | icculus | 2009-09-15 | 1 | -6/+2 |
* | Added s_muteWhenUnfocused cvar (thanks, Chris!). | icculus | 2009-09-14 | 1 | -1/+4 |
* | * Fix warning in cl_main.c | tma | 2009-09-14 | 1 | -1/+1 |
* | Better handling of "voip" console command. | icculus | 2009-09-14 | 1 | -1/+19 |
* | * Fix typo in cl_avi.c (Ben Millwood/bubu^) | tma | 2009-09-08 | 1 | -1/+1 |
* | More 3966 business: | zakk | 2009-07-07 | 1 | -9/+6 |
* | Fix for bad ping times, see bug 3966 but note that this patch is different, g... | zakk | 2009-07-04 | 1 | -1/+4 |
* | Make client send a random challenge number in getchallenge requests | thilo | 2009-06-01 | 1 | -22/+46 |
* | I'll retain the new way seeding the random number generator.. these calls are... | thilo | 2009-05-31 | 1 | -5/+1 |
* | Revert changes of rand() to random() as random() was redefined in quake3. | thilo | 2009-05-31 | 1 | -2/+6 |
* | - Introduce seeding of the random number generator at startup | thilo | 2009-05-31 | 1 | -6/+2 |
* | Minor fix for server infostring. Thanks to slacker | thilo | 2009-05-22 | 1 | -1/+1 |
* | don't modify s_alDevice and add fallback to let openAL choose the device | ludwig | 2009-05-08 | 1 | -24/+15 |
* | mark s_alDriver CVAR_LATCH | ludwig | 2009-05-08 | 1 | -1/+1 |
* | * Fix leaking OpenAL buffers (Amanieu) | tma | 2009-03-15 | 1 | -0/+12 |
* | * Fix some new GCC 4.3 warnings | tma | 2008-11-10 | 1 | -34/+43 |
* | fix variable declaration (#3849) | ludwig | 2008-11-10 | 1 | -1/+1 |
* | fix strict aliasing issues | ludwig | 2008-11-03 | 2 | -10/+6 |
* | move location of version string in console a bit | ludwig | 2008-11-02 | 1 | -5/+3 |
* | specify alDevice instead of NULL when asking for for ALC_EXTENSIONS | ludwig | 2008-11-02 | 1 | -1/+1 |
* | fix return value of CL_cURL_CallbackWrite (#3804) | ludwig | 2008-10-24 | 1 | -1/+1 |
* | fix crash with videos on ppc (#2523,3802). Patch by Przemysław Iskra | ludwig | 2008-10-24 | 1 | -2/+2 |
* | * Move command argument completion from being hard coded to being associated | tma | 2008-09-16 | 3 | -0/+93 |
* | * Supply specific identifier to the master server (Mathieu Olivier) | tma | 2008-09-15 | 1 | -1/+1 |
* | * Add Com_HexStrToInt | tma | 2008-09-05 | 2 | -23/+6 |
* | - Add scope id to ipv6 addresses. | thilo | 2008-08-31 | 1 | -6/+29 |
* | * Revert 'Handle dead keys more gracefully by taking a "best guess" rather than | tma | 2008-08-28 | 4 | -6/+12 |
* | * (bug #3729) server dependencies on client.h (Ben Millwood) | tma | 2008-08-22 | 3 | -4/+0 |
* | * Tidy up the keyboard code a bit, add in_keyboardDebug | tma | 2008-08-19 | 1 | -1/+0 |
* | * (bug 3674) Change default for s_alGain from 0.4 to 1.0 | tma | 2008-08-08 | 1 | -1/+1 |
* | * Restrict OpenAL capture support test hack to OS X, where it is required; this | tma | 2008-08-03 | 2 | -7/+18 |
* | fix build without VOIP (David Severwright, bug#3720) | ludwig | 2008-07-16 | 1 | -0/+2 |