godot/editor
Ignacio Etcheverry c16d00591b DocData and type hints fixes
- Makes vararg methods automatically use PROPERTY_USAGE_NIL_IS_VARIANT on return types
- Completely removes the ":type" suffix for method names. Virtual methods must use the MethodInfo constructors that takes Variant::Type or PropertyHint as the first parameter for the return type (with CLASS_INFO as a helper to get the PropertyInfo). Parameters must use PROPERTY_HINT_RESOURCE_TYPE and hint string.
- PROPERTY_USAGE_NIL_IS_VARIANT is no longer needed for parameters, because parameters cannot be void.
- Adds missing PROPERTY_USAGE_NIL_IS_VARIANT to virtual and built-in methods that return Variant.
2017-08-29 19:40:21 +02:00
..
collada Dead code tells no tales 2017-08-27 22:13:45 +02:00
doc DocData and type hints fixes 2017-08-29 19:40:21 +02:00
fileserver Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
icons Fixed build for Visual Studio 2017-08-21 23:52:55 -04:00
import Dead code tells no tales 2017-08-27 22:13:45 +02:00
plugins DocData and type hints fixes 2017-08-29 19:40:21 +02:00
translations Fix i18n bug in GridMap string 2017-08-25 20:55:33 +02:00
animation_editor.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
animation_editor.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
array_property_edit.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
array_property_edit.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
code_editor.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
code_editor.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
connections_dialog.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
connections_dialog.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
create_dialog.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
create_dialog.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
dependency_editor.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
dependency_editor.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
doc_code_font.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
doc_font.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
doc_title_font.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_about.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_about.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_asset_installer.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_asset_installer.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_audio_buses.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_audio_buses.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_autoload_settings.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_autoload_settings.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_data.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_data.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_dir_dialog.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_dir_dialog.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_export.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
editor_export.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_file_dialog.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_file_dialog.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_file_system.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_file_system.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_fonts.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_fonts.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_help.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
editor_help.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_initialize_ssl.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_initialize_ssl.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_log.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_log.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_name_dialog.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_name_dialog.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_node.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
editor_node.h Dead code tells no tales 2017-08-27 22:13:45 +02:00
editor_path.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_path.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_plugin.cpp DocData and type hints fixes 2017-08-29 19:40:21 +02:00
editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_plugin_settings.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_plugin_settings.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_profiler.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_profiler.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_resource_preview.cpp DocData and type hints fixes 2017-08-29 19:40:21 +02:00
editor_resource_preview.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_run.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_run.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_run_native.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_run_native.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_run_script.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_run_script.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_scale.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_scale.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_settings.cpp Merge pull request #10591 from Rubonnek/possible-null-ptr-dereference 2017-08-27 02:10:56 +02:00
editor_settings.h Dead code tells no tales 2017-08-27 22:13:45 +02:00
editor_sub_scene.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_sub_scene.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_themes.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_themes.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
export_template_manager.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
export_template_manager.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
file_type_cache.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
file_type_cache.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
filesystem_dock.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
filesystem_dock.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
groups_editor.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
groups_editor.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
import_dock.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
import_dock.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
multi_node_edit.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
multi_node_edit.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
node_dock.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
node_dock.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
output_strings.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
output_strings.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
pane_drag.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
pane_drag.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
progress_dialog.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
progress_dialog.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
project_export.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
project_export.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
project_manager.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
project_manager.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
project_settings_editor.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
project_settings_editor.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
property_editor.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
property_editor.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
property_selector.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
property_selector.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
pvrtc_compress.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
pvrtc_compress.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
quick_open.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
quick_open.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
register_exporters.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
reparent_dialog.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
reparent_dialog.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
run_settings_dialog.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
run_settings_dialog.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
scene_tree_dock.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
scene_tree_dock.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
scene_tree_editor.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
scene_tree_editor.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
script_create_dialog.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
script_create_dialog.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
script_editor_debugger.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
script_editor_debugger.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub Dead code tells no tales 2017-08-27 22:13:45 +02:00
settings_config_dialog.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
settings_config_dialog.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
spatial_editor_gizmos.cpp DocData and type hints fixes 2017-08-29 19:40:21 +02:00
spatial_editor_gizmos.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00