summaryrefslogtreecommitdiffstats
path: root/doc/classes/Rect2.xml
Commit message (Expand)AuthorAgeFilesLines
* Simplify and fix Rect2/AABB get_support functionAaron Franke2024-08-191-0/+7
* Fix incorrect example in the documentation for the expand method in Rect2Nico2024-05-021-2/+2
* Clarify docs for operators performing `xform_inv`kleonc2023-10-161-1/+3
* Revert incorrect `Rect2.expand` description.Micky2023-08-031-1/+1
* Overhaul Rect2 & Rect2i DocumentationMicky2023-08-011-40/+73
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-1/+1
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* fix warnings in classrefHana2022-11-201-2/+2
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+6
* Replace Rect2(i) has_no_area with has_areaAaron Franke2022-09-041-4/+3
* [doc] Use "param" instead of "code" to refer to parameters (4)Andy Maloney2022-08-111-6/+6
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-26/+26
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Clarify documentation for Rect2/Rect2i's `has_no_area()`Hugo Locurcio2022-02-011-2/+3
* Warn when using an AABB or Rect2 with a negative sizeAaron Franke2021-11-301-0/+1
* Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde2021-11-161-0/+5
|\
| * Add documentation to operators for math typesAaron Franke2021-11-041-0/+5
* | Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-3/+3
* | Rect2: Clarify docs for `has_point` excluding bottom and right bordersRémi Verschelde2021-11-111-2/+18
|/
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-34/+38
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* Merge pull request #52878 from AnilBK/add-get-centerRémi Verschelde2021-09-211-0/+6
|\
| * Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-211-0/+6
* | Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|/
* Allow comparing equality between builtin types and nullGeorge Marques2021-09-171-0/+10
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-94/+47
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-3/+3
* class reference proofreadingPaul Joannon2021-03-191-1/+1
* doc: Sync classref with current sourceRémi Verschelde2021-03-181-13/+13
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-11/+11
* Rename Rect2 and Rect2i grow_margin() to grow_side()Marcel Admiraal2020-12-281-6/+6
* Update Rect intersection documentation, and rename method on MonoNathan Franke2020-12-261-1/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-2/+2
* Rename Rect2 and Rect2i clip() to intersection()Marcel Admiraal2020-12-191-1/+1
* doc: Sync classref to add operators after #43419Rémi Verschelde2020-11-101-5/+29
* Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-9/+25
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-1/+1
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+2
* Cross-reference AABB and Rect2 in the class referenceHugo Locurcio2020-09-211-1/+2
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
* Update core documentation to match recent C# changesAaron Franke2020-07-211-3/+4
* DocData: Fix serialization of Variant default valuesRémi Verschelde2020-03-091-1/+1
* doc: Sync classref with current sourceRémi Verschelde2020-03-091-1/+1
* Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()'Michael Alexsander2020-03-041-1/+4
* Update docs and bindings for new integer vector typesRémi Verschelde2020-02-251-2/+12
* Update docs to version 4.0clayjohn2020-01-311-1/+1