Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-12 | copyright in header only | Stanislaw Halik | |
2014-10-12 | comments only | Stanislaw Halik | |
2014-10-12 | spline editor needs discard changes on cancel | Stanislaw Halik | |
2014-10-12 | simplify, rename infix operator | Stanislaw Halik | |
2014-10-11 | less crapola | Stanislaw Halik | |
2014-10-11 | Avoid floating point division by zero | Stanislaw Halik | |
Maybe-fixes-issue: #79 | |||
2014-10-11 | time.h -> ctime | Stanislaw Halik | |
2014-10-11 | cleanup includes | Stanislaw Halik | |
2014-10-07 | Merge branch 'master' of https://github.com/opentrack/opentrack into | Donovan Baarda | |
dev/kalman. | |||
2014-10-05 | nix market pitch, aruco credit doesn't fit anymore sadly | Stanislaw Halik | |
2014-10-05 | nix cmath | Stanislaw Halik | |
2014-10-05 | tracker: cleanup | Stanislaw Halik | |
2014-10-05 | fix typo | Stanislaw Halik | |
2014-10-05 | allow for 180 pitch | Stanislaw Halik | |
2014-10-05 | cleanup some useless logic | Stanislaw Halik | |
2014-10-05 | whitespace only | Stanislaw Halik | |
2014-10-05 | mapping was set to nonsense when exceeded spline bounds | Stanislaw Halik | |
2014-10-05 | retab only | Stanislaw Halik | |
2014-10-05 | flush and push | Stanislaw Halik | |
2014-10-05 | flush | Stanislaw Halik | |
2014-10-04 | flush before windows breaks and data lossage | Stanislaw Halik | |
2014-10-03 | fix toggle axis enablement properly | Stanislaw Halik | |
2014-10-03 | prevent reset to origin on pause hotkey | Stanislaw Halik | |
Issue: #72 Reported-by: @Pretagonist | |||
2014-10-01 | prettify tarball names | Stanislaw Halik | |
2014-10-01 | add tarball target | Stanislaw Halik | |
2014-09-28 | fix pose digitcount | Stanislaw Halik | |
2014-09-28 | fix FreePIE udp sender finally | Stanislaw Halik | |
With enormous thanks to @KyokushinPL for resources invested. Issue: #48 | |||
2014-09-27 | don't recalculate covariance for N frames like a drooling retard | Stanislaw Halik | |
2014-09-27 | unbreak build, needs access from subclass | Stanislaw Halik | |
2014-09-27 | whitespace only | Stanislaw Halik | |
2014-09-27 | options: move to base class for clarity | Stanislaw Halik | |
2014-09-27 | make stuff private, not protected | Stanislaw Halik | |
clang generates warnings for unused private stuff, so use that. | |||
2014-09-27 | gitignore | Stanislaw Halik | |
2014-09-27 | freepie: once more, with feeling (tm) | Stanislaw Halik | |
- don't hand-code octet reversal - don't check for endianness every iteration - in flag_Raw case float[6] orient was being clobbered, use a temporary - reset float[6]* orient ptr to null after usage - don't special-case .apk sending too short dgrams Thanks-to: @KyokushinPL | |||
2014-09-27 | freepie: goddamn hell | Stanislaw Halik | |
2014-09-27 | freepie: try fix apk interop | Stanislaw Halik | |
Maybe @KyokushinPL gets it to work now Issue: #48 | |||
2014-09-27 | gain: stupido | Stanislaw Halik | |
2014-09-27 | ft2: more accurate descriptions | Stanislaw Halik | |
2014-09-27 | ft2: multiply right axis for "ezca mode" | Stanislaw Halik | |
Issue: #70 | |||
2014-09-26 | replace raw headpose box a bit | Stanislaw Halik | |
2014-09-25 | core: link with winmm on win32 | Stanislaw Halik | |
Reported-by: @KyokushinPL | |||
2014-09-25 | Merge remote-tracking branch 'remotes/origin/flush-20140924' into unstable | Stanislaw Halik | |
Note, only to linearize history. No changes made. | |||
2014-09-25 | how about this no-feed image? | Stanislaw Halik | |
2014-09-25 | frames got clobbered, opencv sucks as usual | Stanislaw Halik | |
2014-09-25 | gain progress | Stanislaw Halik | |
2014-09-24 | reorder some widgets | Stanislaw Halik | |
2014-09-24 | fix UI somewhat | Stanislaw Halik | |
After @KyokushinPL made look-and-feel changes, fix Qt layouts and property values. | |||
2014-09-24 | stock octopus drawing | Stanislaw Halik | |
2014-09-24 | missing header | Stanislaw Halik | |
2014-09-24 | CRLF -> LF conversion .git/index removal | Stanislaw Halik | |
Forgot to do it earlier, hence trash commits in recent days |