ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
2014-07-22 17:20:38 -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 - Added support for named scripts. (Of course, without engine support, it doesn't matter. :) 2012-02-15 00:21:37 +00:00
error.c - Fixed error message for importing a non-library. 2012-05-22 20:55:50 +00:00
error.h - Fixed: There was no check for accessing an array without filling out all the required dimensions. 2012-03-08 23:02:57 +00: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 Fixed: One use of ERR_NOT_AN_ARRAY did not provide the symbol's name 2014-07-22 17:20:38 -05:00
parse.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
pcode.c - Moved Sqrt, FixedSqrt, and VectorLength to zspecial.acs. 2012-10-13 22:56:30 +00:00
pcode.h - Moved Sqrt, FixedSqrt, and VectorLength to zspecial.acs. 2012-10-13 22:56:30 +00:00
strlist.c Don't convert string constants to numbers for #define 2014-07-21 23:32:57 -05:00
strlist.h Don't convert string constants to numbers for #define 2014-07-21 23:32:57 -05:00
symbol.c Don't convert string constants to numbers for #define 2014-07-21 23:32:57 -05:00
symbol.h Don't convert string constants to numbers for #define 2014-07-21 23:32:57 -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