qzdoom/wadsrc/static/zscript/actors
Christoph Oelckers 97b8c0ccfb Revert "- fixed some uses of postincre,ment/decrements on narrow types."
This reverts commit 668f8f2cf6.

Revert "- added a proper error message when '--' or '++' gets used on 8 or 16 bit values."

This reverts commit a94f5dd1b3.

None of this was necessary - the triggered assert was bogus and had to be removed.
2021-05-17 18:13:30 +02:00
..
chex - made the colorset names and the texts in the color picker localizable. 2019-05-19 18:57:39 +02:00
doom - give the first 16 DEHEXTRA states proper content. 2021-05-07 23:03:46 +02:00
heretic Added A_OverlayPivotAlign and A_OverlayVertexOffset. 2020-10-25 15:42:11 +01:00
hexen Revert "- fixed some uses of postincre,ment/decrements on narrow types." 2021-05-17 18:13:30 +02:00
inventory - fixed some uses of postincre,ment/decrements on narrow types. 2021-05-17 12:42:22 +02:00
player Revert "- fixed some uses of postincre,ment/decrements on narrow types." 2021-05-17 18:13:30 +02:00
raven - fixed: the minotaur spawned its floor flames regardless of the setting of compat_minotaur 2020-07-28 12:25:35 +02:00
shared - Fixed: RandomSpawner spawning another RandomSpawner spawning a missile could result in the second RandomSpawner being erroneously destroyed. 2020-12-02 15:30:23 +01:00
strife - fixed: The PrisonPass's TryPickup method did not properly report successful pickup. 2021-05-17 11:51:06 +02:00
actions.zs Added A_SpriteOffset. (#895) 2020-08-27 12:43:09 -04:00
actor.zs - added a A_SetFriendly function 2021-04-04 08:57:56 +02:00
attacks.zs Add species parameter to A_RadiusThrust 2020-09-27 13:58:22 +02:00
checks.zs Add help messages for most of the deprecated stuff in ZScript. 2020-03-14 12:56:03 +02:00
interaction.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-02-23 12:08:27 +01:00
inventory_util.zs Fixed a regression in DoTakeInventory. (the C++ code just ignored the null pointer, but ZScript can't do that) 2019-12-30 12:37:33 -03:00
morph.zs Changed Pre/Post(Un)Morph to take the other actor and a boolean indicating direction. 2020-03-08 15:29:09 +01:00