summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-03-14ext/falcon-bms: build only on win32Stanislaw Halik
2018-03-14gui/correlation-calibrator: fix i18n for real this timeStanislaw Halik
2018-03-14gui/correlation-calibrator: fix i18nStanislaw Halik
2018-03-14proto/ft: set game name to unknown if no entryStanislaw Halik
2018-03-13csv: update game listStanislaw Halik
2018-03-13cmake: support per-cross-compile user settingsStanislaw Halik
2018-03-12cmake/user-settings: use separate file for WSLStanislaw Halik
2018-03-12logic/pipeline: adjust "reltrans not aiming"Stanislaw Halik
Add additional RC value for fast convergence.
2018-03-12logic/work: fix held center raceStanislaw Halik
2018-03-12logic/pipeline: fix logic errorStanislaw Halik
Change `reltrans_not_aiming' threshold values
2018-03-12gui/i18n: updateStanislaw Halik
2018-03-10compat/time{,r}: get rid of `long long'Stanislaw Halik
2018-03-10logic/pipeline: cleanupStanislaw Halik
Also remove the license in header. It's stale.
2018-03-10contrib/npclient: oops, disable debugStanislaw Halik
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