summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_object.cpp
Commit message (Expand)AuthorAge
...
* Fix isNan on setYaw Lua call (#7380)Loïc Blot2018-05-31
* Allow damage for attached objects, add attach/detach callbacks (#6786)SmallJoker2018-04-30
* Add player:get_meta(), deprecate player attributes (#7202)rubenwardy2018-04-06
* Fix many issues reported by clang-tidy (#7189)Loïc Blot2018-04-02
* ObjectRef: Add add_velocity() (#3208)you2018-03-31
* Add reasons to on_dieplayer and on_hpchangeAndrew Ward2018-03-28
* Add formspec theming using prepended stringsAndrew Ward2018-03-28
* Cleanup & bugfixLoic Blot2018-03-08
* Cleanup: drop Server::hudGetHotbarSelectedImage()Loic Blot2018-03-08
* Cleanup: drop Server::hudGetHotbarImage()Loic Blot2018-03-08
* Cleanup: drop Server::hudGetHotbarItemcount()Loic Blot2018-03-08
* [CSM] Add basic HUD manipulation. (#6067)red-0012018-01-20
* Make Player::peer_id server-side only and add getters and setters (#6478)Loïc Blot2017-09-30
* ServerEnv: Clean up object lifecycle handling (#6414)sfan52017-09-15
* Fix animation frame_speed and blend loosing precision due to incorrec… (#6357)sapier2017-09-01
* Respect object property hp_max field for players (#6287)SmallJoker2017-08-23
* Minimap: Add new HUD flag for minimap radar modeparamat2017-08-20
* Modernize source code: last part (#6285)Loïc Blot2017-08-20
* Code modernization: subfolders (#6283)Loïc Blot2017-08-19
* Optimize headers (part 2) (#6272)Loïc Blot2017-08-18
* Clouds API: change speed from 'y' to 'z', ColorSpecs in Lua docs (#6164)Ben Deutsch2017-07-24
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-04
* Fix wrong return value in get_sky Lua call since ad9fcf859ec2347325830e09504a...Loic Blot2017-05-23
* Player attrs: permits to remove an attribute by setting value to nil (#5716)Loïc Blot2017-05-07
* Set sky API: Add bool for clouds in front of custom skyboxparamat2017-05-02
* Add clouds APIBen Deutsch2017-04-30
* Fix visual slide issue with set_detach, fixes #5620shivajiva1012017-04-29
* Rename Scripting API files for consistencyShadowNinja2017-04-25
* Sneak: Add option for old move codeparamat2017-04-17
* Hardware coloring for itemstacksDániel Juhász2017-04-08
* Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot2017-04-08
* Add `get_wielded_item`red-0012017-03-13
* [CSM] Client side moddingLoic Blot2017-03-13
* Implement player attribute backend (#4155)Loïc Blot2017-01-27
* Revert "Detach the player from entities on death." (#5087)Loïc Blot2017-01-21
* Add Entity get_texture_mod() to Lua APIsapier2017-01-21
* Detach the player from entities on death. (#5077)red-0012017-01-21
* Fix typo in alias for deprecated settexturemodsapier2017-01-17
* Rename ObjectRef methods to be consistent and predictablerubenwardy2017-01-16
* Make nametag removable with set_nametag_attributes (#5021)Rui2017-01-11
* Performance fix + SAO factorizationRogier2017-01-11
* Breath cheat fix: server sideLoic Blot2017-01-01
* Fix crash when attached object no longer existsRogier2016-11-13
* Fix overloading problems mentioned by clangLoic Blot2016-10-30
* PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul2016-10-30
* Adding LuaError on attempt to assign vectors with values out of rangeFoghrye42016-10-25
* Move RemotePlayer code to its own cpp/headerLoic Blot2016-10-08
* RemotePlayer/LocalPlayer Player base class proper separation (code cleanup) (...Loic Blot2016-10-08
* More code cleanup (UNORDERED + RemotePlayer/LocalPlayer)Loic Blot2016-10-08
* Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X)Loic Blot2016-10-08