summaryrefslogtreecommitdiffstats
path: root/scene/2d/polygon_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+3
|\
| * Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-021-1/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Make `Polygon2D::bones` property internalRaul Santos2024-08-101-1/+1
* Fix Polygon2D to Skeleton2D transform calculationkleonc2023-12-271-3/+3
* Transform mesh's AABB to skeleton's space when calculate mesh's bounds.ShirenY2023-12-091-1/+29
* Replace `radians` range hint with `radians_as_degrees`A Thousand Ships2023-09-251-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+1
* Ensure that mesh instance is properly freed when freeing Polygon2Dclayjohn2022-11-241-0/+2
* Fix drawing of 2D skeletons in the RD renderer.clayjohn2022-11-181-1/+1
* Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-021-1/+1
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-17/+17
* Rename Polygon2D.`invert_enable` to end with "d"Micky2022-08-241-3/+3
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-3/+3
* Add Vector2/3 linking to more propertiesFireForge2022-06-141-3/+4
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-1/+1
* Merge pull request #57436 from AnilBK/change-scopesRémi Verschelde2022-03-131-2/+2
|\
| * Code quality cleanup for some variable scopes.Anilforextra2022-02-101-2/+2
* | Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-9/+0
|/
* Fixed incorrect property typesArnav Vijaywargiya2022-01-111-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-2/+2
* Fix errors with invalid bone node path in Polygon2DPouleyKetchoupp2021-11-031-2/+5
* Fix editor suffixes and degrees conversionreduz2021-06-301-13/+1
* Fix polygon 2D rendering blackGilles Roudière2021-06-241-1/+1
* Add PROPERTY_USAGE_NONE and use itAaron Franke2021-06-171-1/+1
* Fixes missng 2D engine bitsreduz2021-05-111-11/+37
* Use real_t in non-physics 2D nodesAaron Franke2021-03-191-9/+9
* Hide more options of disabled propertiesMichael Alexsander2021-03-031-1/+1
* Hide extra options from various nodes if they're not enabledMichael Alexsander2021-03-021-0/+7
* Removed _change_notifyreduz2021-02-101-1/+0
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-11/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Refactored 2D shader and lighting systemreduz2020-10-241-57/+1
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-4/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-9/+16
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+16
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-44/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-4/+4
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-4/+2
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-4/+4
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-20/+20
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-2/+2