Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-08 | fix clang warningsopentrack-2.3-rc19 | Stanislaw Halik | |
2015-08-25 | udp-tracker: silence harmless warning | Stanislaw Halik | |
Reported-by: many | |||
2015-08-22 | props changed only | Stanislaw Halik | |
Some source files had executable bit on. Remove it. | |||
2015-08-11 | tracker-udp: prevent read past end of buffer | Stanislaw Halik | |
Can happen with incorrect .ini values. | |||
2015-07-20 | add my own copyright | Stanislaw Halik | |
We need copyright on contributions or else it defaults to granting no rights. | |||
2015-07-16 | all: use macros for symbol exposure | Stanislaw Halik | |
2015-07-08 | retab and reformat only | Stanislaw Halik | |
2015-06-06 | udp tracker: allow for adding +-90/+-180 to each axis | Stanislaw Halik | |
Follows similar code in freepie-udp tracker. Helps with centering on inertial devices. | |||
2015-05-22 | all: implicitly cancel on form dialog close | Stanislaw Halik | |
2014-12-14 | bind socket on worker thread for thread ownership | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |
2014-10-19 | update modules to refactored API | Stanislaw Halik | |
2014-10-14 | update options api | Stanislaw Halik | |
2014-09-24 | CRLF -> LF conversion .git/index removal | Stanislaw Halik | |
Forgot to do it earlier, hence trash commits in recent days | |||
2014-09-22 | get rid of evil CALLING_CONVENTION macro | Stanislaw Halik | |
2014-09-22 | nix looooong copyright notices now that they don't apply | Stanislaw Halik | |
2014-09-22 | udp: cleanup, reduce mtx contention | Stanislaw Halik | |
2014-09-22 | win32: all plugins in Windows binary distro updated to new api | Stanislaw Halik | |
2014-09-22 | remove obsolete axis selector from trackers | Stanislaw Halik | |
2014-09-18 | header cleanup only | Stanislaw Halik | |
2014-08-30 | remove capt obvious comments | Stanislaw Halik | |
2014-07-27 | rename file so that name makes any sense | Stanislaw Halik | |
2014-07-11 | udp tracker: drop ui port range constraint | Stanislaw Halik | |
2014-07-11 | some java-ism dirt nap | Stanislaw Halik | |
2014-01-15 | make all tracker/protocol/filter dialogs non-modal | Stanislaw Halik | |
2014-01-05 | remove settings dialog copypasted all over, losing functionality | Stanislaw Halik | |
2014-01-05 | change icons, remove self-references | Stanislaw Halik | |
2014-01-05 | rename window titles following the fork | Stanislaw Halik | |
2014-01-01 | UDP: fill in description strings | Stanislaw Halik | |
2014-01-01 | don't reference QSettings anymore | Stanislaw Halik | |
2013-12-31 | udp: use settings framework | Stanislaw Halik | |
2013-12-31 | meta: get rid of Initialize(), now RAII | Stanislaw Halik | |
2013-12-10 | s/Give/Get/ | Stanislaw Halik | |
2013-12-10 | remove return value from GiveHeadPoseData | Stanislaw Halik | |
2013-10-17 | all except 3rdparty-maintained stuff pass -Wall -Wextra -pedantic | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-09-17 | Rename UDP protocol description only. | Stanislaw Halik | |
NB ABI compat with facetracknoir was lost due to removal of unused struct member. | |||
2013-09-15 | Simplify tracker API | Stanislaw Halik | |
No need to have a separate finalization function, can just as well sleep in the destructor. | |||
2013-09-15 | Make every tracker/protocol/filter dialog modal | Stanislaw Halik | |
This is since changing the tracker/protocol/filter from a combobox will cause a use-after-free and a nasty crash. | |||
2013-09-14 | Downcase settings directory. Only affects Linux | Stanislaw Halik | |
2013-09-14 | Run dos2unix on the tree. No user-facing changes. | Stanislaw Halik | |
2013-09-13 | Remove per-file version history. Be careful not to touch copyright information. | Stanislaw Halik | |
2013-06-27 | Rename R[XYZ] to Yaw, Pitch, Roll to avoid confusion | Stanislaw Halik | |
Requested-by: mm0zct | |||
2013-06-06 | Remove dead code | Stanislaw Halik | |
2013-04-29 | Rename global settings location | Stanislaw Halik | |
2013-04-29 | Correct prototypes | Stanislaw Halik | |
2013-04-27 | UDP: Initialize member variable | Stanislaw Halik | |
2013-04-26 | Cleanup: don't inherit from UI class since it's a member too | Stanislaw Halik | |
2013-04-13 | Don't use axes as class/struct members. Use an array instead, and iterate ↵ | Stanislaw Halik | |
over them where applicable. | |||
2013-04-02 | Just put everything new in. Conflict resolution will be later | Stanislaw Halik | |
2013-03-22 | Remove .bat files, actually finish rename this time | Stanislaw Halik | |