summaryrefslogtreecommitdiffhomepage
path: root/opentrack/mappings.hpp
AgeCommit message (Collapse)Author
2016-06-16all: split "api" into "api" and "logic"Stanislaw Halik
Here, the "logic" module has all the stuff for building one's own graphical user interface. The "api" module has stuff used by other trackers. While at it, each of "api", "logic", and "compat" need their own export headers. This is because of preprocessor symbol clashes. This is all because a change in the "gui"-only dependency required a relink of all the trackers, protocols, and flters. It takes too long when building in the release configuration. With the split, only the "gui" module gets rebuilt. Since it has close to no static dependencies, it's fast enough.
2015-11-01all: adjust options.hpp move to compatStanislaw Halik
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224
2015-08-28save axis opts, not just spline control pointsStanislaw Halik
This caused the "invert axis got switched on" bug.
2015-07-07includes relative to project top directoryStanislaw Halik
2015-07-07opentrack-api: add copyright noticesStanislaw Halik
Code without a license defaults to having all rights reserved.
2014-11-11centering changesStanislaw Halik
2014-11-09reduce pitch input to 90. keep output at 180Stanislaw Halik
It has to stay that way till euler internal usage's gone.
2014-11-04nix copy-pasted QSettings usageStanislaw Halik
2014-11-02simplify ctorStanislaw Halik
2014-11-02separate config directory for 2.3-branchStanislaw Halik
2014-10-19decruft moreStanislaw Halik