summaryrefslogtreecommitdiffstats
path: root/scene/2d/collision_polygon_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split monolithic physics class filessmix82024-02-271-324/+0
* Move 2D-only resources to their own folderAaron Franke2024-02-261-2/+2
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Internally rename parent to collision_object in CollisionPolygon(2D/3D)Aaron Franke2023-06-221-24/+24
* Merge pull request #72115 from AThousandShips/clip_children_fixRémi Verschelde2023-01-301-0/+1
|\
| * Hide clip_children for non-drawn CanvasItemsNinni Pipping2023-01-301-0/+1
* | Improve stroke drawing on 2D collision shapesDanil Alexeev2023-01-291-9/+6
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-4/+4
* Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-1/+1
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Mention that Area2D doesn't support one_way_collisionkobewi2022-05-091-0/+5
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-4/+4
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-9/+3
* Use List Initializations for Vectors.Anilforextra2022-01-121-8/+8
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix unexpected crashes in `notification`Zae2021-10-231-0/+1
* Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBodyPouleyKetchoupp2021-09-161-1/+1
* Fix some unnecessary includesAaron Franke2021-08-131-1/+0
* KinematicBody split between new CharacterBody and PhysicsBodyPouleyKetchoupp2021-06-041-1/+1
* Use Array for node configuration warningsNathan Franke2021-04-111-21/+9
* Fix errors with invalid CollisionPolygon2DPouleyKetchoupp2021-03-041-15/+40
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-7/+0
* Use real_t in physics nodesAaron Franke2021-01-291-3/+3
* Merge pull request #45102 from nekomatata/fix-update-shape-dataRémi Verschelde2021-01-131-0/+2
|\
| * Fix collision shape update when changing shape propertiesPouleyKetchoupp2021-01-121-0/+2
* | Update PolyPartition / Triangulator libraryAaron Franke2021-01-121-1/+1
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-3/+3
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde2020-10-011-3/+11
|\
| * Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee2020-05-161-3/+11
* | Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-2/+3
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-5/+9
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-22/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-4/+4
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+3
* Don't compile editor-only function when tools=noGilles Roudière2020-01-091-0/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-2/+2
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-1/+1
* TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ...Mariano Suligoy2019-03-041-34/+1
* -Re-added margins in one way collision (made in a more user friendly way than...Juan Linietsky2019-01-181-0/+15
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2