Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-25 | ui: create an empty config properly in another code branch | Stanislaw Halik | |
Missed in c0d1d315a7a62f8d8453a037073b8e95565cf482 | |||
2015-08-25 | udp-tracker: silence harmless warning | Stanislaw Halik | |
Reported-by: many | |||
2015-08-24 | plugin-support: fix typo | Stanislaw Halik | |
2015-08-24 | plugin-support: set more sane RTLD flags | Stanislaw Halik | |
We might need RTLD_DEEPBIND if there are symbol-related crashes. | |||
2015-08-24 | plugin-support: free modules from address space when needed | Stanislaw Halik | |
This is groundwork for #226, even though modules still need not to load all at once and persist till program stop. This issue only affects Linux. | |||
2015-08-24 | ui: rename symbol to reflect current usage | Stanislaw Halik | |
2015-08-24 | ui: move some slots to private | Stanislaw Halik | |
2015-08-24 | ui, shortcuts: these are slots, actually | Stanislaw Halik | |
2015-08-24 | ui: no need to write anything to new empty config | Stanislaw Halik | |
2015-08-24 | ui: avoid potential memory leak | Stanislaw Halik | |
While not having tested with valgrind, setMenu() doesn't seem to take ownership of QMenu. Ensure it's not leaked. | |||
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 | |