aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * The latest round of SDL tweakstma2008-09-011-5/+18
* - Add scope id to ipv6 addresses.thilo2008-08-315-17/+48
* * Update SDL patch (again)tma2008-08-312-2/+14
* * Update SDL patchtma2008-08-311-4/+3
* * Fix to console completion bug introduced by the last fix (from the oopstma2008-08-301-1/+1
* * Update IN_IsConsoleKey so that specifying ascii values/characters for thetma2008-08-301-10/+52
* * Update SDL patch as per SDL bugs #611 and #618tma2008-08-301-28/+329
* * Better condition to test whether to use the character or the keytma2008-08-281-2/+2
* * Revert 'Handle dead keys more gracefully by taking a "best guess" rather thantma2008-08-286-56/+122
* * Collapse common command completion code into one function and fix thetma2008-08-271-57/+38
* * Handle dead keys more gracefully by taking a "best guess" rather than ignoringtma2008-08-252-15/+54
* * Fix unused variable warningtma2008-08-232-4/+9
* Runs for me now?.zakk2008-08-231-42/+0
* * (bug #3729) server dependencies on client.h (Ben Millwood)tma2008-08-2213-32/+36
* * Don't set SE_KEY event to ctrl-h; I don't think this makes sensetma2008-08-222-35/+52
* * Really fix backspace on OS X (I hope)tma2008-08-221-5/+4
* * Prevent ~ from generating a charactertma2008-08-221-0/+6
* * Update to jpeg-6b (only a decade old)tma2008-08-2166-1446/+3406
* Thanks to i.atent.dead@gmail.com, this adds:zakk2008-08-201-0/+42
* * Tidy up the keyboard code a bit, add in_keyboardDebugtma2008-08-193-58/+85
* * Alpha sort the jpeg file list in the Makefile, just becausetma2008-08-191-4/+4
* * More robust x86 vm entrypoint/callback assembly (Tron)tma2008-08-171-96/+74
* * Fix misplaced #endiftma2008-08-141-1/+1
* * Pass the "best" SDL_PixelFormat (as returned by the initial call totma2008-08-131-7/+26
* * s/GL_CLAMP/GL_CLAMP_TO_EDGE/g (If this change appears to cause you problemstma2008-08-126-17/+14
* * Use IPv6 header qcommon/wspiapi.h if it has been added by the end usertma2008-08-093-51/+62
* * Add SDL bug fix patch to misc/ directorytma2008-08-092-0/+291
* * Random README tweaks (from previous commit, after actually having saved it)tma2008-08-091-15/+11
* * Always show the mouse cursor when the mouse is disabledtma2008-08-095-20/+57
* * Add Sys_GLimpInit for platform specific GLimp initialisationtma2008-08-085-16/+67
* * (bug 3674) Change default for s_alGain from 0.4 to 1.0tma2008-08-081-1/+1
* * Fix memory leak in win32 VM code (arQon/dmitry)tma2008-08-062-2/+2
* * Elaborate on the reasons for requiring Windows XPtma2008-08-041-0/+6
* * Whitespace...tma2008-08-031-2/+2
* * Report SDL driver used on GLimp initialisationtma2008-08-031-3/+6
* * Change win32 client Sys_Sleep so it ONLY sleeps since before it was waking on tma2008-08-035-2/+47
* * Restrict OpenAL capture support test hack to OS X, where it is required; thistma2008-08-032-7/+18
* * Sign check com_maxfps* variablestma2008-07-211-3/+3
* * Use Sys_Sleep to limit FPS, which will save CPUtma2008-07-217-53/+39
* Bug 3726zakk2008-07-201-11/+15
* * Fix confusion of cgame and renderer entity array bounds (Tr3B)tma2008-07-161-2/+1
* * Revert r1341 as there doesn't seem to be a lot of point to the change and ittma2008-07-161-8/+1
* fix build without VOIP (David Severwright, bug#3720)ludwig2008-07-162-0/+4
* nsis: uninstall openal32.dll as wellludwig2008-07-161-0/+2
* also define proper version when using git-svnludwig2008-07-161-0/+7
* * Remove cl_platformSensitivity as it predates the move to SDL everywheretma2008-07-124-7/+1
* * (bug 3712) MSVC build fix s/strtof/strtod/ (Pat Raynor <raynorpat@gmail.com>)tma2008-07-091-1/+1
* * Fix server info string voip settingtma2008-07-081-1/+1
* * Allow floating point values for r_zneartma2008-07-081-1/+1
* * Rename voip cvar to cl_voiptma2008-07-0724-110/+239