[Commits] [wesnoth/wesnoth] ecb510: Fix for jumpy movements in bug #1565
GitHub
noreply at github.com
Wed Jul 19 10:37:17 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: ecb51029d75153eab311513e91c95246c59c9787
https://github.com/wesnoth/wesnoth/commit/ecb51029d75153eab311513e91c95246c59c9787
Author: David Mikos <infiniteloopcounter at gmail.com>
Date: 2017-07-19 (Wed, 19 Jul 2017)
Changed paths:
M changelog
M src/animated.hpp
M src/animated.tpp
M src/units/animation.cpp
M src/units/animation.hpp
M src/units/udisplay.cpp
Log Message:
-----------
Fix for jumpy movements in bug #1565
Add a new max_animation_time_ variable that checks whether the time
for the movement animation exceeds the potential time. This will
restrict the time interval to match the offset 0~1:200,0~1:200,etc.
as the unit is moving.
More information about the Commits
mailing list