Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -31/+31 |
| | | | | Fixes #25316. | ||||
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | Moved member variables to initializer list | Wilson E. Alvarez | 2018-12-11 | 1 | -7/+7 |
| | |||||
* | Error running Expression.execute after parse error | santouits | 2018-10-28 | 1 | -0/+4 |
| | | | | There happens a segmentation fault when you use Expression.parse() and you don't check for errors and then run Expression.execute(). So we check if there was a parse error in the execute method now. | ||||
* | Add support for '.[0-9]' numbers in Expression | Rémi Verschelde | 2018-10-01 | 1 | -14/+21 |
| | | | | Fixes #21874, supersedes #22065. | ||||
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -7/+7 |
| | | | | | | This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | ||||
* | Add missing copyright headers | Rémi Verschelde | 2018-08-29 | 1 | -0/+30 |
| | |||||
* | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -4/+1 |
| | |||||
* | Fixed bugs in expression class | Daniel Eliasinski | 2018-08-23 | 1 | -2/+2 |
| | |||||
* | Fix clang compile error | Marcelo Fernandez | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | Ability to pass custom variables to expression. | Juan Linietsky | 2018-08-08 | 1 | -7/+23 |
| | |||||
* | -Add Expression class, used to evaluate expressions | Juan Linietsky | 2018-08-08 | 1 | -0/+2120 |
-Added expression evaluation to EditorSpinSlider, fixes #20813, fixes #18932 |