]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_object.h
Add API function to invoke player respawn
[dragonfireclient.git] / src / script / lua_api / l_object.h
2022-05-29 sfan5Add API function to invoke player respawn
2022-03-26 x2048Add API to control shadow intensity from the game/mod...
2022-03-05 ZughyAllow get_sky to return a table (#11963)
2020-10-22 ZughyClean up l_object.cpp (#10512)
2020-10-13 ZughyAdd ObjectRef:get_children() (#10480)
2020-10-04 Pierre-Yves RolloMinimap as HUD element with API control
2020-10-03 rubenwardyDeprecate get_player_velocity and add_player_velocity...
2020-03-05 Jordachset_sky improvements, set_sun, set_moon and set_stars
2019-09-19 Anand SAdd support for per-player FOV overrides and multipliers
2019-08-10 sfan5Implement adding velocity to player from Lua
2019-04-27 sofarForce send a mapblock to a player (#8140)
2018-11-28 CoderForTheBetterAdd Lua methods 'set_rotation()' and 'get_rotation...
2018-07-01 SmallJokerLog deprecated Lua function calls (#7491)
2018-04-06 rubenwardyAdd player:get_meta(), deprecate player attributes...
2018-03-31 youObjectRef: Add add_velocity() (#3208)
2018-03-28 Andrew WardAdd formspec theming using prepended strings
2017-09-01 sapierFix animation frame_speed and blend loosing precision...
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-05-03 paramatSet sky API: Add bool for clouds in front of custom...
2017-04-29 Ben DeutschAdd clouds API
2017-04-17 paramatSneak: Add option for old move code
2017-04-08 Loïc BlotReplace luaL_reg with luaL_Reg as recent LuaJIT dropped...
2017-01-27 Loïc BlotImplement player attribute backend (#4155)
2017-01-21 sapierAdd Entity get_texture_mod() to Lua API
2017-01-16 rubenwardyRename ObjectRef methods to be consistent and predictable
2016-10-08 Loic BlotMove RemotePlayer code to its own cpp/header
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-06-24 raymooPlayer: New get_look, set_look API
2015-07-20 Elia ArgentieriAdded get_player_velocity() method. Fixes #1176
2015-06-21 MirceaKitsuneFix some issues with animations, and allow non-looped...
2015-05-28 TeTpaAkaAdd some missing getter functions to the lua API
2015-05-15 TeTpaAkaGeneralize core.get/set_nametag_color into core.get...
2015-05-15 TeTpaAkaAdd get and set functions for the nametag color
2015-05-12 est31is_player() is no player-only function
2015-03-22 Loic BlotRevert "Add a Lua call to do damages / heals" ok @Shado...
2015-03-18 Loic BlotAdd a Lua call to do damages / heals
2014-05-07 sapierFix heart + bubble bar size on different texture packs
2014-04-12 BlockMenAdd player:set_eye_offset() by @MirceaKitsune and clean up
2014-04-12 BlockMenAdd third person view
2014-02-01 Perttu AholaAdd player:override_day_night_ratio() for arbitrarily...
2014-02-01 Perttu AholaAdd player:set_sky() with simple skybox support
2013-12-03 PilzAdamAdd sneak and sneak_glitch to set_physics_override()
2013-11-17 kwolekrFix issue #1009 (minetest.get_connected_players() retur...
2013-09-04 PilzAdamUse player:set_hotbar_image() instead of hardcoded...
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-07-20 RealBadAngelAdd set_breath and get_breath to lua API.
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-25 KahrlAdd ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT...
2013-05-24 sapierMove scriptapi to separate folder (by sapier)