aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test_servermodmanager.cpp
AgeCommit message (Collapse)Author
2022-07-29Fix media overriding regression (#12602)Lars Müller
2021-10-07Add "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-08-20Load media from subfolders (#9065)DS
2020-05-26Rename “Minimal development test” to “Development Test” (#9928)Wuzzy
2019-08-24Inventory: Send dirty lists where appropriate (#8742)SmallJoker
This change reduces the amount of sent data towards clients. Inventory lists that are already known to the player are skipped, saving quite some data over time. Raises protocol version to 38 to ensure correct backwards-compatible code.
2018-03-16Fix a crash or random memory leak when reseting saved environment variable ↵Loic Blot
in test_servermodmanager.cpp
2018-03-16Server: delegate mod management & config to ServerModConfiguration (#7131)Loïc Blot
* Server: delegate mod management & config to ServerModConfiguration (rename it to ServerModManager) * Use c++11 range based loops * Add unittests + experimental/default mod as a test case to permit testing mod loading in future tests