godot/core
jfons cfb555a081 Node3D gizmo improvements
* Clean-up of node_3d_editor_plugin.{h,cpp}: removed unused code, fixed some bugs.
* Moved node_3d_editor_gizmos.{h,cpp} to editor/plugins.
* Added support for multiple gizmos per node. This means custom gizmos will no longer override the built-in ones and that multiple gizmos can be used in more complex nodes.
* Added support for handle IDs. When adding handles to a gizmo, an ID can be specified for each one, making it easier to work with gizmos that have a variable number of handles.
* Added support for subgizmos, selectable elements that can be transformed without needing a node of their own. By overriding _subgizmo_intersect_frustum() and/or _subgizmo_intersect_ray() gizmos can define which subgizmos should be selected on a region or click selection. Subgizmo transformations are applied using get/set/commit virtual methods, similar to how handles work.
2021-07-23 21:01:10 +02:00
..
config Misc cleanup of header includes 2021-07-15 00:46:43 +02:00
crypto [Crypto] Delete mbedtls ctx in deconstructor. 2021-07-03 16:12:55 +02:00
debugger Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
error Modernize atomics 2021-02-18 17:12:46 +01:00
extension Redo how instance bindings work 2021-07-08 17:08:12 -03:00
input Sync controller mappings DB with SDL2 community repo 2021-07-20 13:08:50 +02:00
io [Net] Single rpc annotation. "sync" no longer part of mode. 2021-07-20 11:17:59 +02:00
math Node3D gizmo improvements 2021-07-23 21:01:10 +02:00
object Merge pull request #50655 from JFonS/sname_opt 2021-07-20 21:49:32 +02:00
os Merge pull request #50304 from timothyqiu/memfree-param 2021-07-13 08:29:47 +02:00
string Adds ability to debug stringnames 2021-07-20 17:31:51 -03:00
templates Use the standard C INFINITY and NAN constants directly 2021-07-21 10:41:08 +02:00
variant Use the standard C INFINITY and NAN constants directly 2021-07-21 10:41:08 +02:00
core_bind.cpp Let thread func have optional parameter 2021-07-13 10:44:53 +02:00
core_bind.h Merge pull request #48359 from Calinou/add-engine-print-error-property 2021-06-20 13:22:08 +02:00
core_builders.py Update AUTHORS and DONORS list 2020-08-14 00:06:51 +02:00
core_constants.cpp Add type variations to Theme 2021-07-13 02:26:28 +03:00
core_constants.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
core_string_names.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
core_string_names.h Removed _change_notify 2021-02-10 19:31:24 -03:00
doc_data.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
doc_data.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_core_types.cpp Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
register_core_types.h Implement native extension system 2021-06-25 17:32:45 -03:00
SCsub Implement native extension system 2021-06-25 17:32:45 -03:00
typedefs.h Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
version.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00