summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_udp
AgeCommit message (Collapse)Author
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224
2015-10-08fix clang warningsopentrack-2.3-rc19Stanislaw Halik
2015-08-25udp-tracker: silence harmless warningStanislaw Halik
Reported-by: many
2015-08-22props changed onlyStanislaw Halik
Some source files had executable bit on. Remove it.
2015-08-11tracker-udp: prevent read past end of bufferStanislaw Halik
Can happen with incorrect .ini values.
2015-07-20add my own copyrightStanislaw Halik
We need copyright on contributions or else it defaults to granting no rights.
2015-07-16all: use macros for symbol exposureStanislaw Halik
2015-07-08retab and reformat onlyStanislaw Halik
2015-06-06udp tracker: allow for adding +-90/+-180 to each axisStanislaw Halik
Follows similar code in freepie-udp tracker. Helps with centering on inertial devices.
2015-05-22all: implicitly cancel on form dialog closeStanislaw Halik
2014-12-14bind socket on worker thread for thread ownershipStanislaw Halik
2014-10-19decruft moreStanislaw Halik
2014-10-19update modules to refactored APIStanislaw Halik
2014-10-14update options apiStanislaw Halik
2014-09-24CRLF -> LF conversion .git/index removalStanislaw Halik
Forgot to do it earlier, hence trash commits in recent days
2014-09-22get rid of evil CALLING_CONVENTION macroStanislaw Halik
2014-09-22nix looooong copyright notices now that they don't applyStanislaw Halik
2014-09-22udp: cleanup, reduce mtx contentionStanislaw Halik
2014-09-22win32: all plugins in Windows binary distro updated to new apiStanislaw Halik
2014-09-22remove obsolete axis selector from trackersStanislaw Halik
2014-09-18header cleanup onlyStanislaw Halik
2014-08-30remove capt obvious commentsStanislaw Halik
2014-07-27rename file so that name makes any senseStanislaw Halik
2014-07-11udp tracker: drop ui port range constraintStanislaw Halik
2014-07-11some java-ism dirt napStanislaw Halik
2014-01-15make all tracker/protocol/filter dialogs non-modalStanislaw Halik
2014-01-05remove settings dialog copypasted all over, losing functionalityStanislaw Halik
2014-01-05change icons, remove self-referencesStanislaw Halik
2014-01-05rename window titles following the forkStanislaw Halik
2014-01-01UDP: fill in description stringsStanislaw Halik
2014-01-01don't reference QSettings anymoreStanislaw Halik
2013-12-31udp: use settings frameworkStanislaw Halik
2013-12-31meta: get rid of Initialize(), now RAIIStanislaw Halik
2013-12-10s/Give/Get/Stanislaw Halik
2013-12-10remove return value from GiveHeadPoseDataStanislaw Halik
2013-10-17all except 3rdparty-maintained stuff pass -Wall -Wextra -pedanticStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-09-17Rename UDP protocol description only.Stanislaw Halik
NB ABI compat with facetracknoir was lost due to removal of unused struct member.
2013-09-15Simplify tracker APIStanislaw Halik
No need to have a separate finalization function, can just as well sleep in the destructor.
2013-09-15Make every tracker/protocol/filter dialog modalStanislaw Halik
This is since changing the tracker/protocol/filter from a combobox will cause a use-after-free and a nasty crash.
2013-09-14Downcase settings directory. Only affects LinuxStanislaw Halik
2013-09-14Run dos2unix on the tree. No user-facing changes.Stanislaw Halik
2013-09-13Remove per-file version history. Be careful not to touch copyright information.Stanislaw Halik
2013-06-27Rename R[XYZ] to Yaw, Pitch, Roll to avoid confusionStanislaw Halik
Requested-by: mm0zct
2013-06-06Remove dead codeStanislaw Halik
2013-04-29Rename global settings locationStanislaw Halik
2013-04-29Correct prototypesStanislaw Halik
2013-04-27UDP: Initialize member variableStanislaw Halik
2013-04-26Cleanup: don't inherit from UI class since it's a member tooStanislaw Halik
2013-04-13Don't use axes as class/struct members. Use an array instead, and iterate ↵Stanislaw Halik
over them where applicable.
2013-04-02Just put everything new in. Conflict resolution will be laterStanislaw Halik