Age | Commit message (Expand) | Author |
2013-01-15 | Remove a bunch of LEGACY_PROTOCOL blocks | Tim Angus |
2013-01-12 | Save all arguments from connect for reconnect command. Remove unnecessary loc... | Zack Middleton |
2013-01-12 | Fix 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-12 | Remove unused function CL_DisconnectPacket. Pointed out by Ensiform. | Zack Middleton |
2013-01-12 | Remove anti tamper leftover code 'CL_ChangeReliableCommand'. From Ensiform. | Zack Middleton |
2013-01-12 | Fix restoring old fs_game upon leaving a server. Patch by Ensiform. | Zack Middleton |
2013-01-12 | Show reason non-default renderer failed to load. | Zack Middleton |
2013-01-12 | REFACTOR [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-12 | Added range checks to j_*_axis cvars. | Zack Middleton |
2013-01-12 | Allow analog joystick up axis to be remapped too. | Zack Middleton |
2013-01-10 | Require 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-10 | Don't do game_restart if game directory changed from "" to "baseq3" or "baseq... | Thilo Schulz |
2013-01-10 | Fix game restart after curl download finished | Thilo Schulz |
2013-01-10 | <ZTurtleMan> Thilo: two small fixes, one for r2112 and one for r2116. http://... | Thilo Schulz |
2013-01-10 | Batch 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-10 | Don't search system directories for renderer lib | Thilo Schulz |
2013-01-10 | Modular 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-10 | Bug 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-10 | Bug 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-10 | Fix ipv6 server query | Thilo Schulz |
2013-01-10 | - Automatically reset fs_game to "" if it was supplied by the user and is equ... | Thilo Schulz |
2013-01-10 | Fix unnoticed bug in game_restart | Thilo 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-09 | Fix sending reliable commands before being connected, patch by Eugene C. (#4971) | Thilo Schulz |
2013-01-09 | Revert 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_VERSION | Ben Millwood |
2013-01-03 | * Merge ioq3-r1946 | Tim Angus |
2013-01-03 | * Don't allow people to manually set com_downloadprompt, because setting it n... | Christopher Schwarz |
2013-01-03 | * Merge ioq3-r1813 | Tim Angus |
2013-01-03 | * (bug 3013) Add gametype column to server browser (Rezyn, with thanks to Jac... | Christopher Schwarz |
2013-01-03 | * Update copyright notices | Tim Angus |
2013-01-03 | * Merge ioq3-r1752 | Tim 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 code | Christopher Schwarz |
2013-01-03 | * Fix the client News menu function, broken by a new filesystem check introdu... | Christopher Schwarz |
2013-01-03 | * Merge ioq3-r1708 | Tim Angus |
2013-01-03 | * Various small style fixes/corrections/changes (Undeference, Timbo, benmachine) | Christopher Schwarz |
2013-01-03 | * Merge ioq3-r1666 | Tim Angus |
2013-01-03 | * (bug 4295) Add an option to view Tremulous news to the main menu | Christopher Schwarz |