ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
2024-11-01 21:43:36 +08: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 - this is version 1.60 2023-10-18 06:48:34 -04:00
CMakeLists.txt - fix silly mistake in installation 2024-09-14 07:31:36 -04:00
common.h - fix more line endings 2021-03-10 11:44:43 -05:00
error.c - fix more line endings 2021-03-10 11:44:43 -05:00
error.h - fix more line endings 2021-03-10 11:44:43 -05:00
misc.c - fix more line endings 2021-03-10 11:44:43 -05:00
misc.h - fix more line endings 2021-03-10 11:44:43 -05:00
parse.c Add missing Zandronum functions. 2023-10-18 00:17:02 -04:00
parse.h - fix more line endings 2021-03-10 11:44:43 -05:00
pcode.c - fix more line endings 2021-03-10 11:44:43 -05:00
pcode.h - fix more line endings 2021-03-10 11:44:43 -05:00
readme.md Create readme.md 2016-01-18 10:47:58 +01:00
strlist.c - fix more line endings 2021-03-10 11:44:43 -05:00
strlist.h - fix more line endings 2021-03-10 11:44:43 -05:00
symbol.c - fix more line endings 2021-03-10 11:44:43 -05:00
symbol.h - fix more line endings 2021-03-10 11:44:43 -05:00
token.c Add missing Zandronum functions. 2023-10-18 00:17:02 -04:00
token.h Add missing Zandronum functions. 2023-10-18 00:17:02 -04:00
zcommon.acs - fix more line endings 2021-03-10 11:44:43 -05:00
zdefs.acs Add missing Zandronum functions. 2023-10-18 00:17:02 -04:00
zspecial.acs Fix required arguments for GetNetID and SetActivatorByNetID 2024-11-01 21:43:36 +08:00
zwvars.acs - fix more line endings 2021-03-10 11:44:43 -05: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