virtualx-engine/modules
Ignacio Etcheverry d569b447ff C#: Fix completion request with case insensitive resource path
Sometimes Visual Studio documents have the root path all in upper case.
Since Godot doesn't support loading resource files with a case insensitive path,
this makes script resource loading to fail when the Godot editor gets code
completion requests from Visual Studio.
This fix allows the resource path part of the path to be case insensitive. It
still doesn't support cases where the rest of the path is also case insensitive.
For that we would need a proper API for comparing paths. However, this fix
should be enough for our current cases.
2020-06-23 20:29:19 +02:00
..
arkit Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
assimp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +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 #39085 from madmiraal/fix-39059 2020-05-29 12:10:47 +02:00
camera Style: Fix unnecessary semicolons that confused clang-format 2020-05-19 11:24:58 +02:00
csg Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03:00
cvtt Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
dds Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
denoise Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02: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 GDNative: Add bindings for the Packed*Array ptr() and ptrw() functions. 2020-05-26 17:02:02 +03:00
gdnavigation Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03:00
gdscript Merge pull request #39301 from Calinou/fix-argument-parameter-confusion 2020-06-05 11:33:53 +02:00
glslang Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
gridmap Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03: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 Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
mobile_vr Style: Fix unnecessary semicolons that confused clang-format 2020-05-19 11:24:58 +02:00
mono C#: Fix completion request with case insensitive resource path 2020-06-23 20:29:19 +02:00
ogg SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
opensimplex Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
opus SCons: Validate dependencies for linked multimedia modules 2020-06-03 11:00:10 +02:00
pvr Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
regex Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02: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 Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +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 Merge pull request #39041 from swarnimarun/patch-1 2020-06-04 11:55:12 +02:00
vorbis SCons: Validate dependencies for linked multimedia modules 2020-06-03 11:00:10 +02:00
webm SCons: Validate dependencies for linked multimedia modules 2020-06-03 11:00:10 +02: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 websocket: Fix crash at exit when not running the editor 2020-05-16 04:30:12 +02:00
xatlas_unwrap xatlas: Sync with upstream 470576d 2020-05-20 13:51:15 +02: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
SCsub Add custom_modules build option to compile external user modules 2020-05-25 15:33:32 +03:00