Commit Graph

1568 Commits

Author SHA1 Message Date
Wojtek Figat
2051a724ae Merge branch 'master' of git://github.com/Crawcik/FlaxEngine into Crawcik-master 2021-04-28 10:26:05 +02:00
Wojtek Figat
774c4b65fe Fix error when platform culture is invalid 2021-04-28 10:01:33 +02:00
Wojtek Figat
3ef41e1e23 Merge branch 'master' into localization 2021-04-27 16:54:49 +02:00
Wojtek Figat
b96f0efd9c Fix using Delegate<> in API event
(cherry picked from commit 7b2c034fba)
2021-04-27 16:52:48 +02:00
Wojtek Figat
801587ab6c Fix case sensitivity check for StartsWith and EndsWith in StringView
(cherry picked from commit 752e7e73bc)
2021-04-27 16:52:26 +02:00
Wojtek Figat
df1dfbec36 Add support for object reference wrappers usage in hash maps and dictionaries
(cherry picked from commit eab3631c33)
2021-04-27 16:51:50 +02:00
Wojtek Figat
59af92bfc4 Fix format string errors assertions into soft checks
(cherry picked from commit c01e5efe43)
2021-04-27 16:50:55 +02:00
Wojtek Figat
35f06bbf6e Fix using TextBoxBase with child controls
(cherry picked from commit 2b41c8d24f)
2021-04-27 16:50:34 +02:00
Wojtek Figat
766a79af12 Remove unused include 2021-04-27 14:29:01 +02:00
Wojtek Figat
17467c81a4 Add LocalizedString support for UI 2021-04-27 14:28:42 +02:00
Wojtek Figat
5fc2f12139 Add helper method for CultureInfo to change language in VS 2021-04-27 12:58:16 +02:00
Wojtek Figat
ae846debd4 Add C++ current culture sync with localization system 2021-04-27 12:21:01 +02:00
Wojtek Figat
c01e5efe43 Fix format string errors assertions into soft checks 2021-04-27 10:57:07 +02:00
Wojtek Figat
06be726a6f Add C# current culture sync with localization system 2021-04-27 10:22:29 +02:00
Wojtek Figat
bdde0af771 Fix typos 2021-04-27 10:22:06 +02:00
Wojtek Figat
c76f1f2432 Add profile events to LocalizationSettingsEditor 2021-04-27 10:14:37 +02:00
Wojtek Figat
ed4eeee647 Fix undo for custom serialized objects (eg. LocalizedString) 2021-04-27 10:14:19 +02:00
Wojtek Figat
8c79c21e61 Add custom editor for LocalizedString 2021-04-27 10:13:48 +02:00
Wojtek Figat
ca56c5f9d0 Add formatting of localized plural string 2021-04-26 15:15:44 +02:00
Wojtek Figat
a22d5887bb Add LocalizedString.Empty 2021-04-26 15:15:30 +02:00
Wojtek Figat
2b41c8d24f Fix using TextBoxBase with child controls 2021-04-26 15:15:17 +02:00
Wojtek Figat
c519c00678 Add CreateSearchPopup to editor utils 2021-04-26 15:14:46 +02:00
Wojtek Figat
b73ff9aaf6 Merge branch '1.1' into 1.2
# Conflicts:
#	Source/Platforms/DotNet/Newtonsoft.Json.dll
#	Source/Platforms/DotNet/Newtonsoft.Json.pdb
#	Source/Platforms/UWP/Binaries/Newtonsoft.Json.dll
#	Source/Platforms/XboxOne/Binaries/Newtonsoft.Json.dll
2021-04-24 12:32:17 +02:00
Wojtek Figat
23e722a9fb Add timeout check for drag&drop on Linux to prevent deadlock 2021-04-23 22:58:09 +02:00
Wojtek Figat
27fbd896f7 Fix Win32 stack traces issue due to invalid search path for debug symbols
#457
2021-04-23 21:53:10 +02:00
Wojtek Figat
d36a36d439 Fix Win32 stack traces issue due to invalid search path for debug symbols
#457
2021-04-23 16:35:18 +02:00
Crawcik
ac33ba432d Adding private protected access modifier 2021-04-23 14:02:16 +02:00
Wojtek Figat
826581cb77 Add support for searching for localization strings in scenes and prefabs 2021-04-23 13:57:16 +02:00
Wojtek Figat
d533dc5f5e Skip empty Value in LocalizedString serialization 2021-04-23 12:57:45 +02:00
Wojtek Figat
66fac52905 Add tooltips 2021-04-23 12:50:38 +02:00
Wojtek Figat
c28215b93e Fix UTF-8 encoding read in 2 places 2021-04-23 12:47:17 +02:00
Wojtek Figat
bbfd80dcb1 Add support for searching for localization strings in C#/C++ code 2021-04-23 12:46:32 +02:00
Wojtek Figat
81efa49951 Add button to update localization dashboard 2021-04-23 10:58:43 +02:00
Wojtek Figat
dc62586314 Fix missing asset register for new json resources 2021-04-23 10:53:27 +02:00
Wojtek Figat
6a1b4e547c Add support for exporting localized strings for translation 2021-04-23 10:52:51 +02:00
Crawcik
d3c974a838 Access modifier detection fix 2021-04-23 08:31:00 +02:00
Wojtek Figat
2b698ca8b0 Add support for fixed-array fields in scripting 2021-04-22 21:03:40 +02:00
Wojtek Figat
3e945fbe34 Bump up version number 2021-04-22 20:24:21 +02:00
Wojtek Figat
6821e3c370 Fix progress bar drawing precision and stability
#471
2021-04-22 19:25:01 +02:00
Wojtek Figat
d4a27f38ff Add support for adding new culture to game localization 2021-04-22 17:09:27 +02:00
Wojtek Figat
ace8295ab7 Merge remote-tracking branch 'origin/master' into localization
# Conflicts:
#	Source/Platforms/DotNet/Newtonsoft.Json.dll
#	Source/Platforms/DotNet/Newtonsoft.Json.pdb
#	Source/Platforms/UWP/Binaries/Newtonsoft.Json.dll
#	Source/Platforms/XboxOne/Binaries/Newtonsoft.Json.dll
2021-04-22 16:10:36 +02:00
Wojtek Figat
c23d2ad2c4 Improve LocalizationSettings editor 2021-04-22 16:10:20 +02:00
Wojtek Figat
b5e19d95bd Add undo support for Json Asset editor window 2021-04-22 14:21:07 +02:00
Wojtek Figat
af34bafc5a Improve LocalizedStringTable editor 2021-04-22 13:28:52 +02:00
Wojtek Figat
aa07d3b2fa Add CultureInfo editor with picker 2021-04-22 13:28:28 +02:00
Wojtek Figat
f7837f99c2 Fix handling spacing in collection editors to align label in a proper way with margin 2021-04-22 10:59:35 +02:00
Wojtek Figat
04836f037d Fix json proxy regression for Generic json assets 2021-04-22 10:58:52 +02:00
Wojtek Figat
64b6b4ebc9 Fix byte array deserialization from base64 encoded string 2021-04-22 10:58:25 +02:00
Wojtek Figat
2f1aeb6897 Fix API_AUTO_SERIALZIATION usage if base type is not serializable 2021-04-22 10:58:01 +02:00
Wojtek Figat
d11a9d4d8f Fix typo 2021-04-21 23:47:28 +02:00