summaryrefslogtreecommitdiff
path: root/modules/csg/csg_gizmos.cpp
AgeCommit message (Expand)Author
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
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-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-04-07Rename all gizmo classes, using the 4.0 node names.jfons
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-18Added skin support and simplified APIs to override bone position.Juan Linietsky
2019-07-05Improve the CSG shape gizmo drawingHugo Locurcio
2019-07-02Implement snapping in the CSG gizmos and 3D polygon editorHugo Locurcio
2019-03-12Add priority to gizmos and fix small issuesJFonS
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-21Expose the new gizmo plugin system to scriptingJFonS
2018-10-03Fix some more warnings reported by CIRémi Verschelde
2018-08-28Fix to make CSGBox the size that is entered in Width, Height and Depth instea...jmf
2018-08-09New gizmo structure and new gizmo disabling menuJFonS
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-05-16Add missing copyright headersGuilherme Felipe
2018-04-27CSG Support for Godot!Juan Linietsky