Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-12 | cmake: add zh_CN | Stanislaw Halik | |
cf. #746 | |||
2018-02-12 | modules: stop saving line information | Stanislaw Halik | |
Now i18n regen won't make a mess. | |||
2018-02-12 | proto/simconnect: fix i18n warning | Stanislaw Halik | |
2018-02-12 | cmake/i18n: fix `make i18n' | Stanislaw Halik | |
Also remove disabling i18n regen cf. #746 | |||
2018-02-09 | filter/accela: euthanize "smoothing" | Stanislaw Halik | |
It only confuses users. Rename "sensitivity" to "smoothing". Update i18n source as per #743 | |||
2018-02-09 | update translation source files -- #743 | Stanislaw Halik | |
2018-02-09 | tracker/hatire: clamp rotation to (-180)->180 | Stanislaw Halik | |
Some devices have numeric stability problems. | |||
2018-02-09 | tracker/wii: fix lang pack on NL and RU | Wei Shuai | |
2018-02-09 | tracker/wii: wiiyourself bug: no where to release write thread handle | Wei Shuai | |
2018-02-09 | Merge pull request #743 from MathijsG/patch-8 | Stanisław Halik | |
Update nl_NL.ts | |||
2018-02-08 | Update nl_NL.ts | Mathijs Groothuis | |
Updated some incorrect words and Russian pieces in the file. | |||
2018-02-08 | tracker/wii: update preview window images for user guide | Wei Shuai | |
2018-02-08 | Merge pull request #742 from cpuwolf/autopair4 | Wei Shuai | |
tracker/wii: add WIImote auto-pair function | |||
2018-02-08 | tracker/wii: enhance friendly UI | Wei Shuai | |
1. add new status wii_cam_wait_for_dongle 2. show "insert USB dongle" in preview window | |||
2018-02-08 | tracker/wii: add UI image | Wei Shuai | |
insert Bluetooth USB dongle into your PC | |||
2018-02-08 | tracker/wii: sync and connect | Wei Shuai | |
remove useless disconnect function | |||
2018-02-07 | tracker/wii: optimize auto BT pair | Wei Shuai | |
1. reconnect wiiyourself 2. reduce wiimote power by reduce LEDs | |||
2018-02-07 | tracker/wii: enhance user friendly UI | Wei Shuai | |
1. add wii status wii_cam_wait_for_sync 2. add images show how user should do in preview window 3. reduce redundancy convertion about QImage by doing in WIIPreview Class | |||
2018-02-06 | tracker/wii: bluetooth auto pair speed optimization | Wei Shuai | |
2018-02-06 | traker/wii: add wiimote auto pair with Windows Bluetooth Stack | Wei Shuai | |
2018-02-05 | cv/calibrator: use constexpr inline | Stanislaw Halik | |
2018-02-05 | filter/kalman: use "constexpr inline" | Stanislaw Halik | |
2018-02-05 | Fix build under Wine | Stanislaw Halik | |
Issue: #726 | |||
2018-02-05 | logic/pipeline: adjust after nan.hpp removal | Stanislaw Halik | |
2018-02-05 | logic/pipeline: enlarge aiming-reltrans limits | Stanislaw Halik | |
2018-02-05 | Update README.md | Stanisław Halik | |
2018-02-05 | Update README.md | Stanisław Halik | |
2018-02-05 | Update README.md | Stanisław Halik | |
2018-02-05 | Update README.md | Stanisław Halik | |
2018-02-05 | Update README.md | Stanisław Halik | |
2018-02-05 | filter/accela: experimental less strict deadzone | Stanislaw Halik | |
2018-02-05 | tracker/pt: fix warning on Linux | Stanislaw Halik | |
2018-02-05 | compat/nan: retire | Stanislaw Halik | |
It was broken for MSVC where isnan doesn't work with fast math. Fall back to `fpclassify'. Adjust usages. | |||
2018-02-05 | tracker/wii: fix MSVC narrowing conversion warnings | Stanislaw Halik | |
2018-02-05 | tracker/wii: disable for Linux and OSX | Stanislaw Halik | |
2018-02-05 | tracker/wii: fix warning under -W4 | Stanislaw Halik | |
2018-02-05 | compat/shm: this must go under #ifdef _WIN32 | Stanislaw Halik | |
2018-02-02 | opentrack: fix nonsensical QStringLiteral in header | Stanislaw Halik | |
2018-02-01 | proto/ft: remove incorrect check | Stanislaw Halik | |
The data is aligned because it's inside a union with minimal alignment for `int'. The comment and check are redundant. | |||
2018-02-01 | compat/timer: remove platform-dependent stuff from header | Stanislaw Halik | |
2018-01-31 | gui: clean up a bit | Stanislaw Halik | |
2018-01-31 | tracker/wii: fix "wiiyourself" build | Stanislaw Halik | |
2018-01-31 | tracker-wii: move wiiyourself library | Stanislaw Halik | |
Paging @cpuwolf Related to: #718 | |||
2018-01-28 | tracker/wii: add 2 screenshots | Wei Shuai | |
add doc directory | |||
2018-01-28 | tracker/wii: reduce CPU percentage | Wei Shuai | |
70fps WIImote, so 14ms polling rate is enough | |||
2018-01-26 | Merge pull request #738 from cpuwolf/wii3-rebase | Stanisław Halik | |
tracker/wii: relocation & fix fov & code clean-up | |||
2018-01-26 | tracker/wii: new home | Wei Shuai | |
2018-01-26 | tracker/wii: remove useless check | Wei Shuai | |
2018-01-26 | tracker/wii: fix fov | Wei Shuai | |
2018-01-26 | opentrack: prevent left margin on video feed | Stanislaw Halik | |