godot/modules
Zher Huei Lee e3e2f06324 Replacement of internal RegEx with PCRE2
The pattern and replacement matching behaviour has been changed purely
due to the nature of switching to a standards-compliant library.

One mistake in the previous behaviour was that named groups didn't have
a number. This has been corrected.

As names are actually just an alias of numbered groups,
RegExMatch::get_name_dict() is now get_names() and is a dict
referring to the group number it represents.

Duplicate names are enabled and the with the first matching instance
used.

Due the lack of a suitable equivalent in PCRE2, RegExMatch::expand() was
removed.
2017-08-19 19:29:14 +08:00
..
dds rewritten PBR implementation to make it friendlier with Blender 2017-05-31 20:29:56 -03:00
enet Updated function argument names 2017-08-12 15:12:49 -04: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 Merge pull request #10307 from Rubonnek/update-argument-names 2017-08-16 17:17:56 +02:00
gdscript Add closest_power_of_2 func and implement mix_rate/latency on OS X 2017-08-17 19:51:13 -03:00
gridmap Merge pull request #10307 from Rubonnek/update-argument-names 2017-08-16 17:17:56 +02:00
hdr TGA support based on SaracenOne's work. 2017-06-07 19:46:36 -03:00
jpg Several fixes related to PBR and Environment 2017-05-30 08:56:19 -03:00
nativescript Updated function argument names 2017-08-12 15:12:49 -04:00
ogg Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
openssl Clang-formatting *.cpp and *.h (some files excluded) 2017-07-22 18:14:08 +07:00
opus Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
pbm Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
pvr Removal of Image from Variant, converted to a Resource. 2017-05-17 07:37:45 -03:00
regex Replacement of internal RegEx with PCRE2 2017-08-19 19:29:14 +08: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
tga TGA support based on SaracenOne's work. 2017-06-07 19:46:36 -03:00
theora Clang-formatting *.cpp and *.h (some files excluded) 2017-07-22 18:14:08 +07:00
tinyexr Disable etc2comp and tinyexr modules on non-tools build 2017-06-30 18:16:38 +02:00
visual_script -Volume sliders, mute, solo and fx bypass are functional, closes #9021 2017-08-18 18:21:53 -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 Several fixes related to PBR and Environment 2017-05-30 08:56:19 -03: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