summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
2013-01-10Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ...Thilo Schulz
2013-01-10Fix compile for USE_VOIP=0Thilo 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-10Permit downloading files larger than 65 Megabytes via UDP by working around s...Thilo Schulz
2013-01-10Bug 5069 - Remove unused variable console_color, by uZuThilo Schulz
2013-01-10Make sound fallback behaviour for music streams less verboseThilo 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-10- Clear ip address listings after a NET_Restart - check for oldGameSet instea...Thilo Schulz
2013-01-10- Bug 5034 - q3_ui: fill whole screen and allow cursor to move to edge in wid...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- Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 mod...Thilo Schulz
2013-01-09Bug 5034 - q3_ui: fill whole screen and allow cursor to move to edge in wides...Thilo Schulz
2013-01-09Fix return values for several syscall functions, patch by Zack Middleton (#5018)Thilo Schulz
2013-01-09Fix newlines in Com_Error, patch by Zack Middleton (#5023)Thilo Schulz
2013-01-09- Remove Q_strrchr(), replace with standard, portable strrchr() - Add strrchr...Thilo Schulz
2013-01-09Remove newlines from Com_Error message format strings, patch by DevHCThilo Schulz
2013-01-09More codec loader troubles with extensionsThilo Schulz
2013-01-09Fix crash bug in new codec audio loader, thanks brain for reportingThilo Schulz
2013-01-09Add codec fallback support for sound files not found, Patch by Zack Middleton...Thilo Schulz
2013-01-09fix overzealous cvar cheat protection, patch by cyrri (#4974)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* (bug 5000) refactor: use ARRAY_LEN; remove undefined functions; more size_tM. Kristall
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* Fix error in error message when UI fails to loadChristopher 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* (bug 4684) Don't stop playing a demo when someone presses TAB etc. (Giulio ...Christopher Schwarz
2013-01-03* Merge ioq3-r1765Tim Angus
2013-01-03* Update copyright noticesTim Angus
2013-01-03* Merge ioq3-r1752Tim Angus
2013-01-03* Fix GetNews when USE_CURL is undefinedBen Millwood
2013-01-03* Reduce the size of MAX_FEATLABEL_CHARS because it's bloating up servercache...Christopher Schwarz
2013-01-03* Indent wrapped chat lines to avoid potential imitation exploitsTim Angus
2013-01-03* Merge ioq3-r1715Tim 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* Ignore featured status for serverlist sorting if the featured server's ping...Christopher Schwarz
2013-01-03* (bug 4311) Print file locations of relevant items to simplify troubleshooti...Christopher Schwarz
2013-01-03* Various small style fixes/corrections/changes (Undeference, Timbo, benmachine)Christopher Schwarz
2013-01-03* Merge ioq3-r1666Tim Angus