| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -1/+2 |
|\ |
|
| * | Merge pull request #99075 from PhairZ/fix-transform3d-docs | Thaddeus Crews | 2024-11-12 | 1 | -1/+1 |
| |\ |
|
| | * | Update [code]Transform3D.rotated_local()[/code] description | PhairZ | 2024-11-11 | 1 | -1/+1 |
| * | | Docs: Add note about C# differences in Variant constructors | tetrapod00 | 2024-10-27 | 1 | -0/+1 |
| |/ |
|
* / | fix: replace "Godot" to "Redot" | Muhannad Elbolaky | 2024-10-15 | 1 | -1/+1 |
|/ |
|
* | Fix asset pipeline coordinate systems doc url | Stephen Li | 2024-07-01 | 1 | -1/+1 |
* | Update links to outdated asset library demos | skyace65 | 2024-04-07 | 1 | -3/+3 |
* | Address a few issues in Transform3D documentation | Micky | 2024-03-04 | 1 | -7/+7 |
* | Overhaul Transform3D documentation | Micky | 2024-03-02 | 1 | -33/+45 |
* | Merge pull request #86364 from aaronfranke/basis-divide | Rémi Verschelde | 2024-01-04 | 1 | -0/+14 |
|\ |
|
| * | Add and expose Basis/Transform2D/3D division by float operator | Aaron Franke | 2023-12-20 | 1 | -0/+14 |
* | | Link to the "article" in the docs instead of saying "article" | Micky | 2024-01-02 | 1 | -1/+1 |
|/ |
|
* | Clarify C# docs for operators performing xform_inv | kleonc | 2023-10-17 | 1 | -2/+2 |
* | Clarify docs for operators performing `xform_inv` | kleonc | 2023-10-16 | 1 | -2/+2 |
* | Validate `code` tags for class and member references | Yuri Sizov | 2023-10-03 | 1 | -1/+1 |
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
* | Merge pull request #76526 from MewPurPur/improve-docs-top-sections-CORE | Yuri Sizov | 2023-05-29 | 1 | -2/+2 |
|\ |
|
| * | Overhaul the top sections of the class reference (Core classes) | VolTer | 2023-05-19 | 1 | -2/+2 |
* | | Fix Pathfollow direction | Silc Renew | 2023-05-24 | 1 | -0/+1 |
* | | Add the ability to look-at in model-space. | Juan Linietsky | 2023-05-24 | 1 | -0/+1 |
|/ |
|
* | Fix typos and inconsistencies in classref | Haoyu Qiu | 2023-03-16 | 1 | -12/+6 |
* | Fixed typos in the Transform2D and Transform3D class reference | titus125 | 2023-03-09 | 1 | -1/+1 |
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | C#: Add missing `Transform{2D,3D}` and `Basis` constructors | Raul Santos | 2023-01-15 | 1 | -0/+1 |
* | Add `is_finite` method for checking built-in types | Haoyu Qiu | 2022-10-08 | 1 | -0/+6 |
* | Discontinued spherical_interpolate_with in Transform3D | Silc Renew | 2022-08-31 | 1 | -8/+0 |
* | [doc] Use "param" instead of "code" to refer to parameters | Andy Maloney | 2022-08-11 | 1 | -12/+12 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -32/+32 |
* | Merge pull request #63698 from PrecisionRender/plane-operator-asterisk | Rémi Verschelde | 2022-08-06 | 1 | -0/+7 |
|\ |
|
| * | Add `operator*` to `Plane` | PrecisionRender | 2022-07-30 | 1 | -0/+7 |
* | | Fix consistency of translated/scaled/rotated in Transform2D and Transform3D | Fabian Keller | 2022-08-02 | 1 | -4/+45 |
|/ |
|
* | Merge pull request #63532 from TokageItLab/rename-cubic-slerp | Rémi Verschelde | 2022-07-28 | 1 | -1/+1 |
|\ |
|
| * | rename and unify notation for spherical interpolation | Silc Renew | 2022-07-27 | 1 | -1/+1 |
* | | Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl... | Rémi Verschelde | 2022-07-28 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | rename translate(d) to translate(d)_local in Transform 2D/3D | Fabian Keller | 2022-07-16 | 1 | -1/+1 |
* | | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 1 | -0/+6 |
|/ |
|
* | Core: Rename math 'phi' arguments to 'angle' | Rémi Verschelde | 2022-05-05 | 1 | -2/+2 |
* | Specify return value of Transform3D.scaled() and more | Micky | 2022-05-05 | 1 | -3/+3 |
* | Remove generating of null comparison operators from documentation | Yuri Roubinsky | 2022-03-14 | 1 | -10/+0 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | Expose Transform3D::sphere_interpolate_with() | Max Hilbrunner | 2022-01-27 | 1 | -0/+8 |
* | Unify similar method descriptions | Haoyu Qiu | 2022-01-06 | 1 | -3/+3 |
* | Enable sorting of operator methods in class documentation. | Marcel Admiraal | 2021-11-29 | 1 | -7/+7 |
* | Merge pull request #54581 from aaronfranke/operator-docs | Rémi Verschelde | 2021-11-16 | 1 | -0/+8 |
|\ |
|
| * | Add documentation to operators for math types | Aaron Franke | 2021-11-04 | 1 | -0/+8 |
* | | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde | 2021-11-15 | 1 | -3/+3 |
|/ |
|
* | Move the docs for constructors and operators out of methods section | Aaron Franke | 2021-10-29 | 1 | -69/+73 |
* | doc: Update links to latest documentation after content reorganization | Rémi Verschelde | 2021-10-06 | 1 | -1/+1 |
* | Allow comparing equality between builtin types and null | George Marques | 2021-09-17 | 1 | -0/+10 |