Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-25 | Update WebXR tutorial link to point at the Godot 4 version | David Snopek | |
2023-01-15 | Class reference: snake_case .gd filenames, _on_* | Doug Thompson | |
This is for: https://github.com/godotengine/godot-docs/issues/6245 | |||
2022-12-01 | Get WebXR fully working in Godot 4! | David Snopek | |
2022-10-30 | Fixed signal connection examples to use new callable syntax in the docs | Anutrix | |
2022-08-29 | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | |
Also rename export name from "HTML5" to "Web". | |||
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov | |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio | |
This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions. | |||
2021-10-17 | Rework XR positional trackers | Bastiaan Olij | |
2021-09-20 | Don't generate empty doc sections and reduce code duplication | Aaron Franke | |
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 | |