Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-13 | Fix typos with codespell | RĂ©mi Verschelde | |
Using codespell 1.14.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang doubleclick lod nd numer que te unselect EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-01-27 | Minor fixes and documentation for Spatial Gizmos | JFonS | |
2018-12-21 | Expose the new gizmo plugin system to scripting | JFonS | |