Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-08 | fix harmless msvc warnings | Stanislaw Halik | |
2017-04-12 | matrix -> euler: prevent gimbal lock multiple solutions harder | Stanislaw Halik | |
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-18 | gui, modules: add more translatable strings | Stanislaw Halik | |
2016-11-05 | delete empty .ts | Stanislaw Halik | |
2016-11-05 | modules: make more strings translatable | Stanislaw Halik | |
2016-11-04 | modules: make names unique | Stanislaw Halik | |
2016-11-04 | modules: add autogenerated translation files | Stanislaw Halik | |
2016-11-02 | tracker/rift-{042,080}: don't overwrite other rifts' settings | Stanislaw Halik | |
2016-10-01 | tracker/rift-{025,042,080}: fix gimbal lockopentrack-2.3-rc99p13 | Stanislaw Halik | |
It was tested only on 080 but the API is almost the same on 042 and 025. Issue: #464 Reported-by: @Jerrow | |||
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-09-09 | tracker/rifts: show descriptive error messages, if any | 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-08-10 | tracker/rift-080: output more debug data | Stanislaw Halik | |
2016-07-19 | tracker/rift: reorder includes | Stanislaw Halik | |
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-06-09 | tracker/{joystick,pt,rift-{025,042,080}}: options api cleanup only | Stanislaw Halik | |
2016-06-09 | tracker/rift-{025,042,080}: fix float/double promotions | Stanislaw Halik | |
The change was only read and compile-tested. | |||
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 | |||
2016-05-15 | many: remove executable bit from source files | Stanislaw Halik | |
We no longer have this recurring problem since I enabled ignoring executable bit changes on the Windows workstation. | |||
2016-05-13 | many: remove unneeded implicit type conversion double <-> float | Stanislaw Halik | |
2016-05-09 | tracker/{hatire,rift-080}: remove outdated comments | Stanislaw Halik | |
2015-11-01 | ovr: pass -Wall -Wextra -pedantic | Stanislaw Halik | |
2015-11-01 | all: adjust options.hpp move to compat | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 |