0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 2 months ago. based on code collected 2 months ago.
Mar 10, 2024 — Mar 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add cvar "protocol" so user can change protocol version on command line, for standalone games. Most of the patch by Simon McVittie with a few minor modifications by myself More... about 14 years ago
Also send empty valued system cvars, fix proposed by DevHC More... about 14 years ago
Fix quirk reported by Zack Middleton More... about 14 years ago
(#4922) Use screenYScale, not screenXScale, for scaling Y, by Zack Middleton More... about 14 years ago
(#4291) Redundant statement in client console, by Zack Middleton More... about 14 years ago
(#4919) Extra variable in missionpack ui's bind_t structure, by Zack Middleton More... about 14 years ago
(#4918) Gametype clamping using constant integer in missionpack ui, by Zack Middleton More... about 14 years ago
Patch by Zack Middleton (#4920) More... about 14 years ago
Make NET_Sleep wait 1ms less than requested, then busy-wait the last ms for better timeout precision. More... about 14 years ago
- Fix unterminated string errors in Q_vsnprintf() on windows. Thanks to Eugene C. for reporting (#4907) - Get rid of bigbuffer in Com_sprintf() - Get rid of Q_snprintf and replace with Com_sprintf() More... about 14 years ago
* Fix Sys_Milliseconds wrapping causing the flood protection code to malfunction and block all traffic (reported by bubu^)
tma
More... about 14 years ago
Support non-256x256 videos in shaders, by Zack Middleton (#4745) More... over 14 years ago
Auto complete demos on not in pk3s while in pure servers. Patch by Zack Middleton (#4794) More... over 14 years ago
OMGWHATISTHISSHITIDONTEVENKNOW More... over 14 years ago
Merge "which" command upstream from Tremulous, patch provided by Chris Schwarz More... over 14 years ago
JPEG quality control patch, by Zack Middleton (#4673) More... over 14 years ago
Fix console tab autocomplete for exec and condump on pure servers, patch by Zack Middleton More... over 14 years ago
update readme for last commit More... over 14 years ago
Add minimize command (#4531) More... over 14 years ago
- Make some string functions in g_cmds.c cleaner, by DevHC - embed VM_FREEBUFFERS() macro in do-while-loop More... over 14 years ago
- Use MAP_FAILED error code for check whether mmap() was successful - Replace various malloc() with Z_Malloc - Fix several memory leaks when VM compilation failed and Com_Error is called - Make failed mmap/VirtualAlloc/malloc calls fatal More... over 14 years ago
http://www.angryflower.com/aposter.html More... over 14 years ago
Make Q_vsnprintf() more standard conform in bg_lib.c, patch by devhc More... over 14 years ago
Finally fix missionpack compiling for STANDALONE=1, yes, this is tested. More... over 14 years ago
Brace for incoming grammar fix by DevHC! More... over 14 years ago
First batch of getting replacing malloc() with Z_Malloc More... over 14 years ago
Fix strcpy copying buffer into itself, thanks to Simon McVittie for reporting and the patch (#4894) More... over 14 years ago
It's late, I'm tired. More... over 14 years ago
Fix memmove with new size_t typedef, thanks DevHC for reporting More... over 14 years ago
Fix STANDALONE in files.c More... over 14 years ago