aboutsummaryrefslogtreecommitdiff
path: root/src/remoteplayer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix consistency of sky sun/moon texture behavioursfan52022-01-221-11/+6
* Allow resetting celestial vault elements by leaving its arguments empty (#11922)Zughy2022-01-221-13/+4
* Various code improvementsSmallJoker2021-09-271-1/+1
* RemotePlayer: Remove Settings writer to Files databaseSmallJoker2021-01-291-116/+0
* Sky API: Rename *_tint to fog_*_tint for consistencySmallJoker2020-05-051-3/+3
* Move PlayerSAO to dedicated filesLoic Blot2020-04-111-1/+1
* set_sky improvements, set_sun, set_moon and set_starsJordach2020-03-051-0/+15
* Consistent HP and damage types (#8167)SmallJoker2019-02-101-4/+4
* Fix on_successful_save -> onSuccessfulSaveLoïc Blot2019-01-041-1/+1
* Fix various player save issues (performance penalty on sql backends + bugs)Loïc Blot2019-01-041-2/+7
* Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395)CoderForTheBetter2018-11-281-4/+4
* Inv deSerialize(): Prevent infinite loop, error on failure (#7711)SmallJoker2018-09-141-1/+6
* Fix builtin inventory list crash when size = 0 (#7297)SmallJoker2018-05-051-1/+1
* Add player:get_meta(), deprecate player attributes (#7202)rubenwardy2018-04-061-3/+5
* Update JsonCPP to 1.8.3 (#6466)Loïc Blot2017-09-261-4/+9
* Respect object property hp_max field for players (#6287)SmallJoker2017-08-231-1/+1
* Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot2017-08-191-7/+6
* Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-181-9/+1
* Clouds: Fix reddish clouds. Add missing alpha updateparamat2017-05-041-1/+1
* Add clouds APIBen Deutsch2017-04-301-0/+8
* Player data to Database (#5475)Loïc Blot2017-04-231-48/+0
* Some performance optimizations (#5424)Loïc Blot2017-03-221-2/+2
* Add ModMetadata API (#5131)Loïc Blot2017-02-081-1/+1
* Implement player attribute backend (#4155)Loïc Blot2017-01-271-3/+35
* Breath cheat fix: server sideLoic Blot2017-01-011-1/+1
* PlayerSAO saving fix (#4734)Ner'zhul2016-11-051-7/+7
* Fix overloading problems mentioned by clangLoic Blot2016-10-301-4/+4
* PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul2016-10-301-32/+34
* Move RemotePlayer code to its own cpp/headerLoic Blot2016-10-081-0/+230