godot/modules
Ignacio Etcheverry 20d7013c60 Mono/C#: Fix project export and fix FindLast/GetFile regression
d09193b08a introduced a regression in
StringExtensions.FindLast. StringExtensions.GetFile was also affected as it
relies on FindLast. This in turn broke the project exporter as it uses GetFile.
The cause of the regression is that now FindLast is calling LastIndexOf
with 'startIndex: 0'. This should be 'startIndex: str.Length - 1' instead.

Also fixed another regression in the project exporter:
de7c2ad21b moved 'GodotTools/GodotSharpExport.cs'
to 'GodotTools/Export/ExportPlugin.cs' and in doing so accidently reverted
the changes from commit e439581198.
2019-12-17 13:06:41 +01:00
..
arkit iOS modular build and export implementation. 2019-12-01 21:57:18 +02:00
assimp Removed unused variables, add some constants numbers 2019-12-10 05:13:02 +01:00
bmp
bullet Check that motion is not zero before doing a sweep test. 2019-12-09 09:21:38 +01:00
camera Fix compile error for Windows on Linux 2019-12-04 08:06:07 +09:00
csg
cvtt
dds
enet Add ENet option to disable server relaying. 2019-11-27 11:48:31 +01:00
etc Memory leak and crash fixes 2019-11-10 09:49:13 +01:00
freetype
gdnative Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers 2019-12-10 08:25:31 +01:00
gdscript Merge pull request #34280 from zaksnet/fix-yield-documentation 2019-12-16 08:49:32 +01:00
gridmap Merge pull request #33997 from akien-mga/doc-makerst-escape 2019-12-01 11:52:20 +01:00
hdr
jpg
jsonrpc
mbedtls Removed unused variables, add some constants numbers 2019-12-10 05:13:02 +01:00
mobile_vr
mono Mono/C#: Fix project export and fix FindLast/GetFile regression 2019-12-17 13:06:41 +01:00
ogg
opensimplex
opus Revert "Update opus to 1.3.1 and opusfile to 0.11" 2019-11-18 09:56:48 +01:00
pvr
recast Removed unused variables, add some constants numbers 2019-12-10 05:13:02 +01:00
regex pcre2: Use scons option to disable JIT on some platforms 2019-11-20 08:54:52 +01:00
squish
stb_vorbis AudioStreamOGGVorbis: Expose loop and loop_offset as properties 2019-11-11 15:14:37 +01:00
svg
tga
theora Memory leak and crash fixes 2019-11-10 09:49:13 +01:00
tinyexr Remove .exr saver debug print 2019-11-27 17:17:29 +01:00
upnp
vhacd
visual_script Fixes size of create function dialog 2019-12-17 09:04:30 +08:00
vorbis
webm Memory leak and crash fixes 2019-11-10 09:49:13 +01:00
webp
webrtc
websocket Fix Visual Studio throwing C4334 warning. 2019-11-15 14:11:12 +01:00
xatlas_unwrap Remove all uses of ERR_EXPLAIN macros. 2019-11-11 10:24:04 +01:00
register_module_types.h
SCsub SCons: Add 'split_libmodules' option to workaround linker issue 2019-12-11 15:40:28 +01:00