summaryrefslogtreecommitdiff
path: root/src/content/subgames.h
Commit message (Collapse)AuthorAge
* Deprecate game.conf name, use title instead (#12030)rubenwardy2022-05-21
|
* Use virtual paths to specify exact mod to enable (#11784)rubenwardy2022-01-30
|
* Add "MINETEST_MOD_PATH" environment variable (#11515)emixa-d2021-10-07
| | | | This adds an environment variable MINETEST_MOD_PATH. When it exists, Minetest will look there for mods in addition to ~/.minetest/mods/.
* Prevent games from setting secure settings (#10460)rubenwardy2020-10-06
|
* Sanitize world directory names on create. Keep original name separate (#9432)Hugues Ross2020-07-28
| | | 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).
* Add updating to online content browserrubenwardy2018-05-16
|
* Add online content repositoryrubenwardy2018-04-19
Replaces mods and texture pack tabs with a single content tab