OSDN Git Service

- added CR_CYAN to ACS headers.
[zandronum/zandronum-acc.git] / parse.c
2012-03-08 Randy Heit- Fixed: There was no check for accessing an array...
2012-03-08 Randy Heit- Add proper support for line specials that don't fit...
2012-03-08 Randy Heit- Added the -hh switch, which works like the old -h...
2012-03-06 Braden Obrzut- Removed pcode escalation with -h since the only thing...
2012-02-26 Randy Heit- Bump script parameter limit up to 4, since ACS_Execut...
2012-02-26 Randy Heit- Do not allow scripts to be named "None".
2012-02-16 Randy Heit- Use case insensitive search when checking for existin...
2012-02-15 Randy Heit- Added support for named scripts. (Of course, without...
2011-08-17 Braden Obrzut- Applied Zom-B's patch for multi-dimension array initi...
2011-06-13 Christoph Oelckers- ACC implementation of strcpy, submitted by FDARI.
2011-05-11 Christoph Oelckers- savestring extensions for ACC.
2010-07-08 Randy Heit- Better error message for trying to cram too many...
2009-12-04 Randy Heit- Fixed: Visual C++ 6.0 does not have _get_pgmptr(... 1.48
2009-06-30 Randy HeitACS update:
2009-05-11 Christoph Oelckers- ACC changes for externally definable functions.
2009-02-04 Randy Heit- Fixed: ACC must adjust the StatementLevel in ProcessS...
2008-12-24 Randy Heit- Apparently, va_list is a reference type on x86_64...
2008-12-07 Randy Heit- Add x and b casts for ACS printing.
2008-07-19 Christoph Oelckers- added ACC 64bit patch from Agent ME.
2008-02-13 Randy Heit- Added "return" script support to ACC.
2008-02-05 Randy Heit- Fixed: ACC multiplied array indices one too many...
2007-03-09 Randy Heit- Fixed: When ACC encountered a bad numeric constant...
2007-02-24 Christoph Oelckers- Fixed: In the Doom2 cast finale it was impossible...
2006-10-09 Christoph Oelckers- Fixed: PrintAlias passed FString objects directly...
2006-09-01 Randy Heit- Removed PCD_PRINTCOLOR.
2006-08-22 Randy HeitAdded PCD_PRINTCOLOR support to ACC.
2006-08-03 Randy Heit- Fixed: Inside an ACS library, you could not use a...
2006-07-16 Christoph Oelckers- Added NecroMage's submission for bitwise/shift assign...
2006-06-09 Christoph Oelckers- Changed music name handling in MAPINFO so that music...
2006-02-25 Randy HeitFix for generating incorrect code for accessing arrays...
2006-02-24 Randy HeitInitial commit for ACC. 1.36