ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
Randy Heit 26d4df32d4 Fix constant < > <= >= evaluation
- SendExprCommand() evaluated all four of these as their inverse. I
  wouldn't at all be surprised if this was caused by me fixing the
  undefined behavior (Which PopExStk() is called first?) and not
  even noticing that these were reversed because they popped off the stack
  in reverse order.
2014-02-04 20:21:51 -06:00
.gitignore Convert svn:ignore to .gitignore. 2013-06-23 14:15:01 -04:00
acc.c This is ACC 1.54. 2013-06-09 01:55:22 +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 This is ACC 1.54. 2013-06-09 01:55:22 +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 Fix constant < > <= >= evaluation 2014-02-04 20:21:51 -06:00
parse.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
pcode.c - Moved Sqrt, FixedSqrt, and VectorLength to zspecial.acs. 2012-10-13 22:56:30 +00:00
pcode.h - Moved Sqrt, FixedSqrt, and VectorLength to zspecial.acs. 2012-10-13 22:56:30 +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 - Moved Sqrt, FixedSqrt, and VectorLength to zspecial.acs. 2012-10-13 22:56:30 +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 Get/SetLineActivation functions and definitions 2014-02-04 19:50:37 -06:00
zspecial.acs Add Get/SetLineActivation functions and definitions 2014-02-04 19:50:37 -06:00
zwvars.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00