ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
Christoph Oelckers 1685caa03c August 10, 2006 (Changes by Graf Zahl)
- Fixed: CheckActorInventory stored the return value in the wrong address
  on the ACS stack.
- Fixed: Skin sounds weren't properly restored after a SNDINFO reset.
- Added a more flexible ACS ChangeLevel function. It gets passed a level name
  instead of a level number and has several additional options (e.g. changing
  skill, starting the map without monsters and clearing the players' inventories. (UNTESTED!)
- Changed Thing_Activate so that passing a tid of 0 activates the calling actor.
- Changed Thing_Remove so that passing a tid of 0 removes the calling actor.
- Added DECORATE parameters to A_Saw.

SVN r283 (trunk)
2006-08-10 15:28:12 +00:00
acc.c - Added NecroMage's submission for bitwise/shift assignment operators for ACS. 2006-07-16 20:13:24 +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 - Fixed: Inside an ACS library, you could not use a normal #define to specify 2006-08-03 03:45:26 +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: Inside an ACS library, you could not use a normal #define to specify 2006-08-03 03:45:26 +00:00
parse.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
pcode.c August 10, 2006 (Changes by Graf Zahl) 2006-08-10 15:28:12 +00:00
pcode.h August 10, 2006 (Changes by Graf Zahl) 2006-08-10 15:28:12 +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 August 10, 2006 (Changes by Graf Zahl) 2006-08-10 15:28:12 +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 August 10, 2006 (Changes by Graf Zahl) 2006-08-10 15:28:12 +00:00
zspecial.acs Fixed: StartConversation didn't check for a valid target. 2006-06-04 14:49:17 +00:00
zwvars.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00