ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
Rachael Alexanderson 1e5e6082dd - add .gitattributes
2021-02-23 16:13:18 -05:00
.github/workflows - added continuous integration based on GitHub Workflow 2020-07-22 11:03:59 -04:00
.gitattributes - add .gitattributes 2021-02-23 16:13:18 -05:00
.gitignore - removed obsolete build systems files 2020-07-22 11:03:59 -04:00
acc.c - add .gitattributes 2021-02-23 12:41:44 -05:00
CMakeLists.txt - forced static MSVC runtime 2020-08-18 07:18:16 -04:00
common.h Increased max function count like ACSUtils_ACC. 2017-04-26 20:05:28 +02:00
error.c Enforce #library must be the first thing in an ACS file if it's used 2016-01-28 19:38:56 -06:00
error.h Enforce #library must be the first thing in an ACS file if it's used 2016-01-28 19:38:56 -06:00
misc.c Fixed so compilation works on Mac, which doesn't recognize the "unix" keyword, though to be fair it's not even set in the Makefile. 2016-01-23 14:12:36 +02:00
misc.h - Do not allow scripts to be named "None". 2012-02-26 02:37:44 +00:00
parse.c Fixed bug with required optional parameters of MorphActor function 2020-08-28 20:33:33 +02:00
parse.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
pcode.c - respect compacting when limit number of functions 2020-07-25 10:17:23 +02:00
pcode.h Add support for colourise/tint translation like SLADE 3's. 2017-03-05 22:50:47 +01:00
readme.md Create readme.md 2016-01-18 10:47:58 +01: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 Fixed bug with required optional parameters of MorphActor function 2020-08-28 20:33:33 +02:00
symbol.h Add script/function arrays to ACC 2014-07-24 14:41:39 -05:00
token.c Fixed bug with required optional parameters of MorphActor function 2020-08-28 20:33:33 +02:00
token.h Fixed bug with required optional parameters of MorphActor function 2020-08-28 20:33:33 +02:00
zcommon.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00
zdefs.acs - add .gitattributes 2021-02-23 12:41:44 -05:00
zspecial.acs Updated specials and definitions for destructiblegeometry branch 2018-10-31 15:06:50 -04:00
zwvars.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00

ACC

ACC is an ACS script compiler for use with ZDoom and Hexen. http://zdoom.org/wiki/ACC

Usage

Usage: ACC [options] source[.acs] [object[.o]]
-i [path]  Add include path to find include files
-d[file]   Output debugging information
-h         Create pcode compatible with Hexen and old ZDooms
-hh        Like -h, but use of new features is only a warning