godot/editor/plugins
Rémi Verschelde ed504753f4 Fix undo references for conversion to CPUParticles
The 'undo' reference should be the node to free when the undo history
is lost, i.e. the original (GPU) Particles node. Similarly, the 'do'
reference should point to the CPUParticles (result of the 'do' call).

Fixes #29742.
2019-06-24 12:08:30 +02:00
..
abstract_polygon_2d_editor.cpp Move vertex along a single axis while editing and holding shift 2019-04-16 20:26:22 -03:00
abstract_polygon_2d_editor.h Better and non-buggy Polygon2D editing disabling 2019-02-16 16:46:09 -02:00
animation_blend_space_1d_editor.cpp Make translatable some undo/redo operations in the editor 2019-02-21 16:41:01 -03:00
animation_blend_space_1d_editor.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
animation_blend_space_2d_editor.cpp Improve wording of various messages and make casing more consistent 2019-04-21 14:37:14 +02:00
animation_blend_space_2d_editor.h
animation_blend_tree_editor_plugin.cpp Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
animation_blend_tree_editor_plugin.h [AnimationNodeBlendTreeEditor] Usability improvements 2019-04-07 23:28:23 -03:00
animation_player_editor_plugin.cpp Fix minor onion layering control errors 2019-06-19 19:42:26 -03:00
animation_player_editor_plugin.h Fix minor onion layering control errors 2019-06-19 19:42:26 -03:00
animation_state_machine_editor.cpp Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
animation_state_machine_editor.h [StateMachine] Fix play position 2019-04-23 14:59:16 -03:00
animation_tree_editor_plugin.cpp
animation_tree_editor_plugin.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
animation_tree_player_editor_plugin.cpp Merge pull request #27673 from qarmin/small_fixes 2019-04-22 12:00:34 +02:00
animation_tree_player_editor_plugin.h
asset_library_editor_plugin.cpp Merge pull request #29599 from Calinou/assetlib-project-icon-loading 2019-06-12 13:36:06 +02:00
asset_library_editor_plugin.h Remove some references to unimplemented features in the assetlib 2019-06-12 12:26:37 +02:00
audio_stream_editor_plugin.cpp Fix pausing in audio player editor acting the same as stopping 2019-06-02 22:40:28 -03:00
audio_stream_editor_plugin.h Scene: Ensure classes match their header filename 2019-02-12 17:21:48 +01:00
baked_lightmap_editor_plugin.cpp Style: Apply new changes from clang-format 8.0 2019-04-09 17:09:48 +02:00
baked_lightmap_editor_plugin.h
camera_editor_plugin.cpp
camera_editor_plugin.h
canvas_item_editor_plugin.cpp Merge pull request #29489 from groud/fixes_nan 2019-06-18 09:53:25 +02:00
canvas_item_editor_plugin.h Allow to change 2D pan hotkey 2019-06-05 22:44:52 +02:00
collision_polygon_2d_editor_plugin.cpp
collision_polygon_2d_editor_plugin.h
collision_polygon_editor_plugin.cpp
collision_polygon_editor_plugin.h
collision_shape_2d_editor_plugin.cpp Merge pull request #25311 from qarmin/third_point 2019-04-07 13:04:59 +02:00
collision_shape_2d_editor_plugin.h
cpu_particles_2d_editor_plugin.cpp Set switch_on_hover to true for the remaining menus 2019-04-25 10:27:33 -03:00
cpu_particles_2d_editor_plugin.h Add Emission Mask to CPUParticle2D 2019-03-19 17:28:57 +01:00
cpu_particles_editor_plugin.cpp Set switch_on_hover to true for the remaining menus 2019-04-25 10:27:33 -03:00
cpu_particles_editor_plugin.h
curve_editor_plugin.cpp Improve the curve editor rendering 2019-06-01 02:07:42 +02:00
curve_editor_plugin.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
editor_preview_plugins.cpp Small fixes to unrechable code, possibly overflows, using NULL pointers 2019-06-03 21:52:50 +02:00
editor_preview_plugins.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
gi_probe_editor_plugin.cpp
gi_probe_editor_plugin.h
gradient_editor_plugin.cpp Make translatable some undo/redo operations in the editor 2019-02-21 16:41:01 -03:00
gradient_editor_plugin.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
item_list_editor_plugin.cpp Added a workaround to avoid crashes due to how TileSet editor works, fixes #23672 2019-02-22 17:42:29 -03:00
item_list_editor_plugin.h Fix setting of PopupMenu item IDs in editor 2019-04-15 14:36:42 -05:00
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 Fix and restore text, material and mesh previewers. 2019-03-04 15:53:18 -03:00
material_editor_plugin.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
mesh_editor_plugin.cpp Fix and restore text, material and mesh previewers. 2019-03-04 15:53:18 -03:00
mesh_editor_plugin.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
mesh_instance_editor_plugin.cpp Set switch_on_hover to true for the remaining menus 2019-04-25 10:27:33 -03:00
mesh_instance_editor_plugin.h
mesh_library_editor_plugin.cpp Merge pull request #25522 from aqnuep/MeshLibrary_improvements 2019-06-03 13:59:43 +02:00
mesh_library_editor_plugin.h
multimesh_editor_plugin.cpp Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
multimesh_editor_plugin.h
navigation_polygon_editor_plugin.cpp
navigation_polygon_editor_plugin.h
particles_2d_editor_plugin.cpp Fix undo references for conversion to CPUParticles 2019-06-24 12:08:30 +02:00
particles_2d_editor_plugin.h
particles_editor_plugin.cpp Fix undo references for conversion to CPUParticles 2019-06-24 12:08:30 +02:00
particles_editor_plugin.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
path_2d_editor_plugin.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
path_2d_editor_plugin.h
path_editor_plugin.cpp Add priority to gizmos and fix small issues 2019-03-12 00:30:50 +01:00
path_editor_plugin.h Add priority to gizmos and fix small issues 2019-03-12 00:30:50 +01:00
physical_bone_plugin.cpp Improve wording of various messages and make casing more consistent 2019-04-21 14:37:14 +02:00
physical_bone_plugin.h
polygon_2d_editor_plugin.cpp Fix scroll for texture_region and polygon_2d editor 2019-04-25 10:51:27 -03:00
polygon_2d_editor_plugin.h Better and non-buggy Polygon2D editing disabling 2019-02-16 16:46:09 -02:00
resource_preloader_editor_plugin.cpp
resource_preloader_editor_plugin.h
root_motion_editor_plugin.cpp
root_motion_editor_plugin.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
script_editor_plugin.cpp Center script line when double clicked on error in debugger 2019-06-23 15:58:07 +02:00
script_editor_plugin.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
script_text_editor.cpp Center script line when double clicked on error in debugger 2019-06-23 15:58:07 +02:00
script_text_editor.h Center script line when double clicked on error in debugger 2019-06-23 15:58:07 +02:00
SCsub
shader_editor_plugin.cpp Reload text shaders when externaly edited, issue 19852 2019-06-01 14:05:44 +01:00
shader_editor_plugin.h Reload text shaders when externaly edited, issue 19852 2019-06-01 14:05:44 +01:00
skeleton_2d_editor_plugin.cpp Small ux improvement 2019-04-20 17:43:23 -03:00
skeleton_2d_editor_plugin.h
skeleton_editor_plugin.cpp
skeleton_editor_plugin.h
skeleton_ik_editor_plugin.cpp
skeleton_ik_editor_plugin.h
spatial_editor_plugin.cpp Merge pull request #29283 from qarmin/fix_some_always_same_values 2019-06-20 21:10:10 +02:00
spatial_editor_plugin.h Merge pull request #27188 from samH-FIT/MacroUpdate 2019-06-19 22:59:49 +02:00
sprite_editor_plugin.cpp Add undo for Sprite Editor 2019-04-23 21:10:44 +02:00
sprite_editor_plugin.h Add undo for Sprite Editor 2019-04-23 21:10:44 +02:00
sprite_frames_editor_plugin.cpp Merge pull request #28831 from dankan1890/spriteframes_sheet_fix 2019-05-13 12:13:07 +02:00
sprite_frames_editor_plugin.h Small improvements to the new Sprite Sheet dialog 2019-04-21 00:32:45 -03:00
style_box_editor_plugin.cpp
style_box_editor_plugin.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
text_editor.cpp Merge pull request #28766 from pgoral/editor_validation_issue 2019-06-17 23:13:08 +02:00
text_editor.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
texture_editor_plugin.cpp Fix crash in texture previeer, closes #26749, probably others 2019-03-08 14:18:12 -03:00
texture_editor_plugin.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
texture_region_editor_plugin.cpp Fix scroll for texture_region and polygon_2d editor 2019-04-25 10:51:27 -03:00
texture_region_editor_plugin.h Fixing zooming in TextureRegion 2019-03-17 10:37:58 +09:00
theme_editor_plugin.cpp Fix bottom panel visibility behaviour in the theme editor 2019-05-21 13:16:06 -03:00
theme_editor_plugin.h Enhance theme preview 2019-02-19 21:52:56 -03:00
tile_map_editor_plugin.cpp Merge pull request #29474 from YeldhamDev/pick_subtile_fix 2019-06-12 12:50:31 +02:00
tile_map_editor_plugin.h Merge pull request #24560 from guilhermefelipecgs/fix_24549 2019-06-01 09:49:18 +02:00
tile_set_editor_plugin.cpp Merge pull request #24560 from guilhermefelipecgs/fix_24549 2019-06-01 09:49:18 +02:00
tile_set_editor_plugin.h editor save/delete layout dialog with layout list 2019-06-21 19:38:04 +02:00
visual_shader_editor_plugin.cpp Merge pull request #29283 from qarmin/fix_some_always_same_values 2019-06-20 21:10:10 +02:00
visual_shader_editor_plugin.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00