godot/editor
PouleyKetchoupp ba13d23140 KinematicBody split between new CharacterBody and PhysicsBody
PhysicsBody now has methods move_and_collide/test_move and needed
properties for these methods: safe margin, locked axes (3D only).

Moved collision_exceptions from StaticBody to PhysicsBody for 3D
(same as 2D, and conforms to documentation).

RigidBody doesn't have test_motion method anymore, it's now redundant
with PhysicsBody.test_move.
2021-06-04 11:40:36 -07:00
..
debugger Fix editor crash when exporting profiler data 2021-05-21 15:47:23 +08:00
fileserver Rename File::get_len() get_length() 2021-05-25 11:54:28 +01:00
icons KinematicBody split between new CharacterBody and PhysicsBody 2021-06-04 11:40:36 -07:00
import Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3D 2021-06-03 21:11:54 -04:00
plugins Merge pull request #44198 from madmiraal/rename-translation-position 2021-06-04 11:34:35 +02:00
translations i18n: Sync translations with Weblate 2021-06-02 11:10:28 +02:00
action_map_editor.cpp Fix typos with codespell 2021-05-20 12:38:56 +02:00
action_map_editor.h
animation_bezier_editor.cpp
animation_bezier_editor.h
animation_track_editor_plugins.cpp
animation_track_editor_plugins.h
animation_track_editor.cpp Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3D 2021-06-03 21:11:54 -04:00
animation_track_editor.h Rename Transform to Transform3D in core 2021-06-03 07:30:01 -04:00
array_property_edit.cpp
array_property_edit.h
audio_stream_preview.cpp
audio_stream_preview.h
code_editor.cpp Move and expose Code Hint in CodeEdit 2021-06-01 15:38:45 +01:00
code_editor.h Add custom background line colour to TextEdit and remove marked lines 2021-05-22 14:41:55 +01:00
connections_dialog.cpp Rename Variant TRANSFORM to TRANSFORM3D 2021-06-03 07:30:01 -04:00
connections_dialog.h
create_dialog.cpp
create_dialog.h
dependency_editor.cpp Improve TreeItem API and allow to move nodes 2021-05-17 22:06:46 +02:00
dependency_editor.h
dictionary_property_edit.cpp
dictionary_property_edit.h
doc_tools.cpp
doc_tools.h
editor_about.cpp
editor_about.h
editor_asset_installer.cpp Merge pull request #47336 from Calinou/rename-shader-file-extension 2021-06-04 11:26:14 +02:00
editor_asset_installer.h
editor_atlas_packer.cpp
editor_atlas_packer.h
editor_audio_buses.cpp Improve the audio bus editor appearance 2021-05-27 10:00:49 +02:00
editor_audio_buses.h Improve the audio bus editor appearance 2021-05-27 10:00:49 +02:00
editor_autoload_settings.cpp
editor_autoload_settings.h
editor_builders.py Use a DynamicFont for the default project theme 2021-05-17 15:19:13 +02:00
editor_data.cpp
editor_data.h Fix typos with codespell 2021-05-20 12:38:56 +02:00
editor_dir_dialog.cpp
editor_dir_dialog.h
editor_export.cpp Implement shader caching 2021-05-31 10:13:09 +02:00
editor_export.h
editor_feature_profile.cpp Improve the layout and texts of the Editor Feature Profiles dialog 2021-05-31 18:08:11 +03:00
editor_feature_profile.h Improve the layout and texts of the Editor Feature Profiles dialog 2021-05-31 18:08:11 +03:00
editor_file_dialog.cpp
editor_file_dialog.h
editor_file_system.cpp Change EditorFileSystem and ScriptEditor file sorting order to improve consistency. 2021-05-18 10:42:06 +02:00
editor_file_system.h
editor_folding.cpp
editor_folding.h
editor_fonts.cpp Use bold fonts in editor 2021-06-02 12:47:57 -03:00
editor_fonts.h
editor_help_search.cpp Change behavior of String.right 2021-05-20 23:07:57 +02:00
editor_help_search.h
editor_help.cpp Merge pull request #47791 from Chaosus/fix_doc_theme 2021-05-24 12:21:55 +02:00
editor_help.h
editor_inspector.cpp Use bold fonts in editor 2021-06-02 12:47:57 -03:00
editor_inspector.h Use bold fonts in editor 2021-06-02 12:47:57 -03:00
editor_layouts_dialog.cpp
editor_layouts_dialog.h
editor_log.cpp Fixed implementation of RTL remove_line(), which fixed issues in EditorLog. 2021-05-26 15:08:13 +10:00
editor_log.h
editor_native_shader_source_visualizer.cpp
editor_native_shader_source_visualizer.h
editor_node.cpp Replace get_settings_dir with get_config_dir when fetching configuration paths 2021-06-03 18:24:26 +03:00
editor_node.h Merge pull request #49178 from YeldhamDev/remove_dim_option 2021-05-31 12:27:01 +02:00
editor_path.cpp
editor_path.h
editor_paths.cpp Replace get_settings_dir with get_config_dir when fetching configuration paths 2021-06-03 18:24:26 +03:00
editor_paths.h Replace get_settings_dir with get_config_dir when fetching configuration paths 2021-06-03 18:24:26 +03:00
editor_plugin_settings.cpp
editor_plugin_settings.h
editor_plugin.cpp Rename Transform to Transform3D in core 2021-06-03 07:30:01 -04:00
editor_plugin.h Rename Transform to Transform3D in core 2021-06-03 07:30:01 -04:00
editor_properties_array_dict.cpp Rename EditorPropertyTransform to EditorPropertyTransform3D 2021-06-03 21:58:26 -04:00
editor_properties_array_dict.h
editor_properties.cpp Rename EditorPropertyTransform to EditorPropertyTransform3D 2021-06-03 21:58:26 -04:00
editor_properties.h Rename EditorPropertyTransform to EditorPropertyTransform3D 2021-06-03 21:58:26 -04:00
editor_resource_picker.cpp Make EditorFileDialog only created on demand in EditorResourcePicker 2021-05-25 18:38:19 +03:00
editor_resource_picker.h Make EditorFileDialog only created on demand in EditorResourcePicker 2021-05-25 18:38:19 +03:00
editor_resource_preview.cpp Implement shader caching 2021-05-31 10:13:09 +02:00
editor_resource_preview.h Update EditorResourcePreview queue_*() documentation 2021-05-26 08:39:40 +01:00
editor_run_native.cpp
editor_run_native.h
editor_run_script.cpp
editor_run_script.h
editor_run.cpp
editor_run.h
editor_scale.cpp
editor_scale.h
editor_sectioned_inspector.cpp Use bold fonts in editor 2021-06-02 12:47:57 -03:00
editor_sectioned_inspector.h
editor_settings.cpp Replace get_settings_dir with get_config_dir when fetching configuration paths 2021-06-03 18:24:26 +03:00
editor_settings.h Merge pull request #49132 from Calinou/editor-syntax-themes-rename-default 2021-05-31 14:47:49 +02:00
editor_spin_slider.cpp Mouse ptr reappears at drag start position 2021-05-23 10:48:26 +05:30
editor_spin_slider.h
editor_themes.cpp Improve radio checkboxes in the default editor theme 2021-06-03 00:44:21 +02:00
editor_themes.h
editor_translation_parser.cpp
editor_translation_parser.h
editor_vcs_interface.cpp
editor_vcs_interface.h
editor_zoom_widget.cpp
editor_zoom_widget.h
export_template_manager.cpp Improve the UI/UX of the Export Template Manager dialog 2021-06-03 22:15:15 +03:00
export_template_manager.h Improve the UI/UX of the Export Template Manager dialog 2021-06-03 22:15:15 +03:00
filesystem_dock.cpp Use bold fonts in editor 2021-06-02 12:47:57 -03:00
filesystem_dock.h
find_in_files.cpp Merge pull request #48747 from Calinou/editor-find-in-files-tweak-highlight-color 2021-05-21 12:28:45 +02:00
find_in_files.h
groups_editor.cpp Improve TreeItem API and allow to move nodes 2021-05-17 22:06:46 +02:00
groups_editor.h
import_defaults_editor.cpp
import_defaults_editor.h
import_dock.cpp
import_dock.h
inspector_dock.cpp Rename Transform to Transform3D in core 2021-06-03 07:30:01 -04:00
inspector_dock.h Rename Transform to Transform3D in core 2021-06-03 07:30:01 -04:00
localization_editor.cpp
localization_editor.h
multi_node_edit.cpp
multi_node_edit.h
node_3d_editor_gizmos.cpp Rename Transform to Transform3D in core 2021-06-03 07:30:01 -04:00
node_3d_editor_gizmos.h Rename Transform to Transform3D in core 2021-06-03 07:30:01 -04:00
node_dock.cpp
node_dock.h
plugin_config_dialog.cpp Wrap description TextEdit of plugin config dialog 2021-05-31 19:02:35 +08:00
plugin_config_dialog.h
pot_generator.cpp
pot_generator.h
progress_dialog.cpp
progress_dialog.h
project_export.cpp Improve TreeItem API and allow to move nodes 2021-05-17 22:06:46 +02:00
project_export.h
project_manager.cpp Rename tabs in the project manager 2021-06-03 20:02:02 -04:00
project_manager.h
project_settings_editor.cpp
project_settings_editor.h
property_editor.cpp Rename Variant TRANSFORM to TRANSFORM3D 2021-06-03 07:30:01 -04:00
property_editor.h
property_selector.cpp Improve TreeItem API and allow to move nodes 2021-05-17 22:06:46 +02:00
property_selector.h
quick_open.cpp Improve TreeItem API and allow to move nodes 2021-05-17 22:06:46 +02:00
quick_open.h
register_exporters.h
rename_dialog.cpp
rename_dialog.h
reparent_dialog.cpp
reparent_dialog.h
scene_tree_dock.cpp Improve TreeItem API and allow to move nodes 2021-05-17 22:06:46 +02:00
scene_tree_dock.h
scene_tree_editor.cpp Improve TreeItem API and allow to move nodes 2021-05-17 22:06:46 +02:00
scene_tree_editor.h
script_create_dialog.cpp
script_create_dialog.h
SCsub
settings_config_dialog.cpp Improve TreeItem API and allow to move nodes 2021-05-17 22:06:46 +02:00
settings_config_dialog.h
shader_globals_editor.cpp Rename Variant TRANSFORM to TRANSFORM3D 2021-06-03 07:30:01 -04:00
shader_globals_editor.h