0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix extension name comparison for DLL files More... almost 13 years ago
* Replace usage of system with fork/exec
tma
More... almost 13 years ago
Fix client crash on windows with old OpenAL More... almost 13 years ago
Bug 5084 - [patch] add support for Debian cross compiling, by [email protected] More... almost 13 years ago
Revert attribute patch from r2090 because the jpeg functions really shouldn't be deviating from the codebase unnecessarily More... almost 13 years ago
Shut up returning functions with noreturn attribute warning More... almost 13 years ago
* Fix various issues with unix Sys_Dialog
tma
More... almost 13 years ago
- Bug 5083 - Cross compiling for 64bit is missing libcurl.a - Fix a compiler warning for cross compile More... almost 13 years ago
Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions etc., patch by [email protected] and Zack Middleton More... almost 13 years ago
Fix delta compression breaking due to packet queuing More... almost 13 years ago
* Use specific exit code for xmessage
tma
More... almost 13 years ago
Fix legacy protocol with new packet queueing More... almost 13 years ago
Fix alignment issues in message sending/reading that would crash IRIX, thanks to Canavan for supplying a shell where I could fix this (#5077) More... almost 13 years ago
Fix compile for USE_VOIP=0 More... almost 13 years ago
Bug 5075 - Fix comments in quake3 configs, patch by [email protected] More... almost 13 years ago
Move rate limiting / queued packet sending logic from Com_Frame() to sv_main.c More... almost 13 years ago
Have server send protocol version in challengeResponse so protocol negotiation works. (Where did this one get lost?) More... almost 13 years ago
- Revert back to Z_Malloc from Hunk_FreeTempMemory introduced in r2077 as Hunk_FreeTempMemory must be freed in LIFO order (#5079) - Introduce SV_ClientFree() to prevent memory leaks r2077 was supposed to fix More... almost 13 years ago
Remove one unnecessary loop in the beginning More... almost 13 years ago
- Make sure at least one round of download packets and packet queues gets sent each frame - Fix timeVal select timeout value for case of unlimited data rate and now downloads are active More... almost 13 years ago
- Forgot to mention: last rev (2077) bumped default protocol version to 70 - Fix queued packet rate control More... almost 13 years ago
- Improve snapshot rate and data rate control - Make server send packet fragments and queued packets when server is idle - Voip protocol detection is tied to com_protocol making past-end-of-message reading unncessary - Use Hunk_AllocateTempMemory() for buffering VOIP packets and fix buffering scheme that ryan hates so much - Disable packet scrambling for new protocol as it is useless now - Get rid of the old packet scrambling functions predating latest point release - Use Hunk_AllocateTempMemory() for netchan packet queue to fix memory leak when client gets disconnected with packets in the queue - Use Hunk_AllocateTempMemory() for download blocks to fix memory leak when client gets disconnected with download blocks in the queue - Fix SV_RateMsec to account for udp/udp6 packet lengths More... almost 13 years ago
- Add dual protocol support to team arena demo selector - Fix demo selection in team arena menu on case sensitive file systems - Some changes in the way how vanilla q3 demo file lists are compiled in the menu More... almost 13 years ago
- Implement dual protocol support (#4962) - Fix several UDP spoofing security issues More... almost 13 years ago
Forgot to set default rate back to 100kbyte/s More... almost 13 years ago
- Greatly improve UDP downloading speed for clients - Add download rate control cvar sv_dlRate - Don't send snapshots to downloading clients More... almost 13 years ago
Permit downloading files larger than 65 Megabytes via UDP by working around short int wraparound. More... almost 13 years ago
Bug 5069 - Remove unused variable console_color, by uZu More... almost 13 years ago
Bug 5066 - Plasmagun and BFG don't play the explosion when they hit players, patch by Ensiform More... almost 13 years ago
Bug 5067 - Remove references to unused teamtournament gametype. Toggle areaportal on mover ents where due is needed, patch by Ensiform More... almost 13 years ago