summaryrefslogtreecommitdiffstats
path: root/scene/2d/collision_polygon_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-2/+2
* fix enum cast warnings on clangkarroffel2018-10-041-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-0/+4
* Merge pull request #17114 from poke1024/fix15719Rémi Verschelde2018-03-131-1/+2
|\
| * Fix line thickness for CollisionPolygon2D.poke10242018-03-011-1/+2
* | Update collision shapes data on tree enteredPedro J. Estébanez2018-01-111-4/+18
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* | Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde2018-01-041-1/+1
|\ \
| * | #15078 renamed "z" -> "z_index" property in Node2DJerome670002018-01-031-1/+1
* | | Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde2018-01-031-0/+5
|\ \ \
| * | | More exact picking for canvas editorBernhard Liebl2017-12-271-0/+5
| |/ /
* / / Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/ /
* / Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-191-1/+1
|/
* Fix enums bindingsMaxim Sheronov2017-09-131-0/+3
* Dead code tells no talesRémi Verschelde2017-08-271-7/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-2/+2
* Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-2/+3
* -Trigger shapes removed in 2D, they became obsolete long ago when areas could...Juan Linietsky2017-06-231-103/+83
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-1/+1
* Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-281-1/+4
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-108/+95
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-11/+11
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-4/+4
* CollisionShape2D: Fix warning icon not updating.Andreas Haas2017-01-221-0/+1
* Type renames:Juan Linietsky2017-01-111-1/+1
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-3/+3
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-11/+11