Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-07 | fix some format specifiers in printf()-like function calls | /dev/humancontroller | |
2013-02-16 | Update copyright notices | Tim Angus | |
2013-01-12 | Fix a bunch of warnings | Tim Angus | |
2013-01-03 | * Update copyright notices | Tim Angus | |
2013-01-03 | * Fix from ioq3-r1731 | Tim Angus | |
2013-01-03 | * Support enum { ITEM, ITEM2 = 100, ITEM3 }; in menu parsers | Ben Millwood | |
* Use these enums in ui/menudef.h define lists * Fix a few inaccurate comments in ui/menudef.h | |||
2013-01-03 | * Fix a parser bug relating to whitespace at the end of scripts | Ben Millwood | |
2013-01-03 | * Merge ioq3-r1498, by popular demand | Tim Angus | |
2013-01-03 | * (bug 3416) Overlapping strings with strcpy (thanks Jacques Boscq) | M. Kristall | |
* (bug 3576) Allow % since people promise it is safe (/dev/humancontroller) | |||
2013-01-03 | * Add BG_EventName and use it to simplify a series of debugging messages | Ben Millwood | |
* Correct crouch check in ClientTimerActions * Ensure animation togglebit on buildables is only used once per frame (bug 3377) * Make G_FloodLimited more robust and with a pointlessly informative return value * Add a brief comment to the G_SayArg* functions to explain their purpose, which wasn't at all clear to me until I experimented with them * Remove more redundant va()s * Remove an unused variable and associated functions that were causing a compiler warning | |||
2013-01-03 | * Merge ioq3-r1423 | Tim Angus | |
+ IPv6 + VoIP + Stereo rendering + Other minor stuff | |||
2013-01-03 | * don't call COM_Compress() on scripts stored in memory. This causes | Tony J. White | |
incorrect line numbers to be reported. | |||
2013-01-03 | * SCIPT | Tim Angus | |
2007-09-21 | * Remove lots and lots of redundant comments | Tim Angus | |
2006-05-16 | * Removal of bot code | Tim Angus | |
* Refactored botlib parsing code into qcommon |