Formspecs: Add starting frame to `animated_image` (#9411)
[oweals/minetest.git] / src / remoteplayer.cpp
2020-03-05 Jordachset_sky improvements, set_sun, set_moon and set_stars
2019-02-10 SmallJokerConsistent HP and damage types (#8167)
2019-01-04 Loïc BlotFix on_successful_save -> onSuccessfulSave
2019-01-04 Loïc BlotFix various player save issues (performance penalty...
2018-11-28 CoderForTheBetterAdd Lua methods 'set_rotation()' and 'get_rotation...
2018-09-14 SmallJokerInv deSerialize(): Prevent infinite loop, error on...
2018-05-05 SmallJokerFix builtin inventory list crash when size = 0 (#7297)
2018-04-06 rubenwardyAdd player:get_meta(), deprecate player attributes...
2017-09-26 Loïc BlotUpdate JsonCPP to 1.8.3 (#6466)
2017-08-23 SmallJokerRespect object property hp_max field for players (...
2017-08-19 Loïc BlotCode modernization: src/p*, src/q*, src/r*, src/s*...
2017-06-18 Loïc BlotCpp11 patchset 11: continue working on constructor...
2017-05-04 paramatClouds: Fix reddish clouds. Add missing alpha update
2017-04-29 Ben DeutschAdd clouds API
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-03-22 Loïc BlotSome performance optimizations (#5424)
2017-02-07 Loïc BlotAdd ModMetadata API (#5131)
2017-01-27 Loïc BlotImplement player attribute backend (#4155)
2017-01-01 Loic BlotBreath cheat fix: server side 4978/head
2016-11-05 Ner'zhulPlayerSAO saving fix (#4734)
2016-10-30 Loic BlotFix overloading problems mentioned by clang
2016-10-30 Ner'zhulPlayerSAO/LocalPlayer refactor: (#4612)
2016-10-08 Loic BlotMove RemotePlayer code to its own cpp/header