godot/modules
Ryan Roden-Corrent de3ad3b30e
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)";
```
2020-07-06 07:22:34 -04:00
..
arkit SCons: Enable iOS modules for ARKit and Camera 2020-06-23 12:48:44 +03:00
assimp Merge pull request #39370 from Anutrix/remove-usused-assimp-var 2020-06-08 13:22:20 +02:00
basis_universal Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
bmp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
bullet Merge pull request #37350 from aaronfranke/force-impulse 2020-07-02 18:39:16 +02:00
camera [macOS] Add support for the Apple Silicon (ARM64) build target. 2020-06-29 12:33:51 +03:00
csg Use is_equal_approx() instead of vertex_snap when checking if ray is 2020-06-29 18:21:15 +01:00
cvtt Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
dds DDS: Fix loading files without DDSD_CAPS or DDSD_PIXELFORMAT 2020-06-15 13:10:24 +02:00
denoise [macOS] Add support for the Apple Silicon (ARM64) build target. 2020-06-29 12:33:51 +03:00
enet Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
etc Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
freetype SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
gdnative Merge pull request #40092 from hinlopen/remove-find-last 2020-07-04 01:38:01 +02:00
gdnavigation Remove ToolButton in favor of Button 2020-06-19 20:49:49 +02:00
gdscript Include gdscript warning name in the warning message. 2020-07-06 07:22:34 -04:00
glslang Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
gridmap doc: Sync classref with current source 2020-07-03 16:09:12 +02:00
hdr Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
jpg Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
jsonrpc Improve jsonrpc error reporting 2020-05-15 23:55:41 +02:00
lightmapper_rd Split `Geometry` singleton into `Geometry2D` and `Geometry3D` 2020-05-27 14:28:34 +03:00
mbedtls Implement RSA encryption/decryption. 2020-06-18 15:29:39 +02:00
mobile_vr Style: Fix unnecessary semicolons that confused clang-format 2020-05-19 11:24:58 +02:00
mono Fix Mono PackedArray Marshalling 2020-07-05 14:54:31 -06:00
ogg SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
opensimplex Fix OpenSimplexNoise get_image() swap axes 2020-07-01 11:40:14 +08:00
opus [macOS] Add support for the Apple Silicon (ARM64) build target. 2020-06-29 12:33:51 +03:00
pvr Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
regex Fix RegEx example in class doc and correct typo 2020-06-15 10:25:09 +08:00
squish Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
stb_vorbis Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
svg Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
tga Expose loading TGA images in Image. 2020-05-21 16:02:53 +02:00
theora SCons: Validate dependencies for linked multimedia modules 2020-06-03 11:00:10 +02:00
tinyexr Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
upnp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
vhacd Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
visual_script DocData: Skip language-specific ClassDoc without methods/constants 2020-06-17 15:09:07 +02:00
vorbis SCons: Validate dependencies for linked multimedia modules 2020-06-03 11:00:10 +02:00
webm [macOS] Add support for the Apple Silicon (ARM64) build target. 2020-06-29 12:33:51 +03:00
webp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
webrtc Fix WebRTCPeerConnection set_local_description doc 2020-06-04 21:10:34 +02:00
websocket Remove String::find_last (same as rfind) 2020-07-03 15:26:22 +02:00
xatlas_unwrap xatlas: Sync with upstream 470576d 2020-05-20 13:51:15 +02:00
SCsub Add `custom_modules` build option to compile external user modules 2020-05-25 15:33:32 +03:00
modules_builders.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
register_module_types.h Moved the shader source compilation code outside RenderingDevice and Vulkan 2020-02-11 11:53:29 +01:00