| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-12 | SAPI: Track last executed mod and include in error messages | kwolekr | |
| 2015-06-13 | Add minetest.register_on_player_hpchange | TeTpaAka | |
| 2015-05-15 | Add minetest.register_on_punchplayer | Brandon | |
| 2015-04-26 | Fix minetest.clear_* creating new LOCAL table instead of clearing the ↵ | Tomas Brod | |
| existing one. On calling clear_redistered_biomes the registered_biomes table is cleared by creating a new empty table, but the pointer is not updated to point to the new one. So after calling more register_biome, the registered_biome table always contains 0 items, which is an error. Instead, the table is cleared by removing all its items so the pointer (minetest.registered_*) remains valid. | |||
| 2015-01-13 | builtin: Unify register wrapper functions and wrap clear_registered_* ↵ | kwolekr | |
| functions too | |||
| 2015-01-05 | Add registered_ores and registered_decorations | ShadowNinja | |
| 2014-12-29 | Expose mapgen parameters on scripting init | kwolekr | |
| Add minetest.get_mapgen_params() Deprecate minetest.register_on_mapgen_init() | |||
| 2014-05-26 | Add item eat callback | rubenwardy | |
| 2014-05-08 | Use "core" namespace internally | ShadowNinja | |
| 2014-05-07 | Organize builtin into subdirectories | ShadowNinja | |
