Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-11-05 | cmake: fix build when .ts not made yet | Stanislaw Halik | |
2016-11-05 | gui: make program name translatable | Stanislaw Halik | |
2016-11-05 | delete empty .ts | Stanislaw Halik | |
2016-11-05 | add empty .ts to gitignore | Stanislaw Halik | |
2016-11-05 | tracker/hatire: add more translatable strings | Stanislaw Halik | |
2016-11-05 | fix build | Stanislaw Halik | |
2016-11-05 | modules: make more strings translatable | Stanislaw Halik | |
2016-11-05 | gui: allow for process detector resize wrt logical layout | Stanislaw Halik | |
2016-11-04 | modules: make names unique | Stanislaw Halik | |
2016-11-04 | modules: add autogenerated translation files | Stanislaw Halik | |
2016-11-04 | cmake, main: add translation support | Stanislaw Halik | |
2016-11-04 | cmake/msvc: add -nologo | Stanislaw Halik | |
2016-11-03 | cmake: always copy qt5 to install dir on Windows | Stanislaw Halik | |
Simplify the logic also. | |||
2016-11-03 | gui/options: reword | Stanislaw Halik | |
2016-11-03 | move simple-mat from logic to compat to simplify dependencies | Stanislaw Halik | |
2016-11-03 | logic/tracker, dinput, tracker/joystick: fix rounding errors | Stanislaw Halik | |
Issue: #487 Reported-by: @H-Bear-22 Closes #487 Also use a power of two for joy_axis_size. Floats are base 2. axis_max in tracker/joystick had a fencepost error. | |||
2016-11-02 | tracker/rift-{042,080}: don't overwrite other rifts' settings | Stanislaw Halik | |
2016-11-02 | tracker/aruco: don't break build if opencv not found | Stanislaw Halik | |
2016-11-02 | spline-widget: prevent breakage on values close to zero | Stanislaw Halik | |
2016-11-02 | tracker/rift-140: add | Stanislaw Halik | |
2016-10-29 | spline-widget: remove aliasing artifacts | Stanislaw Halik | |
We're using QPainterPath and its bezier curves. However, we supply it a plethora of intermediate values to mitigate different results in interpolation. | |||
2016-10-29 | spline-widget: don't compute the same thing over and over again | Stanislaw Halik | |
2016-10-29 | spline-widget: avoid sqrt in global namespace | Stanislaw Halik | |
2016-10-29 | spline-widget: revert last commit | Stanislaw Halik | |
In the last line of the blocks we're reducing the precision to reduce rounding errors. It's actually proper to use round rather than truncate here. | |||
2016-10-28 | spline-widget: fix rounding bug introduced in a3b890b9b4opentrack-2.3-rc99p14 | Stanislaw Halik | |
Since we're already adding snap_x/2, truncation is the correct choice here. | |||
2016-10-28 | gui/options: rename r[xyz] to yaw/pitch/roll in camera offset | Stanislaw Halik | |
2016-10-28 | spline-widget: use round, not trunc when converting pixel to val | Stanislaw Halik | |
2016-10-28 | spline-widget: don't recalculate point value | Stanislaw Halik | |
Only apply snap for closeness check. |