minetest/src/content
Jozef Behran bb35d06225 Optimize string handling in path search (#8098)
Use "append" method to construct the various game paths
instead of wasteful string concatenation. Additionally, use a
temporary to extract and reuse a result of a few common
subexpressions to further reduce the overhead.
2019-03-07 08:20:33 +01: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 world.mt: Only accept true/false/nil values (#8055) 2019-01-13 16:22:32 +01:00
mods.h Add updating to online content browser 2018-05-16 21:52:12 +01: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 Optimize string handling in path search (#8098) 2019-03-07 08:20:33 +01:00
subgames.h Add updating to online content browser 2018-05-16 21:52:12 +01:00