aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/settingsdriverini.cpp (follow)
AgeCommit message (Collapse)Author
2012-08-28INI driver is loading and saving just fine. Ideally it would escape thingsMike Buland
like ']', '=', and possibly some others just to make all characters safe to use. Right now, just don't use ] or = in keys and you're good.
2012-08-24Ini driver is close, loading isn't working perfectly yet...Mike Buland