OSDN Git Service

zandronum/zandronum-acc.git
2012-10-13 Braden Obrzut- Moved Sqrt, FixedSqrt, and VectorLength to zspecial...
2012-10-13 Randy Heit- Fixed: Wrong opcode for fixedsqrt.
2012-10-11 Randy Heit- Added sqrt, fixedsqrt, and vectorlength to ACC.
2012-09-20 Randy Heit- Added desaturation translation support to ACC. This...
2012-09-20 Randy Heit- Add HUDMSG_ALPHA to zdefs.acs.
2012-08-25 Randy Heit- Fix VC++ 6 warnings. 1.53
2012-08-25 Randy Heit- Bump ACC version to 1.53.
2012-08-22 Randy Heit- Added PLAYERINFO_FOV and PLAYERINFO_DESIREDFOV to...
2012-08-12 Randy Heit- Add new HUD message definitions to zdefs.acs.
2012-08-10 Randy Heit- Fixed T_MAXARMORBONUS typoed as T_MASARMORBONUS.
2012-08-01 Randy Heit- Added UniqueTID and IsTIDUsed to zspecial.acs.
2012-07-11 Randy Heit- Optimize away PCD_DUP when the preceding instruction...
2012-06-21 Christoph Oelckers- added missing renderstyle constants.
2012-05-31 Randy Heit- Fixed: Most recent p-codes were missing their names.
2012-05-22 Randy Heit- Fixed error message for importing a non-library.
2012-04-14 Christoph Oelckers- added CR_CYAN to ACS headers.
2012-03-11 Christoph Oelckers- added new AProps to ACC headers.
2012-03-08 Randy Heit- Fixed: There was no check for accessing an array...
2012-03-08 Randy Heit- Add proper support for line specials that don't fit...
2012-03-08 Randy Heit- Added the -hh switch, which works like the old -h...
2012-03-06 Braden Obrzut- Removed pcode escalation with -h since the only thing...
2012-02-26 Randy Heit- Bump ACC version to 1.52.
2012-02-26 Randy Heit- Bump script parameter limit up to 4, since ACS_Execut...
2012-02-26 Randy Heit- Do not allow scripts to be named "None".
2012-02-17 Randy Heit- Version bump ACC to 1.51. 1.51
2012-02-16 Randy Heit- Use case insensitive search when checking for existin...
2012-02-15 Randy Heit- Added support for named scripts. (Of course, without...
2012-02-09 Christoph OelckersACC definition of Ceiling_CrushAndRaiseDist.
2011-12-06 Randy Heit- Add SECF_FLOORDROP and SECF_NORESPAWN to zdefs.acs.
2011-10-27 Christoph Oelckers- change zspecial.acs to reflect changes from r3304.
2011-08-17 Braden Obrzut- Applied Zom-B's patch for multi-dimension array initi...
2011-06-13 Christoph Oelckers- ACC header part of setPointer/setActivator, submitted...
2011-06-13 Christoph Oelckers- ACC implementation of strcpy, submitted by FDARI.
2011-05-16 Braden Obrzut- ACC changes for AnnouncerSound
2011-05-11 Christoph Oelckers- savestring extensions for ACC.
2011-04-17 Randy Heit- Bio Hazard's ACC tweaks:
2011-04-17 Randy Heit- Add TEXFLAG_ADDOFFSET definition, so that all the...
2011-02-12 Christoph Oelckers- added Sector_SetTranslucent to ACC headers.
2011-01-23 Christoph Oelckers- added a 'block sight' line flag.
2011-01-14 Christoph Oelckers- added DavidPH's A_SetMass submission.
2011-01-14 Christoph Oelckers- added ACS SpawnForced function.
2010-12-16 Christoph Oelckers- added APROP_Dormant actor property for ACS (read...
2010-11-07 Christoph Oelckers- ACC part of AProp_Scalex/Y.
2010-11-07 Christoph Oelckers- ACC definition of APROP_Waterlevel.
2010-10-02 Christoph Oelckers- added new action special Ceiling_LowerAndCrushDist...
2010-09-18 Christoph Oelckers- merged Thing_Destroy extension from Doom64 branch...
2010-09-16 Christoph Oelckers- added Demolisher's APROP_Target/TracerTID submission.
2010-08-23 Christoph Oelckers- fixed typo in zspecial.acs
2010-08-22 Christoph Oelckers- add Thing_SetConversation to ACS headers.
2010-08-13 Christoph Oelckers- added PinkSilver's ACS Checksight submission.
2010-08-10 Christoph Oelckers- sorted zspecials.acs properly so one can find all...
2010-08-10 Christoph Oelckers- Added GetPolyobjX and GetPolyobjY ACS functions.
2010-08-01 Randy Heit- Add Polyobj_Stop, Polyobj_MoveTo, and Polyobj_OR_Move...
2010-07-24 Christoph Oelckers- added PinkSilver's APROP_MasterTid submission.
2010-07-10 Randy Heit- Also bump ACC version in the Makefile to 150. 1.50
2010-07-10 Randy Heit- Bump ACC version to 1.50.
2010-07-08 Randy Heit- Better error message for trying to cram too many...
2010-06-18 Randy Heit- Add CHANGELEVEL_RESETHEALTH to zdefs.acs.
2010-04-20 Christoph Oelckers- new ACC definitions for print features.
2010-02-14 Randy Heit- Bump ACC to 1.49. 1.49
2010-01-28 Christoph Oelckers- fixed: NO_CHANGE was not declared correctly in ACS...
2010-01-24 Christoph Oelckers- added PROP_BUDDHA option to SetPlayerProperty.
2009-12-29 Christoph Oelckers- Added ACS stubs for GZDoom's new SetGlobalFogParamete...
2009-12-04 Randy Heit- Fixed: Visual C++ 6.0 does not have _get_pgmptr(... 1.48
2009-12-03 Randy Heit- Version bump ACC to 1.48.
2009-10-27 Randy Heit- Update zdefs.acs and zspecial.acs.
2009-10-25 Randy Heit- Update zspecial.acs.
2009-10-15 Christoph Oelckers- added ACS CheckActprClass function
2009-10-15 Christoph Oelckers- ACC Aprop_DamageFactor.
2009-10-15 Christoph Oelckers- ACC definition for Radius_Quake2.
2009-10-10 Christoph Oelckers- AProp_Notrigger in ACS header.
2009-10-02 Christoph Oelckers- fixed: ACS's DamageThing declaration had an incorrect...
2009-09-14 Christoph Oelckers- New ACS functions for user variables.
2009-09-14 Christoph OelckersACC header changes for last revision.
2009-09-08 Randy Heit- ACC side of the patch.
2009-09-06 Christoph Oelckers- ACC SetActotVelocity
2009-08-25 Christoph Oelckers- added Line_SetBlocking to zspecial.acs
2009-07-05 Christoph Oelckers- Added missing APROP_Species #define for CheckActorPro...
2009-07-05 Christoph Oelckers- ACC header changes for CheckActorProperty.
2009-06-30 Randy HeitACS update:
2009-06-08 Christoph OelckersACC Line_SetTextureScale
2009-06-05 Christoph OelckersSpawnSpotForced ACC header changes.
2009-06-05 Christoph Oelckers- GetArmorType additon in ACC headers.
2009-05-30 Christoph Oelckers- ACC header changes for new functions
2009-05-26 Randy Heit- Fixed: ACC's EvalFixedConstant() could overflow when...
2009-05-17 Christoph Oelckers- fixed line blocking constants in zdefs.acs.
2009-05-15 Christoph Oelckers- fixed: ACC's TK_SkipPast and TK_SkipTo must check...
2009-05-15 Christoph Oelckers- Added GetChar definition to ACS headers.
2009-05-11 Christoph Oelckers- new ACS functions in zspecial.acs.
2009-05-11 Christoph Oelckers- ACC changes for externally definable functions.
2009-05-09 Christoph OelckersAdded AProp_Notarget to ACS headers.
2009-04-18 Randy Heit- Removed definitions Gez listed as not actually presen...
2009-04-18 Randy Heit- Updated ACC with current Skulltag definitions. (LSPEC...
2009-02-22 Christoph OelckersACC header additons for Line_SetBlocking.
2009-02-19 Randy Heit- Fixed: When DeleteNode() deleted a node with two...
2009-02-04 Randy Heit- Fixed: ACC must adjust the StatementLevel in ProcessS...
2009-01-28 Christoph Oelckers- added APROP_Dropped to zdefs.acs
2008-12-26 Randy HeitGuess I didn't have the version bumped files saved...
2008-12-24 Randy Heit- Added the ACC program directory as an implicit includ...
2008-12-24 Randy Heit- Apparently, va_list is a reference type on x86_64...
next