]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_object.cpp
Move AreaStore container selection logic into getOptimalImplementation
[dragonfireclient.git] / src / script / lua_api / l_object.cpp
2015-12-15 BlockMenAdd option to give every object a nametag
2015-10-26 kwolekrSAPI: Mark all Lua API functions requiring envlock
2015-10-04 kwolekrDefine and use limit constants for Irrlicht fixed-width...
2015-08-13 kwolekrminimap: Add ability to disable from server
2015-07-20 Elia ArgentieriAdded get_player_velocity() method. Fixes #1176
2015-07-18 TeTpaAkaFix invisible player when the attached entity is removed
2015-07-10 kwolekrFix damage flash when damage disabled
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-17 kwolekrSAPI: Accept either ARGB8 table or ColorString to speci...
2015-05-15 TeTpaAkaAdd push_ARGB8 to script/common/c_converter
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
2015-03-04 Loic BlotWe always know playerSAO when calling SendInventory...
2015-03-04 Loic BlotSend Inventory packet on event, don't check it at each...
2015-03-03 Loic BlotSend Breath packet on event, don't check it at each...
2015-03-03 Loic BlotSend Player HP when setHP (or a setHP caller) is called...
2015-02-23 KahrlDisallow object:remove() if the object is a player
2015-02-17 Loic BlotSAO work: ActiveObject types & SAO cleanup * Replace...
2015-01-07 rubenwardyFix direction property of HUD
2014-10-30 kwolekrCheck minetest.hud_change() parameters on conversion...
2014-05-31 sapierSmall cleanup of hud add/remove code
2014-05-07 sapierFix heart + bubble bar size on different texture packs
2014-04-29 sapierAdd proper lua api deprecated handling
2014-04-12 BlockMenUse integers instead of float values
2014-04-12 BlockMenAdd player:set_eye_offset() by @MirceaKitsune and clean up
2014-04-12 BlockMenAdd third person view
2014-03-15 ShadowNinjaRemove lua_State parameter from LuaError::LuaError
2014-02-01 Perttu AholaAdd player:override_day_night_ratio() for arbitrarily...
2014-02-01 Perttu AholaAdd player:set_sky() with simple skybox support
2014-01-26 RealBadAngelNew HUD element - waypoint.
2014-01-12 Ilya ZhuravlevFix some errors reported by clang static analyzer.
2013-12-31 kaezaFix enum element name in Lua HUD code (position vs...
2013-12-03 PilzAdamUse a table in set_physics_override()
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-26 kwolekrRe-fix hud_change stat argument retrieval
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-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-19 PilzAdamAdd drowning
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)