summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_mouse/ftnoir_protocol_mouse.cpp
AgeCommit message (Collapse)Author
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224
2015-10-06mouse: decruftStanislaw Halik
Fix Qt layouts, add to comboboxen using Qt Designer
2015-07-20mouse: replace copyrightStanislaw Halik
The mouse tracker was entirely rewritten since.
2015-07-16all: use macros for symbol exposureStanislaw Halik
2015-05-22mouse: use different API to make it work in gamesopentrack-2.3-rc11Stanislaw Halik
2015-03-25mouse: move mouse relative to last cursor positionStanislaw Halik
Makes mouse output actually useful for fullscreen games. Issue: #113
2015-01-05remove needless settings reload in dialogsStanislaw Halik
Options handling was fixed to pass the same bundle to all consumers. There's no need to reload it explicitly anymore.
2014-10-19decruft moreStanislaw Halik
2014-10-19update modules to refactored APIStanislaw Halik
2014-09-22get rid of evil CALLING_CONVENTION macroStanislaw Halik
2014-09-22win32: all plugins in Windows binary distro updated to new apiStanislaw Halik
2014-09-20add todo via web uiStanislaw Halik
Issue: #52 (closed already)
2014-07-27Finish rename for all platformsStanislaw Halik
2014-01-01settings for mouseStanislaw Halik
2013-10-17fix win32 build breakageStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
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-25Fix typo precluding roll axis from workingStanislaw Halik
2013-06-24Fix mouse protocol, remove most of the options for simplicity's sakeStanislaw Halik
2013-06-06Remove dead codeStanislaw Halik
2013-04-29Rename global settings locationStanislaw Halik
2013-04-29Correct prototypesStanislaw Halik
2013-04-27Remove old way of getting the game name, which had a buffer size cap.Stanislaw 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
2013-03-22Remove .bat files, actually finish rename this timeStanislaw Halik