aboutsummaryrefslogtreecommitdiff
path: root/src/mods.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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