Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-27 | Android: Style fixes to manifest and build.gradle | Rémi Verschelde | |
2019-07-02 | Make the meta-data name attribute settable. This will facilitate reuse for ↵ | fhuya | |
ARCore integration. | |||
2019-07-02 | Add XR mode selection to the Android export process. | fhuya | |
2019-05-19 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.15.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear doubleclick 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 ``` | |||
2019-04-24 | Remove forgotten strings in configuration files | Juan Linietsky | |
2019-04-07 | Android now (optionally) builds the template when exporting | Juan Linietsky | |
Added new way to create add-ons Removed old way to create add-ons |