aboutsummaryrefslogtreecommitdiff
path: root/src/unittest
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-02-08 00:15:55 +0100
committerGitHub <noreply@github.com>2017-02-08 00:15:55 +0100
commitef6feca501fcf0d5a1fd2021f1d4df96a4533f65 (patch)
tree58361be1085c91222ab9c0cad507ca70a87dfe8e /src/unittest
parent0680c47d6c7d3e98e2b96b823f8cc9ca76d5e7f8 (diff)
downloadminetest-ef6feca501fcf0d5a1fd2021f1d4df96a4533f65.tar.gz
minetest-ef6feca501fcf0d5a1fd2021f1d4df96a4533f65.tar.bz2
minetest-ef6feca501fcf0d5a1fd2021f1d4df96a4533f65.zip
Add ModMetadata API (#5131)
* mod can create a ModMetadata object where store its values and retrieve it. * Modmetadata object can only be fetched at mod loading * Save when modified using same time as map interval or at server stop * add helper function to get mod storage path * ModMetadata has exactly same calls than all every other Metadata
Diffstat (limited to 'src/unittest')
0 files changed, 0 insertions, 0 deletions
'commitgraph'>* OMG! Main Menu!Perttu Ahola2011-01-23 * minecraft-style water done (but no texture animation or sound)Perttu Ahola2011-01-17 * old water removed, some fixes here and therePerttu Ahola2011-01-17 * commit before messing with waterPerttu Ahola2011-01-17 * generate-time lighting optimizationPerttu Ahola2011-01-15 * just backuppin' a working mapblock.cppPerttu Ahola2011-01-15 * tweaking around, including mapgen, player speed in water, settingsPerttu Ahola2011-01-15 * Added a more flexible path system (and fixed some minor stuff)Perttu Ahola2011-01-07 * oops, forgot some test code inPerttu Ahola2010-12-27 * better debug output in segfaults and stack overflows in windowsPerttu Ahola2010-12-27 *