summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_vjoy
AgeCommit message (Collapse)Author
2014-09-22get rid of evil CALLING_CONVENTION macroStanislaw Halik
2014-09-22virtual function misuse (don't create needless VPTR all over)Stanislaw Halik
2014-09-22nix spurious warningStanislaw Halik
2014-09-22win32: all plugins in Windows binary distro updated to new apiStanislaw Halik
2014-09-18header cleanup onlyStanislaw Halik
2014-09-18nix vjoy warningStanislaw Halik
2014-08-30remove MSVC supportStanislaw Halik
Leave as-is to avoid unconditionally assuming GNU extensions and ABI
2014-08-30remove capt obvious commentsStanislaw Halik
2014-07-27Finish rename for all platformsStanislaw Halik
2014-05-30vjoy: Fix POV hat stateStanislaw Halik
POV hat key was always stuck in one position, confusing certain games. Reported-by: ASQ_Dak Fix-by: Rickard Öberg Tested-by: no one at all!
2014-01-15make all tracker/protocol/filter dialogs non-modalStanislaw Halik
2013-12-31meta: get rid of Initialize(), now RAIIStanislaw Halik
2013-10-19Fix proto/filter dtor not being calledStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> Reported-by: mm0zct
2013-10-17fix win32 build breakageStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-15fix vjoy the hard wayStanislaw Halik
2013-10-15try to fix #define min in M$ headersStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-09-16VJoy: correct visibility of getGameName()Stanislaw Halik
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-15Fix mingw-w64 cross-compile from LinuxStanislaw Halik
Case-sensitivity and MSVC-isms bite again.
2013-06-27Rename R[XYZ] to Yaw, Pitch, Roll to avoid confusionStanislaw Halik
Requested-by: mm0zct
2013-06-06Remove dead codeStanislaw Halik
2013-04-29VJoy protocolStanislaw Halik