aboutsummaryrefslogtreecommitdiff
path: root/src/subgame.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add MapSettingsManager and new mapgen setting script API functionskwolekr2016-07-031-2/+2
* Clean up StrfndShadowNinja2016-03-191-4/+4
* Add environment variable MINETEST_WORLD_PATHSmallJoker2015-10-021-20/+26
* Change i++ to ++iDavid Jones2015-08-251-3/+3
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-4/+3
* Fix game minetest.conf default settingsest312015-03-181-10/+16
* Save creative_mode and enable_damage setting for each world in world.mtfz722015-03-181-1/+3
* Respect game mapgen flags and save world noise paramsngosang2015-03-071-14/+24
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot2015-03-051-1/+1
* Write common mapgen params to map_meta.txt on world initializationkwolekr2015-01-271-7/+30
* Fix various indentation issuesPenguinDad2014-10-281-20/+18
* Search for subgames using $MINETEST_SUBGAME_PATH.David Thompson2014-10-221-0/+30
* Add sqlite3 backend hack for androidsapier2014-08-161-6/+1
* Switch android to leveldb as sqlite3 is broken and fails to save any mapblock...sapier2014-07-061-1/+6
* Fix 'Unknown map backend' error when using Configure menu right after creatin...Sfan52013-09-091-1/+1
* Add dummy and LevelDB database backendsIlya Zhuravlev2013-09-091-1/+1
* Dont write directly to files but rather write and copy a tmp filePilzAdam2013-08-131-2/+3
* New modsystemPilzAdam2013-05-191-2/+2
* Add header.png and footer.png support for games, and support texture packs vi...Perttu Ahola2013-05-041-5/+1
* Use DIR_DELIM instead of / in file pathsPilzAdam2013-05-021-3/+3
* Get menu background image from selected gamePerttu Ahola2013-05-021-1/+13
* Support game-specific minetest.confPerttu Ahola2013-03-211-0/+6
* Common mods supportPerttu Ahola2013-03-211-3/+12
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Basic support for configuring which mods to load for each worldJürgen Doser2013-01-211-3/+3
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-171-1/+1
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Support placing a minetest game inside $world/game to allow creating proper a...Perttu Ahola2012-04-081-0/+18
* Prefer _game postfix in game names (to be squashed to the previous commit)Perttu Ahola2012-03-261-3/+3
* Support _game postfix in game names, taking it out to make the gameidPerttu Ahola2012-03-261-7/+35
* Add game.conf check in subgame.cppPerttu Ahola2012-03-261-1/+15
* Make server world selection not brain dead and use gameid 'minetest' instead ...Perttu Ahola2012-03-251-2/+13
* Fix mod pathsPerttu Ahola2012-03-201-5/+7
* Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola2012-03-201-5/+0
* Rework directory structurePerttu Ahola2012-03-191-15/+9
* Fix old world search path for non-run-in-place buildPerttu Ahola2012-03-181-0/+4
* World creation button and dialog and functionalityPerttu Ahola2012-03-131-1/+27
* World selection box in main menu (and random fixing)Perttu Ahola2012-03-111-2/+55
* command-line/world game selectionPerttu Ahola2012-03-111-0/+82