minetest/src/content
Hugues Ross 3ce03d1c2a
Sanitize world directory names on create. Keep original name separate (#9432)
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).
2020-07-28 19:16:57 +02:00
..
CMakeLists.txt Add online content repository 2018-04-19 20:14:53 +01:00
content.cpp Deprecate modpack.txt and use modpack.conf instead (#7892) 2019-01-06 10:23:35 +01:00
content.h Add updating to online content browser 2018-05-16 21:52:12 +01:00
mods.cpp Value copy / allocation optimizations mostly in server, SAO and serialize code 2020-05-27 21:58:40 +02:00
mods.h Value copy / allocation optimizations mostly in server, SAO and serialize code 2020-05-27 21:58:40 +02:00
packages.cpp Add protocol_version and supported package types to ContentDB urls 2018-07-29 00:26:03 +01:00
packages.h Add protocol_version and supported package types to ContentDB urls 2018-07-29 00:26:03 +01:00
subgames.cpp Sanitize world directory names on create. Keep original name separate (#9432) 2020-07-28 19:16:57 +02:00
subgames.h Sanitize world directory names on create. Keep original name separate (#9432) 2020-07-28 19:16:57 +02:00