Fix animation frame_speed and blend loosing precision due to incorrec… (#6357)
authorsapier <sapier@users.noreply.github.com>
Fri, 1 Sep 2017 09:15:12 +0000 (11:15 +0200)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Fri, 1 Sep 2017 09:15:12 +0000 (11:15 +0200)
commitbf403b923ab4a1e11447b3f81d54d5d0c1124f65
tree8c8f73e07051d8de8d5eb5c488bfdbc4377de3b3
parentb8f06ad37e142004335e8c2ffaec5fe73b620196
Fix animation frame_speed and blend loosing precision due to incorrec… (#6357)

* Fix animation frame_speed and blend loosing precision due to incorrect data type
Add lua function set_animation_frame_speed to update the frame speed without resetting the animation to start
doc/lua_api.txt
src/content_cao.cpp
src/content_cao.h
src/content_sao.cpp
src/content_sao.h
src/genericobject.cpp
src/genericobject.h
src/script/lua_api/l_object.cpp
src/script/lua_api/l_object.h
src/serverobject.h