Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | |
For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there. | |||
2021-07-25 | Fix various typos with codespell | luz paz | |
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,fave,findn,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint` | |||
2021-05-20 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 2.0.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick fave findn GIRD 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 ``` | |||
2021-01-30 | Fix WebXRInterface code sample in the class reference | Hugo Locurcio | |
This also fixes the code sample's indentation to look correct in the editor help. | |||
2021-01-28 | Remove reference to CanvasLayer in WebXR example, because it can cause ↵ | David Snopek | |
rendering issues in AR. | |||
2021-01-06 | doc: Sync classref with current source | Rémi Verschelde | |
2021-01-04 | Add support for WebXR | David Snopek | |