OSDN Git Service

zandronum/zandronum-acc.git
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...
2008-12-18 Randy Heit- Version bumped ACC to 1.47.
2008-12-17 Randy Heit- Added CodeImp's changes for absolute ACC include...
2008-12-16 Randy Heit- Restored old -d parameter handling so that I can...
2008-12-07 Randy Heit- Add x and b casts for ACS printing.
2008-12-07 Randy Heit- Add ClassifyActor pcode to ACC.
2008-11-18 Christoph OelckersFixed comparison between pointer and integer in ACC...
2008-11-16 Christoph Oelckers- Added CodeImp's submission for specifying include...
2008-09-13 Christoph Oelckers- Added Teleport_NoStop to zspecial.acs. I added this...
2008-09-13 Randy Heit- Added GetPlayerInput() support to ACS.
2008-07-19 Christoph Oelckers- added ACC 64bit patch from Agent ME.
2008-06-28 Christoph Oelckers- fixed typo in zdefs.acs
2008-05-22 Christoph Oelckers- ACC Changes for morph update.
2008-05-09 Christoph Oelckers- ACC header changes for Sector_ChangeFlags special.
2008-04-15 Christoph Oelckers- ACC psrt of CheckPlayerCamera.
2008-03-22 Christoph Oelckers- added Line_SetTextureOffset to ACC files.
2008-03-21 Christoph Oelckers- added Scroll_Wall special to zspecial.acs.
2008-03-21 Christoph Oelckers- ACC part of ThingCountSector
2008-03-20 Christoph Oelckers- zspecial.acs had a syntax error.
2008-03-20 Christoph Oelckers- Added FS_Execute special to zspecial.acs. The special...
2008-03-19 Christoph Oelckers- Added Generic_Crusher2 to zspecial.acs.
2008-03-19 Christoph Oelckers- ACC related parts of SetMugShot addition.
2008-03-01 Christoph Oelckers- fixed: A_CountdownArg used 0 based indices although...
2008-02-13 Randy HeitMethinks it's time for an updated release of ACC (1...
2008-02-13 Randy Heit- Added "return" script support to ACC.
2008-02-05 Randy Heit- Fixed: ACC multiplied array indices one too many...
2008-01-28 Christoph Oelckers- Added SnowKate709's APROP_MaxHealth submission.
2007-12-25 Christoph Oelckers- added UseInventory/UseActorInventory ACS functions.
2007-11-28 Christoph OelckersSVN r573 (trunk)
2007-09-04 Christoph OelckersAdded Hexen spawnables to zdefs.acs
2007-04-22 Christoph Oelckers- added a CANUSEWALLS flag which allows a monster to...
2007-04-22 Randy HeitCommitted ACC changes.
2007-03-09 Randy Heit- Fixed: When ACC encountered a bad numeric constant...
2007-02-24 Christoph Oelckers- Fixed: In the Doom2 cast finale it was impossible...
2007-02-12 Randy Heit- Increased the maximum length of strings in ACC to...
2006-11-10 Christoph Oelckers- Added a check to P_CheckMissileSpawn to decrease...
2006-10-31 Randy HeitBumped ACC version to 1.45.
2006-10-22 Christoph Oelckers- Added MF5_PIERCEARMOR flag that allows damaging objec...
2006-10-09 Christoph Oelckers- Fixed: PrintAlias passed FString objects directly...
2006-09-24 Christoph Oelckersfixed parameter count for thing_setgoal in zspecials...
2006-09-03 Randy HeitWoops. zdefs.acs was missing the PLAYERINFO #defines...
2006-09-01 Randy HeitBumped ACC to version 1.43.
2006-09-01 Randy Heit- Removed PCD_PRINTCOLOR.
2006-08-27 Christoph OelckersSVN r312 (trunk)
2006-08-22 Randy HeitAdded PCD_PRINTCOLOR support to ACC.
2006-08-12 Randy HeitAdded PCD_SECTORDAMAGE and PCD_REPLACETEXTURES support.
2006-08-10 Christoph OelckersAugust 10, 2006 (Changes by Graf Zahl)
2006-08-03 Randy Heit- Fixed: Inside an ACS library, you could not use a...
2006-07-30 Christoph Oelckers- Added Grubber's GetPlayerInfo ACS function.
2006-07-16 Christoph Oelckers- Added NecroMage's submission for bitwise/shift assign...
2006-07-13 Christoph Oelckers- Generalized Hexen's class-based spawning to be a...
2006-07-09 Christoph OelckersSVN r241 (trunk)
2006-06-18 Christoph Oelckers- Added another set of ACS inventory functions which... 1.40
2006-06-09 Christoph Oelckers- Changed music name handling in MAPINFO so that music...
2006-06-04 Christoph OelckersFixed: StartConversation didn't check for a valid target.
2006-06-03 Christoph Oelckers- Added a StartConversation special that allows automat...
2006-05-13 Christoph Oelckers- Changed: The decision whether blood splatter sprites...
2006-05-07 Christoph OelckersMay 7, 2006 (Changes by Graf Zahl)
2006-02-25 Randy HeitForce the CC variable in the Makefile to GCC. 1.37
2006-02-25 Randy HeitFix for generating incorrect code for accessing arrays...
2006-02-24 Randy HeitInitial commit for ACC. 1.36