summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
2017-03-09remove the abusable levelshot command and related hacks/dev/humancontroller
2017-03-09do not close the console "from time to time"/dev/humancontroller
2017-03-09do not send version information in CURL downloads and MOTD requests/dev/humancontroller
2017-03-09do not request MOTD updates upon connecting (especially to local servers)/dev/humancontroller
2017-03-09stop accessing the hostname, the current username and the architecture/platfo.../dev/humancontroller
2017-03-09do not allow the ui module to query the clipboard contents/dev/humancontroller
2017-03-09remove the (generally unsecure) setenv command/dev/humancontroller
2017-03-09when not restarting the filesystem, at least clear the pak references/dev/humancontroller
2017-03-09fix hanging when the demo file is not found/dev/humancontroller
2017-03-09do not wipe cls.realtime when restarting the client for an fs_game change/dev/humancontroller
2017-03-09fix the client's GUID resetting (to the non-serverunique value) upon switchin.../dev/humancontroller
2017-02-08add missing trailing '\n's from strings to execute; add double quotes around .../dev/humancontroller
2017-02-08fix the nullchar-termination in CL_GSRFeaturedLabel()/dev/humancontroller
2017-02-07stop embedding the architecture in the filenames of binaries and libraries; c.../dev/humancontroller
2017-02-07silence a bunch of compiler warnings/dev/humancontroller
2017-02-06fix compilation without USE_CURL/dev/humancontroller
2017-02-06use system libraries more properly; introduce a dependency on Minizip/dev/humancontroller
2016-04-09Merge branch 'master' into gppTim Angus
2016-04-07Fix frame_msec possibly being zero in cl_input.c.SmileTheory
2016-04-07Fix some opus_decode issuesZack Middleton
2016-04-07Use Opus for VoIPZack Middleton
2016-04-07Fix check for empty rconpassword in CL_Rcon_fTim Angus
2016-04-07Now with less infinite recursionTim Angus
2016-04-07Effectively revert c2e146c1Tim Angus
2016-04-07Fix the wonky fix to the wonky va_list usageTim Angus
2016-04-07Fix wonky va_list usageTim Angus
2016-04-07Fix va_list warningPan7
2016-04-07Add missing qcurl handle cleanupPan7
2016-04-07Return the result from qcurl_easy_setopt_warnTim Angus
2016-04-07qcurl_multi_cleanup checkPan7
2016-04-07qcurl_easy_setopt dev warningPan7
2016-04-07qcurl_multi_strerror not curl_multi_strerrorPan7
2016-04-07qcurl_multi_remove_handle checkPan7
2016-04-07Remove logically dead code from CL_GetServerStatusZack Middleton
2016-04-07Fix abs() being used for float in cl_input.cZack Middleton
2016-04-07Make cinematic times be int like CL_ScaledMillisecondsZack Middleton
2016-04-07Remove unused function WRITE_1BYTES from cl_avi.cZack Middleton
2016-04-07fix buffer overflow in CL_CheckForResendJeff Kent
2016-04-07qcurl_multi_add_handle error checkPan7
2016-04-07sayto cmd with player name completionPan7
2015-06-08change the serverlist-querying methods to be compatible with the current depl.../dev/humancontroller
2015-03-17Fix incorrect strncpy in S_AL_StartBackgroundTrackZack Middleton
2015-03-17Ensure that mbstowcs does not overflow its bufferSimon McVittie
2015-03-17Include stdint.h instead of inttypes.h in libmumblelink.cZack Middleton
2015-03-17Add facility to describe cvarsTim Angus
2015-03-17Change default value for s_alDopplerSpeedMAN-AT-ARMS
2015-03-17Fix possible division by zero in S_PaintChannelFrom16_altivecMAN-AT-ARMS
2015-03-17Fix client warningsTim Angus
2015-03-17Use ColorIndexForNumber in Con_DrawSolidConsoleZack Middleton
2015-03-17SDL 2 scroll/caps/num lock keys send KEYUP event when key is releasedZack Middleton