godot/modules
Karroffel 57654d4b95 support enums and nested constants in match statement
The initial version of the pattern matcher in GDScript does not
allow matching on nested identifiers, only one identifiers available
in the current scope.

With the introduction of enums to GDScript that's a huge missing
feature. This commit makes the parser accept indexed constants and
variables to properly support enums.
2017-08-22 17:45:05 +02:00
..
dds rewritten PBR implementation to make it friendlier with Blender 2017-05-31 20:29:56 -03:00
enet ClassDB: Provide the enum name of integer constants 2017-08-20 22:07:43 +02:00
etc Add closest_power_of_2 func and implement mix_rate/latency on OS X 2017-08-17 19:51:13 -03:00
freetype Update freetype to 2.8 2017-06-25 10:41:12 +09:00
gdnative Removed unnecessary assignments 2017-08-21 15:15:55 -04:00
gdscript support enums and nested constants in match statement 2017-08-22 17:45:05 +02:00
gridmap Some control fixes and removed useless lines 2017-08-19 19:10:00 +02:00
hdr Added support for SVG 2017-08-20 13:53:02 -05:00
jpg Added support for SVG 2017-08-20 13:53:02 -05:00
nativescript Removed unnecessary assignments 2017-08-21 15:15:55 -04:00
ogg Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
openssl Removed unnecessary assignments 2017-08-21 15:15:55 -04:00
opus Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
pbm Removed unnecessary assignments 2017-08-21 15:15:55 -04:00
pvr Removal of Image from Variant, converted to a Resource. 2017-05-17 07:37:45 -03:00
regex Removes type information from method binds 2017-08-10 07:17:50 +02:00
squish -Fix freezes caused by etccomp2, closes #9183 2017-06-16 21:49:37 -03:00
stb_vorbis Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in infinite loop causing audio to freeze 2017-07-29 18:59:51 +09:30
svg Added missing icon and svgs upscaling 2017-08-20 13:53:09 -05:00
tga Added support for SVG 2017-08-20 13:53:02 -05:00
theora Removed unnecessary assignments 2017-08-21 15:15:55 -04:00
tinyexr Added support for SVG 2017-08-20 13:53:02 -05:00
visual_script Merge pull request #10351 from neikeq/enums-are-for-the-weak 2017-08-21 19:56:08 -03:00
vorbis Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
webm Clang-formatting *.cpp and *.h (some files excluded) 2017-07-22 18:14:08 +07:00
webp Added support for SVG 2017-08-20 13:53:02 -05:00
register_module_types.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
SCsub BuildSystem: generated files have .gen.extension 2017-06-25 07:55:01 +07:00