Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-09 | tracker/pt: no need for 4-byte command mask | Stanislaw Halik | |
2016-06-09 | tracker/pt: only reset camera input when needed | Stanislaw Halik | |
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-06-09 | tracker/pt: fix float/double promotions | Stanislaw Halik | |
2016-06-09 | tracker/hydra: fix float/double promotions | Stanislaw Halik | |
2016-06-09 | tracker/freepie: fix float/double promotions | Stanislaw Halik | |
2016-06-09 | proto/simconnect: float/double promotions | Stanislaw Halik | |
2016-06-09 | proto/freetrack: get rid of float <-> double promotions | Stanislaw Halik | |
2016-06-09 | tracker/pt: fix float <-> double promote/demote | Stanislaw Halik | |
We use the cmath version to access the "float x" overload. | |||
2016-06-09 | spline-widget: fix float <-> double promote/demote | Stanislaw Halik | |
2016-06-09 | proto/fsuipc: fix "64/50" expanding to "1" | Stanislaw Halik | |
This is a POLA violation. | |||
2016-06-09 | proto/fsuipc: fix float <-> double promote | Stanislaw Halik | |
2016-06-09 | compat/options: allow devirtualize | Stanislaw Halik | |
2016-06-09 | cmake: fix mingw-w64 toolchain cflags override | Stanislaw Halik | |
2016-06-01 | tracker-rs: updated to SDK 2016 R2. Added more debug information and safeguards. | Xavier Hallade | |
2016-05-26 | api/shortcuts: only allow the exact modifier keys | Stanislaw Halik | |
Requested-by: white_fang on BMS forum Original message: I've setup shift+f11/f12 to incerease/decrease f18's flaps , ... F11 and F12 are free in BMS , 'donothing' action. so I want ONLY F11 to toggle opentracks enable/disable (and only F12 to re-center) , but it also reacts when in BMS and press SHIFT+F11 to toggle flaps on f18 | |||
2016-05-26 | spline-widget: allow using as preview when disabled | Stanislaw Halik | |
2016-05-26 | spline-widget: step by few pixels and not a random constant amount | Stanislaw Halik | |
2016-05-26 | spline-widget: misc fixes | Stanislaw Halik | |
- Remove some copy-pasted code - Don't do too much QPainter stuff in a hot loop - Use float/double/int correctly - Whitespace - C++11 style - Update copyright | |||
2016-05-26 | spline-widget: make `max x' inclusive | Stanislaw Halik | |
2016-05-26 | spline-widget: don't use `double' when not needed | 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 | |||
2016-05-26 | compat/options: finish slider value support more | Stanislaw Halik | |
2016-05-26 | compat/options: switch to correct QVariant usage | Stanislaw Halik | |
2016-05-26 | compat/mutex: drop const when casting mutex | Stanislaw Halik | |
Fixes const correctness in spline-widget | |||
2016-05-26 | spline-widget: move more from header | Stanislaw Halik | |
2016-05-26 | spline-widget: fix lack of initialization in one ctor | Stanislaw Halik | |
2016-05-26 | compat/options: don't emit a vtable for struct opts | Stanislaw Halik | |
It's for convenience in `struct settings' and not meant for casting to base class. | |||
2016-05-25 | compat/options: allow binding floats 0->1 to slider widgets | Stanislaw Halik | |
2016-05-25 | compat/options: konst korrektness | Stanislaw Halik | |
2016-05-25 | gui: replace octopus with a higher-res version | Stanislaw Halik | |
This version was compressed differently hence smaller size as well as higher resolution. cf. https://github.com/opentrack/opentrack/issues/265#issuecomment-221316940 Submitted-by: @MathijsG | |||
2016-05-23 | cmake: fix boilerplate for NO-LIBRARY + STAGE2 | Stanislaw Halik | |
2016-05-23 | cmake{/gui,}: make boilerplate usable for building the executable | Stanislaw Halik | |
2016-05-23 | cmake/x-plane-plugin: remove typo var name. enough to check for cxx | Stanislaw Halik | |
2016-05-23 | api/plugins: disable copy of plugin classes | Stanislaw Halik | |
Sometimes we dereference to cast to a reference. Prevent typos that cause copies. | |||
2016-05-22 | tracker/{aruco,ht,pt}: camera dialog class doesn't use a template now. | Stanislaw Halik | |
Adjust usages. | |||
2016-05-22 | {compat,api}/camera: make CoInitializeEx use the right threading apartment | Stanislaw Halik | |
2016-05-22 | proto/freetrack: runonce check can be a static member | Stanislaw Halik | |
Now that we have -fuse-cxa-atexit static dtors for modules are called as they should be. | |||
2016-05-22 | cmake/{linux,mingw-w64}.cmake: inline visibility hidden is redundant | Stanislaw Halik | |
With -fvisibility=hidden it's hidden anyway. | |||
2016-05-22 | filter/kalman: don't depend on whole videoio | Stanislaw Halik | |
2016-05-22 | compat/sleep: include headers outside namespace scope | Stanislaw Halik | |
2016-05-22 | cmake/many: update for dinput8 manual link removal | Stanislaw Halik | |
It's automatic now. | |||
2016-05-22 | cmake: rename macros -> boilerplate | Stanislaw Halik | |
2016-05-22 | cmake: simplify, avoid macros | Stanislaw Halik | |
Avoid macros when able to allow for scope control. Macros shove everything inside the parent scope. The lone remaining macro needs to be there since functions allow for a fixed amount of parameters. Link against dinput automatically since LTO will remove it if it's not needed anyway. Rift trackers don't presently need access to ${project}-all etc. so don't expose them through opentrack_rift_boilerplate yet. | |||
2016-05-21 | cmake: add osx -g also for lto caseopentrack-2.3-rc49p1 | Stanislaw Halik | |
2016-05-20 | Update README.md | Stanisław Halik | |
2016-05-20 | filter/accela: use less technical language in the UI | Stanislaw Halik | |
To name position tracking "translation" per se is unusual outside of geometry and hard sciences in general. Clear things up. Reported-by: @MathijsG Closes #359 | |||
2016-05-20 | Update README.md | Stanisław Halik | |
2016-05-20 | tracker/{pt,aruco} increase calibration interval | Stanislaw Halik | |
In particular PT's calibration interval was 10 Hz which is too much by far. Make both 4 Hz. Issue: #344 |