godot/editor
lawnjelly e03a2cec58 Fix GIProbe gizmo out of bounds crash
The GIProbe gizmo was writing values in 3 dimensions to Vector2s. This error was previously being masked by the Vector2 accessor, but now results in a crash or ERR_FAIL message.

This PR removes the Vector2s as they were unused.

(cherry picked from commit e3f84916de)
2022-02-24 10:18:48 +01:00
..
collada
doc Fix decompression functions not returning errcodes 2022-02-19 16:00:17 +01:00
fileserver
icons Add Listener2D 2021-10-05 13:29:59 +02:00
import Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
plugins Only store _edit_use_anchors_ metadata if value is not the default 2022-02-19 15:59:32 +01:00
translations Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
animation_bezier_editor.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
animation_bezier_editor.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
animation_track_editor_plugins.cpp
animation_track_editor_plugins.h
animation_track_editor.cpp
animation_track_editor.h
array_property_edit.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
array_property_edit.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
audio_stream_preview.cpp
audio_stream_preview.h
code_editor.cpp
code_editor.h
connections_dialog.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
connections_dialog.h
create_dialog.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
create_dialog.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
dependency_editor.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
dependency_editor.h
dictionary_property_edit.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
dictionary_property_edit.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_about.cpp
editor_about.h
editor_asset_installer.cpp
editor_asset_installer.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_atlas_packer.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_atlas_packer.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_audio_buses.cpp
editor_audio_buses.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_autoload_settings.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_autoload_settings.h
editor_builders.py
editor_data.cpp Use ScriptServer::get_global_class_base instead of script_class_get_base in script_class_is_parent. 2022-02-17 10:23:59 +01:00
editor_data.h
editor_dir_dialog.cpp
editor_dir_dialog.h
editor_export.cpp
editor_export.h
editor_feature_profile.cpp
editor_feature_profile.h
editor_file_dialog.cpp
editor_file_dialog.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_file_system.cpp
editor_file_system.h
editor_folding.cpp
editor_folding.h
editor_fonts.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_fonts.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_help_search.cpp
editor_help_search.h
editor_help.cpp
editor_help.h
editor_inspector.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_inspector.h
editor_layouts_dialog.cpp
editor_layouts_dialog.h
editor_log.cpp
editor_log.h
editor_network_profiler.cpp
editor_network_profiler.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_node.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_node.h
editor_path.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_path.h
editor_plugin_settings.cpp
editor_plugin_settings.h
editor_plugin.cpp
editor_plugin.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_profiler.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_profiler.h
editor_properties_array_dict.cpp
editor_properties_array_dict.h
editor_properties.cpp EditorProperty: Fix range hint parsing with optional step 2022-02-17 10:21:54 +01:00
editor_properties.h
editor_resource_picker.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_resource_picker.h
editor_resource_preview.cpp
editor_resource_preview.h
editor_run_native.cpp
editor_run_native.h
editor_run_script.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_run_script.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_run.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_run.h
editor_scale.cpp
editor_scale.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_sectioned_inspector.cpp
editor_sectioned_inspector.h
editor_settings.cpp
editor_settings.h
editor_spin_slider.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_spin_slider.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_sub_scene.cpp
editor_sub_scene.h
editor_themes.cpp
editor_themes.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_translation.cpp Fix decompression functions not returning errcodes 2022-02-19 16:00:17 +01:00
editor_translation.h
editor_vcs_interface.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
editor_vcs_interface.h
export_template_manager.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
export_template_manager.h
filesystem_dock.cpp
filesystem_dock.h
find_in_files.cpp
find_in_files.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
groups_editor.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
groups_editor.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
import_defaults_editor.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
import_defaults_editor.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
import_dock.cpp
import_dock.h
inspector_dock.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
inspector_dock.h
multi_node_edit.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
multi_node_edit.h
node_dock.cpp
node_dock.h
pane_drag.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
pane_drag.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
plugin_config_dialog.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
plugin_config_dialog.h
progress_dialog.cpp
progress_dialog.h
project_export.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
project_export.h
project_manager.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
project_manager.h
project_settings_editor.cpp Fix undo/redo operations in Input Map 2022-01-25 18:38:42 +01:00
project_settings_editor.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
property_editor.cpp
property_editor.h
property_selector.cpp
property_selector.h
quick_open.cpp
quick_open.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
register_exporters.h
rename_dialog.cpp
rename_dialog.h
reparent_dialog.cpp
reparent_dialog.h
run_settings_dialog.cpp
run_settings_dialog.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
scene_tree_dock.cpp
scene_tree_dock.h Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
scene_tree_editor.cpp
scene_tree_editor.h
script_create_dialog.cpp Update copyright statements to 2022 2022-01-13 16:00:37 +01:00
script_create_dialog.h
script_editor_debugger.cpp
script_editor_debugger.h
SCsub i18n: Sync classref translations with Weblate 2021-11-03 15:00:52 +01:00
settings_config_dialog.cpp
settings_config_dialog.h
spatial_editor_gizmos.cpp Fix GIProbe gizmo out of bounds crash 2022-02-24 10:18:48 +01:00
spatial_editor_gizmos.h