ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
Randy Heit 1bdfee548b Remove dead "language" code from ACC
- This is a feature that never saw the light of day in this form, so get
  rid of its vestigial remnants. (Note that this is NOT the l: print
  formatter that causes the game to look up a string in the LANGUAGE
  lump.)
2014-07-24 15:16:30 -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 Remove dead "language" code from ACC 2014-07-24 15:16:30 -05:00
error.c Remove dead "language" code from ACC 2014-07-24 15:16:30 -05:00
error.h Remove dead "language" code from ACC 2014-07-24 15:16:30 -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 Remove dead "language" code from ACC 2014-07-24 15:16:30 -05:00
pcode.h Add script/function arrays to ACC 2014-07-24 14:41:39 -05: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 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