pandemonium_engine/editor/plugins
2022-08-16 22:09:26 +02:00
..
abstract_polygon_2d_editor.cpp
abstract_polygon_2d_editor.h
animation_blend_space_1d_editor.cpp
animation_blend_space_1d_editor.h
animation_blend_space_2d_editor.cpp
animation_blend_space_2d_editor.h
animation_blend_tree_editor_plugin.cpp Fix compile. 2022-07-27 20:07:29 +02:00
animation_blend_tree_editor_plugin.h Fix compile. 2022-07-27 20:07:29 +02:00
animation_player_editor_plugin.cpp Moved AnimationPlayerEditor::singleton to private, and added getter method for it. 2022-08-10 18:53:15 +02:00
animation_player_editor_plugin.h Moved AnimationPlayerEditor::singleton to private, and added getter method for it. 2022-08-10 18:53:15 +02:00
animation_state_machine_editor.cpp Renamed elements in Transform2D to columns. 2022-08-14 15:37:05 +02:00
animation_state_machine_editor.h
animation_tree_editor_plugin.cpp
animation_tree_editor_plugin.h
audio_stream_editor_plugin.cpp
audio_stream_editor_plugin.h
bit_map_editor_plugin.cpp Fix compile. 2022-07-27 14:07:52 +02:00
bit_map_editor_plugin.h Fix compile. 2022-07-27 14:07:52 +02:00
camera_editor_plugin.cpp
camera_editor_plugin.h
canvas_item_editor_plugin.cpp Backported most of the improvements to String from Godot4. 2022-08-15 22:54:03 +02:00
canvas_item_editor_plugin.h Renamed elements in Transform2D to columns. 2022-08-14 15:37:05 +02:00
collision_polygon_2d_editor_plugin.cpp
collision_polygon_2d_editor_plugin.h
collision_polygon_editor_plugin.cpp Backported returning AfterGUIInput from forward_spatial_gui_input from Godot4. Also removed the first index parameter. This fully broke the skeleton editor, it will be fixed soon. 2022-08-11 02:24:30 +02:00
collision_polygon_editor_plugin.h Backported returning AfterGUIInput from forward_spatial_gui_input from Godot4. Also removed the first index parameter. This fully broke the skeleton editor, it will be fixed soon. 2022-08-11 02:24:30 +02:00
collision_shape_2d_editor_plugin.cpp
collision_shape_2d_editor_plugin.h
cpu_particles_2d_editor_plugin.cpp
cpu_particles_2d_editor_plugin.h
cpu_particles_editor_plugin.cpp
cpu_particles_editor_plugin.h
curve_editor_plugin.cpp Renamed translate in Transform2D to translate_local. 2022-08-14 14:59:46 +02:00
curve_editor_plugin.h
editor_preview_plugins.cpp
editor_preview_plugins.h
gradient_editor_plugin.cpp Add interpolation modes to Gradient - Linear, Constant, and Cubic interpolation modes - Partial backport of #53321 2022-07-27 18:12:14 +02:00
gradient_editor_plugin.h
gradient_texture_2d_editor_plugin.cpp Backported by hand: Add a GradientTexture2D editor plugin - fire-forge. (d76c9f8d92) 2022-03-20 14:59:19 +01:00
gradient_texture_2d_editor_plugin.h Backported by hand: Add a GradientTexture2D editor plugin - fire-forge. (d76c9f8d92) 2022-03-20 14:59:19 +01:00
item_list_editor_plugin.cpp
item_list_editor_plugin.h
light_occluder_2d_editor_plugin.cpp
light_occluder_2d_editor_plugin.h
line_2d_editor_plugin.cpp
line_2d_editor_plugin.h
material_editor_plugin.cpp
material_editor_plugin.h Finished cleaning up includes for the classes under the editor folder. I skipped removing a few that needed more changes to the headers / cpp files for now. 2022-03-19 04:08:34 +01:00
mesh_editor_plugin.cpp
mesh_editor_plugin.h
mesh_instance_editor_plugin.cpp
mesh_instance_editor_plugin.h
multimesh_editor_plugin.cpp Fixed Populating MultimeshInstance Crash 2022-07-28 13:46:23 +02:00
multimesh_editor_plugin.h
navigation_polygon_editor_plugin.cpp
navigation_polygon_editor_plugin.h
particles_editor_plugin.cpp
particles_editor_plugin.h
path_2d_editor_plugin.cpp
path_2d_editor_plugin.h
path_editor_plugin.cpp Backported from Godot4: Fix secondary handles in editor gizmos 2022-08-12 22:21:00 +02:00
path_editor_plugin.h Backported from Godot4: Fix secondary handles in editor gizmos 2022-08-12 22:21:00 +02:00
physical_bone_plugin.cpp
physical_bone_plugin.h
polygon_2d_editor_plugin.cpp Renamed elements in Transform2D to columns. 2022-08-14 15:37:05 +02:00
polygon_2d_editor_plugin.h
ray_cast_2d_editor_plugin.cpp Add a RayCast2D.cast_to editor handle 2022-07-27 14:02:38 +02:00
ray_cast_2d_editor_plugin.h Add a RayCast2D.cast_to editor handle 2022-07-27 14:02:38 +02:00
resource_preloader_editor_plugin.cpp
resource_preloader_editor_plugin.h
room_manager_editor_plugin.cpp Backported from Godot4: Node3D gizmo improvements 2022-08-11 01:24:29 +02:00
room_manager_editor_plugin.h
root_motion_editor_plugin.cpp
root_motion_editor_plugin.h
script_editor_plugin.cpp Removed the online docs link from the top of the script editor. 2022-03-23 23:29:58 +01:00
script_editor_plugin.h Removed the online docs link from the top of the script editor. 2022-03-23 23:29:58 +01:00
script_text_editor.cpp Renamed Quat to Quaternion for consistency with the other engine math classes. 2022-08-13 15:22:33 +02:00
script_text_editor.h
SCsub
shader_editor_plugin.cpp Ported: Add an external link editor icon 2022-07-27 09:02:28 +02:00
shader_editor_plugin.h
skeleton_2d_editor_plugin.cpp
skeleton_2d_editor_plugin.h
skeleton_ik_editor_plugin.cpp
skeleton_ik_editor_plugin.h
spatial_editor_plugin.cpp Removed CameraMatrix, and switched to Projection. 2022-08-16 10:26:35 +02:00
spatial_editor_plugin.h Now all Variant math types are structs. 2022-08-16 22:09:26 +02:00
sprite_editor_plugin.cpp Rename "Convert to Mesh2D" to "Convert to MeshInstance2D" in the editor 2022-07-28 19:04:16 +02:00
sprite_editor_plugin.h
sprite_frames_editor_plugin.cpp Ported: AnimatedSprite Fix updating inspector when SpriteFrames is modified - kleonc 2022-08-07 16:20:57 +02:00
sprite_frames_editor_plugin.h Ported: SpriteFramesEditor Add animation searchbox - kleonc 2022-07-29 22:45:57 +02:00
style_box_editor_plugin.cpp
style_box_editor_plugin.h
text_editor.cpp
text_editor.h
texture_editor_plugin.cpp
texture_editor_plugin.h
texture_region_editor_plugin.cpp Renamed elements in Transform2D to columns. 2022-08-14 15:37:05 +02:00
texture_region_editor_plugin.h
theme_editor_plugin.cpp Fix crash when editing pinned StyleBox 2022-07-27 19:07:26 +02:00
theme_editor_plugin.h Ported: Add an explicit way to remove a theme type. - timothyqiu and YuriSizov 2022-07-25 23:46:08 +02:00
theme_editor_preview.cpp
theme_editor_preview.h
viewport_preview_editor_plugin.cpp
viewport_preview_editor_plugin.h