mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 03:42:17 +00:00
ACC is an ACS script compiler for use with ZDoom and Hexen.
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) |
||
---|---|---|
acc.c | ||
acc.dsp | ||
acc.dsw | ||
common.h | ||
error.c | ||
error.h | ||
Makefile | ||
misc.c | ||
misc.h | ||
parse.c | ||
parse.h | ||
pcode.c | ||
pcode.h | ||
strlist.c | ||
strlist.h | ||
symbol.c | ||
symbol.h | ||
token.c | ||
token.h | ||
zcommon.acs | ||
zdefs.acs | ||
zspecial.acs | ||
zwvars.acs |