Rémi Verschelde
|
a485d862f1
|
doc: Sync classref with current source
|
2019-04-25 14:00:31 +02:00 |
|
Rémi Verschelde
|
53d73f59eb
|
doc: Drop unused <demos> tag
(cherry picked from commit 6af69f851a )
|
2019-04-19 13:10:25 +02:00 |
|
Rémi Verschelde
|
51f6138cb3
|
doc: Sync classref with current source
|
2019-03-12 17:03:35 +01:00 |
|
Rémi Verschelde
|
5fc86026ca
|
Fix typos with codespell
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-02-13 09:23:29 +01:00 |
|
JFonS
|
e90fb5b0ab
|
Minor fixes and documentation for Spatial Gizmos
|
2019-01-27 18:40:01 +01:00 |
|
JFonS
|
6b15b4f904
|
Expose the new gizmo plugin system to scripting
|
2018-12-21 23:56:39 +01:00 |
|