]> git.lizzy.rs Git - dragonfireclient.git/history - builtin/game/misc.lua
Revise dynamic_add_media API to better accomodate future changes
[dragonfireclient.git] / builtin / game / misc.lua
2021-02-01 sfan5Revise dynamic_add_media API to better accomodate futur...
2020-10-06 HybridDogAdd minetest.get_artificial_light and minetest.get_natu...
2020-05-29 WuzzyAdd minetest.is_creative_enabled
2020-02-23 sfan5Move core.get_connected_players() implementation to C++
2019-08-06 rubenwardyAdd luacheck to check builtin (#7895)
2018-07-17 SmallJokerBuiltin: Replace deprecated function calls (#7561)
2018-07-09 ClobberXDBuiltin/../misc.lua: Replace minetest. with core.,...
2018-07-01 SmallJokerMake the server status message customizable (#7357)
2018-02-25 SmallJokeris_area_protected: Rename from intersects_protection...
2018-02-05 youAdd minetest.is_player (#7013)
2018-01-23 ParamatIntersects_protection(): Move from Minetest Game to...
2017-09-11 red-001Allow the join/leave message to be overridden by mods.
2017-05-06 ShadowNinjaUse a settings object for the main settings
2017-04-15 Loïc BlotImplement delayed server shutdown with cancelation...
2017-03-17 red-001Give CSM access to use `core.colorize()` (#5113)
2017-03-13 Loïc Blot[CSM] sound_play & sound_stop support + client_lua_api...
2017-01-18 rubenwardyAdd minetest.player_exists() (#5064)
2016-12-02 red-001Don't send a join message in singleplayer mode.
2016-11-22 orwell96Make supplying empty formspec strings close the formspe...
2016-10-01 RuiFix typo in core.after (#4560)
2016-08-22 XuntoMove on join and on leave messages to lua (#4460)
2016-07-26 TimBuiltin: Fix check for a player object in core.check_pl...
2016-05-31 EkdohibsAdd colored text (not only colored chat).
2016-05-31 TriBlade9Colored chat working as expected for both freetype...
2016-04-21 Auke KokFix timer initialization.
2016-03-06 Rui914Faster insertion into table
2016-02-22 JeijaAdd Lua interface to HTTPFetchRequest
2016-01-29 Auke KokNew timer design.
2015-10-22 Robert ZenzAdd more ways to pass data to check_player_privs
2015-09-23 kwolekrAdd /emergeblocks command and core.emerge_area() Lua API
2015-08-13 kwolekrSAPI: Track last executed mod and include in error...
2015-06-06 HybridDogDecrease minetest.after globalstep lag
2015-05-12 NovatuxAdd code to support raillike group names
2015-01-15 kwolekrSimplify deleteblocks chat command argument parsing
2014-07-16 ZeframFix indexing error in timer processing
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-05-07 ShadowNinjaOrganize builtin into subdirectories