virtualx-engine/editor/plugins
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
..
animation_player_editor_plugin.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
animation_player_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
animation_tree_editor_plugin.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
animation_tree_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
asset_library_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
asset_library_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
camera_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
camera_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
canvas_item_editor_plugin.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
canvas_item_editor_plugin.h Dead code tells no tales 2017-08-27 22:13:45 +02:00
collision_polygon_2d_editor_plugin.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
collision_polygon_2d_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
collision_polygon_editor_plugin.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
collision_polygon_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
collision_shape_2d_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
collision_shape_2d_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
cube_grid_theme_editor_plugin.cpp -Largely rewrote gridmap to simplify it 2017-08-27 16:02:00 -03:00
cube_grid_theme_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
curve_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
curve_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_preview_plugins.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
editor_preview_plugins.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
gi_probe_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
gi_probe_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
gradient_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
gradient_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
item_list_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
item_list_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
light_occluder_2d_editor_plugin.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
light_occluder_2d_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
line_2d_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
line_2d_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
material_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
material_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
mesh_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
mesh_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
mesh_instance_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
mesh_instance_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
multimesh_editor_plugin.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
multimesh_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
navigation_polygon_editor_plugin.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
navigation_polygon_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
particles_2d_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
particles_2d_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
particles_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
particles_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
path_2d_editor_plugin.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
path_2d_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
path_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
path_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
polygon_2d_editor_plugin.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
polygon_2d_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
resource_preloader_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
resource_preloader_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
script_editor_plugin.cpp DocData and type hints fixes 2017-08-29 19:40:21 +02:00
script_editor_plugin.h Dead code tells no tales 2017-08-27 22:13:45 +02:00
script_text_editor.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
script_text_editor.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub Refactoring: rename tools/editor/ to editor/ 2017-03-05 14:21:25 +01:00
shader_editor_plugin.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
shader_editor_plugin.h Dead code tells no tales 2017-08-27 22:13:45 +02:00
shader_graph_editor_plugin.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
shader_graph_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
spatial_editor_plugin.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
spatial_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
sprite_frames_editor_plugin.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
sprite_frames_editor_plugin.h Dead code tells no tales 2017-08-27 22:13:45 +02:00
style_box_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
style_box_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
texture_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
texture_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
texture_region_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
texture_region_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
theme_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
theme_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
tile_map_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
tile_map_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
tile_set_editor_plugin.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
tile_set_editor_plugin.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00