aboutsummaryrefslogtreecommitdiff
path: root/src/settings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix buildCraig Robbins2014-12-011-0/+1
| | | | Note: this does not fix the warnings generated by clang
* LuaSettings: Sanitize setting name stringskwolekr2014-11-301-0/+10
|
* settings: Add setting groups and multiline entrieskwolekr2014-11-301-153/+259
|
* Implement proper font handlingsapier2014-11-301-0/+24
|
* Stop inserting empty lines at end of minetest.conf file each time it is ↵Craig Robbins2014-11-081-2/+3
| | | | | | rewritten See: https://github.com/minetest/minetest/issues/1790
* 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