summaryrefslogtreecommitdiffstats
path: root/modules/csg/csg_gizmos.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modules: Don't build editor-specific classes in templatesRémi Verschelde2022-03-281-427/+0
* Remove the EditorNode parameter from EditorPlugins create methodstrollodel2022-02-141-1/+1
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* Fix secondary handles in editor gizmosjfons2022-01-121-4/+4
* Fix selection of CSG objectsSaracenOne2022-01-071-0/+10
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Removes const from set functions on the GizmosAndreaCatania2021-08-071-2/+2
* Do nothing when dragging CSGBox handle perpendicular to the cameraHaoyu Qiu2021-07-311-0/+6
* Node3D gizmo improvementsjfons2021-07-231-21/+23
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-2/+2
* Fix empty CSGShape errorMarcel Admiraal2021-04-251-16/+20
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44586 from madmiraal/rename-stepifyRémi Verschelde2020-12-281-4/+4
|\
| * Rename Math::stepify to snappedMarcel Admiraal2020-12-281-4/+4
* | Use Vector3 instead of 3 floats for CSGBox3D dimensionsMarcel Admiraal2020-12-081-52/+16
|/
* Rename EditorNode3DGizmoPlugin "get_name" to "get_gizmo_name"Aaron Franke2020-12-041-1/+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-12/+20
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-18/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-12/+33
* Rename all gizmo classes, using the 4.0 node names.jfons2020-04-071-12/+12
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-72/+72
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added skin support and simplified APIs to override bone position.Juan Linietsky2019-09-181-1/+1
* Improve the CSG shape gizmo drawingHugo Locurcio2019-07-051-3/+49
* Implement snapping in the CSG gizmos and 3D polygon editorHugo Locurcio2019-07-021-0/+14
* Add priority to gizmos and fix small issuesJFonS2019-03-121-0/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Expose the new gizmo plugin system to scriptingJFonS2018-12-211-1/+1
* Fix some more warnings reported by CIRémi Verschelde2018-10-031-1/+1
* Fix to make CSGBox the size that is entered in Width, Height and Depth instea...jmf2018-08-281-6/+6
* New gizmo structure and new gizmo disabling menuJFonS2018-08-091-31/+46
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* Add missing copyright headersGuilherme Felipe2018-05-161-0/+30
* CSG Support for Godot!Juan Linietsky2018-04-271-0/+315