godot/modules/mono/glue
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
..
Managed Mono/C#: Fix project export and fix FindLast/GetFile regression 2019-12-17 13:06:41 +01:00
arguments_vector.h Fix memory leak introduced in bb6814a 2019-04-02 22:56:17 +02:00
base_object_glue.cpp Mono/C#: WebAssembly support 2019-11-13 21:41:11 +01:00
base_object_glue.h C#: Add missing ToString() override methods 2019-04-18 14:48:13 +02:00
collections_glue.cpp C#: Add Duplicate method to the Array and Dictionary bindings 2019-12-04 15:22:30 +01:00
collections_glue.h C#: Add Duplicate method to the Array and Dictionary bindings 2019-12-04 15:22:30 +01:00
gd_glue.cpp Mono/C#: WebAssembly support 2019-11-13 21:41:11 +01:00
gd_glue.h C#: Add Ide Connection library and server for the editor 2019-08-04 01:57:53 +02:00
glue_header.h C#: Add DynamicGodotObject class 2019-03-29 00:53:48 +01:00
nodepath_glue.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
nodepath_glue.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rid_glue.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rid_glue.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
string_glue.cpp Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
string_glue.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00