summaryrefslogtreecommitdiffhomepage
path: root/tracker-rift-080/ftnoir_tracker_rift_080.cpp
AgeCommit message (Collapse)Author
2016-10-01tracker/rift-{025,042,080}: fix gimbal lockopentrack-2.3-rc99p13Stanislaw Halik
It was tested only on 080 but the API is almost the same on 042 and 025. Issue: #464 Reported-by: @Jerrow
2016-09-21many: remove compat/pi-constant.hppStanislaw Halik
With -D_USE_MATH_DEFINES MSVC defines the standard M_PI and friends. Since this preprocessor definition is now always passed as part of the build system for MSVC. We can use M_PI as if on a mission.
2016-09-09tracker/rifts: show descriptive error messages, if anyStanislaw Halik
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.
2016-08-10tracker/rift-080: output more debug dataStanislaw Halik
2016-07-19tracker/rift: reorder includesStanislaw Halik
2016-07-19some: replace hardcoded pi values with the same pi constantStanislaw Halik
We can't depend on M_PI existing after including cmath.
2016-06-09tracker/rift-{025,042,080}: fix float/double promotionsStanislaw Halik
The change was only read and compile-tested.
2016-05-15many: remove executable bit from source filesStanislaw Halik
We no longer have this recurring problem since I enabled ignoring executable bit changes on the Windows workstation.
2016-05-13many: remove unneeded implicit type conversion double <-> floatStanislaw Halik
2016-05-09tracker/{hatire,rift-080}: remove outdated commentsStanislaw Halik
2015-11-01ovr: pass -Wall -Wextra -pedanticStanislaw Halik
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224