Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-23 | options: fix cookie logic | Stanislaw Halik | |
2014-09-22 | fix timer uninitialized memory access | Stanislaw Halik | |
2014-09-22 | fixup! fix Wine proto bitrot | Stanislaw Halik | |
2014-09-22 | get rid of evil CALLING_CONVENTION macro | Stanislaw Halik | |
2014-09-22 | options: bundle no longer a QObject | Stanislaw Halik | |
2014-09-22 | fixup! fix Linux build | Stanislaw Halik | |
2014-09-22 | fix Linux build | Stanislaw Halik | |
2014-09-22 | remove "second tracker" support | Stanislaw Halik | |
Was always a kludge. | |||
2014-09-22 | core: clean up dll logic | Stanislaw Halik | |
2014-09-22 | unused #define declspec dllimport -> #error | Stanislaw Halik | |
2014-09-22 | core: plugin-api.hpp now exclusively provides interface | Stanislaw Halik | |
2014-09-22 | only remove "no feed" image if tracker provides a video feed | Stanislaw Halik | |
2014-09-21 | indicate UI contains a "video feed" element | Stanislaw Halik | |
2014-09-21 | adjust some UI stuff, breaks muscle memory sadly | Stanislaw Halik | |
2014-09-21 | reorder access(2) header for clarity | Stanislaw Halik | |
2014-09-21 | use more savory UI style on win32 | Stanislaw Halik | |
2014-09-21 | core: nix support for camera device identifier | Stanislaw Halik | |
2014-09-21 | crop to make icon less bad | Stanislaw Halik | |
2014-09-21 | nix needless include, less rebuild time | Stanislaw Halik | |
2014-09-20 | avoid rebuild after commit | Stanislaw Halik | |
Issue: #59 | |||
2014-09-19 | reorder, pedantry | Stanislaw Halik | |
2014-09-19 | cleanup mapping codeopentrack-2.2-end-of-alpha | Stanislaw Halik | |
There was quite a bit of duplicated logic, which wasn't duplicated where it needed to be. Make functions out of the duplicated bits, then call where appropriate. Issue: #56 | |||
2014-09-18 | cleanup qfc | Stanislaw Halik | |
Issue: #44 Remove confusing logic and retarded comments by the usual offender. Change prototypes a bit for clarity's sake again. | |||
2014-09-18 | Revert "initialize COM on _WIN32 as per Win32 API" | Stanislaw Halik | |
This reverts commit 03e4d58bbbbfb5d841354a34a2e2dc317b189deb. Issue: #53 Ironically breaks Windows open/save dialogs | |||
2014-09-17 | add remap labels | Stanislaw Halik | |
Issue: #52 | |||
2014-09-17 | nix explicit malloc | Stanislaw Halik | |
simplifies, allows for copy operator | |||
2014-09-17 | initialize COM on _WIN32 as per Win32 API | Stanislaw Halik | |
For API correctness only. It worked without issues since ever. | |||
2014-09-17 | keep using raw headpose in ui | Stanislaw Halik | |
Issue: #52 | |||
2014-09-17 | hook up axis src logic | Stanislaw Halik | |
Issue: #52 | |||
2014-09-17 | simplify alt axis logic | Stanislaw Halik | |
2014-09-17 | hook up axis source options | Stanislaw Halik | |
Issue: #52 | |||
2014-09-17 | ctor brevity | Stanislaw Halik | |
2014-09-13 | nix comment cancer | Stanislaw Halik | |
2014-09-13 | Remove incorrect ownership | Stanislaw Halik | |
2014-08-31 | remove dead code | Stanislaw Halik | |
2014-08-30 | remove MSVC support | Stanislaw Halik | |
Leave as-is to avoid unconditionally assuming GNU extensions and ABI | |||
2014-08-30 | use our own clock_gettime on win32 | Stanislaw Halik | |
2014-07-28 | build system bug not relevant anymore | Stanislaw Halik | |
2014-07-27 | further rename fixes | Stanislaw Halik | |
2014-07-27 | rename file so that name makes any sense | Stanislaw Halik | |
2014-07-27 | nix nonsensical typedef naming | Stanislaw Halik | |
2014-07-11 | some java-ism dirt nap | Stanislaw Halik | |
2014-07-11 | main ui: change profile cbx content when dir switch | Stanislaw Halik | |
2014-07-11 | print some debug on win32 as well | Stanislaw Halik | |
2014-06-16 | Revert "lerp class to simplify filter flow" | Stanislaw Halik | |
This reverts commit 5409f26675a444170b3a68fc9750742cc68aaa1d. | |||
2014-06-16 | Revert "lerp: didn't work at all, now does" | Stanislaw Halik | |
This reverts commit a21435cb6fe163d6579f3fd3d42ad11c54037036. | |||
2014-06-14 | tracker: reduce sleep if taking too long | Stanislaw Halik | |
2014-06-14 | lerp: didn't work at all, now does | Stanislaw Halik | |
2014-06-14 | timer: switch to nanosecond precision | Stanislaw Halik | |
2014-06-14 | lerp class to simplify filter flow | Stanislaw Halik | |