Formspecs: Add starting frame to `animated_image` (#9411)
[oweals/minetest.git] / src / genericobject.cpp
2019-02-10 SmallJokerConsistent HP and damage types (#8167)
2019-01-03 SmallJokerProselytize the network. Use IEEE F32 (#8030)
2018-12-13 SmallJokerNetwork: Send IEEE floats (#7768)
2018-11-28 CoderForTheBetterAdd Lua methods 'set_rotation()' and 'get_rotation...
2017-09-01 sapierFix animation frame_speed and blend loosing precision...
2017-08-18 Loic BlotModernize various files
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-17 paramatSneak: Add option for old move code
2016-10-08 Foghrye4Prevent attached models from disappearing during parent...
2015-08-25 David JonesChange i++ to ++i
2015-06-21 MirceaKitsuneFix some issues with animations, and allow non-looped...
2015-06-20 est31Generic CAO cleanups and renames for clarification
2015-05-15 TeTpaAkaGeneralize core.get/set_nametag_color into core.get...
2015-05-15 TeTpaAkaAdd get and set functions for the nametag color
2013-12-03 PilzAdamAdd sneak and sneak_glitch to set_physics_override()
2013-04-07 WeblateMerge remote branch 'origin/master'
2013-04-05 MirceaKitsuneAllow modifying movement speed, jump height and gravity...
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-12-01 PilzAdamMerge support for anaglyph stereo
2012-11-29 Perttu AholaFix Taoki's messed up generic object command ids
2012-11-25 MirceaKitsuneA bunch of fixes
2012-11-25 MirceaKitsuneSend animations, bone overrides and attachments in...
2012-11-25 MirceaKitsuneComplete the attachment framework.
2012-11-25 MirceaKitsuneFramework for the attachment system, new object propert...
2012-11-25 MirceaKitsuneGet the new animation framework properly working
2012-11-25 MirceaKitsuneJoint positioning and rotation code, and fix a problem...
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-04-04 Perttu AholaFix dropped nodeitem visuals
2012-03-30 Perttu AholaObjectProperties
2012-03-29 Perttu AholaUse GenericCAO in place of LuaEntityCAO and PlayerCAO