gzdoom-gles/wadsrc/static/zscript/actors
alexey.lysiuk 941a5f37a5 - fixed missing frames for axe attack without mana
The target state to jump is S_FAXEATK_5 in the original Hexen, but we were jumping to S_FAXEATK_7
5329fb5d75/src/hexen/info.c (L1298-L1299)

https://forum.zdoom.org/viewtopic.php?t=66216
2019-10-26 12:14:58 +02:00
..
chex - made the colorset names and the texts in the color picker localizable. 2019-05-19 20:40:22 +02:00
doom - fixed the extremely long standing bug that Lost Souls didn't reacquire their target when slamming into something. 2019-08-11 14:28:51 +02:00
heretic - made the colorset names and the texts in the color picker localizable. 2019-05-19 20:40:22 +02:00
hexen - fixed missing frames for axe attack without mana 2019-10-26 12:14:58 +02:00
inventory - fixed: pickup flash didn't fade out if player was killed by pickup 2019-10-16 20:56:41 +02:00
player - added ability to specify display duration of subtitles 2019-07-26 21:59:43 +02:00
raven - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
shared - when adding some minmum lateral movement to trigger collision detection, do not just set Vel.X but actually use a vector pointing in the proper facing direction of the actor. 2019-10-22 10:59:13 +02:00
strife - removed the playernum parameter from CheckLocalView 2019-09-02 21:17:19 +02:00
actions.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
actor.zs - removed the playernum parameter from CheckLocalView 2019-09-02 21:17:19 +02:00
attacks.zs - fixed PlaySpawnSound call in A_ThrowGrenade 2019-06-05 12:47:03 +02:00
checks.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
interaction.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
inventory_util.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
morph.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00