index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
InputCommon
/
ControlReference
Age
Commit message (
Expand
)
Author
2020-03-24
Cleanup warnings of -Wmissing-declarations
Jun Su
2020-02-09
InputCommon: Eliminate some duplicated button threshold logic.
Jordan Woyak
2020-02-08
InputCommon: Allow controller settings specified with input expresions.
Jordan Woyak
2019-11-22
InputCommon/FunctionExpression: Use Yoda conditions, we do not
Lioncash
2019-11-22
InputCommon/FunctionExpression: Remove unnecessary 'else' in MakeFunctionExpr...
Lioncash
2019-11-22
InputCommon/FunctionExpression: Make MakeFunctionExpression() take a std::str...
Lioncash
2019-11-22
InputCommon/FunctionExpression: Remove unused LOOP_MAX_REPS constant
Lioncash
2019-11-22
InputCommon/FunctionExpression: Remove cyclical include
Lioncash
2019-11-22
InputCommon/FunctionExpression: Collapse namespaces
Lioncash
2019-11-22
InputCommon/FunctionExpression: include <algorithm>
Lioncash
2019-11-06
InputCommon: Make the "input gate" not racey.
Jordan Woyak
2019-10-25
InputCommon: Change "EOF" to "end of expression" in user facing string
JosJuice
2019-10-20
ExpressionParser: Add XOR operator.
Jordan Woyak
2019-10-12
ExpressionParser: Make Lexer ctor explicit and move argument.
Jordan Woyak
2019-10-12
ExpressionParser: Add support for /* */ style comments.
Jordan Woyak
2019-10-11
ExpressionParser: Show error message with expected arguments.
Jordan Woyak
2019-10-11
ExpressionParser: Remove ! character from function syntax. Remove unused seri...
Jordan Woyak
2019-10-11
ExpressionParser: Remove !while and add optional 2nd argument to !smooth.
Jordan Woyak
2019-10-11
ExpressionParser/DolphinQt: Added parse results to UI.
Jordan Woyak
2019-10-11
DolphinQT: Add syntax highlighting from tokenizer data.
Jordan Woyak
2019-10-11
ExpressionParser: Clean up some redundant using-declarations and wrong comments.
Jordan Woyak
2019-10-11
ExpressionParser: Add !pulse function that evaluates to 1.0 for N seconds for...
Jordan Woyak
2019-10-11
ExpressionParser: Add relative input function.
Jordan Woyak
2019-10-11
ExpressionParser: Fix timer function with negative values.
Jordan Woyak
2019-10-11
ExpressionParser: Add !tap function which activates after X (defaults to 2) t...
Jordan Woyak
2019-10-11
ExpressionParser: Add !hold function that activates after input is held for N...
Jordan Woyak
2019-10-11
ExpressionParser: Add function to smooth inputs.
Jordan Woyak
2019-10-11
ExpressionParser: Add deadzone function.
Jordan Woyak
2019-10-11
ExpressionParser: Add optional 2nd argument to toggle function which clears s...
Jordan Woyak
2019-10-11
ExpressionParser: Move FunctionExpression type definitions into another file.
Jordan Woyak
2019-10-11
ExpressionParser: Allow unary functions to be used without parens around the ...
Jordan Woyak
2019-10-11
ExpressionParser: Make function names case sensitive.
Jordan Woyak
2019-10-11
ExpressionParser: Rename some functions and return a syntax error on trailing...
Jordan Woyak
2019-10-11
ExpressionParser: Change function argument syntax to something more c++-like.
Jordan Woyak
2019-10-11
ExpressionParser: Fix negative literals and support unary minus operator.
Jordan Woyak
2019-10-11
ExpressionParser: Suppport N-ary functions. Arguments are read LISP style. N ...
Jordan Woyak
2019-10-11
ExpressionParser: Replace the timer literal with a timer function that increa...
Jordan Woyak
2019-10-11
ExpressionParser: Clean up string lexing and support numeric literals without...
Jordan Woyak
2019-10-11
ExpressionParser: operator precedence.
Jordan Woyak
2019-10-11
ExpressionParser: Add !while loop unary expression. Limited to 10000 reps to ...
Jordan Woyak
2019-10-11
ExpressionParser: cleanup.
Jordan Woyak
2019-10-11
ExpressionParser: Conditional operator. A binary op that evals the rhs if lhs...
Jordan Woyak
2019-10-11
ExpressionParser: Add less-than and greater-than operators.
Jordan Woyak
2019-10-11
ExpressionParser: Renamed ControlFinder to ControlEnvironment. Added support ...
Jordan Woyak
2019-10-11
ExpressionParser: Add mod operator, sin function, and timer "constant" which ...
Jordan Woyak
2019-10-11
ExpressionParser: Expand ! symbol to allow for named unary functions. Added !...
Jordan Woyak
2019-10-11
ExpressionParser: Add multiplication and division operators. (division by zer...
Jordan Woyak
2019-10-11
ExpressionParser: Add support for literals.
Jordan Woyak
2019-06-17
InputCommon: Use nested namespace specifiers where applicable
Lioncash
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
[prev]
[next]