| Commit message (Expand) | Author | Age |
* | Add API for mods to hook liquid transformation events (#11405) | Warr1024 | 2021-07-09 |
* | Predict failing placement of ignore nodes | Wuzzy | 2021-03-07 |
* | Translate builtin (#10693) | Wuzzy | 2021-03-05 |
* | Fix short_description fallback order (#10943) | rubenwardy | 2021-02-17 |
* | Removed some obsolete code (#10562) | Zughy | 2021-01-21 |
* | Implement on_rightclickplayer callback (#10775) | JDiaz | 2021-01-11 |
* | Do not set a default for description in itemdef table (#10559) | DS | 2020-11-10 |
* | Add a short_description to be used by mods (#8980) | DS | 2020-10-09 |
* | Lua API: Add register_on_chatcommand to SSM and CSM (#7862) | Elijah Duffy | 2020-10-03 |
* | Add on_authplayer callback and 'last_login' to on_joinplayer (#9574) | sorcerykid | 2020-05-23 |
* | Change some usages of "deprecated" to "obsolete" (#9062) | random-geek | 2019-10-29 |
* | Punchwear (improved) (#8959) | sfan5 | 2019-09-22 |
* | Fix default hand definition not using wieldhand.png | Wuzzy | 2019-08-23 |
* | Add luacheck to check builtin (#7895) | rubenwardy | 2019-08-06 |
* | Check for 'action' field in ABMs & LBMs | SmallJoker | 2019-07-27 |
* | builtin/../register.lua: Abort make_wrap_deregistration if param is invalid | ANAND | 2019-05-04 |
* | Fix typo (GH#7421) | number Zero | 2018-06-10 |
* | CSM/SSM: Add on_mods_loaded callback (#7411) | Loïc Blot | 2018-06-06 |
* | Fix missing ignore textures (#7326) | you | 2018-05-20 |
* | Small usage changes for air and ignore items (#7305) | Wuzzy | 2018-05-20 |
* | Add player inventory callbacks | SmallJoker | 2018-04-02 |
* | Add reasons to on_dieplayer and on_hpchange | Andrew Ward | 2018-03-28 |
* | Fix "Ignoring CONTENT_IGNORE redefinition" warning (#4393) | you | 2018-02-18 |
* | Add `on_auth_fail` callback (#7039) | red-001 | 2018-02-15 |
* | Implement mod communication channels (#6351) | Loïc Blot | 2017-09-26 |
* | Fix crash on revocation of removed privilege | rubenwardy | 2017-09-08 |
* | Implement minetest.register_can_bypass_userlimit (#6369) | Loïc Blot | 2017-09-04 |
* | Fix mistake when calling on_priv_grant/revoke, and document them (#6341) | rubenwardy | 2017-08-29 |
* | Lua API: Add function to deregister single biomes (#5445) | zeuner | 2017-08-27 |
* | Add on_grant and on_revoke callbacks (#4713) | rubenwardy | 2017-08-26 |
* | Add textures for air and ignore items (#5196) | Wuzzy | 2017-02-10 |
* | Builtin: Change error to warning for light_source > 14 | paramat | 2016-09-21 |
* | Register.lua: Throw error if node 'light_source' > core.LIGHT_MAX | paramat | 2016-09-17 |
* | Add minetest.unregister_item and minetest.register_alias_force | paly2 | 2016-09-08 |
* | Add minetest.register_lbm() to run code on block load only | est31 | 2016-03-07 |
* | Faster insertion into table | Rui914 | 2016-03-06 |
* | Liquids: Flow into and destroy 'floodable' nodes | paramat | 2016-01-07 |
* | Add on_secondary_use when right clicking an item in the air | Alex Ford | 2015-12-02 |
* | Simplify regex used in check_modname_prefix and other improvements. | Robert Zenz | 2015-11-24 |
* | Refactor logging | ShadowNinja | 2015-10-14 |
* | SAPI: Track last executed mod and include in error messages | kwolekr | 2015-08-12 |
* | Add minetest.register_on_player_hpchange | TeTpaAka | 2015-06-13 |
* | Add minetest.register_on_punchplayer | Brandon | 2015-05-15 |
* | Fix minetest.clear_* creating new LOCAL table instead of clearing the existin... | Tomas Brod | 2015-04-26 |
* | builtin: Unify register wrapper functions and wrap clear_registered_* functio... | kwolekr | 2015-01-13 |
* | Add registered_ores and registered_decorations | ShadowNinja | 2015-01-05 |
* | Expose mapgen parameters on scripting init | kwolekr | 2014-12-29 |
* | Add item eat callback | rubenwardy | 2014-05-26 |
* | Use "core" namespace internally | ShadowNinja | 2014-05-08 |
* | Organize builtin into subdirectories | ShadowNinja | 2014-05-07 |