ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
Christoph Oelckers 6c10e818c5 - added a CANUSEWALLS flag which allows a monster to activate 'use' specials
like doors. This flag is on by default for any monster which was the
  previous behavior.
- Optimized the DECORATE flag parser so it can more efficiently handle
  the deprecated flags. As a side effect of this optimization the deprecated
  flags became usable in A_ChangeFlag again.
- Changed LONGMELEERANGE flag into a MeleeThreshold property.
- Changed SHORTMISSILERANGE flag into a MaxTargetRange property.
- Added Thing_Stop action special.


SVN r517 (trunk)
2007-04-22 21:01:35 +00:00
acc.c Bumped ACC version to 1.45. 2006-10-31 02:18:23 +00:00
acc.dsp Initial commit for ACC. 2006-02-24 05:03:04 +00:00
acc.dsw Initial commit for ACC. 2006-02-24 05:03:04 +00:00
common.h - Increased the maximum length of strings in ACC to 32k. 2007-02-12 23:12:39 +00:00
error.c Initial commit for ACC. 2006-02-24 05:03:04 +00:00
error.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
Makefile Bumped ACC version to 1.45. 2006-10-31 02:18:23 +00:00
misc.c Initial commit for ACC. 2006-02-24 05:03:04 +00:00
misc.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
parse.c - Fixed: When ACC encountered a bad numeric constant, it could infinite loop 2007-03-09 23:52:36 +00:00
parse.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
pcode.c Committed ACC changes. 2007-04-22 17:08:17 +00:00
pcode.h Committed ACC changes. 2007-04-22 17:08:17 +00:00
strlist.c Initial commit for ACC. 2006-02-24 05:03:04 +00:00
strlist.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
symbol.c Committed ACC changes. 2007-04-22 17:08:17 +00:00
symbol.h - Fixed: Inside an ACS library, you could not use a normal #define to specify 2006-08-03 03:45:26 +00:00
token.c - Fixed: Inside an ACS library, you could not use a normal #define to specify 2006-08-03 03:45:26 +00:00
token.h - Fixed: Inside an ACS library, you could not use a normal #define to specify 2006-08-03 03:45:26 +00:00
zcommon.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00
zdefs.acs - Fixed: In the Doom2 cast finale it was impossible to toggle the console. 2007-02-24 12:09:36 +00:00
zspecial.acs - added a CANUSEWALLS flag which allows a monster to activate 'use' specials 2007-04-22 21:01:35 +00:00
zwvars.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00