]> git.lizzy.rs Git - minetest.git/history - builtin/game/register.lua
Add callback on_mapblocks_changed
[minetest.git] / builtin / game / register.lua
2022-12-24 Jude Melton-HoughtonAdd callback on_mapblocks_changed
2022-11-20 Jude Melton-HoughtonImprove ABM and LBM registration error handling (#12969)
2022-10-01 DSAdd an item pick up callback (2) (#7712)
2022-08-12 ZughyFix crash when crafting callbacks return strings (...
2022-07-03 sfan5Add missing item alias metatables to async environment...
2022-05-09 Lars MüllerFix Minetest blaming the wrong mod for errors (#12241)
2021-07-09 Warr1024Add API for mods to hook liquid transformation events...
2021-03-07 WuzzyPredict failing placement of ignore nodes
2021-03-05 WuzzyTranslate builtin (#10693)
2021-02-17 rubenwardyFix short_description fallback order (#10943)
2021-01-21 ZughyRemoved some obsolete code (#10562)
2021-01-11 JDiazImplement on_rightclickplayer callback (#10775)
2020-11-10 DSDo not set a default for description in itemdef table...
2020-10-09 DSAdd a short_description to be used by mods (#8980)
2020-10-03 Elijah DuffyLua API: Add register_on_chatcommand to SSM and CSM...
2020-05-23 sorcerykidAdd on_authplayer callback and 'last_login' to on_joinp...
2019-10-29 random-geekChange some usages of "deprecated" to "obsolete" (...
2019-09-22 sfan5Punchwear (improved) (#8959)
2019-08-23 WuzzyFix default hand definition not using wieldhand.png
2019-08-06 rubenwardyAdd luacheck to check builtin (#7895)
2019-07-27 SmallJokerCheck for 'action' field in ABMs & LBMs
2019-05-04 ANANDbuiltin/../register.lua: Abort make_wrap_deregistration...
2018-06-10 number ZeroFix typo (GH#7421)
2018-06-06 Loïc BlotCSM/SSM: Add on_mods_loaded callback (#7411)
2018-05-20 youFix missing ignore textures (#7326)
2018-05-20 WuzzySmall usage changes for air and ignore items (#7305)
2018-04-02 SmallJokerAdd player inventory callbacks
2018-03-28 Andrew WardAdd reasons to on_dieplayer and on_hpchange
2018-02-18 youFix "Ignoring CONTENT_IGNORE redefinition" warning...
2018-02-15 red-001Add `on_auth_fail` callback (#7039)
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-09-08 rubenwardyFix crash on revocation of removed privilege
2017-09-04 Loïc BlotImplement minetest.register_can_bypass_userlimit (...
2017-08-29 rubenwardyFix mistake when calling on_priv_grant/revoke, and...
2017-08-27 zeunerLua API: Add function to deregister single biomes ...
2017-08-26 rubenwardyAdd on_grant and on_revoke callbacks (#4713)
2017-02-10 WuzzyAdd textures for air and ignore items (#5196)
2016-09-21 paramatBuiltin: Change error to warning for light_source > 14
2016-09-17 paramatRegister.lua: Throw error if node 'light_source' >...
2016-09-08 paly2Add minetest.unregister_item and minetest.register_alia...
2016-03-07 est31Add minetest.register_lbm() to run code on block load...
2016-03-06 Rui914Faster insertion into table
2016-01-07 paramatLiquids: Flow into and destroy 'floodable' nodes
2015-12-02 Alex FordAdd on_secondary_use when right clicking an item in...
2015-11-24 Robert ZenzSimplify regex used in check_modname_prefix and other...
2015-10-14 ShadowNinjaRefactor logging
2015-08-13 kwolekrSAPI: Track last executed mod and include in error...
2015-06-13 TeTpaAkaAdd minetest.register_on_player_hpchange
2015-05-15 BrandonAdd minetest.register_on_punchplayer
2015-04-26 Tomas BrodFix minetest.clear_* creating new LOCAL table instead...
2015-01-13 kwolekrbuiltin: Unify register wrapper functions and wrap...
2015-01-05 ShadowNinjaAdd registered_ores and registered_decorations
2014-12-29 kwolekrExpose mapgen parameters on scripting init
2014-05-26 rubenwardyAdd item eat callback
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-05-07 ShadowNinjaOrganize builtin into subdirectories