ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
rhinoduck ae6b71612e Fix wrong function index on some recursive calls
- problem: function index for recursive calls does not get updated in
  cases when the definition of the function comes before its use
- solution: treat the function as predefined until we process the whole
  of its body so that a ref gets added if a recusive call is encountered
2015-10-10 17:40:52 +02:00
.gitignore Convert svn:ignore to .gitignore. 2013-06-23 14:15:01 -04:00
acc.c
acc.dsp Don't convert string constants to numbers for #define 2014-07-21 23:32:57 -05:00
acc.dsw
common.h Remove dead "language" code from ACC 2014-07-24 15:16:30 -05:00
error.c - Fixed the 'division by zero' crash in the constant expression parsing. 2015-09-05 23:05:46 +02:00
error.h - Fixed the 'division by zero' crash in the constant expression parsing. 2015-09-05 23:05:46 +02:00
Makefile
misc.c
misc.h
parse.c Fix wrong function index on some recursive calls 2015-10-10 17:40:52 +02:00
parse.h
pcode.c Fixed: scriptarray[i] += x generated &= x instead 2014-07-28 19:52:33 -05:00
pcode.h added new event script type 2014-10-11 16:34:23 -04:00
strlist.c Remove dead "language" code from ACC 2014-07-24 15:16:30 -05:00
strlist.h Remove dead "language" code from ACC 2014-07-24 15:16:30 -05:00
symbol.c Add script/function arrays to ACC 2014-07-24 14:41:39 -05:00
symbol.h Add script/function arrays to ACC 2014-07-24 14:41:39 -05:00
token.c added new event script type 2014-10-11 16:34:23 -04:00
token.h added new event script type 2014-10-11 16:34:23 -04:00
zcommon.acs
zdefs.acs Added Warp and its flags 2015-07-30 16:56:21 +09:30
zspecial.acs Bumped Warp's arguments number to account for 'heightoffset'. 2015-08-28 20:34:38 +03:00
zwvars.acs