ACC is an ACS script compiler for use with ZDoom and Hexen.
Find a file
Randy Heit 0dcf40afe6 - Fixed: Visual C++ 6.0 does not have _get_pgmptr(). You just access the variable directly with that version.
- Silenced some conversion warnings made by VC++ 6.
- Added the current working directory (.) as an automatic include directory, just ahead of
  the program directory, for compatibility with older ACCs that had no include path handling.

SVN r2016 (trunk)
2009-12-04 01:15:08 +00:00
acc.c - Fixed: Visual C++ 6.0 does not have _get_pgmptr(). You just access the variable directly with that version. 2009-12-04 01:15:08 +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 CodeImp's submission for specifying include paths to ACC. 2008-11-16 19:35:53 +00:00
error.c - Apparently, va_list is a reference type on x86_64 Linux systems, so 2008-12-24 18:39:25 +00:00
error.h - Added CodeImp's submission for specifying include paths to ACC. 2008-11-16 19:35:53 +00:00
Makefile - Version bump ACC to 1.48. 2009-12-03 23:46:15 +00:00
misc.c - Version bumped ACC to 1.47. 2008-12-18 02:24:55 +00:00
misc.h - ACC changes for externally definable functions. 2009-05-11 21:07:27 +00:00
parse.c - Fixed: Visual C++ 6.0 does not have _get_pgmptr(). You just access the variable directly with that version. 2009-12-04 01:15:08 +00:00
parse.h Initial commit for ACC. 2006-02-24 05:03:04 +00:00
pcode.c - ACC changes for externally definable functions. 2009-05-11 21:07:27 +00:00
pcode.h ACS update: 2009-06-30 21:03:21 +00:00
strlist.c - added ACC 64bit patch from Agent ME. 2008-07-19 08:01:33 +00:00
strlist.h Initial commit for ACC. 2006-02-24 05:03:04 +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 - Fixed: Visual C++ 6.0 does not have _get_pgmptr(). You just access the variable directly with that version. 2009-12-04 01:15:08 +00:00
token.h ACS update: 2009-06-30 21:03:21 +00:00
zcommon.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00
zdefs.acs - Update zdefs.acs and zspecial.acs. 2009-10-27 02:43:14 +00:00
zspecial.acs - Update zdefs.acs and zspecial.acs. 2009-10-27 02:43:14 +00:00
zwvars.acs Initial commit for ACC. 2006-02-24 05:03:04 +00:00