summaryrefslogtreecommitdiff
path: root/src/mods.cpp
Commit message (Collapse)AuthorAge
* Ignore directories beginning with a "." when searching for modsMatthew I2012-11-30
| | | | | | | | | | | | | | This is not a problem on POSIX systems (these directories are ignored by the POSIX implementation of fs::GetDirListing() in filesys.cpp), but these directories still are reported on Windows systems. This becomes a problem when mod authors use version control systems that create directories like ".git" or ".svn" and collectMods() picks up on them. It has also been suggested that ignoring such directories would allow for the easily disabling mods by inserting a "." in front of their name. This quick fix simply makes collectMods() ignore directories beginning with a ".".
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-05
| | | | GPLv2/later, by agreement of major contributors
* Add support for putting modpacks directly into mod directoriesPerttu Ahola2012-05-21
|
* Properly handle mod name conflictsPerttu Ahola2011-12-03
|
* Better mod loading error handlingPerttu Ahola2011-12-03