aboutsummaryrefslogtreecommitdiff
path: root/src/settings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix command line parsingKahrl2014-09-221-1/+1
| | | | | | | Broken by 6bc4cad0eddd7a7cf593ca1471599e2d75727379, e.g. minetest --worldname world would be parsed as minetest --worldname --worldname
* Split settings into seperate source and header filesShadowNinja2014-09-211-0/+702
This also cleans up settings a bit