aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_object.h
AgeCommit message (Expand)Author
2022-05-29Add API function to invoke player respawnsfan5
2022-03-26Add API to control shadow intensity from the game/mod (#11944)x2048
2022-03-05Allow get_sky to return a table (#11963)Zughy
2020-10-22Clean up l_object.cpp (#10512)Zughy
2020-10-13Add ObjectRef:get_children() (#10480)Zughy
2020-10-04Minimap as HUD element with API controlPierre-Yves Rollo
2020-10-04Deprecate get_player_velocity and add_player_velocity (#10173)rubenwardy
2020-03-05set_sky improvements, set_sun, set_moon and set_starsJordach
2019-09-19Add support for per-player FOV overrides and multipliersAnand S
2019-08-10Implement adding velocity to player from Luasfan5
2019-04-28Force send a mapblock to a player (#8140)sofar
2018-11-28Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395)CoderForTheBetter
2018-07-01Log deprecated Lua function calls (#7491)SmallJoker
2018-04-06Add player:get_meta(), deprecate player attributes (#7202)rubenwardy
2018-03-31ObjectRef: Add add_velocity() (#3208)you
2018-03-28Add formspec theming using prepended stringsAndrew Ward
2017-09-01Fix animation frame_speed and blend loosing precision due to incorrec… (#6357)sapier
2017-08-19Code modernization: subfolders (#6283)Loïc Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-06-19C++11 cleanup on constructors (#6000)Vincent Glize
2017-05-02Set sky API: Add bool for clouds in front of custom skyboxparamat
2017-04-30Add clouds APIBen Deutsch
2017-04-17Sneak: Add option for old move codeparamat
2017-04-08Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot
2017-01-27Implement player attribute backend (#4155)Loïc Blot
2017-01-21Add Entity get_texture_mod() to Lua APIsapier
2017-01-16Rename ObjectRef methods to be consistent and predictablerubenwardy
2016-10-08Move RemotePlayer code to its own cpp/headerLoic Blot
2016-10-08Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X)Loic Blot
2016-10-08Player/LocalPlayer/RemotePlayer inheritance cleanup (part 1 on X)Loic Blot
2016-06-24Player: New get_look, set_look APIraymoo
2015-07-20Added get_player_velocity() method. Fixes #1176Elia Argentieri
2015-06-22Fix some issues with animations, and allow non-looped animations to be definedMirceaKitsune
2015-05-28Add some missing getter functions to the lua APITeTpaAka
2015-05-15Generalize core.get/set_nametag_color into core.get/set_nametag_attributesTeTpaAka
2015-05-15Add get and set functions for the nametag colorTeTpaAka
2015-05-12is_player() is no player-only functionest31
2015-03-22Revert "Add a Lua call to do damages / heals" ok @ShadowNinjaLoic Blot
2015-03-18Add a Lua call to do damages / healsLoic Blot
2014-05-07Fix heart + bubble bar size on different texture packssapier
2014-04-12Add player:set_eye_offset() by @MirceaKitsune and clean upBlockMen
2014-04-12Add third person viewBlockMen
2014-02-01Add player:override_day_night_ratio() for arbitrarily controlling sunlight br...Perttu Ahola
2014-02-01Add player:set_sky() with simple skybox supportPerttu Ahola
2013-12-03Add sneak and sneak_glitch to set_physics_override()PilzAdam
2013-11-17Fix issue #1009 (minetest.get_connected_players() returns non-existing players)kwolekr
2013-09-05Use player:set_hotbar_image() instead of hardcoded hotbar.pngPilzAdam
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-07-20Add set_breath and get_breath to lua API.RealBadAngel
2013-05-26Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAMKahrl