| .. |
|
debugger
|
Fix error when opening multiple debugger sessions
|
2021-09-26 02:41:11 +07:00 |
|
fileserver
|
…
|
|
|
icons
|
Rename Listener2D/Listener3D to AudioListener2D/AudioListener3D
|
2021-09-16 17:51:51 +07:00 |
|
import
|
Construct values only when necessary.
|
2021-09-23 22:26:07 +07:00 |
|
plugins
|
Fix tile size property
|
2021-09-26 19:32:30 +07:00 |
|
translations
|
i18n: Sync translations with Weblate
|
2021-09-21 17:28:21 +07:00 |
|
SCsub
|
Allow additional cpp files to be added for export template
|
2021-08-12 16:56:17 +07:00 |
|
action_map_editor.cpp
|
Allow mouse button event detection in Action Map Editor
|
2021-09-20 18:16:30 +07:00 |
|
action_map_editor.h
|
Allow mouse button event detection in Action Map Editor
|
2021-09-20 18:16:30 +07:00 |
|
animation_bezier_editor.cpp
|
Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-some-functions
|
2021-09-23 13:14:20 +07:00 |
|
animation_bezier_editor.h
|
Replace close icon with button in the Bezier editor
|
2021-08-26 19:21:49 +07:00 |
|
animation_track_editor.cpp
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
2021-08-23 08:10:13 +07:00 |
|
animation_track_editor.h
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
2021-08-23 08:10:13 +07:00 |
|
animation_track_editor_plugins.cpp
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
2021-08-23 08:10:13 +07:00 |
|
animation_track_editor_plugins.h
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
2021-08-23 08:10:13 +07:00 |
|
array_property_edit.cpp
|
…
|
|
|
array_property_edit.h
|
…
|
|
|
audio_stream_preview.cpp
|
…
|
|
|
audio_stream_preview.h
|
…
|
|
|
code_editor.cpp
|
Improve GDScript Editor and Improve latency
|
2021-09-21 13:56:47 +07:00 |
|
code_editor.h
|
Improve GDScript Editor and Improve latency
|
2021-09-21 13:56:47 +07:00 |
|
connections_dialog.cpp
|
…
|
|
|
connections_dialog.h
|
…
|
|
|
create_dialog.cpp
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
2021-08-23 08:10:13 +07:00 |
|
create_dialog.h
|
…
|
|
|
dependency_editor.cpp
|
…
|
|
|
dependency_editor.h
|
…
|
|
|
dictionary_property_edit.cpp
|
…
|
|
|
dictionary_property_edit.h
|
…
|
|
|
doc_tools.cpp
|
Don't generate empty doc sections and reduce code duplication
|
2021-09-20 20:59:33 +07:00 |
|
doc_tools.h
|
…
|
|
|
editor_about.cpp
|
…
|
|
|
editor_about.h
|
…
|
|
|
editor_asset_installer.cpp
|
…
|
|
|
editor_asset_installer.h
|
…
|
|
|
editor_atlas_packer.cpp
|
…
|
|
|
editor_atlas_packer.h
|
…
|
|
|
editor_audio_buses.cpp
|
Construct values only when necessary.
|
2021-09-23 22:26:07 +07:00 |
|
editor_audio_buses.h
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
2021-08-23 08:10:13 +07:00 |
|
editor_autoload_settings.cpp
|
Display an error message in settings when autoload name is invalid
|
2021-09-14 13:04:00 +07:00 |
|
editor_autoload_settings.h
|
Display an error message in settings when autoload name is invalid
|
2021-09-14 13:04:00 +07:00 |
|
editor_builders.py
|
…
|
|
|
editor_command_palette.cpp
|
Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-some-functions
|
2021-09-23 13:14:20 +07:00 |
|
editor_command_palette.h
|
Sort palette commands by last use
|
2021-08-31 02:07:52 +07:00 |
|
editor_data.cpp
|
Close built-in script from any scene
|
2021-09-07 22:19:45 +07:00 |
|
editor_data.h
|
Implement properties arrays in the Inspector.
|
2021-09-07 09:51:28 +07:00 |
|
editor_dir_dialog.cpp
|
…
|
|
|
editor_dir_dialog.h
|
…
|
|
|
editor_export.cpp
|
Make platform feature tag names lowercase
|
2021-08-31 20:34:44 +07:00 |
|
editor_export.h
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
2021-08-22 08:23:58 +07:00 |
|
editor_feature_profile.cpp
|
…
|
|
|
editor_feature_profile.h
|
…
|
|
|
editor_file_dialog.cpp
|
Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-some-functions
|
2021-09-23 13:14:20 +07:00 |
|
editor_file_dialog.h
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
2021-08-23 08:10:13 +07:00 |
|
editor_file_system.cpp
|
Replace stb_vorbis with libogg+libvorbis
|
2021-09-09 19:39:04 +07:00 |
|
editor_file_system.h
|
Implement Extension Loader
|
2021-08-20 16:02:24 +07:00 |
|
editor_folding.cpp
|
…
|
|
|
editor_folding.h
|
…
|
|
|
editor_fonts.cpp
|
Makes FontData importable resource.
|
2021-08-27 15:43:18 +07:00 |
|
editor_fonts.h
|
…
|
|
|
editor_help.cpp
|
Merge pull request #52655 from Chaosus/toggle_scripts_panel
|
2021-09-17 13:54:54 +07:00 |
|
editor_help.h
|
Added status bar and toggle scripts panel button to EditorHelp/VScripts
|
2021-09-15 11:35:03 +07:00 |
|
editor_help_search.cpp
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
2021-08-23 08:10:13 +07:00 |
|
editor_help_search.h
|
…
|
|
|
editor_inspector.cpp
|
Merge pull request #52376 from rcorre/prop_path_copy_fix
|
2021-09-16 13:25:44 +07:00 |
|
editor_inspector.h
|
Merge pull request #32068 from aaronfranke/transform-editor
|
2021-09-15 13:06:25 +07:00 |
|
editor_layouts_dialog.cpp
|
…
|
|
|
editor_layouts_dialog.h
|
…
|
|
|
editor_log.cpp
|
Fix messages with embedded newlines not being properly presented
|
2021-08-29 10:35:13 +07:00 |
|
editor_log.h
|
…
|
|
|
editor_native_shader_source_visualizer.cpp
|
…
|
|
|
editor_native_shader_source_visualizer.h
|
…
|
|
|
editor_node.cpp
|
Fix arrow pointing in the wrong direction in the Dock Position popup
|
2021-09-23 21:32:48 +07:00 |
|
editor_node.h
|
Merge pull request #51800 from KoBeWi/command_museum
|
2021-09-15 10:51:44 +07:00 |
|
editor_path.cpp
|
…
|
|
|
editor_path.h
|
…
|
|
|
editor_paths.cpp
|
…
|
|
|
editor_paths.h
|
…
|
|
|
editor_plugin.cpp
|
Add Get Center Method for Rect2/Rect2i and AABB.
|
2021-09-21 21:14:17 +07:00 |
|
editor_plugin.h
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
2021-08-22 08:23:58 +07:00 |
|
editor_plugin_settings.cpp
|
…
|
|
|
editor_plugin_settings.h
|
…
|
|
|
editor_properties.cpp
|
Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-some-functions
|
2021-09-23 13:14:20 +07:00 |
|
editor_properties.h
|
Merge pull request #32068 from aaronfranke/transform-editor
|
2021-09-15 13:06:25 +07:00 |
|
editor_properties_array_dict.cpp
|
Use Rect2's get_end().
|
2021-09-22 14:09:45 +07:00 |
|
editor_properties_array_dict.h
|
…
|
|
|
editor_resource_picker.cpp
|
Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-some-functions
|
2021-09-23 13:14:20 +07:00 |
|
editor_resource_picker.h
|
Add QuickLoad option to resource picker.
|
2021-09-18 21:59:32 +07:00 |
|
editor_resource_preview.cpp
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
2021-08-22 08:23:58 +07:00 |
|
editor_resource_preview.h
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
2021-08-22 08:23:58 +07:00 |
|
editor_run.cpp
|
…
|
|
|
editor_run.h
|
…
|
|
|
editor_run_native.cpp
|
Implemented advanced features of DAP
|
2021-08-31 15:17:58 +07:00 |
|
editor_run_native.h
|
Implemented advanced features of DAP
|
2021-08-31 15:17:58 +07:00 |
|
editor_run_script.cpp
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
2021-08-22 08:23:58 +07:00 |
|
editor_run_script.h
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
2021-08-22 08:23:58 +07:00 |
|
editor_scale.cpp
|
…
|
|
|
editor_scale.h
|
…
|
|
|
editor_sectioned_inspector.cpp
|
…
|
|
|
editor_sectioned_inspector.h
|
…
|
|
|
editor_settings.cpp
|
Add history navigation in the script editor using extra mouse buttons
|
2021-09-25 13:33:07 +07:00 |
|
editor_settings.h
|
Added ability to override shortcut definitions for OSX (remove preprocessor defines)
|
2021-09-22 00:09:57 +07:00 |
|
editor_spin_slider.cpp
|
Add Get Center Method for Rect2/Rect2i and AABB.
|
2021-09-21 21:14:17 +07:00 |
|
editor_spin_slider.h
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
2021-08-23 08:10:13 +07:00 |
|
editor_themes.cpp
|
Merge pull request #51805 from skysphr/scrollbar-icons-pressed
|
2021-09-13 14:57:21 +07:00 |
|
editor_themes.h
|
…
|
|
|
editor_translation_parser.cpp
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
2021-08-22 08:23:58 +07:00 |
|
editor_translation_parser.h
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
2021-08-22 08:23:58 +07:00 |
|
editor_vcs_interface.cpp
|
…
|
|
|
editor_vcs_interface.h
|
…
|
|
|
editor_zoom_widget.cpp
|
…
|
|
|
editor_zoom_widget.h
|
…
|
|
|
export_template_manager.cpp
|
…
|
|
|
export_template_manager.h
|
…
|
|
|
filesystem_dock.cpp
|
Save branch as scene by dropping to filesystem
|
2021-09-09 00:59:10 +07:00 |
|
filesystem_dock.h
|
…
|
|
|
find_in_files.cpp
|
…
|
|
|
find_in_files.h
|
…
|
|
|
groups_editor.cpp
|
…
|
|
|
groups_editor.h
|
…
|
|
|
import_defaults_editor.cpp
|
…
|
|
|
import_defaults_editor.h
|
…
|
|
|
import_dock.cpp
|
export "Keep" import option when multiple files are selected
|
2021-09-23 16:48:32 +07:00 |
|
import_dock.h
|
export "Keep" import option when multiple files are selected
|
2021-09-23 16:48:32 +07:00 |
|
inspector_dock.cpp
|
Added confirmation dialog for making subresources unique.
|
2021-09-16 10:39:31 +07:00 |
|
inspector_dock.h
|
Added confirmation dialog for making subresources unique.
|
2021-09-16 10:39:31 +07:00 |
|
localization_editor.cpp
|
…
|
|
|
localization_editor.h
|
…
|
|
|
multi_node_edit.cpp
|
MultiNodeEdit Fix setting NodePath
|
2021-08-22 17:17:30 +07:00 |
|
multi_node_edit.h
|
…
|
|
|
node_dock.cpp
|
…
|
|
|
node_dock.h
|
…
|
|
|
plugin_config_dialog.cpp
|
…
|
|
|
plugin_config_dialog.h
|
…
|
|
|
pot_generator.cpp
|
Make some enhancements to the POT generation
|
2021-09-02 11:12:54 +07:00 |
|
pot_generator.h
|
…
|
|
|
progress_dialog.cpp
|
…
|
|
|
progress_dialog.h
|
…
|
|
|
project_export.cpp
|
…
|
|
|
project_export.h
|
…
|
|
|
project_manager.cpp
|
--single-window is passed through project manager.
|
2021-09-15 10:20:50 +07:00 |
|
project_manager.h
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
2021-08-23 08:10:13 +07:00 |
|
project_settings_editor.cpp
|
Make platform feature tag names lowercase
|
2021-08-31 20:34:44 +07:00 |
|
project_settings_editor.h
|
…
|
|
|
property_editor.cpp
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
2021-08-22 08:23:58 +07:00 |
|
property_editor.h
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
2021-08-22 08:23:58 +07:00 |
|
property_selector.cpp
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
2021-08-23 08:10:13 +07:00 |
|
property_selector.h
|
…
|
|
|
quick_open.cpp
|
Merge pull request #51998 from SirQuartz/Schrödinger's-search-box
|
2021-08-23 18:51:57 +07:00 |
|
quick_open.h
|
…
|
|
|
register_exporters.h
|
…
|
|
|
rename_dialog.cpp
|
Allow disabling the RegEx module in the editor
|
2021-09-15 12:08:53 +07:00 |
|
rename_dialog.h
|
Allow disabling the RegEx module in the editor
|
2021-09-15 12:08:53 +07:00 |
|
reparent_dialog.cpp
|
…
|
|
|
reparent_dialog.h
|
…
|
|
|
scene_tree_dock.cpp
|
Allow disabling the RegEx module in the editor
|
2021-09-15 12:08:53 +07:00 |
|
scene_tree_dock.h
|
Allow disabling the RegEx module in the editor
|
2021-09-15 12:08:53 +07:00 |
|
scene_tree_editor.cpp
|
Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-some-functions
|
2021-09-23 13:14:20 +07:00 |
|
scene_tree_editor.h
|
…
|
|
|
script_create_dialog.cpp
|
…
|
|
|
script_create_dialog.h
|
…
|
|
|
settings_config_dialog.cpp
|
Improve implementation of builtin action overrides
|
2021-09-21 22:25:31 +07:00 |
|
settings_config_dialog.h
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
|
2021-08-23 08:10:13 +07:00 |
|
shader_create_dialog.cpp
|
Add missing SNAME macro optimization for StringName in some functions
|
2021-08-20 14:50:24 +07:00 |
|
shader_create_dialog.h
|
…
|
|
|
shader_globals_editor.cpp
|
…
|
|
|
shader_globals_editor.h
|
…
|
|