aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_object.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot2017-04-081-1/+1
* Implement player attribute backend (#4155)Loïc Blot2017-01-271-0/+6
* Add Entity get_texture_mod() to Lua APIsapier2017-01-211-0/+3
* Rename ObjectRef methods to be consistent and predictablerubenwardy2017-01-161-22/+22
* Move RemotePlayer code to its own cpp/headerLoic Blot2016-10-081-1/+1
* Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X)Loic Blot2016-10-081-1/+0
* Player/LocalPlayer/RemotePlayer inheritance cleanup (part 1 on X)Loic Blot2016-10-081-1/+2
* Player: New get_look, set_look APIraymoo2016-06-241-0/+16
* Added get_player_velocity() method. Fixes #1176Elia Argentieri2015-07-201-0/+3
* Fix some issues with animations, and allow non-looped animations to be definedMirceaKitsune2015-06-221-1/+1
* Add some missing getter functions to the lua APITeTpaAka2015-05-281-1/+40
* Generalize core.get/set_nametag_color into core.get/set_nametag_attributesTeTpaAka2015-05-151-4/+4
* Add get and set functions for the nametag colorTeTpaAka2015-05-151-0/+6
* is_player() is no player-only functionest312015-05-121-3/+3
* Revert "Add a Lua call to do damages / heals" ok @ShadowNinjaLoic Blot2015-03-221-6/+0
* Add a Lua call to do damages / healsLoic Blot2015-03-181-0/+6
* Fix heart + bubble bar size on different texture packssapier2014-05-071-0/+3
* Add player:set_eye_offset() by @MirceaKitsune and clean upBlockMen2014-04-121-1/+4
* Add third person viewBlockMen2014-04-121-0/+3
* Add player:override_day_night_ratio() for arbitrarily controlling sunlight br...Perttu Ahola2014-02-011-0/+3
* Add player:set_sky() with simple skybox supportPerttu Ahola2014-02-011-0/+3
* Add sneak and sneak_glitch to set_physics_override()PilzAdam2013-12-031-1/+2
* Fix issue #1009 (minetest.get_connected_players() returns non-existing players)kwolekr2013-11-171-0/+3
* Use player:set_hotbar_image() instead of hardcoded hotbar.pngPilzAdam2013-09-051-0/+6
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-6/+3
* Add set_breath and get_breath to lua API.RealBadAngel2013-07-201-0/+6
* Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAMKahrl2013-05-261-0/+3
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-0/+226