godot/modules
Paul Joannon 139a5df821
Cleanup C# projects, code quality & style
New rules:
- Do not silence CA1805 any more
- Limit where we silence CA1707, CA1711, CA1720
- Enforce severity=warning for IDE0040
- Enforce Allman style braces
- Enforce naming conventions (IDE1006 is still severity=suggestion)

Fixes:
- Fix REFL045, CS1572, CS1573
- Suppress CS0618 when generating `InvokeGodotClassMethod`
- Fix indent when generating GD_constants.cs
- Temporarily silence CS1734 in generated code
- Fix a lot of naming rule violations

Misc.:
- Remove ReSharper comments for RedundantNameQualifier
- Remove suppression attributes for RedundantNameQualifier
- Remove severity=warnings for CA1716, CA1304 (already included in the level of analysis we run)
2024-02-27 20:11:24 +01:00
..
astcenc
basis_universal BasisUniversal: Fix texture decompression 2024-02-22 19:11:17 +01:00
bmp
camera
csg Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
cvtt
dds
enet
etcpak
fbx Add ufbx for FBX importing 2024-02-23 22:33:04 +01:00
freetype
gdscript GDScript: Canonicalize script path in FQCN 2024-02-26 10:46:24 +03:00
glslang
gltf Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
gridmap Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
hdr
jpg
jsonrpc
ktx libktx: Update to 4.3.1 2024-02-22 12:25:27 +01:00
lightmapper_rd
mbedtls
meshoptimizer
minimp3
mobile_vr
mono Cleanup C# projects, code quality & style 2024-02-27 20:11:24 +01:00
msdfgen
multiplayer Fix removing connected peer during disconnection 2024-02-25 18:44:02 +01:00
navigation Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
noise
ogg
openxr OpenXR: Register eye gaze even when disabled 2024-02-24 17:32:58 +11:00
raycast
regex
squish
svg
text_server_adv [TextServer] Implement soft hyphen handling. 2024-02-23 12:40:13 +02:00
text_server_fb [TextServer] Implement soft hyphen handling. 2024-02-23 12:40:13 +02:00
tga
theora
tinyexr
upnp
vhacd
vorbis
webp
webrtc
websocket
webxr Fix lint errors in WebXR module 2024-02-23 16:24:58 -06:00
xatlas_unwrap
zip
modules_builders.py
register_module_types.h
SCsub