summaryrefslogtreecommitdiff
path: root/src/qcommon/parse.c
AgeCommit message (Collapse)Author
2013-01-03* Update copyright noticesTim Angus
2013-01-03* Fix from ioq3-r1731Tim Angus
2013-01-03* Support enum { ITEM, ITEM2 = 100, ITEM3 }; in menu parsersBen 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 scriptsBen Millwood
2013-01-03* Merge ioq3-r1498, by popular demandTim 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 messagesBen 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-r1423Tim Angus
+ IPv6 + VoIP + Stereo rendering + Other minor stuff
2013-01-03* don't call COM_Compress() on scripts stored in memory. This causesTony J. White
incorrect line numbers to be reported.
2013-01-03* SCIPTTim Angus
2007-09-21* Remove lots and lots of redundant commentsTim Angus
2006-05-16* Removal of bot codeTim Angus
* Refactored botlib parsing code into qcommon