virtualx-engine/modules
Ryan Roden-Corrent a8d4ca0e1b Include gdscript warning name in the warning message.
Occasionally you want to ignore a warning with a `warning-ignore`
comment, and you have to go into the settings to look up what the
actual name of the warning is. This patch appends the warning name to
the end of the warning so you know what string to use to ignore it,
similar to other linters like pylint.

For example

```
"The signal 'blah' is declared but never emitted.";
```

is now

```
"The signal 'blah' is declared but never emitted. (UNUSED_SIGNAL)";
```

(cherry picked from commit de3ad3b30e)
2020-07-06 16:51:17 +02:00
..
arkit SCons: Enable iOS modules for ARKit and Camera 2020-06-22 23:23:03 +03:00
assimp SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
bmp SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
bullet Merge pull request #39084 from madmiraal/backport-37314 2020-07-02 13:26:03 +02:00
camera [macOS, 3.2] Add support for the Apple Silicon (ARM64) build target. 2020-06-29 14:43:29 +03:00
csg Use is_equal_approx() instead of vertex_snap when checking if ray is 2020-06-29 19:48:47 +01:00
cvtt SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
dds DDS: Fix loading files without DDSD_CAPS or DDSD_PIXELFORMAT 2020-06-18 11:29:28 +02:00
enet SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
etc SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
freetype SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gdnative GDNative export: do not add fake lookup table if static lib is not used 2020-07-02 12:47:58 +03:00
gdscript Include gdscript warning name in the warning message. 2020-07-06 16:51:17 +02:00
gridmap SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
hdr SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
jpg SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
jsonrpc SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
mbedtls SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
mobile_vr SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
mono fix crash when pass null in print array in GD.print 2020-07-03 15:38:07 +02:00
ogg SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
opensimplex SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
opus [macOS, 3.2] Add support for the Apple Silicon (ARM64) build target. 2020-06-29 14:43:29 +03:00
pvr SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
recast SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
regex Fix RegEx example in class doc and correct typo 2020-06-15 14:34:35 +02:00
squish SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
stb_vorbis SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
svg SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
tga Expose loading TGA images in Image. 2020-07-03 13:17:57 +02:00
theora SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
tinyexr SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
upnp SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
vhacd SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
visual_script DocData: Skip language-specific ClassDoc without methods/constants 2020-06-18 11:29:28 +02:00
vorbis SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
webm [macOS, 3.2] Add support for the Apple Silicon (ARM64) build target. 2020-06-29 14:43:29 +03:00
webp SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
webrtc Fix modules with closure compiler. 2020-06-18 09:21:14 +02:00
websocket Fix modules with closure compiler. 2020-06-18 09:21:14 +02:00
xatlas_unwrap SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
register_module_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00