ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
2016-04-07 13:39:40 +02: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 Remove dead "language" code from ACC 2014-07-24 15:16:30 -05: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
Makefile This is ACC 1.54. 2013-06-09 01:55:22 +00: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: #region blocks should not increase outertokencount (otherwise #library inside a #region will generate the ERR_LIBRARY_NOT_FIRST error). 2016-02-15 15:56:25 +03:00
parse.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
pcode.c - added new PCodes to handle action specials > 255. 2016-01-25 13:06:36 +01:00
pcode.h - added new PCodes to handle action specials > 255. 2016-01-25 13:06:36 +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 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 Fixed: TK_SkipLine() got stuck in an infinite loop when previous token was at the end of the file. 2016-03-28 23:57:43 +03:00
token.h Added #region / #endregion handling. 2016-02-02 14:20:55 +03:00
zcommon.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00
zdefs.acs - added APROP_MaxStepHeight + APROP_MaxDropOffHeight. 2016-04-07 13:39:25 +02:00
zspecial.acs Merge branch 'QuakeEx' of https://github.com/MajorCooke/acc 2016-03-23 14:09:45 +01: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