Age | Commit message (Expand) | Author |
2022-05-05 | Core: Rename math 'phi' arguments to 'angle' | Rémi Verschelde |
2022-03-14 | Remove generating of null comparison operators from documentation | Yuri Roubinsky |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2021-11-16 | Merge pull request #54581 from aaronfranke/operator-docs | Rémi Verschelde |
2021-11-15 | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde |
2021-11-04 | Add documentation to operators for math types | Aaron Franke |
2021-10-29 | Move the docs for constructors and operators out of methods section | Aaron Franke |
2021-10-25 | Refactored Node3D rotation modes | reduz |
2021-10-06 | doc: Update links to latest documentation after content reorganization | Rémi Verschelde |
2021-09-17 | Merge pull request #52450 from aaronfranke/they-came-from-scale | Rémi Verschelde |
2021-09-17 | Allow comparing equality between builtin types and null | George Marques |
2021-09-17 | Replace Vector3.to_diagonal_matrix with Basis.from_scale | Aaron Franke |
2021-08-01 | Move code for looking_at to Basis | Aaron Franke |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-06-18 | Merge pull request #49638 from aaronfranke/multiply-transforms | Rémi Verschelde |
2021-06-18 | Better format arguments in variant parser | Michael Alexsander Silva Dias |
2021-06-15 | Allow multiplying Transforms and Basis by numbers | Aaron Franke |
2021-06-04 | Rename Quat to Quaternion | Marcel Admiraal |
2021-06-03 | Update documentation for Transform3D | Aaron Franke |
2021-03-18 | doc: Sync classref with current source | Rémi Verschelde |
2020-12-07 | Improve argument names for core types | Aaron Franke |
2020-11-10 | doc: Sync classref to add operators after #43419 | Rémi Verschelde |
2020-11-09 | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde |
2020-11-04 | doc: Sync classref with current source + fixup some bindings | Rémi Verschelde |
2020-10-09 | doc: Sync classref with current source | Rémi Verschelde |
2020-10-01 | Link to demos from within the class reference | Aaron Franke |
2020-08-31 | Add link titles for all links in the class reference | Hugo Locurcio |
2020-07-21 | Update core documentation to match recent C# changes | Aaron Franke |
2020-03-09 | DocData: Fix serialization of Variant default values | Rémi Verschelde |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2019-12-22 | Improve the Basis class documentation | Hugo Locurcio |
2019-11-30 | Add docs for is_equal_approx on structures | Aaron Franke |
2019-08-13 | doc: Sync classref with current source | Rémi Verschelde |
2019-06-30 | doc: Add default values to all properties | Rémi Verschelde |
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio |
2019-05-23 | Change "Return" to "Returns" where necessary in XML documentation | Sean Heffernan |
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde |
2019-04-15 | doc: Sync classref with current source | Rémi Verschelde |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde |
2019-01-07 | doc: Fix wrong references found by Sphinx and new makerst.py | Rémi Verschelde |
2018-11-05 | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde |
2018-06-12 | Add support for tutorial links to makerst.py | robojumper |
2018-05-12 | Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation. | tagcup |
2018-04-09 | Add new transform tutorial to appropriate classes | Poommetee Ketson |
2018-02-27 | doc: Remove status from hardcoded version string | Rémi Verschelde |
2018-02-19 | doc: Update version string in header | Rémi Verschelde |
2018-01-25 | doc: Sync with current source | Rémi Verschelde |
2018-01-13 | doc: Update version string in XML | Rémi Verschelde |
2017-12-27 | Restore the behavior of Spatial rotations recently changed in c1153f5. | tagcup |