summaryrefslogtreecommitdiff
path: root/src/client/cl_main.c
AgeCommit message (Expand)Author
2017-03-09implement part 2 of the multi-protocol functionality: pk3 control/dev/humancontroller
2017-03-09implement part 1 of the multi-protocol functionality: protocols/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-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
2016-04-09Merge branch 'master' into gppTim Angus
2016-04-07Use Opus for VoIPZack Middleton
2016-04-07Fix check for empty rconpassword in CL_Rcon_fTim Angus
2016-04-07Remove logically dead code from CL_GetServerStatusZack Middleton
2016-04-07fix buffer overflow in CL_CheckForResendJeff Kent
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-17Add facility to describe cvarsTim Angus
2014-08-28Fix incorrect strncat usage in CL_ServerInfoPacketZack Middleton
2014-06-17Various adjustments so it compilesTim Angus
2014-06-17Clear referenced paks when disconnectingZack Middleton
2014-06-17Fix demoName Com_sprintf size larger than bufferZack Middleton
2014-06-17Remove unused cvar_t variable cl_trnEnsiform
2014-06-17Fix video recording sync drift (patch refactored but original author unknown)Tim Angus
2014-06-17Clear more variables in CL_InitServerInfoZack Middleton
2014-06-17(bug #5984) Unload renderer libZack Middleton
2013-03-19Fix displaying demo name when loading demoZack Middleton
2013-02-16Update copyright noticesTim Angus
2013-01-15Remove a bunch of LEGACY_PROTOCOL blocksTim Angus
2013-01-12Save all arguments from connect for reconnect command. Remove unnecessary loc...Zack Middleton
2013-01-12Fix reconnect command to work after leaving server. (#5794)Zack Middleton
2013-01-12- Allow changing cl_voip without restarting. - Fix assert failing in CL_Parse...Zack Middleton
2013-01-12Remove unused function CL_DisconnectPacket. Pointed out by Ensiform.Zack Middleton
2013-01-12Remove anti tamper leftover code 'CL_ChangeReliableCommand'. From Ensiform.Zack Middleton
2013-01-12Fix restoring old fs_game upon leaving a server. Patch by Ensiform.Zack Middleton
2013-01-12Show reason non-default renderer failed to load.Zack Middleton
2013-01-12REFACTOR [a vs an]Zack Middleton
2013-01-12#5485 - Use Sys_LoadDll to search in the local directory for the fallback def...Zack Middleton
2013-01-12Added range checks to j_*_axis cvars.Zack Middleton
2013-01-12Allow analog joystick up axis to be remapped too.Zack Middleton
2013-01-10Require gamename if not supporting legacy protocol.Zack Middleton
2013-01-10- Only need cl_cURLLib cvar if USE_CURL_DLOPEN is defined. - Try to load libc...Zack Middleton
2013-01-10Don't do game_restart if game directory changed from "" to "baseq3" or "baseq...Thilo Schulz
2013-01-10Fix game restart after curl download finishedThilo Schulz