virtualx-engine/scene/2d
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
..
animated_sprite.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
animated_sprite.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
area_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
area_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
audio_stream_player_2d.cpp added finished signals to audio stream players, fixes #9928 2017-08-25 11:58:21 -03:00
audio_stream_player_2d.h -Added AudioStreamPlayer2D, for 2D positional sound 2017-06-18 21:07:32 -03:00
back_buffer_copy.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
back_buffer_copy.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
camera_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
camera_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
canvas_item.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
canvas_item.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
canvas_modulate.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
canvas_modulate.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
collision_object_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
collision_object_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
collision_polygon_2d.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
collision_polygon_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
collision_shape_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
collision_shape_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
joints_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
joints_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
light_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
light_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
light_occluder_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
light_occluder_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
line_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
line_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
line_builder.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
line_builder.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
navigation2d.cpp Dead code tells no tales 2017-08-27 22:13:45 +02:00
navigation2d.h Dead code tells no tales 2017-08-27 22:13:45 +02:00
navigation_polygon.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
navigation_polygon.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
node_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
node_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
parallax_background.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
parallax_background.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
parallax_layer.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
parallax_layer.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
particles_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
particles_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
path_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
path_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
path_texture.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
path_texture.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
physics_body_2d.cpp DocData and type hints fixes 2017-08-29 19:40:21 +02:00
physics_body_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
polygon_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
polygon_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
position_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
position_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
ray_cast_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
ray_cast_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
remote_transform_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
remote_transform_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
screen_button.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
screen_button.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
sprite.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
sprite.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
tile_map.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
tile_map.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visibility_notifier_2d.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visibility_notifier_2d.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
y_sort.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
y_sort.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00