0
0
Fork 0
mirror of https://github.com/ZDoom/acc.git synced 2025-03-01 06:30:58 +00:00
ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
Randy Heit 336a1ac719 - Bump ACC version to 1.52.
- Increase parameter count for ACS_ExecuteWithResult from 4 to 5.

SVN r3393 (trunk)
2012-02-26 03:31:09 +00:00
acc.c - Bump ACC version to 1.52. 2012-02-26 03:31:09 +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 - Do not allow scripts to be named "None". 2012-02-26 02:37:44 +00:00
error.h - Do not allow scripts to be named "None". 2012-02-26 02:37:44 +00:00
Makefile - Bump ACC version to 1.52. 2012-02-26 03:31:09 +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 - Bump script parameter limit up to 4, since ACS_ExecuteWithResult currently has an unused fifth 2012-02-26 02:41:15 +00:00
parse.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
pcode.c - Added support for named scripts. (Of course, without engine support, it doesn't matter. :) 2012-02-15 00:21:37 +00:00
pcode.h - Added support for named scripts. (Of course, without engine support, it doesn't matter. :) 2012-02-15 00:21:37 +00:00
strlist.c - Do not allow scripts to be named "None". 2012-02-26 02:37:44 +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 - Updated ACC with current Skulltag definitions. (LSPEC6[DIRECT] has become a more useful 2009-04-18 01:44:46 +00:00
symbol.h - ACC changes for externally definable functions. 2009-05-11 21:07:27 +00:00
token.c - ACC implementation of strcpy, submitted by FDARI. 2011-06-13 09:12:56 +00:00
token.h - ACC implementation of strcpy, submitted by FDARI. 2011-06-13 09:12:56 +00:00
zcommon.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00
zdefs.acs - Add SECF_FLOORDROP and SECF_NORESPAWN to zdefs.acs. 2011-12-06 01:28:38 +00:00
zspecial.acs - Bump ACC version to 1.52. 2012-02-26 03:31:09 +00:00
zwvars.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00