virtualx-engine/modules/mono/editor
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
..
GodotTools Mono/C#: Fix project export and fix FindLast/GetFile regression 2019-12-17 13:06:41 +01:00
bindings_generator.cpp Make C# internal calls return structs as ref parameters 2019-11-15 03:22:25 +01:00
bindings_generator.h Make C# internal calls return structs as ref parameters 2019-11-15 03:22:25 +01:00
csharp_project.cpp C#: Fix detection of outdated release Godot API assemblies 2019-10-11 01:46:06 +02:00
csharp_project.h Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
editor_internal_calls.cpp Mono/C#: Several android fixes 2019-12-04 19:03:42 +01:00
editor_internal_calls.h Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
godotsharp_export.cpp Mono/C#: Several android fixes 2019-12-04 19:03:42 +01:00
godotsharp_export.h Mono/C#: Several android fixes 2019-12-04 19:03:42 +01:00
script_class_parser.cpp Mono/C#: Fix class parser incorrectly handling nested namespaces 2019-12-13 19:55:32 +01:00
script_class_parser.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00