OSDN Git Service

zandronum/zandronum-acc.git
2017-05-07 Benjamin Berkelsadded SetActivatorToPlayer to zspecial.acs master
2017-04-27 Benjamin Berkelsadded SetDeadSpectator to zspecial.acs
2015-09-05 Torr_SamahoMerged in crimsondusk/acc (pull request #1)
2015-09-05 Teemu PiippoBump (Named)RequestScriptPuke max argument count from...
2015-09-05 Teemu PiippoAdded the ACS time interface definitions
2015-09-05 Teemu PiippoAdd NamedRequestScriptPuke to zspecial.acs and update...
2014-10-05 Benjamin Berkelsadded definitions necessary for Zandronum 1.3
2014-05-04 Benjamin Berkelsevent scripts now have three arguments
2014-05-04 Benjamin Berkelsadded new event script type
2014-05-04 Benjamin Berkelsupgraded the VC++ project files
2014-04-22 GaerziUpdate zdefs.acs with shadow and subtract styles.
2014-04-07 Edward RichardsonAdded GetActorPowerupTics special
2014-03-31 Edward RichardsonAdded APROP_StencilColor for Set/GetActorProperty
2014-02-05 Randy HeitAdd support for unary +
2014-02-05 Randy HeitAdd constant evaluation for ~
2014-02-05 Randy HeitFix constant < > <= >= evaluation
2014-02-05 Randy HeitFix constant || and && evaluation
2014-02-05 Randy HeitAdd Get/SetLineActivation functions and definitions
2014-02-05 Randy HeitCorrect max argument counts for various specials
2013-08-12 Christoph OelckersCheckFlag function.
2013-08-11 Christoph Oelckers- DropItem definition.
2013-08-09 Christoph Oelckers- BLOCKF_HITSCAN flag.
2013-08-09 Christoph Oelckers- new APROPs.
2013-07-22 Christoph Oelckers- fixed parameter count of SpawnForced
2013-07-11 Randy HeitCorrect parameter count for LineAttack
2013-06-23 Alex MayfieldConvert svn:ignore to .gitignore.
2013-06-09 Randy HeitThis is ACC 1.54. 1.54
2013-06-06 Randy Heit- Added CheckFont to zspecial.acs.
2013-06-05 Randy Heit- Added SpawnDecal and its flags to ACS includes.
2013-06-04 Randy Heit- Added PlayActorSound identifiers to zdefs.acs.
2013-06-03 Randy Heit- Added PlayActorSound to zspecial.acs.
2013-06-01 Randy Heit- Add more Skulltag/Zandronum stuff to zdefs.acs and...
2013-06-01 Randy Heit- Added SoundVolume to zdefs.acs.
2013-06-01 Randy Heit- Added GetActorClass and GetWeapon functions to zspeci...
2013-06-01 Randy Heit- Added strcmp, stricmp (strcasecmp), strleft, strright...
2013-06-01 Randy Heit- Added channel flags for PlaySound to zdefs.acs.
2013-06-01 Randy Heit- Fixed typo.
2013-06-01 Randy Heit- Forgot to add APROP_MeleeRange to zdefs.acs.
2013-06-01 Randy Heit- Update zdefs.acs and zspecial.acs for recent ACS...
2013-05-27 Randy Heit- Added Get/SetCVarString and Get/SetUserCVarString...
2013-05-25 Randy Heit- Add new cvar functions to zspecial.acs.
2013-04-20 Christoph OelckersACC header for APROP_Reactiontime
2013-03-15 Randy Heit- Default to -O2 instead of -Os with GCC, because the...
2013-02-19 Randy Heit- Correct parameter count to ACS_NamedExecuteWithResult...
2013-02-10 Christoph Oelckers- removed a few 'GZDoom only' notes that no longer...
2013-02-10 Christoph Oelckers- Added Floor_RaiseAndCrushDoom to ACS header.
2013-01-03 Randy Heit- Added CHANGELEVEL_PRERAISEWEAPON to zdefs.acs.
2012-11-10 Randy Heit- The ACS part of the HUD message clipping changes...
2012-11-09 Randy Heit- Added FDARI's get actor height and radius patch.
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...
next