ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
Randy Heit fafedb271d Improve error message when using functions in Hexen-compat mode
- When trying to define a function with the -h switch, you previously
  got two error messages on the token following the function, making it
  unclear what the problem was. There is now only one error message at the
  end of the function's parameter list.
2014-07-24 15:00:31 -05:00
.gitignore Convert svn:ignore to .gitignore. 2013-06-23 14:15:01 -04:00
acc.c This is ACC 1.54. 2013-06-09 01:55:22 +00:00
acc.dsp Don't convert string constants to numbers for #define 2014-07-21 23:32:57 -05:00
acc.dsw Initial commit for ACC. 2006-02-24 05:03:04 +00:00
common.h Add script/function arrays to ACC 2014-07-24 14:41:39 -05:00
error.c Add script/function arrays to ACC 2014-07-24 14:41:39 -05:00
error.h Add script/function arrays to ACC 2014-07-24 14:41:39 -05:00
Makefile This is ACC 1.54. 2013-06-09 01:55:22 +00:00
misc.c - Version bumped ACC to 1.47. 2008-12-18 02:24:55 +00:00
misc.h - Do not allow scripts to be named "None". 2012-02-26 02:37:44 +00:00
parse.c Improve error message when using functions in Hexen-compat mode 2014-07-24 15:00:31 -05:00
parse.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
pcode.c Improve error message when using functions in Hexen-compat mode 2014-07-24 15:00:31 -05:00
pcode.h Add script/function arrays to ACC 2014-07-24 14:41:39 -05:00
strlist.c Improve error message when using functions in Hexen-compat mode 2014-07-24 15:00:31 -05:00
strlist.h Don't convert string constants to numbers for #define 2014-07-21 23:32:57 -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 Don't convert string constants to numbers for #define 2014-07-21 23:32:57 -05:00
token.h - Optimize away PCD_DUP when the preceding instruction is PCD_PUSHBYTE. 2012-07-11 03:59:01 +00:00
zcommon.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00
zdefs.acs - new render styles. 2014-05-13 21:08:44 +02:00
zspecial.acs - ChangeActorAngle/Pitch added to zspecial.acs. 2014-05-08 09:37:57 +02:00
zwvars.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00