Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-02-16 | proto/ft: fix idempotent dataid for freetrackclient | Stanislaw Halik | |
It can cause problems for `freetrackclient.dll' consumers. This fix is better than modulo rand(). | |||
2018-02-16 | gui/init: allow forcing locale via env | Stanislaw Halik | |
Issue: #748 | |||
2018-02-16 | gui: attach parent console harder | Stanislaw Halik | |
2018-02-16 | cmake/i18n: unbreak translations | Stanislaw Halik | |
Issue: #748 | |||
2018-02-16 | tracker/pt: add new string | Stanislaw Halik | |
2018-02-16 | tracker/wii: fix Chinese translation | Stanislaw Halik | |
The file must be in tracker-pt/ since it translates .ui file located there. Issue: #748 | |||
2018-02-16 | tracker/{pt,wii}: simplify api | Stanislaw Halik | |
Remove useless abstract member functions, simplify some. Issue: #718 | |||
2018-02-16 | cmake/i18n: oops, fix lupdate invocation | Stanislaw Halik | |
Some options weren't working, like -silent Issue: #748 | |||
2018-02-16 | api: fix potential logic errors with module init | Stanislaw Halik | |
2018-02-16 | compat/macros: cleanup | Stanislaw Halik | |
Remove cruft, adjust usages. | |||
2018-02-15 | contrib/npclient: simplify C code | Stanislaw Halik | |
- move static variables into block scope if used in only one function - simplify control flow | |||
2018-02-15 | contrib/npclient: change {C,LD}FLAGS | Stanislaw Halik | |
- reproducible builds; -Wl,--no-insert-timestamp - add HIGHENTROPYVA for 64-bit builds Reducing code size is a pointless exercise, still: - remove .eh_frame that only GNU uses - reduce 32-bit code size; -march=pentium4 - add few feel-good CFLAGS. maybe reduces code size, maybe doesn't do anything | |||
2018-02-15 | qt.conf: hidpi support snafu | Stanislaw Halik | |
Qt dpiawareness=1 doesn't look like it's messing up after resolution changes. Use it for now. | |||
2018-02-15 | proto/ft: work with npclient logic | Stanislaw Halik | |
DataID can be idempotent. It's "static unsigned frameno" in npclient that's used in place of DataID. | |||
2018-02-15 | clean up "static" and "constexpr" types | Stanislaw Halik | |
- use `static constexpr inline' to avoid requiring explicit declarations in object code - use `const Foo* const' to maybe put into readonly binary segment (at least for ELF DSOs) - `constexpr' in function scope has storage, avoid `static' - don't use `constexpr' where there's no advantage, like arrays We'd like to avoid overhead of atomic initialization for each function call. No idea how `static constexpr' requiring storage in the standard plays with atomic initialization requirement. Hearsay points that `constexpr' without `static' in block scope behaves more to our liking. It's all hazy though. I'm not 100% sure if `static inline constexpr' has any storage. Hopefully none, like a #define, and stuff bigger than registers gets coalesced within the same module, with small stuff being immediates. |