Commit Graph

1332 Commits

Author SHA1 Message Date
mafiesto4 2b41c8d24f Fix using TextBoxBase with child controls 2021-04-26 15:15:17 +02:00
mafiesto4 c519c00678 Add CreateSearchPopup to editor utils 2021-04-26 15:14:46 +02:00
mafiesto4 d36a36d439 Fix Win32 stack traces issue due to invalid search path for debug symbols
#457
2021-04-23 16:35:18 +02:00
mafiesto4 826581cb77 Add support for searching for localization strings in scenes and prefabs 2021-04-23 13:57:16 +02:00
mafiesto4 d533dc5f5e Skip empty Value in LocalizedString serialization 2021-04-23 12:57:45 +02:00
mafiesto4 66fac52905 Add tooltips 2021-04-23 12:50:38 +02:00
mafiesto4 c28215b93e Fix UTF-8 encoding read in 2 places 2021-04-23 12:47:17 +02:00
mafiesto4 bbfd80dcb1 Add support for searching for localization strings in C#/C++ code 2021-04-23 12:46:32 +02:00
mafiesto4 81efa49951 Add button to update localization dashboard 2021-04-23 10:58:43 +02:00
mafiesto4 dc62586314 Fix missing asset register for new json resources 2021-04-23 10:53:27 +02:00
mafiesto4 6a1b4e547c Add support for exporting localized strings for translation 2021-04-23 10:52:51 +02:00
mafiesto4 d4a27f38ff Add support for adding new culture to game localization 2021-04-22 17:09:27 +02:00
mafiesto4 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
mafiesto4 c23d2ad2c4 Improve LocalizationSettings editor 2021-04-22 16:10:20 +02:00
mafiesto4 b5e19d95bd Add undo support for Json Asset editor window 2021-04-22 14:21:07 +02:00
mafiesto4 af34bafc5a Improve LocalizedStringTable editor 2021-04-22 13:28:52 +02:00
mafiesto4 aa07d3b2fa Add CultureInfo editor with picker 2021-04-22 13:28:28 +02:00
mafiesto4 f7837f99c2 Fix handling spacing in collection editors to align label in a proper way with margin 2021-04-22 10:59:35 +02:00
mafiesto4 04836f037d Fix json proxy regression for Generic json assets 2021-04-22 10:58:52 +02:00
mafiesto4 64b6b4ebc9 Fix byte array deserialization from base64 encoded string 2021-04-22 10:58:25 +02:00
mafiesto4 2f1aeb6897 Fix API_AUTO_SERIALZIATION usage if base type is not serializable 2021-04-22 10:58:01 +02:00
mafiesto4 d11a9d4d8f Fix typo 2021-04-21 23:47:28 +02:00
mafiesto4 3ed55c89f0 Add drag&drop support for Linux 2021-04-21 23:47:28 +02:00
mafiesto4 9381d0f5f1 Add automatic destination folder creation when saving Json asset 2021-04-21 23:47:27 +02:00
mafiesto4 a7a6dc7671 Add path utils to support StringView 2021-04-21 23:47:27 +02:00
mafiesto4 02856273ad Add error message box on Editor Options saving error 2021-04-21 23:47:27 +02:00
mafiesto4 8ba1affe9e Fix PrefabSpritesRenderer from script list 2021-04-21 10:14:59 +02:00
Tayler Mauk 3410bd5380 Standardize variable names 2021-04-20 22:31:15 -07:00
Tayler Mauk dc0f77ae2a Fix issue #468 2021-04-20 22:24:37 -07:00
Tayler Mauk 3e73f40c0f Fix issue #460 2021-04-20 21:23:42 -07:00
mafiesto4 28c0552e0a Fix diff-serialization and deserialization of C# lists
#347
2021-04-20 16:06:32 +02:00
mafiesto4 9857fb12c4 Fix crash when using C# script that inherits from C++ script 2021-04-20 11:47:32 +02:00
mafiesto4 5b31a8222c Fix crash when using C# script that inherits from C++ script 2021-04-20 11:47:21 +02:00
mafiesto4 1eacb36256 Minor tweaks 2021-04-20 10:58:14 +02:00
mafiesto4 eabab8301d Fix compilation of bindings code with API_EVENT in some cases
#459
2021-04-20 10:35:09 +02:00
mafiesto4 20331bc858 Fix crash when using Actor GetScript or GetChild with invalid index
#462
2021-04-20 10:12:57 +02:00
mafiesto4 480783b7fa Add LocalizedString to TextRender 2021-04-19 16:25:44 +02:00
mafiesto4 3781228dd2 Add support for using generic class value types in scripting API bindings code 2021-04-19 16:24:51 +02:00
mafiesto4 983190b9a0 Add LocalizedString 2021-04-19 16:24:14 +02:00
stefnotch 08d08133c1 GetChildAt should do it in reverse order to respect z order 2021-04-18 09:49:25 +02:00
mafiesto4 0d422ec169 Remove unused include 2021-04-17 19:38:31 +02:00
mafiesto4 c5dd3674c1 Optimize WriteStream::WriteText 2021-04-17 19:38:23 +02:00
mafiesto4 cf0a16e875 Fix handling crash when loading scripting api bindings cache during build 2021-04-17 19:37:51 +02:00
mafiesto4 841a336581 Fix using AssetsCache in game code 2021-04-17 19:37:11 +02:00
mafiesto4 b2729e35c2 Fixes for UWP build 2021-04-17 19:36:38 +02:00
mafiesto4 f1b82b788b Add string localization API 2021-04-16 15:58:31 +02:00
mafiesto4 029566b2ff Add localization string tables caching for current language 2021-04-16 15:48:27 +02:00
mafiesto4 35aaacd61b Add support for importing .po files with strings localization 2021-04-16 15:47:59 +02:00
mafiesto4 eab3631c33 Add support for object reference wrappers usage in hash maps and dictionaries 2021-04-16 15:47:26 +02:00
mafiesto4 cca8200794 Fix JsonAssetProxy.IsProxyFor 2021-04-16 15:47:01 +02:00