Fix a bug with the Spearman's attack animation noted by zookeeper.
Update changelog.
This commit is contained in:
parent
49c0dbb3d2
commit
a2d8094ce4
2 changed files with 23 additions and 21 deletions
|
@ -321,6 +321,7 @@ Version 1.8.0:
|
|||
* Fixed bug #15601: Replay crashes when replay log messages are enabled
|
||||
* Fixed bug #15656: OOS errors in LoW from differing starting gold
|
||||
* Fixed a segfault due to missing seed-attribute of an attack in a replay
|
||||
* Fixed a graphics bug with the Spearman's attack anim noted by zookeeper
|
||||
* Worked around bug #13333: Limit the maximum length of the mp command
|
||||
dialog as workaround for bug (This workaround is only implemented for
|
||||
Windows and Mac)
|
||||
|
|
|
@ -231,7 +231,8 @@
|
|||
[filter_attack]
|
||||
name=spear
|
||||
[/filter_attack]
|
||||
direction=se,sw
|
||||
start_time=-560
|
||||
direction=se,s,sw
|
||||
offset="0~0.4,0.4~0"
|
||||
[frame]
|
||||
duration=80
|
||||
|
@ -245,10 +246,22 @@
|
|||
duration=80
|
||||
image="units/human-loyalists/spearman-attack-se-3.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
image="units/human-loyalists/spearman-attack-se-4.png"
|
||||
[/frame]
|
||||
[if]
|
||||
hits=yes
|
||||
[frame]
|
||||
duration=80
|
||||
image="units/human-loyalists/spearman-attack-se-4.png"
|
||||
sound=spear.ogg
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=no
|
||||
[frame]
|
||||
duration=80
|
||||
image="units/human-loyalists/spearman-attack-se-4.png"
|
||||
sound=spear-miss.ogg
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
duration=80
|
||||
image="units/human-loyalists/spearman-attack-se-5.png"
|
||||
|
@ -257,22 +270,10 @@
|
|||
duration=80
|
||||
image="units/human-loyalists/spearman-attack-se-6.png"
|
||||
[/frame]
|
||||
[if]
|
||||
hits=yes
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/human-loyalists/spearman-attack-se-7.png"
|
||||
sound=spear.ogg
|
||||
[/frame]
|
||||
[/if]
|
||||
[else]
|
||||
hits=no
|
||||
[frame]
|
||||
duration=100
|
||||
image="units/human-loyalists/spearman-attack-se-7.png"
|
||||
sound=spear-miss.ogg
|
||||
[/frame]
|
||||
[/else]
|
||||
[frame]
|
||||
duration=80
|
||||
image="units/human-loyalists/spearman-attack-se-7.png"
|
||||
[/frame]
|
||||
[frame]
|
||||
duration=80
|
||||
image="units/human-loyalists/spearman-attack-se-8.png"
|
||||
|
|
Loading…
Add table
Reference in a new issue