Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-29 | fix markdown | Stanislaw Halik | |
2016-11-29 | add authorship and licensing information | Stanislaw Halik | |
2016-11-29 | main: change for testing | Stanislaw Halik | |
2016-11-29 | compat/run-in-thread: fix on msvc 2017 | Stanislaw Halik | |
2016-11-29 | options/tie: simplify slider usage with run_in_thread_sync() | Stanislaw Halik | |
2016-11-29 | options/tie: fix for enum | Stanislaw Halik | |
Fundamentally this was caused by incorrect lambda capture spec for the qobject ptr. We need to capture the pointer by value. Reported-by: @huliqan on IL-2 Sturmovik Russian forum. Fixes: hatire serial port params | |||
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-25 | Revert "logic, gui: remove relative translation disable axis"opentrack-2.3-rc99p15 | Stanislaw Halik | |
This reverts commit 9fb8b48027ac8c03628955da2b186de88745e348. | |||
2016-11-23 | cmake: don't regen translations all the time by default | Stanislaw Halik | |
2016-11-23 | tracker/aruco: fix string marked as not translatable | Stanislaw Halik | |
2016-11-23 | spline-widget: add more buckets for Accela interpolation | Stanislaw Halik | |
The rotation gain wasn't accurate enough with the previous value. | |||
2016-11-23 | filter/accela: fix formula | Stanislaw Halik | |
We need to multiply by rot_nl or there's a discontinuity. | |||
2016-11-23 | filter/accela: simplify main loop | Stanislaw Halik | |
2016-11-23 | filter/accela: simplify debug dialog creation | Stanislaw Halik | |
2016-11-23 | tracker/pt: add failed focal length formula | Stanislaw Halik | |
2016-11-21 | tracker/qt-gamepad: add stub | Stanislaw Halik | |
2016-11-21 | tracker/{test,steamvr}: fix duplicate class names | Stanislaw Halik | |
It breaks translation. | |||
2016-11-18 | logic, gui: remove relative translation disable axis | Stanislaw Halik | |
Only Z needs this. | |||
2016-11-18 | gui: restore resize disable | Stanislaw Halik | |
2016-11-18 | Revert "gui: resize dialog boxes to fit text" | Stanislaw Halik | |
This reverts commit d26048617d78396cc6381eaf06f19fee484d811c. | |||
2016-11-18 | logic/tracker: make camera offset only work on translation | Stanislaw Halik | |
2016-11-18 | pose-widget: avoid impl namespace clash | Stanislaw Halik | |
2016-11-18 | logic/tracker: avoid exposing struct bits and Pose type alias | Stanislaw Halik | |
2016-11-18 | logic/tracker: fix incorrect atomic bitmask usage | Stanislaw Halik | |
2016-11-18 | logic/tracker: maybe fix both camera offset modes used together | Stanislaw Halik | |
2016-11-18 | gui/options-dialog: fix logic error in keybinding friendly name | Stanislaw Halik | |
2016-11-18 | gui, modules: add more translatable strings | Stanislaw Halik | |
2016-11-18 | gui: resize dialog boxes to fit text | Stanislaw Halik | |
2016-11-18 | gui/options: oops, fix numpad keys friendly name | Stanislaw Halik | |
2016-11-18 | cmake: enable translating nl_NL locale | Stanislaw Halik | |
2016-11-18 | gui: allow for disabling translation | Stanislaw Halik | |
2016-11-18 | gui: rewrite confusing camera offset description | Stanislaw Halik | |
2016-11-18 | gui/options: allow for translating keyboard modifiers | Stanislaw Halik | |
2016-11-18 | proto/freetrack: update game list | Stanislaw Halik | |
2016-11-18 | tracker/aruco: back out changes since rc7 | Stanislaw Halik | |
However, include some crash fixes and minor changes. Fixes #481 Reported-by: @Emton Testing-by: @Emton | |||
2016-11-17 | Merge pull request #497 from MathijsG/patch-3 | Stanisław Halik | |
Initial Dutch translations | |||
2016-11-16 | Update nl_NL.ts | Mathijs Groothuis | |
2016-11-16 | Create nl_NL.ts | Mathijs Groothuis | |
2016-11-16 | Merge pull request #495 from mrsanchos/lang/ru-20161116 | Stanisław Halik | |
gui: initial Russian translation | |||
2016-11-16 | gui: initial Russian translation | Alexander Orokhovatskiy | |
2016-11-12 | tracker/steamvr: add broken version | Stanislaw Halik | |
We still need axis-angle <-> rmat and euler with different order helpers. | |||
2016-11-12 | logic/tracker: move from header | Stanislaw Halik | |
2016-11-12 | pose-widget, logic/tracker: adjust euler helpers usage | Stanislaw Halik | |
2016-11-12 | compat: move from simple-mat.hpp to euler.hpp | Stanislaw Halik | |
2016-11-12 | tracker/pt: refactor | Stanislaw Halik | |
- separate .{cpp,hpp} for few classes - don't include namespaces globally; harmless but looks bad anyway - class with all public members to struct | |||
2016-11-06 | tracker/steamvr: TO REBASE | Stanislaw Halik | |
2016-11-06 | gui: map as translatable | Stanislaw Halik | |
2016-11-05 | gui: fix accidental debug statement | Stanislaw Halik | |
2016-11-05 | add gitignore | Stanislaw Halik | |
2016-11-05 | modules: fix some translation stuff | Stanislaw Halik | |