Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-02 | tracker/fusion: fix logic error | Stanislaw Halik | |
Debugged-by: @Artyrm Issue: #775 | |||
2018-05-02 | migration: add missing <memory> | Stanislaw Halik | |
Spotted-by: @zanoni-mbdyn | |||
2018-04-29 | opentrack: simplify annoying as root | Stanislaw Halik | |
2018-04-29 | options/value: add missing explicit instantiation | Stanislaw Halik | |
2018-04-28 | cmake: cleanup my sdk paths | Stanislaw Halik | |
2018-04-28 | tracker/aruco: don't include headers in the module | Stanislaw Halik | |
2018-04-28 | tracker/aruco: ensure using right ABI | Stanislaw Halik | |
2018-04-28 | random cleanups | Stanislaw Halik | |
2018-04-28 | settings: store untranslated chosen module names | Stanislaw Halik | |
Now that we translate module names, they have to be stored as language-neutral in the config. - add tie_setting overload with from/to conversions - add logic to opentrack/main-window - add migration - remove actually useless tie_setting_traits | |||
2018-04-28 | migration: use thunks | Stanislaw Halik | |
Otherwise we get QCoreApplication used before QApplication instance is created. Requesting the sorted migration data will force the thunks. | |||
2018-04-28 | indent | Stanislaw Halik | |
2018-04-28 | cmake/install: add host system check | Stanislaw Halik | |
2018-04-28 | fix opencv version bump | Stanislaw Halik | |
2018-04-28 | options/qt: cleanup metatype definition | Stanislaw Halik | |
Also note Koenig lookup works | |||
2018-04-28 | cmake: verbose load user settings | Stanislaw Halik | |
2018-04-28 | fix find_package opencv | Stanislaw Halik | |
2018-04-27 | tracker/steamvr: issue #771 | Stanislaw Halik | |
2018-04-27 | tracker/pt: cleanup initialization | Stanislaw Halik | |
2018-04-27 | compat/meta: remove duplicate of std::integer_sequence | Stanislaw Halik | |
2018-04-27 | compat/macros: add static_warning macro | Stanislaw Halik | |
2018-04-27 | fix lrelease class name conflicts | Stanislaw Halik | |
2018-04-27 | cmake/i18n: fixes | Stanislaw Halik | |
- fix build error on missing .ts files - show duplicate string details - prevent lines of "cmd /c" in Ninja output | |||
2018-04-06 | cmake: now can specify c++ standard for MSVC | Stanislaw Halik | |
2018-04-06 | options/tie: preliminary support for early conversions | Stanislaw Halik | |
2018-04-05 | the hell? | Stanislaw Halik | |
2018-04-05 | options/value-traits: add missing pragma once | Stanislaw Halik | |
2018-04-05 | fir Linux build | Stanislaw Halik | |
2018-04-05 | i18n: update strings | Stanislaw Halik | |
2018-04-05 | cmake/i18n: fix depends | Stanislaw Halik | |
Some files weren't getting rebuilt. | |||
2018-04-05 | tracker/wii/wiiyourself: don't link with opentrack | Stanislaw Halik | |
This isn't needed but do this for completeness' sake | |||
2018-04-05 | compat/meta: slightly more correct cast | Stanislaw Halik | |
2018-04-05 | cmake: cleanup | Stanislaw Halik | |
- OTR_MODULE_NAME now unused - _USE_MATH_DEFINES only needed for MSVC - old cruft in i18n support | |||
2018-04-05 | modules: now use i18n | Stanislaw Halik | |
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 | |