summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_object.h
Commit message (Expand)AuthorAge
* Set sky API: Add bool for clouds in front of custom skyboxparamat2017-05-02
* Add clouds APIBen Deutsch2017-04-30
* Sneak: Add option for old move codeparamat2017-04-17
* Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot2017-04-08
* Implement player attribute backend (#4155)Loïc Blot2017-01-27
* Add Entity get_texture_mod() to Lua APIsapier2017-01-21
* Rename ObjectRef methods to be consistent and predictablerubenwardy2017-01-16
* Move RemotePlayer code to its own cpp/headerLoic Blot2016-10-08
* Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X)Loic Blot2016-10-08
* Player/LocalPlayer/RemotePlayer inheritance cleanup (part 1 on X)Loic Blot2016-10-08
* Player: New get_look, set_look APIraymoo2016-06-24
* Added get_player_velocity() method. Fixes #1176Elia Argentieri2015-07-20
* Fix some issues with animations, and allow non-looped animations to be definedMirceaKitsune2015-06-22
* Add some missing getter functions to the lua APITeTpaAka2015-05-28
* Generalize core.get/set_nametag_color into core.get/set_nametag_attributesTeTpaAka2015-05-15
* Add get and set functions for the nametag colorTeTpaAka2015-05-15
* is_player() is no player-only functionest312015-05-12
* Revert "Add a Lua call to do damages / heals" ok @ShadowNinjaLoic Blot2015-03-22
* Add a Lua call to do damages / healsLoic Blot2015-03-18
* Fix heart + bubble bar size on different texture packssapier2014-05-07
* Add player:set_eye_offset() by @MirceaKitsune and clean upBlockMen2014-04-12
* Add third person viewBlockMen2014-04-12
* Add player:override_day_night_ratio() for arbitrarily controlling sunlight br...Perttu Ahola2014-02-01
* Add player:set_sky() with simple skybox supportPerttu Ahola2014-02-01
* Add sneak and sneak_glitch to set_physics_override()PilzAdam2013-12-03
* Fix issue #1009 (minetest.get_connected_players() returns non-existing players)kwolekr2013-11-17
* Use player:set_hotbar_image() instead of hardcoded hotbar.pngPilzAdam2013-09-05
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14
* Add set_breath and get_breath to lua API.RealBadAngel2013-07-20
* Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAMKahrl2013-05-26
* Move scriptapi to separate folder (by sapier)sapier2013-05-25