aboutsummaryrefslogtreecommitdiff
path: root/src/settings.cpp
AgeCommit message (Collapse)Author
2014-12-01Fix buildCraig Robbins
Note: this does not fix the warnings generated by clang
2014-11-30LuaSettings: Sanitize setting name stringskwolekr
2014-11-30settings: Add setting groups and multiline entrieskwolekr
2014-11-30Implement proper font handlingsapier
2014-11-08Stop inserting empty lines at end of minetest.conf file each time it is ↵Craig Robbins
rewritten See: https://github.com/minetest/minetest/issues/1790
2014-09-22Fix command line parsingKahrl
Broken by 6bc4cad0eddd7a7cf593ca1471599e2d75727379, e.g. minetest --worldname world would be parsed as minetest --worldname --worldname
2014-09-21Split settings into seperate source and header filesShadowNinja
This also cleans up settings a bit