Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-05 | i18n: provide for non-QObject classes | Stanislaw Halik | |
See compat/tr.hpp for comment. | |||
2018-04-05 | cmake/qt: don't include in all projects | Stanislaw Halik | |
2018-04-05 | dinput: try fix cpu usage | Stanislaw Halik | |
I forgot who reported this, sorry. | |||
2018-04-05 | tracker/rs/impl: fix build | Stanislaw Halik | |
Breaks on Visual Studio 15.7.0 Preview 2 due to: - _InterlockedIncrement - _InterlockedDecrement | |||
2018-04-05 | cmake/msvc: don't do stack checks | Stanislaw Halik | |
2018-04-05 | cmake: install loose files last | Stanislaw Halik | |
Installing freetrack .dll's fails when a game is running. If we install the dll last, we can still run a fresh opentrack build. | |||
2018-04-05 | cmake/install: cleanup | Stanislaw Halik | |
2018-03-16 | proto/simconnect: fix MSVC activation context | Stanislaw Halik | |
Issue: #760 | |||
2018-03-15 | proto/ft: show game name only if game connected | Stanislaw Halik | |
2018-03-14 | cmake: some cleanup | Stanislaw Halik | |
2018-03-14 | cmake/i18n: fix GNU make | Stanislaw Halik | |
Issue: #726 Reported by: Artem Sobolev @ljgdasfhk | |||
2018-03-14 | cmake: find editbin for .sln easier | Stanislaw Halik | |
It's in the linker directory as-is. | |||
2018-03-14 | ext/falcon-bms: build only on win32 | Stanislaw Halik | |
2018-03-14 | gui/correlation-calibrator: fix i18n for real this time | Stanislaw Halik | |
2018-03-14 | gui/correlation-calibrator: fix i18n | Stanislaw Halik | |
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. |