Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-23 | ft: new game support | Stanislaw Halik | |
2015-08-23 | game-data: chomp newlines in extractor | Stanislaw Halik | |
Some of the XML data is malformed. Chomp newlines to ease Perl's job. | |||
2015-08-22 | ui: append extension in the right place | Stanislaw Halik | |
Otherwise, file can be overwritten accidentally | |||
2015-08-22 | simple-mat: fix arglist SFINAE | Stanislaw Halik | |
Constructor was always available, enable_if faultily allowed it to accept an arbitrary amount of parameters. The `assignable' bit is redundant and broken, anyway static_cast<num>(x)... takes care of type compatibility. | |||
2015-08-22 | simple-mat: can use static_cast here | Stanislaw Halik | |
2015-08-22 | nix default empty config. it gets created on its own. | Stanislaw Halik | |
2015-08-22 | ui: these aren't qt slots | Stanislaw Halik | |
2015-08-22 | ui: nix wrong headers | Stanislaw Halik | |
2015-08-22 | ui: remove GNU GPL | Stanislaw Halik | |
Nothing copyrightable under GNU GPL remains. We can FINALLY remove previous copyright statement and GNU GPL terms. Issue: #226 | |||
2015-08-22 | ui: simplify condition | Stanislaw Halik | |
2015-08-22 | props changed only | Stanislaw Halik | |
Some source files had executable bit on. Remove it. | |||
2015-08-22 | main, ui: store config files in a predefined directory | Stanislaw Halik | |
Settings files are now stored in Documents/opentrack-version. The transition path is to copy all .ini files into that directory, accessible through the "Profile" menu dropdown. Issue: #179 | |||
2015-08-22 | pt: show extracted points' areas and success count | Stanislaw Halik | |
2015-08-22 | close dialogs on switch to new module | Stanislaw Halik | |
Don't preemptively close dialog on tracking stop, that's annoying for users. | |||
2015-08-22 | nix header | Stanislaw Halik | |
2015-08-21 | fixed path to opentrack-tracker-rs-impl.exe (RealSense tracker) | Xavier Hallade | |
2015-08-21 | oops, move to correct block | Stanislaw Halik | |
2015-08-21 | document new tracker + credit for author | Stanislaw Halik | |
2015-08-21 | Merge pull request #223 from ph0b/unstable | Stanisław Halik | |
adding a tracker that gets head tracking from the RealSense SDK | |||
2015-08-21 | added a tracker that uses the RealSense SDK | Xavier Hallade | |
2015-08-21 | close fsuipc handle before unloading dll | Stanislaw Halik | |
2015-08-21 | pose-widget: use unsigned char, sprinkle constopentrack-2.3-rc16 | Stanislaw Halik | |
2015-08-21 | csv: use unsigned char in scanf | Stanislaw Halik | |
2015-08-18 | nix -Wnarrowing, not needed since previous commit | Stanislaw Halik | |
2015-08-18 | simple-mat: replace initializer_list with variadic ctor | Stanislaw Halik | |
Gives us type safety rather than argument count mismatch. Also there's no more narrowing conversion issue. Replace usages. Explicitly delete initializer_list ctor. | |||
2015-08-18 | pt, aruco: another take at focal length formula | Stanislaw Halik | |
Aspect ratio is meant to be viewport's ratio, not diagonal to axis. | |||
2015-08-18 | simple-mat: __inline -> inline for C++ | Stanislaw Halik | |
2015-08-18 | simple-mat: don't inline so much | Stanislaw Halik | |
2015-08-14 | reformat | Stanislaw Halik | |
2015-08-14 | run basename on Linux process detector | Stanislaw Halik | |
2015-08-14 | fix Linux game detection code | Stanislaw Halik | |
Issue: #181 | |||
2015-08-13 | fixed process detector for OSX | Stanislaw Halik | |
Issue: #181 | |||
2015-08-13 | initial broken multi-platform process lister | Stanislaw Halik | |
2015-08-13 | fsuipc: add comment | Stanislaw Halik | |
2015-08-13 | cmake: actually fix msvc subsystem to support xp | Stanislaw Halik | |
2015-08-13 | cmake: remove obsolete hack | Stanislaw Halik | |
2015-08-13 | pose-widget: const nonsense | Stanislaw Halik | |
2015-08-13 | tracker: no need to run logic() at all | Stanislaw Halik | |
2015-08-13 | tracker: use concise syntax for vector access | Stanislaw Halik | |
2015-08-13 | update mingw-w64 cmake toolchain file | Stanislaw Halik | |
2015-08-11 | qfc: type mismatch | Stanislaw Halik | |
2015-08-11 | qfc: add comment | Stanislaw Halik | |
2015-08-11 | tracker-udp: prevent read past end of buffer | Stanislaw Halik | |
Can happen with incorrect .ini values. | |||
2015-08-11 | simple-mat: open-code more, add comment | Stanislaw Halik | |
2015-08-11 | pose-widget: we no longer warn on narrowing conversions | Stanislaw Halik | |
2015-08-11 | pose-widget: don't pollute global namespace | Stanislaw Halik | |
2015-08-11 | pose-widget: use floats | Stanislaw Halik | |
2015-08-11 | simple-mat: open-code operator()(x, y) calls | Stanislaw Halik | |
2015-08-09 | main: apply center pose after compensation | Stanislaw Halik | |
Issue: #212 | |||
2015-08-09 | main: remap axis before mapping | Stanislaw Halik | |
Issue: #213 |