Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-18 | Fix typos with codespell | RĂ©mi Verschelde | |
Using codespell 1.17.1. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick fave findn leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2020-09-14 | Add test cases for numeric literals with underscores | Pawel Lampe | |
2020-08-27 | Add a test suite for Expression | Hugo Locurcio | |
This also makes the first parameter of `Expression::execute()` optional from C++. Previously, it was only optional in the scripting API. |