summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControlReference
AgeCommit message (Expand)Author
2019-10-11ExpressionParser: Remove !while and add optional 2nd argument to !smooth.Jordan Woyak
2019-10-11ExpressionParser/DolphinQt: Added parse results to UI.Jordan Woyak
2019-10-11DolphinQT: Add syntax highlighting from tokenizer data.Jordan Woyak
2019-10-11ExpressionParser: Clean up some redundant using-declarations and wrong comments.Jordan Woyak
2019-10-11ExpressionParser: Add !pulse function that evaluates to 1.0 for N seconds for...Jordan Woyak
2019-10-11ExpressionParser: Add relative input function.Jordan Woyak
2019-10-11ExpressionParser: Fix timer function with negative values.Jordan Woyak
2019-10-11ExpressionParser: Add !tap function which activates after X (defaults to 2) t...Jordan Woyak
2019-10-11ExpressionParser: Add !hold function that activates after input is held for N...Jordan Woyak
2019-10-11ExpressionParser: Add function to smooth inputs.Jordan Woyak
2019-10-11ExpressionParser: Add deadzone function.Jordan Woyak
2019-10-11ExpressionParser: Add optional 2nd argument to toggle function which clears s...Jordan Woyak
2019-10-11ExpressionParser: Move FunctionExpression type definitions into another file.Jordan Woyak
2019-10-11ExpressionParser: Allow unary functions to be used without parens around the ...Jordan Woyak
2019-10-11ExpressionParser: Make function names case sensitive.Jordan Woyak
2019-10-11ExpressionParser: Rename some functions and return a syntax error on trailing...Jordan Woyak
2019-10-11ExpressionParser: Change function argument syntax to something more c++-like.Jordan Woyak
2019-10-11ExpressionParser: Fix negative literals and support unary minus operator.Jordan Woyak
2019-10-11ExpressionParser: Suppport N-ary functions. Arguments are read LISP style. N ...Jordan Woyak
2019-10-11ExpressionParser: Replace the timer literal with a timer function that increa...Jordan Woyak
2019-10-11ExpressionParser: Clean up string lexing and support numeric literals without...Jordan Woyak
2019-10-11ExpressionParser: operator precedence.Jordan Woyak
2019-10-11ExpressionParser: Add !while loop unary expression. Limited to 10000 reps to ...Jordan Woyak
2019-10-11ExpressionParser: cleanup.Jordan Woyak
2019-10-11ExpressionParser: Conditional operator. A binary op that evals the rhs if lhs...Jordan Woyak
2019-10-11ExpressionParser: Add less-than and greater-than operators.Jordan Woyak
2019-10-11ExpressionParser: Renamed ControlFinder to ControlEnvironment. Added support ...Jordan Woyak
2019-10-11ExpressionParser: Add mod operator, sin function, and timer "constant" which ...Jordan Woyak
2019-10-11ExpressionParser: Expand ! symbol to allow for named unary functions. Added !...Jordan Woyak
2019-10-11ExpressionParser: Add multiplication and division operators. (division by zer...Jordan Woyak
2019-10-11ExpressionParser: Add support for literals.Jordan Woyak
2019-06-17InputCommon: Use nested namespace specifiers where applicableLioncash
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-03-21Core/Host: Allow frontends to block inputsspycrab
2019-03-03ControllerInterface/DolphinQt: Make mapping "all devices" way less hacky.Jordan Woyak
2019-03-03ControllerInterface: Input detection improvements.Jordan Woyak
2019-02-13Use empty instead of sizeFilip Gawin
2018-12-22ControllerInterface: Make CoalesceExpression not set the inactive child's val...Jordan Woyak
2018-04-19THis fixes issue #08 and #16, the rumble test and sliderConnor Roth
2018-04-12Reformat all the things!spycrab
2017-09-14ExpressionParser: std::move() tokens vector to parserMichael M
2017-09-14ControlReference: don't reparse expression when references are updatedMichael M
2017-09-14ControlReference/ExpressionParser: separate parsing from bindingMichael M
2017-09-14ExpressionParser: add FallbackExpression node typeMichael M
2017-09-14ExpressionParser: expose ExpressionNode directlyMichael M
2017-09-14ParseStatus: replace NoDevice with EmptyExpressionMichael M
2017-09-14ExpressionParser: remove DummyExpressionMichael M
2017-09-14ExpressionParser: clean up ControlExpressionMichael M
2017-09-14ExpressionParser: replace bare pointers with unique_ptrsMichael M
2017-09-14ExpressionParser: use internal ParseResult struct instead of out-paramsMichael M