]> git.lizzy.rs Git - dragonfireclient.git/history - builtin/game/misc.lua
Use native packer to transfer globals into async env(s)
[dragonfireclient.git] / builtin / game / misc.lua
2022-05-10 sfan5Use native packer to transfer globals into async env(s)
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-05-02 sfan5Reorganize some builtin functions in preparation for...
2021-12-18 sfan5Don't let HTTP API pass through untrusted function
2021-11-26 Corey PowellImplemented disconnect_player (#10492)
2021-10-22 sfan5Fix incorrect error message in core.encode_png
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
2021-08-09 hecksRemove statement semicolons from a lua script
2021-07-29 hecksAdd a simple PNG image encoder with Lua API (#11485)
2021-06-04 DSAdd metatables to lua vectors (#11039)
2021-03-19 WuzzyBuiltin: Translatable join, leave, profiler msgs (...
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