Wojtek Figat
|
19941c3e88
|
Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master
|
2021-04-28 10:28:36 +02:00 |
|
Wojtek Figat
|
17467c81a4
|
Add LocalizedString support for UI
|
2021-04-27 14:28:42 +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
|
c519c00678
|
Add CreateSearchPopup to editor utils
|
2021-04-26 15:14:46 +02:00 |
|
Vizepi
|
6e885ece34
|
[CLEAN] Added missing includes in headers
|
2021-04-23 13:59:02 +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
|
66fac52905
|
Add tooltips
|
2021-04-23 12:50:38 +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
|
6a1b4e547c
|
Add support for exporting localized strings for translation
|
2021-04-23 10:52:51 +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
|
02856273ad
|
Add error message box on Editor Options saving error
|
2021-04-21 23:47:27 +02:00 |
|
Wojtek Figat
|
8ba1affe9e
|
Fix PrefabSpritesRenderer from script list
|
2021-04-21 10:14:59 +02:00 |
|
Wojtek Figat
|
28c0552e0a
|
Fix diff-serialization and deserialization of C# lists
#347
|
2021-04-20 16:06:32 +02:00 |
|
Wojtek Figat
|
b2729e35c2
|
Fixes for UWP build
|
2021-04-17 19:36:38 +02:00 |
|
Wojtek Figat
|
cca8200794
|
Fix JsonAssetProxy.IsProxyFor
|
2021-04-16 15:47:01 +02:00 |
|
Wojtek Figat
|
0fb02a5aff
|
Add LocalizationSettings
|
2021-04-16 15:46:42 +02:00 |
|
Wojtek Figat
|
7448383079
|
Add LocalizedStringTable
|
2021-04-16 15:39:31 +02:00 |
|
Wojtek Figat
|
e9215c1a9e
|
Tweaks
|
2021-04-16 11:34:10 +02:00 |
|
Wojtek Figat
|
653cdd8654
|
Add support for importing assets into custom formats with AssetsImportingManager
|
2021-04-15 16:48:01 +02:00 |
|
Wojtek Figat
|
ac1eb8d58d
|
Merge branch 'master' into 1.2
|
2021-04-13 09:52:03 +02:00 |
|
Wojtek Figat
|
5d0da2c8c2
|
Merge branch 'intx' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-intx
|
2021-04-13 09:38:43 +02:00 |
|
Wojtek Figat
|
55155630ca
|
Fix duplicating spline
#452
|
2021-04-12 21:06:34 +02:00 |
|
Wojtek Figat
|
c572d75d1d
|
Format code
|
2021-04-12 15:45:58 +02:00 |
|
Wojtek Figat
|
d774cb496a
|
Merge branch 'tweak-quaternion-editing' of git://github.com/stefnotch/FlaxEngine into stefnotch-tweak-quaternion-editing
|
2021-04-12 15:44:03 +02:00 |
|
Jean-Baptiste Perrier
|
cd707eb5a4
|
Fix "This" node output type.
|
2021-04-11 12:16:03 +02:00 |
|
stefnotch
|
c4af8ce0ca
|
Super smooth quaternion editing
Downside: I have no idea if this is a good implementation
|
2021-04-09 14:28:02 +02:00 |
|
Jean-Baptiste Perrier
|
4e86f1c776
|
Add WriteVariant support.
|
2021-04-08 19:00:03 +02:00 |
|
Jean-Baptiste Perrier
|
4b78551765
|
Add WriteVariant support.
|
2021-04-08 18:59:38 +02:00 |
|
Jean-Baptiste Perrier
|
3579b86980
|
Add WriteCommonValue support.
|
2021-04-08 18:59:19 +02:00 |
|
Jean-Baptiste Perrier
|
3f39212b7b
|
Add ReadVariant support.
|
2021-04-08 18:59:05 +02:00 |
|
Jean-Baptiste Perrier
|
b0b6aeccd8
|
Add ReadVariantType support.
|
2021-04-08 18:58:45 +02:00 |
|
Jean-Baptiste Perrier
|
5b6a0a8d7f
|
Add ReadVariantScriptType support.
|
2021-04-08 18:58:29 +02:00 |
|
Jean-Baptiste Perrier
|
3bbeae15f2
|
Add ReadCommonValue support.
|
2021-04-08 18:58:13 +02:00 |
|
Jean-Baptiste Perrier
|
f6a6e298e0
|
Add ToVariantType support.
|
2021-04-08 18:57:47 +02:00 |
|
Jean-Baptiste Perrier
|
b4b41d6773
|
Add IntX to VairantType.
|
2021-04-08 18:57:28 +02:00 |
|
Wojtek Figat
|
1243927ad0
|
Fix typo
|
2021-04-07 14:00:15 +02:00 |
|
Wojtek Figat
|
fee47a99b3
|
Add additional info text and pivot location preview to anchors editor
|
2021-04-07 13:47:31 +02:00 |
|
Wojtek Figat
|
7c54bb0155
|
Add support for reusing UIControlControlEditor and AnchorPresetsEditorPopup in Editor plugins
|
2021-04-07 12:53:07 +02:00 |
|
honzapatCZ
|
ff4f1277e7
|
invert preserveBounds back
|
2021-04-07 11:45:12 +02:00 |
|
Nejcraft
|
f24cb34e3f
|
Merge branch '1.2' into ui-achorpopup-shiftctrl-modes
|
2021-04-07 11:20:20 +02:00 |
|