summaryrefslogtreecommitdiff
path: root/scene/2d/node_2d.cpp
AgeCommit message (Expand)Author
2022-06-24Rename export_range's noslider option to no_sliderMarcus Elg
2022-06-14Add vector value linkingkobewi
2022-05-24Fix global properties and add global skew for node2dVincent D
2022-05-19Use suffixes for units in nodes and resourcesAaron Franke
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-02-10Code quality cleanup for some variable scopes.Anilforextra
2022-01-25Node2D/Node3D: Fix Undraggable Position Property.Anilforextra
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-24Node2D member renames.Anilforextra
2021-08-29Revert "Display a matrix for Node2D and don't display a duplicate origin"Juan Linietsky
2021-08-29Display a matrix for Node2D and don't display a duplicate originAaron Franke
2021-08-13Fix some unnecessary includesAaron Franke
2021-07-12Limit scale of node2D to EPSILON 0.00001 to prevent det==0 bugJestemStefan
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-17Add PROPERTY_USAGE_NONE and use itAaron Franke
2021-06-05Deleted YSort, moved its functionality directly into Node2D.andriyDev
2021-03-19Use real_t in non-physics 2D nodesAaron Franke
2021-02-10Removed _change_notifyreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-11Move initialization of some classes to headersTomasz Chabora
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-01Implement Skew in Node2DJuan Linietsky
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-01-13Control/Light2D: Preventing setting 0 as scale as for Node2DRémi Verschelde
2020-01-09Don't compile editor-only function when tools=noGilles Roudière
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-30Altered rotation_degrees rangeSoumya Lahiri
2019-02-08Fix look_at with non uniform scalingPaul Trojahn
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-16Lift 1440 limit in rotation_degrees hint rangeRémi Verschelde
2018-07-17Further fixes to KinematicBody2D API, support for sync motion in moving objectsJuan Linietsky
2018-05-01Fix Node2D::global_scale's PropertyInfo typeRémi Verschelde
2018-04-24Fix Node2D::global_position to have Vector2 typeRuslan Mustakov
2018-04-03Remove the selection rect for nodes that do not require itGilles Roudiere
2018-02-162D editor GUI input rework. Changes are:Gilles Roudiere
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde
2018-01-03#15078 renamed "z" -> "z_index" property in Node2DJerome67000
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-20Fixes a double class registering errorGilles Roudiere
2017-11-19Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere