ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
Randy Heit e0c76d6e4d - Fixed: When DeleteNode() deleted a node with two children, it freed the name of the
node that was moved into the spot of the deleted node, effectively making the
  immediate predecessor or successor of the deleted node inaccessible, since it was left
  with freed memory as a name.

SVN r1427 (trunk)
2009-02-19 23:15:11 +00:00
acc.c Guess I didn't have the version bumped files saved when I committed the alleged version bump... 2008-12-26 01:58:42 +00:00
acc.dsp Initial commit for ACC. 2006-02-24 05:03:04 +00:00
acc.dsw Initial commit for ACC. 2006-02-24 05:03:04 +00:00
common.h - Added CodeImp's submission for specifying include paths to ACC. 2008-11-16 19:35:53 +00:00
error.c - Apparently, va_list is a reference type on x86_64 Linux systems, so 2008-12-24 18:39:25 +00:00
error.h - Added CodeImp's submission for specifying include paths to ACC. 2008-11-16 19:35:53 +00:00
Makefile Guess I didn't have the version bumped files saved when I committed the alleged version bump... 2008-12-26 01:58:42 +00:00
misc.c - Version bumped ACC to 1.47. 2008-12-18 02:24:55 +00:00
misc.h - Version bumped ACC to 1.47. 2008-12-18 02:24:55 +00:00
parse.c - Fixed: ACC must adjust the StatementLevel in ProcessStatement(), not in 2009-02-04 00:58:14 +00:00
parse.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
pcode.c - Add x and b casts for ACS printing. 2008-12-07 03:59:06 +00:00
pcode.h - Add x and b casts for ACS printing. 2008-12-07 03:59:06 +00:00
strlist.c - added ACC 64bit patch from Agent ME. 2008-07-19 08:01:33 +00:00
strlist.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
symbol.c - Fixed: When DeleteNode() deleted a node with two children, it freed the name of the 2009-02-19 23:15:11 +00:00
symbol.h - Fixed: Inside an ACS library, you could not use a normal #define to specify 2006-08-03 03:45:26 +00:00
token.c - Added the ACC program directory as an implicit include path. 2008-12-24 19:16:32 +00:00
token.h - Added the ACC program directory as an implicit include path. 2008-12-24 19:16:32 +00:00
zcommon.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00
zdefs.acs - added APROP_Dropped to zdefs.acs 2009-01-28 08:39:23 +00:00
zspecial.acs - Added Teleport_NoStop to zspecial.acs. I added this 3 weeks ago but apparently forgot to commit it earlier. 2008-09-13 07:11:50 +00:00
zwvars.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00