Age | Commit message (Expand) | Author |
2017-03-09 | remove the abusable levelshot command and related hacks | /dev/humancontroller |
2017-03-09 | do not close the console "from time to time" | /dev/humancontroller |
2017-03-09 | do not send version information in CURL downloads and MOTD requests | /dev/humancontroller |
2017-03-09 | do not request MOTD updates upon connecting (especially to local servers) | /dev/humancontroller |
2017-03-09 | stop accessing the hostname, the current username and the architecture/platfo... | /dev/humancontroller |
2017-03-09 | do not allow the ui module to query the clipboard contents | /dev/humancontroller |
2017-03-09 | remove the (generally unsecure) setenv command | /dev/humancontroller |
2017-03-09 | when not restarting the filesystem, at least clear the pak references | /dev/humancontroller |
2017-03-09 | fix hanging when the demo file is not found | /dev/humancontroller |
2017-03-09 | do not wipe cls.realtime when restarting the client for an fs_game change | /dev/humancontroller |
2017-03-09 | fix the client's GUID resetting (to the non-serverunique value) upon switchin... | /dev/humancontroller |
2017-02-08 | add missing trailing '\n's from strings to execute; add double quotes around ... | /dev/humancontroller |
2017-02-08 | fix the nullchar-termination in CL_GSRFeaturedLabel() | /dev/humancontroller |
2017-02-07 | stop embedding the architecture in the filenames of binaries and libraries; c... | /dev/humancontroller |
2017-02-07 | silence a bunch of compiler warnings | /dev/humancontroller |
2017-02-06 | fix compilation without USE_CURL | /dev/humancontroller |
2017-02-06 | use system libraries more properly; introduce a dependency on Minizip | /dev/humancontroller |
2016-04-09 | Merge branch 'master' into gpp | Tim Angus |
2016-04-07 | Fix frame_msec possibly being zero in cl_input.c. | SmileTheory |
2016-04-07 | Fix some opus_decode issues | Zack Middleton |
2016-04-07 | Use Opus for VoIP | Zack Middleton |
2016-04-07 | Fix check for empty rconpassword in CL_Rcon_f | Tim Angus |
2016-04-07 | Now with less infinite recursion | Tim Angus |
2016-04-07 | Effectively revert c2e146c1 | Tim Angus |
2016-04-07 | Fix the wonky fix to the wonky va_list usage | Tim Angus |
2016-04-07 | Fix wonky va_list usage | Tim Angus |
2016-04-07 | Fix va_list warning | Pan7 |
2016-04-07 | Add missing qcurl handle cleanup | Pan7 |
2016-04-07 | Return the result from qcurl_easy_setopt_warn | Tim Angus |
2016-04-07 | qcurl_multi_cleanup check | Pan7 |
2016-04-07 | qcurl_easy_setopt dev warning | Pan7 |
2016-04-07 | qcurl_multi_strerror not curl_multi_strerror | Pan7 |
2016-04-07 | qcurl_multi_remove_handle check | Pan7 |
2016-04-07 | Remove logically dead code from CL_GetServerStatus | Zack Middleton |
2016-04-07 | Fix abs() being used for float in cl_input.c | Zack Middleton |
2016-04-07 | Make cinematic times be int like CL_ScaledMilliseconds | Zack Middleton |
2016-04-07 | Remove unused function WRITE_1BYTES from cl_avi.c | Zack Middleton |
2016-04-07 | fix buffer overflow in CL_CheckForResend | Jeff Kent |
2016-04-07 | qcurl_multi_add_handle error check | Pan7 |
2016-04-07 | sayto cmd with player name completion | Pan7 |
2015-06-08 | change the serverlist-querying methods to be compatible with the current depl... | /dev/humancontroller |
2015-03-17 | Fix incorrect strncpy in S_AL_StartBackgroundTrack | Zack Middleton |
2015-03-17 | Ensure that mbstowcs does not overflow its buffer | Simon McVittie |
2015-03-17 | Include stdint.h instead of inttypes.h in libmumblelink.c | Zack Middleton |
2015-03-17 | Add facility to describe cvars | Tim Angus |
2015-03-17 | Change default value for s_alDopplerSpeed | MAN-AT-ARMS |
2015-03-17 | Fix possible division by zero in S_PaintChannelFrom16_altivec | MAN-AT-ARMS |
2015-03-17 | Fix client warnings | Tim Angus |
2015-03-17 | Use ColorIndexForNumber in Con_DrawSolidConsole | Zack Middleton |
2015-03-17 | SDL 2 scroll/caps/num lock keys send KEYUP event when key is released | Zack Middleton |