Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-14 | proto/ft: set game name to unknown if no entry | Stanislaw Halik | |
2018-03-13 | csv: update game list | Stanislaw Halik | |
2018-03-13 | cmake: support per-cross-compile user settings | Stanislaw Halik | |
2018-03-12 | cmake/user-settings: use separate file for WSL | Stanislaw Halik | |
2018-03-12 | logic/pipeline: adjust "reltrans not aiming" | Stanislaw Halik | |
Add additional RC value for fast convergence. | |||
2018-03-12 | logic/work: fix held center race | Stanislaw Halik | |
2018-03-12 | logic/pipeline: fix logic error | Stanislaw Halik | |
Change `reltrans_not_aiming' threshold values | |||
2018-03-12 | gui/i18n: update | Stanislaw Halik | |
2018-03-10 | compat/time{,r}: get rid of `long long' | Stanislaw Halik | |
2018-03-10 | logic/pipeline: cleanup | Stanislaw Halik | |
Also remove the license in header. It's stale. | |||
2018-03-10 | contrib/npclient: oops, disable debug | Stanislaw Halik | |
2018-03-10 | contrib/npclient: prevent multiple game conflict | Stanislaw Halik | |
2018-03-10 | logic/pipeline: implement held center | Stanislaw Halik | |
Requested by: CAHEK on the Russian IL-2 Sturmovik forum | |||
2018-03-10 | logic/pipeline: immediately move to center with reltrans | Stanislaw Halik | |
2018-03-10 | logic/work: add final for non-virtual dtor | Stanislaw Halik | |
2018-03-10 | logic/pipeline: smoothen transition for reltrans not aiming | Stanislaw Halik | |
Requested by: HOPPING_PONY on the Russian IL-2 Sturmovik forum. | |||
2018-03-10 | logic/pipeline: disable neck for `reltrans not aiming' | Stanislaw Halik | |
2018-03-10 | sprinkle some `static constexpr inline' | Stanislaw Halik | |
2018-03-10 | logic/pipeline: loosen "reltrans when not aiming" limit | Stanislaw Halik | |
2018-03-10 | compat/correlation-calibrator: simplify logic | Stanislaw Halik | |
2018-03-10 | gui/correlation-calibrator: add stub widget | Stanislaw Halik | |
2018-03-10 | tracker/steamvr: inconsequential cleanup | Stanislaw Halik | |
2018-03-10 | tracker/steamvr: reduce indentation | Stanislaw Halik | |
No functional changes. | |||
2018-03-10 | tracker/steamvr: update SDK API | Stanislaw Halik | |
2018-03-10 | Revert "compat/correlation-calibration: retire" | Stanislaw Halik | |
This reverts commit 7cf79b12ddbfeedf24861ff489a1008f867d9440. | |||
2018-03-10 | Merge pull request #754 from cpuwolf/mybase2 | Stanisław Halik | |
add Chinese Lang | |||
2018-03-09 | Merge pull request #757 from cpuwolf/ui | Stanisław Halik | |
tracker/wii: remove UI setting dialog tab0 | |||
2018-03-08 | tracker/wii: remove UI setting dialog tab0 | Wei Shuai | |
2018-03-04 | compat/euler: fix axis signs | Stanislaw Halik | |
2018-03-04 | opentrack: fix close button with tray | Stanislaw Halik | |
Reported by: Yuri Vostrenkov | |||
2018-03-04 | logic/pipeline: use `likely' equiv for MSVC | Stanislaw Halik | |
2018-03-04 | compat/macros: add function name macro | Stanislaw Halik | |
2018-03-03 | compat/euler: move gimbal lock from yaw to roll | Stanislaw Halik | |
Tested-by: Yuri Vostrenkov | |||
2018-03-03 | compat/euler: remove unused functions | Stanislaw Halik | |
2018-03-03 | logic/pipeline: centering fix | Stanislaw 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-28 | logic, filter/kalman: fix typos | Stanislaw Halik | |
Tool: codespell | |||
2018-02-28 | installer: fix path | Stanislaw Halik | |
2018-02-27 | add Chinese Lang | Wei Shuai | |
2018-02-21 | options: fix MSVC build | Stanislaw Halik | |
C++17 isn't fully supported. | |||
2018-02-21 | docs: add doxygen | Stanislaw Halik | |
2018-02-21 | tracker/wii: stop has been called from work thread | Wei Shuai | |
we don't need to stop again, or else it crashes app | |||
2018-02-18 | opentrack: add commentopentrack-2.3.49-plus | Stanislaw Halik | |
2018-02-17 | variant/default: fix close button with tray | Stanislaw 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-16 | opentrack: fix ru_RU after move to variant/default | Stanislaw Halik | |
2018-02-16 | contrib/npclient: fix sizeof usage | Stanislaw Halik | |
2018-02-16 | gui/init: fix translations even harder | Stanislaw Halik | |
Issue: #748 | |||
2018-02-16 | logic/pipeline: simplify | Stanislaw 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-16 | Merge branch 'unstable' of https://github.com/opentrack/opentrack into unstable | mrsanchos | |
2018-02-16 | Add new translation strings | mrsanchos | |
2018-02-16 | gui/init: shorten to `OTR_FORCE_LANG'opentrack-2.3.49-pipeline-fix-backup | Stanislaw Halik | |