summaryrefslogtreecommitdiffstats
path: root/doc/classes/Rect2.xml
Commit message (Collapse)AuthorAgeFilesLines
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-94/+47
| | | | | | | | 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.
* 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
| | | | And move GLTF docs to its module folder.
* 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
| | | | | Change DocData comparators for MethodDoc and ArgumentDoc to get a better ordering of constructors.
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-1/+1
| | | | Includes various changes triggered by the refactoring of method bindings.
* 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
| | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
* Update core documentation to match recent C# changesAaron Franke2020-07-211-3/+4
| | | | | | Also a few minor API changes like adding AABB.abs() Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* DocData: Fix serialization of Variant default valuesRémi Verschelde2020-03-091-1/+1
| | | | Co-authored-by: Bojidar Marinov <bojidar.marinov.bg@gmail.com>
* 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
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* Add docs for is_equal_approx on structuresAaron Franke2019-11-301-1/+2
|
* doc: Sync classref with current sourceRémi Verschelde2019-11-081-0/+8
|
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-3/+3
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-1/+1
| | | | | | | | | | | | | - Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* Merge pull request #27465 from ↵Rémi Verschelde2019-04-051-13/+13
|\ | | | | | | | | neikeq/road-to-lang-agnostic-docs-is-going-to-be-tough EditorHelp: Improve enum ref resolving and add constant ref support
| * ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]Ignacio Etcheverry2019-03-291-13/+13
| | | | | | | | Modified makerst to generate code tags for these to avoid hyperlinks to the same class.
* | doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|/
* [DOCS] minor classref updatesChris Bradfield2019-03-141-1/+1
|
* doc: Fix wrong references found by new makerst.pyRémi Verschelde2019-01-071-1/+1
| | | | Thanks @PJB3005
* doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde2018-11-051-1/+1
| | | | Fixes #23509.
* Added description for abs function in Rect2unknown2018-06-181-0/+1
|
* Add support for tutorial links to makerst.pyrobojumper2018-06-121-1/+1
| | | | Also change the <tutorials> structure to make use of individual <link> tags
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* doc: Fix references to online tutorials after godotengine/godot-docs#1015Rémi Verschelde2018-01-251-1/+1
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
* doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-171-1/+1
|
* Filled tutorial field in most relevent classes.Juan Linietsky2018-01-151-0/+1
| | | | Added tutorial display in doc.
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2017-12-101-0/+6
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* Added various docs, mostly mathematical basicsGrosskopf2017-10-231-11/+13
|
* classref: Sync with current sourceRémi Verschelde2017-10-221-11/+11
| | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip]
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
| | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-3/+3
| | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+155
possible to save module files in module directories and the build system will recognize them.