summaryrefslogtreecommitdiffhomepage
path: root/logic/shortcuts.cpp
AgeCommit message (Collapse)Author
2018-07-03logic/shortcuts: destructure binding; avoid captureStanislaw Halik
wrt capture: If a lambda-expression [...] captures a structured binding (explicitly or implicitly), the program is ill-formed. -- P0588R1, Core issue 2313 Also it's unnecessary to make the removed lambda.
2018-06-26modernize C++ syntaxStanislaw Halik
No visible changes (hopefully).
2018-01-17compat: get rid of string literal operatorStanislaw Halik
2018-01-16cleanupStanislaw Halik
2018-01-10many: spring cleanupStanislaw Halik
2017-12-18compat, x-plane: get rid of attribute unused macroStanislaw Halik
2017-05-30fix linux hotkeysStanislaw Halik
Requested-by: @miniskipper and many others
2017-02-27logic/shortcuts: free all heap memory in dtorStanislaw Halik
2017-02-25logic/shortcuts: remove shared_ptr usageStanislaw Halik
2016-09-06logic/shortcuts: fix "held" not initialized for joysticksStanislaw Halik
Reported-by: @Sone989 Issue: #440
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.