godot/editor
reduz 77a045e902 Rework Mesh handling on scene importing.
-Reworked how meshes are treated by importer by using EditorSceneImporterMesh and EditorSceneImporterMeshNode. Instead of Mesh and MeshInstance, this allows more efficient processing of meshes before they are actually registered in the RenderingServer.
-Integrated MeshOptimizer
-Reworked internals of SurfaceTool to use arrays, making it more performant and easy to run optimizatons on.
2020-12-13 21:29:51 -03:00
..
debugger Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
fileserver Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
icons Add icon for 'AudioStreamMP3' resource 2020-12-09 13:19:33 -03:00
import Rework Mesh handling on scene importing. 2020-12-13 21:29:51 -03:00
plugins Merge pull request #44248 from Nickswoboda/fix-dragging-0-items 2020-12-10 11:15:34 +01:00
translations i18n: Sync translations with Weblate 2020-12-10 14:50:29 +01:00
animation_bezier_editor.cpp Remove connect *_compat methods 2020-12-05 17:56:47 -05:00
animation_bezier_editor.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
animation_track_editor_plugins.cpp [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
animation_track_editor_plugins.h Add override keywords. 2020-07-10 13:56:54 +01:00
animation_track_editor.cpp Cleanup unused engine code 2020-12-09 12:12:36 +01:00
animation_track_editor.h Cleanup unused engine code 2020-12-09 12:12:36 +01:00
array_property_edit.cpp Refactored variant constructor logic 2020-11-09 08:54:43 -03:00
array_property_edit.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
audio_stream_preview.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
audio_stream_preview.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
code_editor.cpp Merge pull request #43742 from qarmin/editor_modules_default_values 2020-12-08 15:53:42 +01:00
code_editor.h [Complex Text Layouts] Refactor TextEdit and CodeEdit controls. 2020-11-26 14:25:50 +02:00
connections_dialog.cpp Merge pull request #41095 from ThakeeNathees/GDScript-Documentation 2020-12-02 14:15:38 +01:00
connections_dialog.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
create_dialog.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
create_dialog.h Add override keywords. 2020-07-10 13:56:54 +01:00
dependency_editor.cpp Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
dependency_editor.h Add override keywords. 2020-07-10 13:56:54 +01:00
dictionary_property_edit.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
dictionary_property_edit.h
doc_tools.cpp Refactor DocData into core and editor (DocTools) parts 2020-12-02 00:48:39 +05:30
doc_tools.h Refactor DocData into core and editor (DocTools) parts 2020-12-02 00:48:39 +05:30
editor_about.cpp [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
editor_about.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
editor_asset_installer.cpp fix item_edited behavior on Asset Installer. 2020-07-10 17:21:43 +08:00
editor_asset_installer.h Merge pull request #40253 from madmiraal/add-override-keywords 2020-07-10 21:04:23 +02:00
editor_atlas_packer.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
editor_atlas_packer.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
editor_audio_buses.cpp Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework 2020-11-28 09:04:25 +01:00
editor_audio_buses.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
editor_autoload_settings.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
editor_autoload_settings.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
editor_builders.py Remove unused Python local variables. 2020-09-11 11:39:15 +01:00
editor_data.cpp Cleanup unused engine code 2020-12-09 12:12:36 +01:00
editor_data.h Cleanup unused engine code 2020-12-09 12:12:36 +01:00
editor_dir_dialog.cpp Fix cancel/OK button order on macOS 2020-07-10 15:10:11 -05:00
editor_dir_dialog.h Add override keywords. 2020-07-10 13:56:54 +01:00
editor_export.cpp Cleanup unused engine code 2020-12-09 12:12:36 +01:00
editor_export.h Cleanup unused engine code 2020-12-09 12:12:36 +01:00
editor_feature_profile.cpp doc: Sync classref with current source 2020-09-04 10:43:11 +02:00
editor_feature_profile.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
editor_file_dialog.cpp [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
editor_file_dialog.h Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and resource depency dialogs). 2020-07-14 14:35:22 +02:00
editor_file_system.cpp Cleanup unused engine code 2020-12-09 12:12:36 +01:00
editor_file_system.h Cleanup unused engine code 2020-12-09 12:12:36 +01:00
editor_folding.cpp Remove String::find_last (same as rfind) 2020-07-03 15:26:22 +02:00
editor_folding.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
editor_fonts.cpp [Complex Text Layouts] Add variable fonts support. 2020-12-13 18:43:39 +02:00
editor_fonts.h
editor_help_search.cpp Revert "Adds fuzzy search for help search dialog" 2020-07-01 03:19:24 +12:00
editor_help_search.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
editor_help.cpp [Complex Text Layouts] Refactor RichTextLabel. 2020-12-11 09:48:49 +02:00
editor_help.h Refactor DocData into core and editor (DocTools) parts 2020-12-02 00:48:39 +05:30
editor_inspector.cpp Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
editor_inspector.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
editor_layouts_dialog.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
editor_layouts_dialog.h Add override keywords. 2020-07-10 13:56:54 +01:00
editor_log.cpp Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework 2020-11-28 09:04:25 +01:00
editor_log.h Remove unused class PaneDrag 2020-07-02 13:50:31 +02:00
editor_node.cpp Rework Mesh handling on scene importing. 2020-12-13 21:29:51 -03:00
editor_node.h Merge pull request #44128 from KoBeWi/🧹 2020-12-09 13:01:50 +01:00
editor_path.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
editor_path.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
editor_plugin_settings.cpp Remove connect *_compat methods 2020-12-05 17:56:47 -05:00
editor_plugin_settings.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
editor_plugin.cpp Register methods for drawing 3D editor overlays 2020-11-10 11:35:34 +01:00
editor_plugin.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
editor_properties_array_dict.cpp Variant: Rename Type::_RID to Type::RID 2020-11-09 16:29:04 +01:00
editor_properties_array_dict.h Add override keywords. 2020-07-10 13:56:54 +01:00
editor_properties.cpp [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
editor_properties.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
editor_resource_preview.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
editor_resource_preview.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
editor_run_native.cpp Show android device name when connected only one device 2020-10-12 21:47:00 +09:00
editor_run_native.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
editor_run_script.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
editor_run_script.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
editor_run.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
editor_run.h Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
editor_scale.cpp Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
editor_scale.h
editor_sectioned_inspector.cpp Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
editor_sectioned_inspector.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
editor_settings.cpp [Complex Text Layouts] Add variable fonts support. 2020-12-13 18:43:39 +02:00
editor_settings.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
editor_spin_slider.cpp [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
editor_spin_slider.h Add override keywords. 2020-07-10 13:56:54 +01:00
editor_sub_scene.cpp Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and resource depency dialogs). 2020-07-14 14:35:22 +02:00
editor_sub_scene.h Add override keywords. 2020-07-10 13:56:54 +01:00
editor_themes.cpp Add "font_color_separator" theme property to 'PopupMenu' 2020-12-03 11:36:03 -03:00
editor_themes.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
editor_translation_parser.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
editor_translation_parser.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
editor_vcs_interface.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
editor_vcs_interface.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
export_template_manager.cpp Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and resource depency dialogs). 2020-07-14 14:35:22 +02:00
export_template_manager.h Add override keywords. 2020-07-10 13:56:54 +01:00
filesystem_dock.cpp FileSystemDock: List conflicting files on move 2020-12-10 12:53:56 +01:00
filesystem_dock.h FileSystemDock: List conflicting files on move 2020-12-10 12:53:56 +01:00
find_in_files.cpp Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
find_in_files.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
groups_editor.cpp [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
groups_editor.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
import_dock.cpp check the params section exist before erasing it in import_dock 2020-05-20 01:04:21 +02:00
import_dock.h
input_map_editor.cpp InputEvent as_text now returns readable string. Added to_string for debug strings 2020-11-27 00:42:16 +10:00
input_map_editor.h InputEvent as_text now returns readable string. Added to_string for debug strings 2020-11-27 00:42:16 +10:00
inspector_dock.cpp Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework 2020-11-28 09:04:25 +01:00
inspector_dock.h Refactor MethodBind to use variadic templates 2020-10-18 12:28:44 +02:00
localization_editor.cpp [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
localization_editor.h [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
multi_node_edit.cpp Cleanup unused engine code 2020-12-09 12:12:36 +01:00
multi_node_edit.h Cleanup unused engine code 2020-12-09 12:12:36 +01:00
node_3d_editor_gizmos.cpp Merge pull request #44091 from madmiraal/rename-cubemesh-boxmesh 2020-12-05 16:48:15 +01:00
node_3d_editor_gizmos.h Rename EditorNode3DGizmoPlugin "get_name" to "get_gizmo_name" 2020-12-04 19:34:50 -05:00
node_dock.cpp Remove ToolButton in favor of Button 2020-06-19 20:49:49 +02:00
node_dock.h Remove ToolButton in favor of Button 2020-06-19 20:49:49 +02:00
plugin_config_dialog.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
plugin_config_dialog.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
pot_generator.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
pot_generator.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
progress_dialog.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
progress_dialog.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
project_export.cpp Remove connect *_compat methods 2020-12-05 17:56:47 -05:00
project_export.h Allow folder checking in export preset file list 2020-11-14 16:37:25 +01:00
project_manager.cpp Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
project_manager.h Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework 2020-11-28 09:04:25 +01:00
project_settings_editor.cpp Refactored variant constructor logic 2020-11-09 08:54:43 -03:00
project_settings_editor.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
property_editor.cpp [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
property_editor.h Fix custom property editor layout 2020-06-10 18:03:32 +03:00
property_selector.cpp Refactor DocData into core and editor (DocTools) parts 2020-12-02 00:48:39 +05:30
property_selector.h
quick_open.cpp Improve quick open performance and update some behaviour 2020-07-14 14:02:06 +02:00
quick_open.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
register_exporters.h
rename_dialog.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
rename_dialog.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
reparent_dialog.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
reparent_dialog.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
scene_tree_dock.cpp Cleanup unused engine code 2020-12-09 12:12:36 +01:00
scene_tree_dock.h Cleanup unused engine code 2020-12-09 12:12:36 +01:00
scene_tree_editor.cpp Cleanup unused engine code 2020-12-09 12:12:36 +01:00
scene_tree_editor.h Cleanup unused engine code 2020-12-09 12:12:36 +01:00
script_create_dialog.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
script_create_dialog.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
SCsub SCons: Refactor running commands through builders 2020-07-28 00:09:21 +03:00
settings_config_dialog.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
settings_config_dialog.h Add override keywords. 2020-07-10 13:56:54 +01:00
shader_globals_editor.cpp [Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface. 2020-11-26 14:25:48 +02:00
shader_globals_editor.h Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00