virtualx-engine/modules
Raul Santos 509d4f5302
C#: Fix ExprMatch for case sensitive matching
We were accidentally stopping the recursion when matching in the case sensitive scenario.

Took the opportunity to also rename the private method to follow the Core method naming more closely so it's easier to compare the implementations in the future.

Also, the private method now uses `ReadOnlySpan<char>` to avoid allocating strings on each recursion.
2024-04-15 03:15:28 +02:00
..
astcenc EditorFileSystem: Add verbose print for file being (re)imported 2024-02-28 09:59:46 +01:00
basis_universal BasisUniversal: Fix texture decompression 2024-02-22 19:11:17 +01:00
bmp Fix some typos in source. 2023-10-04 19:55:11 +09:00
camera Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
csg Move 3D-only resources to their own folder 2024-02-26 05:23:04 -06:00
cvtt Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
dds Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
enet Replace error checks against size with is_empty 2024-02-09 12:50:15 +01:00
etcpak EditorFileSystem: Add verbose print for file being (re)imported 2024-02-28 09:59:46 +01:00
fbx Apply "Remove Immutable Tracks" after post-import. 2024-03-30 23:45:22 -07:00
freetype UWP: Remove platform port, needs to be redone from scratch for 4.x 2023-09-07 15:01:59 +02:00
gdscript Merge pull request #90448 from vnen/gdscript-infer-string-format 2024-04-10 17:49:49 +02:00
glslang Finish splitting functionality of the Vulkan and D3D12 backends into RenderingDeviceDriver. 2024-02-12 10:02:18 -03:00
gltf Fix GLTFDocument.append_from_scene() crash on null node 2024-04-10 17:05:54 -04:00
gridmap Merge pull request #90503 from rburing/gridmap_has_it_rough 2024-04-11 11:02:50 +02:00
hdr One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
interactive_music Fix GCC build failure 2024-03-13 15:02:17 -04:00
jpg Merge pull request #84546 from Rubonnek/fix-jpg-save-bugs 2024-01-04 14:26:04 +01:00
jsonrpc Add unit tests for JSONRPC 2024-04-10 18:27:08 +01:00
ktx libktx: Update to 4.3.2 2024-04-05 12:18:00 +02:00
lightmapper_rd Use Vector* component-wise min/max/clamp functions where applicable 2024-03-20 13:47:42 +01:00
mbedtls mbedTLS: Update to new LTS v3.6.0 2024-04-10 21:19:22 +02:00
meshoptimizer Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
minimp3 [Doc] Fix some incorrect uses of a/an 2024-03-13 21:20:28 +01:00
mobile_vr Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
mono C#: Fix ExprMatch for case sensitive matching 2024-04-15 03:15:28 +02:00
msdfgen Update ICU and msdfgen. 2024-03-13 09:12:50 +02:00
multiplayer Merge pull request #89839 from timothyqiu/meanwhile 2024-04-08 11:20:25 +02:00
navigation Make 2D navigation mesh baking parse all TileMapLayers 2024-04-04 10:45:53 +02:00
noise Merge pull request #88823 from jsjtxietian/limit-NoiseTexture3D 2024-02-27 10:18:09 +01:00
ogg fix next_ogg_packet never returning false 2023-12-10 02:47:52 -08:00
openxr OpenXR: apply fix for reverse Z 2024-04-10 10:35:19 +10:00
raycast Merge pull request #88783 from Chubercik/embree-4.3.1 2024-04-04 14:31:02 +02:00
regex Add additional unit tests for RegEx 2024-04-10 23:24:27 +02:00
squish Fix squish DXT5 RA-As-RG channel swapping 2023-12-09 18:07:25 +01:00
svg Improve error reporting in the asset library and in related types 2024-01-26 20:33:22 +01:00
text_server_adv Merge pull request #90349 from bruvzg/empty_glyph_test 2024-04-08 11:21:58 +02:00
text_server_fb [TextServer] Improve empty glyph handling to allow glyphs smaller than 2px and avoid unnecessary texture updates. 2024-04-07 18:19:45 +03:00
tga One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
theora Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
tinyexr Fix memory leak on error paths in tinyexr loader 2023-11-17 17:40:26 +11:00
upnp Use local variable to stop memory leak. 2024-04-05 09:13:27 +11:00
vhacd Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
vorbis [Doc] Fix some incorrect uses of a/an 2024-03-13 21:20:28 +01:00
webp Add 'override' mark to ResourceFormat class 2024-03-25 04:06:34 +08:00
webrtc Avoid punning enum names in documentation 2023-11-09 17:16:30 +08:00
websocket Enforce template syntax typename over class 2024-03-07 22:39:09 -06:00
webxr Fix lint errors in WebXR module 2024-02-23 16:24:58 -06:00
xatlas_unwrap Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
zip Fix ZIPReader.get_files() error on empty zip files 2024-04-08 15:57:35 -04:00
modules_builders.py SCons: Remove run_in_subprocess dependency 2024-03-11 13:20:09 -05:00
register_module_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: Remove run_in_subprocess dependency 2024-03-11 13:20:09 -05:00