summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControlReference/FunctionExpression.cpp
AgeCommit message (Expand)Author
2024-04-12ExpressionParser: Support unary plus operator.Jordan Woyak
2022-10-11Input: Add "abs" input expression function.Jordan Woyak
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-08-02InputCommon: Add a handful of math functions to the expression parser.Admiral H. Curtiss
2020-02-08InputCommon: Allow controller settings specified with input expresions.Jordan Woyak
2019-11-22InputCommon/FunctionExpression: Use Yoda conditions, we do notLioncash
2019-11-22InputCommon/FunctionExpression: Remove unnecessary 'else' in MakeFunctionExpr...Lioncash
2019-11-22InputCommon/FunctionExpression: Make MakeFunctionExpression() take a std::str...Lioncash
2019-11-22InputCommon/FunctionExpression: Remove unused LOOP_MAX_REPS constantLioncash
2019-11-22InputCommon/FunctionExpression: Collapse namespacesLioncash
2019-11-22InputCommon/FunctionExpression: include <algorithm>Lioncash
2019-10-11ExpressionParser: Show error message with expected arguments.Jordan Woyak
2019-10-11ExpressionParser: Remove ! character from function syntax. Remove unused seri...Jordan Woyak
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-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