index
:
zittrig-4
master
The server software used for the Der Bunker Tremulous servers.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
cl_main.c
Age
Commit message (
Expand
)
Author
2015-03-17
Add facility to describe cvars
Tim Angus
2014-08-28
Fix incorrect strncat usage in CL_ServerInfoPacket
Zack Middleton
2014-06-17
Various adjustments so it compiles
Tim Angus
2014-06-17
Clear referenced paks when disconnecting
Zack Middleton
2014-06-17
Fix demoName Com_sprintf size larger than buffer
Zack Middleton
2014-06-17
Remove unused cvar_t variable cl_trn
Ensiform
2014-06-17
Fix video recording sync drift (patch refactored but original author unknown)
Tim Angus
2014-06-17
Clear more variables in CL_InitServerInfo
Zack Middleton
2014-06-17
(bug #5984) Unload renderer lib
Zack Middleton
2013-03-19
Fix displaying demo name when loading demo
Zack Middleton
2013-02-16
Update copyright notices
Tim Angus
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
[next]