Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-21 | Deprecate game.conf name, use title instead (#12030) | rubenwardy | |
2022-01-30 | Use virtual paths to specify exact mod to enable (#11784) | rubenwardy | |
2021-10-07 | Add "MINETEST_MOD_PATH" environment variable (#11515) | emixa-d | |
This adds an environment variable MINETEST_MOD_PATH. When it exists, Minetest will look there for mods in addition to ~/.minetest/mods/. | |||
2020-10-06 | Prevent games from setting secure settings (#10460) | rubenwardy | |
2020-07-28 | Sanitize world directory names on create. Keep original name separate (#9432) | Hugues Ross | |
Blacklisted characters are replaced by '_' in the path. The display name is stored in world.mt, and duplicate file names are resolved by adding an incrementing suffix (_1, _2, _3, etc). | |||
2018-05-16 | Add updating to online content browser | rubenwardy | |
2018-04-19 | Add online content repository | rubenwardy | |
Replaces mods and texture pack tabs with a single content tab |