summaryrefslogtreecommitdiffstats
path: root/doc/classes/Vector2i.xml
Commit message (Expand)AuthorAgeFilesLines
* Expose `Vector*` component-wise and scalar `min/max` to scriptingA Thousand Ships2024-05-021-0/+28
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-0/+15
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
* Implement `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to`Jakub Marcowski2023-10-121-0/+15
* Add Vector2/3/4i.MAX and MINkobewi2023-09-161-0/+6
* 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-2/+2
* Remove double thes from documentationPaweł2023-04-171-1/+1
* C# Truncate instead of round in Vector2/3/4 to Vector2I/3I/4I conversionkleonc2023-03-311-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Merge pull request #68386 from MewPurPur/snappedi-snappedfRémi Verschelde2022-11-241-1/+8
|\
| * Implement snappedi, snappedf, and Vector[2/3/4]i.snappedVolTer2022-11-191-1/+8
* | Document that Vector classes are 32-bitJonathan Nicholl2022-11-121-1/+1
|/
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-091-7/+7
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-23/+23
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Fix integer vector mul/div operators and bindings.reduz2022-02-061-5/+5
* Add length and length_squared to Vector2i/3iAaron Franke2022-01-061-0/+13
* Unify similar method descriptionsHaoyu Qiu2022-01-061-2/+2
* Expose max_axis_index and max_axis_index for Vector2(i)Aaron Franke2021-12-021-2/+14
* Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde2021-11-161-0/+43
|\
| * Add documentation to operators for math typesAaron Franke2021-11-041-0/+43
* | Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-2/+2
|/
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-92/+96
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* 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-100/+50
* Implement native extension systemreduz2021-06-251-12/+12
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-6/+6
* Allow clamping vectors and colorsAaron Franke2021-06-031-0/+11
* doc: Sync classref with current sourceRémi Verschelde2021-03-181-3/+3
* doc: Sync classref to add operators after #43419Rémi Verschelde2020-11-101-4/+152
* Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-4/+20
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+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-6/+6
* Document how Vector2, Vector3 and Color behave in a boolean contextHugo Locurcio2020-06-211-1/+2
* Fix docs generation for Vector2i/Vector3i/Rect2iYuri Roubinsky2020-06-031-0/+29
* Update docs and bindings for new integer vector typesRémi Verschelde2020-02-251-0/+61