Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-16 | tracker/hydra: fix scary logic error | Stanislaw Halik | |
The sixense library checks for the `WIN32` (no underscore). Define that macro in case `_WIN32` is defined. | |||
2018-12-26 | cruft | Stanislaw Halik | |
2018-12-19 | modules: build on Intel arch only | Stanislaw Halik | |
2018-10-25 | cleanups only | Stanislaw Halik | |
2018-07-08 | modernize only | Stanislaw Halik | |
2018-04-05 | modules: now use i18n | Stanislaw Halik | |
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-01-20 | rename our Qt .png icon | Stanislaw Halik | |
facetracknoir.png -> opentrack.png | |||
2017-12-04 | api: add status check for modules | Stanislaw Halik | |
2017-10-29 | static constexpr -> constexpr | Stanislaw Halik | |
2017-08-14 | cmake: drop executable bit from installed normal files | Stanislaw Halik | |
2017-06-18 | get rid of "volatile" abuse | Stanislaw Halik | |
We heavily used "volatile bool" to check if the thread loop should stop. But this functionality is already provided by Qt5's QThread::requestInterruption. In other cases, "volatile" is wonderfully underspecified so it's better to ditch its usage in favor of std::atomic<t>. At the time we don't appear to be using the "volatile" keyword except when calling win32's Interlocked*() family of functions as necessary. In freetrackclient's header the "volatile" qualifier was used as part of a typedef. This doesn't work. Use it as part of data declaration. | |||
2017-03-27 | cmake: rename project's function prefix | Stanislaw Halik | |
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module". | |||
2017-02-27 | remove unfinished polish translation files | Stanislaw Halik | |
Polish speakers typically know English well enough and translations are awkward. | |||
2017-02-21 | modules: add .ts files | Stanislaw Halik | |
2016-11-29 | tracker/{hydra,rift-{025,042,080,140}}: license the code | Stanislaw Halik | |
@mm0zct granted permission as per: Return-Path: <mm0zct@gmail.com> Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by nilaya.lain.pl (Postfix) with ESMTPS id EA0663FEB9 for <sthalik@misaki.pl>; Fri, 18 Nov 2016 19:35:16 +0100 (CET) Message-ID: <CALeTJ=dHprFe_SepvYR7ioc+wdR4zr9gJibt3rujQw8DuasKxA@mail.gmail.com> From: chris thompson <mm0zct@gmail.com> Subject: Re: small rift copyright issue To: Stanislaw Halik <sthalik@misaki.pl> [...] his email hereby grants you permission to re-license that code however suits you best. [...] Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2016-11-05 | delete empty .ts | Stanislaw Halik | |
2016-11-04 | modules: make names unique | Stanislaw Halik | |
2016-11-04 | modules: add autogenerated translation files | Stanislaw Halik | |
2016-09-21 | many: remove compat/pi-constant.hpp | Stanislaw Halik | |
With -D_USE_MATH_DEFINES MSVC defines the standard M_PI and friends. Since this preprocessor definition is now always passed as part of the build system for MSVC. We can use M_PI as if on a mission. | |||
2016-08-23 | add missing #pragma once | Stanislaw Halik | |
2016-08-17 | move options framework into its own library | Stanislaw Halik | |
- adjust usages - add support for QList signals and metatype | |||
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. | |||
2016-07-19 | some: replace hardcoded pi values with the same pi constant | Stanislaw Halik | |
We can't depend on M_PI existing after including cmath. | |||
2016-07-18 | some: adjust install paths and invocations | Stanislaw Halik | |
2016-07-07 | cmake: check word size | Stanislaw Halik | |
2016-07-06 | tracker/hydra: fix another typo | Stanislaw Halik | |
2016-07-06 | tracker/hydra: fix typo (osx) | Stanislaw Halik | |
2016-07-06 | hydra: fix cmake braino | Stanislaw Halik | |
2016-07-06 | cmake/hydra: try fix osx sixense link | Stanislaw Halik | |
2016-06-09 | tracker/hydra: fix float/double promotions | Stanislaw Halik | |
2016-05-26 | many modules: trivial cleanups only | Stanislaw Halik | |
- Remove "this->" where it's not needed. Possibly rename shadowed vars. - Don't reload the options bundle manually since `options::opts' exists for that very reason. - Remove '^ \+$' whitespace - :retab | |||
2015-11-01 | all: adjust options.hpp move to compat | Stanislaw Halik | |
2015-10-30 | cmake: cleanup hydra | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 |