godot/modules
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
..
dds Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
enet Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
etc Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
freetype Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
gdnative Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
gdscript DocData and type hints fixes 2017-08-29 19:40:21 +02:00
gridmap Dead code tells no tales 2017-08-27 22:13:45 +02:00
hdr Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
jpg Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
nativescript Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
ogg Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
openssl Dead code tells no tales 2017-08-27 22:13:45 +02:00
opus Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
pbm Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
pvr Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
regex Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
squish Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
stb_vorbis Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
svg Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
tga Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
theora Dead code tells no tales 2017-08-27 22:13:45 +02:00
tinyexr Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
visual_script DocData and type hints fixes 2017-08-29 19:40:21 +02:00
vorbis Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
webm Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
webp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
register_module_types.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub BuildSystem: generated files have .gen.extension 2017-06-25 07:55:01 +07:00