godot/modules
Hein-Pieter van Braam 833c3917b2 Allow booleanization of all types
We now allow booleanization of all types. This means that empty versions
of all types now evaluate to false. So a Vector2(0,0), Dictionary(),
etc.

This allows you to write GDScript like:
if not Dictionary():
  print("Empty dict")

Booleanization can now also no longer fail. There is no more valid flag,
this changes Variant and GDNative API.
2017-09-19 18:55:31 +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 Fix ETC2 import for luminance/lumalpha textures, fixes #10421 2017-09-04 18:45:41 -03:00
freetype Make build scripts Python3 compatible 2017-08-27 23:05:39 +02:00
gdnative Allow booleanization of all types 2017-09-19 18:55:31 +02:00
gdscript Allow booleanization of all types 2017-09-19 18:55:31 +02:00
gridmap Changed the doc class generation to individual files per class. It is also possible to save module files in module directories and the build system will 2017-09-12 17:45:41 -03:00
hdr Fix files header 2017-09-01 21:07:55 +07:00
jpg 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 Fix typos 'a' and 'an' 2017-09-02 21:19:06 +07: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 Fix unused variable warnings 2017-09-08 15:03:53 +02:00
recast Recast integration. 2017-09-04 21:41:57 +01:00
regex Renamed function arguments to keep them consistent between declaration and implementation 2017-09-14 13:49:15 -04:00
squish Fix use of unitialized variables 2017-09-02 01:59:26 +02:00
stb_vorbis Mono vorbis support fixed, closes #10787 2017-09-06 23:13:57 -03:00
svg Renamed function arguments to keep them consistent between declaration and implementation 2017-09-14 13:49:15 -04:00
tga Merge pull request #10846 from hpvb/fix-sign-compare 2017-09-01 21:52:55 +02:00
theora Remove assignment and declarations in if statements 2017-09-08 14:59:15 +02:00
tinyexr Fix files header 2017-09-01 21:07:55 +07:00
visual_script Move Variant::evaluate() switch to computed goto 2017-09-17 22:49:23 +02:00
vorbis Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
webm Fix files header 2017-09-01 21:07:55 +07: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