aboutsummaryrefslogtreecommitdiff
path: root/src/mods.cpp
AgeCommit message (Expand)Author
2017-09-26Update JsonCPP to 1.8.3 (#6466)Loïc Blot
2017-09-16Fix addModsFormConfig typo (#6420)Greg
2017-08-19Code modernization: src/m* (part 3)Loic Blot
2017-08-18Modernize various files (src/m*) (#6267)Loïc Blot
2017-07-14Remove remaining modstore code (#6120)Elijah Duffy
2017-06-18Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot
2017-06-04C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot
2017-05-20Real control fix (#5787)Loïc Blot
2017-04-19Fix various variables passed by copy instead of const ref (#5610)Loïc Blot
2017-03-13[CSM] implement client side mod loading (#5123)Loïc Blot
2017-02-08Add ModMetadata API (#5131)Loïc Blot
2016-03-19Clean up StrfndShadowNinja
2015-10-31Fix server crashing on Lua errorsShadowNinja
2015-10-14Use warningstream for log messages with WARNINGShadowNinja
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-02-21Add mod.conf file support This new file only permits to specify a mod name fo...kaeza
2015-02-02Fix some MSVC-specific warnings and add debug path as an MSVC directorykwolekr
2014-09-18Reduce indentation of HTTPFetchOngoingShadowNinja
2014-06-19Remove ugly curl struct pointer from jsonFetchValue signaturesapier
2013-12-13Remove support for optdepends.txtShadowNinja
2013-07-16Remove support for common modsPilzAdam
2013-07-02Replace C++ mainmenu by formspec powered onesapier
2013-05-21Log non-fatal mod name conflict to actionstream instead of errorstreamKahrl
2013-05-19Write mods that are not in world.mt into it at world startupPilzAdam
2013-05-19Dont load mods that have no entry in world.mtPilzAdam
2013-05-03Optional dependencies and properly handle mod name conflicts againKahrl
2013-03-21Common mods supportPerttu Ahola
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-01-22Improve behaviour for empty modpacks and when no mods at all are installed:Jürgen Doser
2013-01-21Basic support for configuring which mods to load for each worldJürgen Doser
2012-11-30Ignore directories beginning with a "." when searching for modsMatthew I
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-05-21Add support for putting modpacks directly into mod directoriesPerttu Ahola
2011-12-03Properly handle mod name conflictsPerttu Ahola
2011-12-03Better mod loading error handlingPerttu Ahola