ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
Randy Heit 9af2df3096 - Added desaturation translation support to ACC. This is the same as the % syntax introduced
by DECORATE. Note that the values in the color range are fixed point numbers. i.e. You must
  use 1.0 and not 1. This is in keeping with the existing convention.

SVN r3879 (trunk)
2012-09-20 02:26:58 +00:00
acc.c - Bump ACC version to 1.53. 2012-08-25 19:27:46 +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 - Added support for named scripts. (Of course, without engine support, it doesn't matter. :) 2012-02-15 00:21:37 +00:00
error.c - Fixed error message for importing a non-library. 2012-05-22 20:55:50 +00:00
error.h - Fixed: There was no check for accessing an array without filling out all the required dimensions. 2012-03-08 23:02:57 +00:00
Makefile - Bump ACC version to 1.53. 2012-08-25 19:27:46 +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 - Added desaturation translation support to ACC. This is the same as the % syntax introduced 2012-09-20 02:26:58 +00:00
parse.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
pcode.c - Added desaturation translation support to ACC. This is the same as the % syntax introduced 2012-09-20 02:26:58 +00:00
pcode.h - Added desaturation translation support to ACC. This is the same as the % syntax introduced 2012-09-20 02:26:58 +00:00
strlist.c - Added the -hh switch, which works like the old -h but with an additional message if the scripts 2012-03-08 22:06:57 +00:00
strlist.h - Use case insensitive search when checking for existing script names, since they're case 2012-02-16 22:18:01 +00:00
symbol.c - Optimize away PCD_DUP when the preceding instruction is PCD_PUSHBYTE. 2012-07-11 03:59:01 +00:00
symbol.h - ACC changes for externally definable functions. 2009-05-11 21:07:27 +00:00
token.c - Optimize away PCD_DUP when the preceding instruction is PCD_PUSHBYTE. 2012-07-11 03:59:01 +00: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 - Add HUDMSG_ALPHA to zdefs.acs. 2012-09-20 02:07:46 +00:00
zspecial.acs - Added UniqueTID and IsTIDUsed to zspecial.acs. 2012-08-01 03:13:55 +00:00
zwvars.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00