| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify docs for operators performing `xform_inv` | kleonc | 2023-10-16 | 1 | -0/+1 |
* | Validate `code` tags for class and member references | Yuri Sizov | 2023-10-03 | 1 | -2/+2 |
* | 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 |
* | Allow setting negative WorldBoundaryShape2D.distance through the editor | kleonc | 2023-06-14 | 1 | -3/+3 |
* | Overhaul the top sections of the class reference (Core classes) | VolTer | 2023-05-19 | 1 | -2/+2 |
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | Merge pull request #71456 from raulsntos/dotnet/sync-plane | Rémi Verschelde | 2023-01-16 | 1 | -1/+4 |
|\ |
|
| * | C#: Sync `Plane` with Core | Raul Santos | 2023-01-15 | 1 | -1/+4 |
* | | Rename `center` method to `get_center` in Plane. | Raul Santos | 2023-01-15 | 1 | -6/+6 |
|/ |
|
* | Add `is_finite` method for checking built-in types | Haoyu Qiu | 2022-10-08 | 1 | -0/+6 |
* | [doc] Use "param" instead of "code" to refer to parameters (4) | Andy Maloney | 2022-08-11 | 1 | -9/+9 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -28/+28 |
* | Add `operator*` to `Plane` | PrecisionRender | 2022-07-30 | 1 | -0/+7 |
* | Solve discrepancy between code and class reference for Plane | Jcrespo | 2022-07-24 | 1 | -2/+2 |
* | Rename `epsilon` to `tolerance` in the `Plane::has_point` method | Yuri Rubinsky | 2022-07-21 | 1 | -2/+2 |
* | Indicate Plane.distance_to returns a signed distance | Marc Gilleron | 2022-07-16 | 1 | -1/+1 |
* | 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 |
* | Merge pull request #54581 from aaronfranke/operator-docs | Rémi Verschelde | 2021-11-16 | 1 | -0/+6 |
|\ |
|
| * | Add documentation to operators for math types | Aaron Franke | 2021-11-04 | 1 | -0/+6 |
* | | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde | 2021-11-15 | 1 | -1/+1 |
|/ |
|
* | Move the docs for constructors and operators out of methods section | Aaron Franke | 2021-10-29 | 1 | -51/+55 |
* | Swap args of Plane(point, normal) constructor | mennomax | 2021-10-15 | 1 | -4/+11 |
* | 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 |
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -92/+46 |
* | Implement native extension system | reduz | 2021-06-25 | 1 | -7/+7 |
* | Better format arguments in variant parser | Michael Alexsander Silva Dias | 2021-06-18 | 1 | -4/+4 |
* | doc: Sync classref with current source | Rémi Verschelde | 2021-03-18 | 1 | -10/+10 |
* | doc: Sync classref with current source | Rémi Verschelde | 2021-01-04 | 1 | -1/+1 |
* | doc: Sync classref to add operators after #43419 | Rémi Verschelde | 2020-11-10 | 1 | -6/+34 |
* | Variant: Sync docs with new constructors, fixups after #43403 | Rémi Verschelde | 2020-11-09 | 1 | -7/+34 |
* | doc: Sync classref with current source + fixup some bindings | Rémi Verschelde | 2020-11-04 | 1 | -7/+7 |
* | Add link titles for all links in the class reference | Hugo Locurcio | 2020-08-31 | 1 | -1/+1 |
* | Update core documentation to match recent C# changes | Aaron Franke | 2020-07-21 | 1 | -17/+12 |
* | Revert "Renamed plane's d to distance" | Rémi Verschelde | 2020-05-10 | 1 | -3/+3 |
* | Renamed plane's d to distance | Marcus Elg | 2020-05-10 | 1 | -3/+3 |
* | DocData: Fix serialization of Variant default values | Rémi Verschelde | 2020-03-09 | 1 | -1/+1 |
* | Update docs to version 4.0 | clayjohn | 2020-01-31 | 1 | -1/+1 |
* | doc: Drop unused 'category' property from header | Rémi Verschelde | 2020-01-26 | 1 | -1/+1 |
* | Complete various class references | clayjohn | 2020-01-26 | 1 | -0/+3 |
* | Updates docs of AABB and Plane | Haoyu Qiu | 2019-12-18 | 1 | -2/+7 |
* | Add docs for is_equal_approx on structures | Aaron Franke | 2019-11-30 | 1 | -0/+1 |
* | doc: Sync classref with current source | Rémi Verschelde | 2019-11-08 | 1 | -0/+8 |
* | doc: Add default values to all properties | Rémi Verschelde | 2019-06-30 | 1 | -5/+5 |
* | Proofread and improve the whole class reference | Hugo Locurcio | 2019-06-27 | 1 | -8/+8 |
* | Merge pull request #28125 from KoBeWi/code_true_code | Rémi Verschelde | 2019-04-22 | 1 | -2/+2 |
|\ |
|
| * | Consistently wrap booleans in [code] | Tomasz Chabora | 2019-04-17 | 1 | -2/+2 |
* | | doc: Drop unused <demos> tag | Rémi Verschelde | 2019-04-19 | 1 | -2/+0 |
|/ |
|