aboutsummaryrefslogtreecommitdiff
path: root/src/subgame.cpp
AgeCommit message (Expand)Author
2016-03-19Clean up StrfndShadowNinja
2015-10-02Add environment variable MINETEST_WORLD_PATHSmallJoker
2015-08-25Change i++ to ++iDavid Jones
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-03-18Fix game minetest.conf default settingsest31
2015-03-18Save creative_mode and enable_damage setting for each world in world.mtfz72
2015-03-07Respect game mapgen flags and save world noise paramsngosang
2015-03-05Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot
2015-01-27Write common mapgen params to map_meta.txt on world initializationkwolekr
2014-10-28Fix various indentation issuesPenguinDad
2014-10-22Search for subgames using $MINETEST_SUBGAME_PATH.David Thompson
2014-08-16Add sqlite3 backend hack for androidsapier
2014-07-06Switch android to leveldb as sqlite3 is broken and fails to save any mapblock...sapier
2013-09-09Fix 'Unknown map backend' error when using Configure menu right after creatin...Sfan5
2013-09-09Add dummy and LevelDB database backendsIlya Zhuravlev
2013-08-13Dont write directly to files but rather write and copy a tmp filePilzAdam
2013-05-19New modsystemPilzAdam
2013-05-04Add header.png and footer.png support for games, and support texture packs vi...Perttu Ahola
2013-05-02Use DIR_DELIM instead of / in file pathsPilzAdam
2013-05-02Get menu background image from selected gamePerttu Ahola
2013-03-21Support game-specific minetest.confPerttu Ahola
2013-03-21Common mods supportPerttu Ahola
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-01-21Basic support for configuring which mods to load for each worldJürgen Doser
2012-06-17Initially split utility.h to multiple files in util/Perttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-04-08Support placing a minetest game inside $world/game to allow creating proper a...Perttu Ahola
2012-03-26Prefer _game postfix in game names (to be squashed to the previous commit)Perttu Ahola
2012-03-26Support _game postfix in game names, taking it out to make the gameidPerttu Ahola
2012-03-26Add game.conf check in subgame.cppPerttu Ahola
2012-03-25Make server world selection not brain dead and use gameid 'minetest' instead ...Perttu Ahola
2012-03-20Fix mod pathsPerttu Ahola
2012-03-20Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola
2012-03-19Rework directory structurePerttu Ahola
2012-03-18Fix old world search path for non-run-in-place buildPerttu Ahola
2012-03-13World creation button and dialog and functionalityPerttu Ahola
2012-03-11World selection box in main menu (and random fixing)Perttu Ahola
2012-03-11command-line/world game selectionPerttu Ahola