ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
Christoph Oelckers 31a9e80ba0 - Added a StartConversation special that allows automatic activation of Strife
dialogs.
- Added Thing_Raise special that allows Arch-Vile like resurrections from scripts
  or DECORATE states.
- Added a RadiusDamageFactor property for actors. This replaces the hard coded
  factor of 0.25 for Hexen's players.
- Added new SpawnProjectile function to ACS. It's the same as Thing_Projectile2
  but the projectile is specified by name, not spawn ID.
- Added MAPINFO option to set the compatibility flags. If this is done these
  explicit settings will take precedence over the compatflags CVAR.

SVN r164 (trunk)
2006-06-03 12:30:11 +00:00
acc.c Fix for generating incorrect code for accessing arrays with three or more dimensions. 2006-02-25 03:54:30 +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 Initial commit for ACC. 2006-02-24 05:03:04 +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 Force the CC variable in the Makefile to GCC. 2006-02-25 04:07:29 +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 Fix for generating incorrect code for accessing arrays with three or more dimensions. 2006-02-25 03:54:30 +00:00
parse.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
pcode.c Initial commit for ACC. 2006-02-24 05:03:04 +00:00
pcode.h - Added a StartConversation special that allows automatic activation of Strife 2006-06-03 12:30:11 +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 - Added a StartConversation special that allows automatic activation of Strife 2006-06-03 12:30:11 +00:00
symbol.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
token.c Initial commit for ACC. 2006-02-24 05:03:04 +00:00
token.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
zcommon.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00
zdefs.acs - Changed: The decision whether blood splatter sprites are spawned is no 2006-05-13 12:41:15 +00:00
zspecial.acs - Added a StartConversation special that allows automatic activation of Strife 2006-06-03 12:30:11 +00:00
zwvars.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00