aboutsummaryrefslogtreecommitdiff
path: root/src/mods.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add ModMetadata API (#5131)Loïc Blot2017-02-081-3/+77
* Clean up StrfndShadowNinja2016-03-191-2/+2
* Fix server crashing on Lua errorsShadowNinja2015-10-311-0/+1
* Use warningstream for log messages with WARNINGShadowNinja2015-10-141-2/+2
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-2/+2
* Add mod.conf file support This new file only permits to specify a mod name fo...kaeza2015-02-211-0/+5
* Fix some MSVC-specific warnings and add debug path as an MSVC directorykwolekr2015-02-021-1/+1
* Reduce indentation of HTTPFetchOngoingShadowNinja2014-09-181-8/+3
* Remove ugly curl struct pointer from jsonFetchValue signaturesapier2014-06-191-19/+17
* Remove support for optdepends.txtShadowNinja2013-12-131-10/+0
* Remove support for common modsPilzAdam2013-07-161-50/+0
* Replace C++ mainmenu by formspec powered onesapier2013-07-021-0/+28
* Log non-fatal mod name conflict to actionstream instead of errorstreamKahrl2013-05-211-1/+1
* Write mods that are not in world.mt into it at world startupPilzAdam2013-05-191-0/+3
* Dont load mods that have no entry in world.mtPilzAdam2013-05-191-6/+5
* Optional dependencies and properly handle mod name conflicts againKahrl2013-05-031-127/+246
* Common mods supportPerttu Ahola2013-03-211-2/+50
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Improve behaviour for empty modpacks and when no mods at all are installed:Jürgen Doser2013-01-221-2/+3
* Basic support for configuring which mods to load for each worldJürgen Doser2013-01-211-108/+168
* Ignore directories beginning with a "." when searching for modsMatthew I2012-11-301-0/+4
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Add support for putting modpacks directly into mod directoriesPerttu Ahola2012-05-211-35/+76
* Properly handle mod name conflictsPerttu Ahola2011-12-031-0/+18
* Better mod loading error handlingPerttu Ahola2011-12-031-0/+98