summaryrefslogtreecommitdiff
path: root/src/client/cl_main.c
AgeCommit message (Expand)Author
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
2013-01-10<ZTurtleMan> Thilo: two small fixes, one for r2112 and one for r2116. http://...Thilo Schulz
2013-01-10Batch of bug fixes for gamecode. Patch compiled and log message written by To...Thilo Schulz
2013-01-10- Fix already defined command warnings for minimize - Fix recursive CL_Shutdo...Thilo Schulz
2013-01-10Don't search system directories for renderer libThilo Schulz
2013-01-10Modular rendering system. Patch by use.less01 This might break MSVC builds. I...Thilo Schulz
2013-01-10- Switch master server protocol to dpmaster for better game separation. Based...Thilo Schulz
2013-01-10Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes unused-but-...Thilo Schulz
2013-01-10- Apply parts of Ben Millwood's target bitfield patch (#3787) - Fix Ryan's FI...Thilo Schulz
2013-01-10Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ...Thilo Schulz
2013-01-10- Improve snapshot rate and data rate control - Make server send packet fragm...Thilo Schulz
2013-01-10- Implement dual protocol support (#4962) - Fix several UDP spoofing security...Thilo Schulz
2013-01-10Fix ipv6 server queryThilo Schulz
2013-01-10- Automatically reset fs_game to "" if it was supplied by the user and is equ...Thilo Schulz
2013-01-10Fix unnoticed bug in game_restartThilo Schulz
2013-01-10- Improve game_restart: * differing screen resolutions and network settings a...Thilo Schulz
2013-01-10- Fix memory leak in DMA sound after S_Shutdown() - Make codec load use temp ...Thilo Schulz
2013-01-09- Remove Q_strrchr(), replace with standard, portable strrchr() - Add strrchr...Thilo Schulz
2013-01-09Fix sending reliable commands before being connected, patch by Eugene C. (#4971)Thilo Schulz
2013-01-09Revert protocol 69 pending further discussion (#4962)Thilo Schulz
2013-01-09- Harden the client and server protocol against UDP spoofing attacks. This wi...Thilo Schulz
2013-01-03* Remove the protocol argument to globalServers, always use PROTOCOL_VERSIONBen Millwood
2013-01-03* Merge ioq3-r1946Tim Angus
2013-01-03* Don't allow people to manually set com_downloadprompt, because setting it n...Christopher Schwarz
2013-01-03* Merge ioq3-r1813Tim Angus
2013-01-03* (bug 3013) Add gametype column to server browser (Rezyn, with thanks to Jac...Christopher Schwarz
2013-01-03* Update copyright noticesTim Angus
2013-01-03* Merge ioq3-r1752Tim Angus
2013-01-03* Request MOTD upon getting server list, instead of just when connecting to a...Christopher Schwarz
2013-01-03* Fix buffer-safety issues in the download prompt codeChristopher Schwarz
2013-01-03* Fix the client News menu function, broken by a new filesystem check introdu...Christopher Schwarz
2013-01-03* Merge ioq3-r1708Tim Angus
2013-01-03* Various small style fixes/corrections/changes (Undeference, Timbo, benmachine)Christopher Schwarz