summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-02-14filter/accela: revert deadzone test codeStanislaw Halik
Looks strange ingame.
2018-02-14opentrack: prevent buggy resize with hidpiStanislaw Halik
This can be reproduced with hidpi, playing Falcon BMS in a resolution lower than the desktop resolution. The windows got resized to way more than as if they were maximized. This is a workaround, from the Qt API perspective it doesn't make sense.
2018-02-13tracker/wii: fix uninitialized memory accessStanislaw Halik
Causes a warning in Visual Studio. Rightly so.
2018-02-13cmake/i18n: workaround msbuild dependency breakageStanislaw Halik
Visual Studio runs "lrelease" targets without their "lupdate" dependencies. Add a crude workaround. Spotted by: @cpuwolf Issue: #748
2018-02-12compat/macros: fix Linux build before anyone noticesStanislaw Halik
2018-02-12cmake: remove cotire due to breakagesStanislaw Halik
2018-02-12cmake: remove otr_prop()Stanislaw Halik
It's too complex to be understood when written in CMake. Replace with explicit calls to set_property(). This hasn't been tested on OSX.
2018-02-12cmake/i18n: cull unused variableStanislaw Halik
2018-02-12tracker/wii: silence #pragma deprecatedStanislaw Halik
Also downcase win32 api header name. This fixes building for Windows from Linux.
2018-02-12compat/macros: fix otr_tr and _ macrosStanislaw Halik
cf. #748 cf. #746
2018-02-12Merge pull request #746 from cpuwolf/chStanisław Halik
tracker/wii: add lang chinese && BT optimization
2018-02-12tracker/wii: fix conflict for #746Stanislaw Halik
2018-02-12cmake: change my defaultsStanislaw Halik
2018-02-12contrib: don't install source codeStanislaw Halik
2018-02-12contrib: remove some old stuffStanislaw Halik
2018-02-12cmake: add zh_CNStanislaw Halik
cf. #746
2018-02-12modules: stop saving line informationStanislaw Halik
Now i18n regen won't make a mess.
2018-02-12proto/simconnect: fix i18n warningStanislaw Halik
2018-02-12cmake/i18n: fix `make i18n'Stanislaw Halik
Also remove disabling i18n regen cf. #746
2018-02-10tracker/wii: optimize BT enumeration timeWei Shuai
2018-02-10tracker/wii: add lang chineseWei Shuai
2018-02-09filter/accela: euthanize "smoothing"Stanislaw Halik
It only confuses users. Rename "sensitivity" to "smoothing". Update i18n source as per #743
2018-02-09update translation source files -- #743Stanislaw Halik
2018-02-09tracker/hatire: clamp rotation to (-180)->180Stanislaw Halik
Some devices have numeric stability problems.
2018-02-09tracker/wii: fix lang pack on NL and RUWei Shuai
2018-02-09tracker/wii: wiiyourself bug: no where to release write thread handleWei Shuai
2018-02-09Merge pull request #743 from MathijsG/patch-8Stanisław Halik
Update nl_NL.ts
2018-02-08Update nl_NL.tsMathijs Groothuis
Updated some incorrect words and Russian pieces in the file.
2018-02-08tracker/wii: update preview window images for user guideWei Shuai
2018-02-08Merge pull request #742 from cpuwolf/autopair4Wei Shuai
tracker/wii: add WIImote auto-pair function
2018-02-08tracker/wii: enhance friendly UIWei Shuai
1. add new status wii_cam_wait_for_dongle 2. show "insert USB dongle" in preview window
2018-02-08tracker/wii: add UI imageWei Shuai
insert Bluetooth USB dongle into your PC
2018-02-08tracker/wii: sync and connectWei Shuai
remove useless disconnect function
2018-02-07tracker/wii: optimize auto BT pairWei Shuai
1. reconnect wiiyourself 2. reduce wiimote power by reduce LEDs
2018-02-07tracker/wii: enhance user friendly UIWei 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-06tracker/wii: bluetooth auto pair speed optimizationWei Shuai
2018-02-06traker/wii: add wiimote auto pair with Windows Bluetooth StackWei Shuai
2018-02-05cv/calibrator: use constexpr inlineStanislaw Halik
2018-02-05filter/kalman: use "constexpr inline"Stanislaw Halik
2018-02-05Fix build under WineStanislaw Halik
Issue: #726
2018-02-05logic/pipeline: adjust after nan.hpp removalStanislaw Halik
2018-02-05logic/pipeline: enlarge aiming-reltrans limitsStanislaw Halik
2018-02-05Update README.mdStanisław Halik
2018-02-05Update README.mdStanisław Halik
2018-02-05Update README.mdStanisław Halik
2018-02-05Update README.mdStanisław Halik
2018-02-05Update README.mdStanisław Halik
2018-02-05filter/accela: experimental less strict deadzoneStanislaw Halik
2018-02-05tracker/pt: fix warning on LinuxStanislaw Halik
2018-02-05compat/nan: retireStanislaw Halik
It was broken for MSVC where isnan doesn't work with fast math. Fall back to `fpclassify'. Adjust usages.