summaryrefslogtreecommitdiffhomepage
path: root/opentrack
AgeCommit message (Collapse)Author
2015-06-10pt: issue with duplicate symbols on including dshow.h in two filesStanislaw Halik
Let's work around it by including dshow.h in only one file
2015-06-07Fix Linux buildStanislaw Halik
2015-06-07plugin-support: make header-only, expose as public APIStanislaw Halik
Issue: #151 Some global namespace macros are now prefixed with "OPENTRACK_" to avoid namespace clashes. This header is now safe to include in third-party projects.
2015-06-06remove last mention to "second tracker" supportStanislaw Halik
2015-06-06tracker: revert to filtering before mappingStanislaw Halik
As a side effect, current position on mapping graphs no longer jumps around.
2015-06-05all: pin computation threads to specific coresStanislaw Halik
2015-06-03main: pass -WallStanislaw Halik
2015-06-03simple-mat: pass -Wall -Wextra -pedanticStanislaw Halik
2015-06-01simple-mat: fix scalar multiplicationStanislaw Halik
2015-06-01simple-mat: implement dot and cross productStanislaw Halik
2015-06-01camera-names: allow camera selection by name, not indexStanislaw Halik
2015-06-01simple-mat: implement vector indexingStanislaw Halik
2015-05-31put camera name list in header, don't copy-pasteStanislaw Halik
2015-05-31main: switch rotation order for centeringStanislaw Halik
This helps some PT clip model users, but can possibly break inertial device centering, so needs further testing.
2015-05-31allow camera roll input value, for completenessStanislaw Halik
2015-05-31ui: introduce options dialogStanislaw Halik
Move the non-mapping contents of mapping dialog to new options dialog. The latter now also contains what used to be in the shortcuts dialog.
2015-05-22all: implicitly cancel on form dialog closeStanislaw Halik
2015-05-04options: nix empty dtorStanislaw Halik
2015-05-04options: use weak pointers for bundlesStanislaw Halik
Otherwise none ever get freed. Oops!
2015-05-04initialize member variables in all casesStanislaw Halik
Otherwise led to stale pointer dereference.
2015-03-13translation also needs rotating for off-center cameraStanislaw Halik
Issue: #137
2015-03-13move debug to right placeStanislaw Halik
2015-03-13initialize "s_main" bundle implicitlyStanislaw Halik
2015-02-17shortcuts: allow customize whether to center on startupStanislaw Halik
Issue: #128
2015-02-01center when first pose receivedStanislaw Halik
Requested-by: many
2015-01-05fix typo breaking axis remapStanislaw Halik
Issue: #114
2014-12-20apply r/t compensation before mapping translation valuesStanislaw Halik
Suggested-by: @FlyingCircus- Issue: #106
2014-12-19tracker: fix typo breaking Z valueStanislaw Halik
Issue: #106 Yaw value was copied as Z value due to typo.
2014-12-19mat: add addition and subtraction operatorsStanislaw Halik
2014-12-19timer: cleanup warningStanislaw Halik
2014-12-18implement camera offsetStanislaw Halik
2014-12-18const correctnessStanislaw Halik
2014-12-15move rmat->euler and euler->rmat conversions to headerStanislaw Halik
2014-12-15options: emit signals only outside mutex scopeStanislaw Halik
2014-12-14allow tying option to tab widget's indexStanislaw Halik
2014-12-14emit "saving()" after bundle's been updatedStanislaw Halik
2014-12-14switch back to volatile bool for tracker flagsStanislaw Halik
UI thread is the only writer for the flags. Makes no sense to use more than volatile.
2014-12-08delete QLibrary, not force unload()Stanislaw Halik
Issue: #96 Reported-by: @sasam Also fixes a memory leak.
2014-12-06move shortcut dialog to ui moduleStanislaw Halik
2014-12-03remove alphanumeric keybindings making list too longStanislaw Halik
2014-12-03pagedown works for win32 keybindingsStanislaw Halik
Reported-by: @KyokushinPL
2014-11-29implement zero shortcutStanislaw Halik
2014-11-28don't reset coords on pauseStanislaw Halik
Issue: #99
2014-11-26tracker: map before filteringStanislaw Halik
2014-11-24timer: split start/elapsed. convert usesStanislaw Halik
2014-11-23force options flush to file when savingStanislaw Halik
2014-11-19fix build with recent mingw-w64Stanislaw Halik
2014-11-11resize shortcut windowStanislaw Halik
2014-11-11sane gimbal lock boundsStanislaw Halik
Tested-by: @KyokushinPL Issue: #63
2014-11-11add again gimbal lock workaround codeStanislaw Halik
@KyokushinPL reports +-90 pitch boundary broken otherwise