summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-03-10contrib/npclient: prevent multiple game conflictStanislaw Halik
2018-03-10logic/pipeline: implement held centerStanislaw Halik
Requested by: CAHEK on the Russian IL-2 Sturmovik forum
2018-03-10logic/pipeline: immediately move to center with reltransStanislaw Halik
2018-03-10logic/work: add final for non-virtual dtorStanislaw Halik
2018-03-10logic/pipeline: smoothen transition for reltrans not aimingStanislaw Halik
Requested by: HOPPING_PONY on the Russian IL-2 Sturmovik forum.
2018-03-10logic/pipeline: disable neck for `reltrans not aiming'Stanislaw Halik
2018-03-10sprinkle some `static constexpr inline'Stanislaw Halik
2018-03-10logic/pipeline: loosen "reltrans when not aiming" limitStanislaw Halik
2018-03-10compat/correlation-calibrator: simplify logicStanislaw Halik
2018-03-10gui/correlation-calibrator: add stub widgetStanislaw Halik
2018-03-10tracker/steamvr: inconsequential cleanupStanislaw Halik
2018-03-10tracker/steamvr: reduce indentationStanislaw Halik
No functional changes.
2018-03-10tracker/steamvr: update SDK APIStanislaw Halik
2018-03-10Revert "compat/correlation-calibration: retire"Stanislaw Halik
This reverts commit 7cf79b12ddbfeedf24861ff489a1008f867d9440.
2018-03-10Merge pull request #754 from cpuwolf/mybase2Stanisław Halik
add Chinese Lang
2018-03-09Merge pull request #757 from cpuwolf/uiStanisław Halik
tracker/wii: remove UI setting dialog tab0
2018-03-08tracker/wii: remove UI setting dialog tab0Wei Shuai
2018-03-04compat/euler: fix axis signsStanislaw Halik
2018-03-04opentrack: fix close button with trayStanislaw Halik
Reported by: Yuri Vostrenkov
2018-03-04logic/pipeline: use `likely' equiv for MSVCStanislaw Halik
2018-03-04compat/macros: add function name macroStanislaw Halik
2018-03-03compat/euler: move gimbal lock from yaw to rollStanislaw Halik
Tested-by: Yuri Vostrenkov
2018-03-03compat/euler: remove unused functionsStanislaw Halik
2018-03-03logic/pipeline: centering fixStanislaw Halik
The `scaled_rotation' gimbal lock "fix" didn't take into account sign changes, making center close to +-180 useless. remove the "fix". This leaves with a gimbal lock problem at +-90 yaw. Fix in another commit.
2018-02-28logic, filter/kalman: fix typosStanislaw Halik
Tool: codespell
2018-02-28installer: fix pathStanislaw Halik
2018-02-27add Chinese LangWei Shuai
2018-02-21options: fix MSVC buildStanislaw Halik
C++17 isn't fully supported.
2018-02-21docs: add doxygenStanislaw Halik
2018-02-21tracker/wii: stop has been called from work threadWei Shuai
we don't need to stop again, or else it crashes app
2018-02-18opentrack: add commentopentrack-2.3.49-plusStanislaw Halik
2018-02-17variant/default: fix close button with trayStanislaw Halik
Using the close button must exit the program regardless of whether the tray is enabled. Restore that behavior. Reported-by: @albertolg Issue: #750
2018-02-16opentrack: fix ru_RU after move to variant/defaultStanislaw Halik
2018-02-16contrib/npclient: fix sizeof usageStanislaw Halik
2018-02-16gui/init: fix translations even harderStanislaw Halik
Issue: #748
2018-02-16logic/pipeline: simplifyStanislaw Halik
The pipeline code is hard to understand for programmers due to the practice of putting all logic into a single function. Split it up into logical components. This needs more testing and bug reports. It's a big change with possibly many regressions all over the place. Issue: #688
2018-02-16Merge branch 'unstable' of https://github.com/opentrack/opentrack into unstablemrsanchos
2018-02-16Add new translation stringsmrsanchos
2018-02-16gui/init: shorten to `OTR_FORCE_LANG'opentrack-2.3.49-pipeline-fix-backupStanislaw Halik
2018-02-16proto/ft: fix idempotent dataid for freetrackclientStanislaw Halik
It can cause problems for `freetrackclient.dll' consumers. This fix is better than modulo rand().
2018-02-16gui/init: allow forcing locale via envStanislaw Halik
Issue: #748
2018-02-16gui: attach parent console harderStanislaw Halik
2018-02-16cmake/i18n: unbreak translationsStanislaw Halik
Issue: #748
2018-02-16tracker/pt: add new stringStanislaw Halik
2018-02-16tracker/wii: fix Chinese translationStanislaw Halik
The file must be in tracker-pt/ since it translates .ui file located there. Issue: #748
2018-02-16tracker/{pt,wii}: simplify apiStanislaw Halik
Remove useless abstract member functions, simplify some. Issue: #718
2018-02-16cmake/i18n: oops, fix lupdate invocationStanislaw Halik
Some options weren't working, like -silent Issue: #748
2018-02-16api: fix potential logic errors with module initStanislaw Halik
2018-02-16compat/macros: cleanupStanislaw Halik
Remove cruft, adjust usages.
2018-02-15contrib/npclient: simplify C codeStanislaw Halik
- move static variables into block scope if used in only one function - simplify control flow