virtualx-engine/editor/plugins
Juan Linietsky 2b815df3c1 Use BitField<> in core type masks
* All core types masks are now correctly marked as bitfields.
* The enum hacks in MouseButtonMask and many other types are gone. This ensures that binders to other languages non C++ can actually implement type safe bitmasks.
* Most bitmask operations replaced by functions in BitField<>
* Key is still a problem because its enum and mask at the same time. While it kind of works in C++, this most likely can't be implemented safely in other languages and will have to be changed at some point. Mostly left as-is.
* Documentation and API dump updated to reflect bitfields in core types.
2023-01-08 22:17:40 +01:00
..
tiles TileAtlasView Update zoom and panning before emitting signal 2023-01-05 22:00:05 +01:00
abstract_polygon_2d_editor.cpp Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
abstract_polygon_2d_editor.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
animation_blend_space_1d_editor.cpp Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
animation_blend_space_1d_editor.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
animation_blend_space_2d_editor.cpp Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
animation_blend_space_2d_editor.h Simplify some editor plugin logic and remove dead code 2023-01-05 21:04:54 +03:00
animation_blend_tree_editor_plugin.cpp Simplify some editor plugin logic and remove dead code 2023-01-05 21:04:54 +03:00
animation_blend_tree_editor_plugin.h Simplify some editor plugin logic and remove dead code 2023-01-05 21:04:54 +03:00
animation_library_editor.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
animation_library_editor.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
animation_player_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
animation_player_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
animation_state_machine_editor.cpp Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
animation_state_machine_editor.h Simplify some editor plugin logic and remove dead code 2023-01-05 21:04:54 +03:00
animation_tree_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
animation_tree_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
asset_library_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
asset_library_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_stream_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_stream_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_stream_randomizer_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_stream_randomizer_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
bit_map_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
bit_map_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
bone_map_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
bone_map_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
camera_3d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
camera_3d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
canvas_item_editor_plugin.cpp Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
canvas_item_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
cast_2d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
cast_2d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_polygon_2d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_polygon_2d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_shape_2d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_shape_2d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
control_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
control_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
cpu_particles_2d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
cpu_particles_2d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
cpu_particles_3d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
cpu_particles_3d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
curve_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
curve_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
debugger_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
debugger_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_debugger_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_debugger_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_preview_plugins.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_preview_plugins.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_resource_conversion_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_resource_conversion_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
font_config_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
font_config_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdextension_export_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_2d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_2d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_3d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_3d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_collision_sdf_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_collision_sdf_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gradient_editor.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gradient_editor.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gradient_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gradient_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gradient_texture_2d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gradient_texture_2d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
input_event_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
input_event_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
light_occluder_2d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
light_occluder_2d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmap_gi_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmap_gi_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
line_2d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
line_2d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
material_editor_plugin.cpp Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
material_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mesh_editor_plugin.cpp Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
mesh_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mesh_instance_3d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mesh_instance_3d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mesh_library_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mesh_library_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multimesh_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multimesh_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_link_2d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_link_2d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_polygon_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_polygon_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
node_3d_editor_gizmos.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
node_3d_editor_gizmos.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
node_3d_editor_plugin.cpp Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
node_3d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
occluder_instance_3d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
occluder_instance_3d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
packed_scene_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
packed_scene_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
packed_scene_translation_parser_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
packed_scene_translation_parser_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
path_2d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
path_2d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
path_3d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
path_3d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physical_bone_3d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physical_bone_3d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
polygon_2d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
polygon_2d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
polygon_3d_editor_plugin.cpp Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
polygon_3d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_preloader_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
resource_preloader_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
root_motion_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
root_motion_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
script_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
script_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
script_text_editor.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
script_text_editor.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub
shader_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
shader_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
shader_file_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
shader_file_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
skeleton_2d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
skeleton_2d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
skeleton_3d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
skeleton_3d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
skeleton_ik_3d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
skeleton_ik_3d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
sprite_2d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
sprite_2d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
sprite_frames_editor_plugin.cpp Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
sprite_frames_editor_plugin.h Merge pull request from dalexeev/animated-sprite 2023-01-05 15:00:31 +01:00
style_box_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
style_box_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
sub_viewport_preview_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
sub_viewport_preview_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
text_editor.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
text_editor.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
text_shader_editor.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
text_shader_editor.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
texture_3d_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
texture_3d_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
texture_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
texture_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
texture_layered_editor_plugin.cpp Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
texture_layered_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
texture_region_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
texture_region_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
theme_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
theme_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
theme_editor_preview.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
theme_editor_preview.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
version_control_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
version_control_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
visual_shader_editor_plugin.cpp Merge pull request from Chaosus/vs_uint 2023-01-06 23:54:24 +03:00
visual_shader_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
voxel_gi_editor_plugin.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
voxel_gi_editor_plugin.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00