summaryrefslogtreecommitdiffhomepage
path: root/opentrack-compat/options.cpp
AgeCommit message (Collapse)Author
2016-05-26compat/options: finish slider value support moreStanislaw Halik
2016-05-25compat/options: konst korrektnessStanislaw Halik
2016-05-13many: remove unneeded implicit type conversion double <-> floatStanislaw Halik
2015-12-06compat/options: get rid of std::string usageStanislaw Halik
It's pointless to use it here.
2015-12-06compat/options: move from headerStanislaw Halik
2015-11-22compat/options: no need to heap-alloc hereStanislaw Halik
2015-11-01options: don't define options singleton in every moduleStanislaw Halik
Instead, define in opentrack-api.so only. Also, move to opentrack-compat to break a circular dependency