Commit Graph

80 Commits

Author SHA1 Message Date
Jean-Baptiste Perrier
31a446cfab Fix getter only properties not showing. 2021-05-11 14:57:07 +02:00
Wojtek Figat
0e75dba142 Optimize C++ compilation time 2021-04-30 16:27:57 +02:00
Wojtek Figat
f63849ed56 Fix panels filenames 2021-04-29 10:12:56 +02:00
Wojtek Figat
4ad8b8bb19 Add support for VisibleIf on value editors using group panel
#484
2021-04-28 16:49:15 +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
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
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
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
28c0552e0a Fix diff-serialization and deserialization of C# lists
#347
2021-04-20 16:06:32 +02:00
Wojtek Figat
c572d75d1d Format code 2021-04-12 15:45:58 +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
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
Wojtek Figat
dff1374378 Post-merge tweaks
#417
2021-04-07 10:57:17 +02:00
Wojtek Figat
95ba2e9bab Merge branch 'ui-localPosition' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-ui-localPosition 2021-04-07 10:31:41 +02:00
honzapatCZ
41a873450e should work now 2021-04-06 16:54:22 +02:00
honzapatCZ
7f5869e257 Merge remote-tracking branch 'origin/1.2' into ui-achorpopup-shiftctrl-modes 2021-04-06 16:44:45 +02:00
Wojtek Figat
c8c215abfd Add support for custom value propagation in CustomEditor 2021-04-06 15:47:00 +02:00
honzapatCZ
c4dd5ef5c8 anchor preset popup shift + ctrl 2021-04-02 17:47:39 +02:00
honzapatCZ
73e92e33fd local positions 2021-04-02 17:38:30 +02:00
Wojtek Figat
7010c52af3 Fix missing selection type in CustomEditorPresenter 2021-03-19 17:15:18 +01:00
Wojtek Figat
8626350e5f Fix possible issue for prefab reference value for default value object that might be deleted on prefab apply 2021-03-19 10:14:58 +01:00
Wojtek Figat
abe635ad9b Fix exception in Custom Editors UI due to invalid reference value processing
#325
2021-03-18 15:12:25 +01:00
Wojtek Figat
92cfcbff8c Fix actor layer editor setup 2021-03-17 18:29:53 +01:00
Wojtek Figat
1d575f51b6 Fix code style and optimize 2021-03-14 19:35:50 +01:00
Wojtek Figat
146dffa732 Merge branch 'patch-declarationSort' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-declarationSort 2021-03-14 19:29:02 +01:00
Wojtek Figat
0bf4ab9cb6 Merge branch 'ui-fixes' of git://github.com/stefnotch/FlaxEngine into stefnotch-ui-fixes 2021-03-08 22:36:46 +01:00
Wojtek Figat
84265322d5 Post merge fixes, tweaks, cleanup and improvements 2021-03-08 22:30:49 +01:00
honzapatCZ
cbe97ef3f0 typo 2021-03-07 22:42:14 +01:00
honzapatCZ
406db6704f Now its an editor option 2021-03-07 11:30:18 +01:00
honzapatCZ
2e687edd99 ui editor 2021-03-06 15:09:45 +01:00
Wojtek Figat
28fea66282 Merge branch 'elementContainers' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-elementContainers 2021-03-05 19:06:28 +01:00
Wojtek Figat
1dee615d6e Add Volumetric Fog support for particles to modify local fog 2021-03-05 13:58:15 +01:00
honzapatCZ
06f3d68716 sub folder for element containers + horizontal panel + shorthands for horizontal and vertical panel 2021-03-04 23:39:38 +01:00
honzapatCZ
4593e4c669 declaration order sorting 2021-03-04 19:46:27 +01:00
Wojtek Figat
e0c6f7e8b2 Fix placement and usage of the new instance creation button in GenericEditor 2021-03-01 11:44:18 +01:00
Wojtek Figat
b4e09a9d55 Fix adding items in Array/List editors if element type is reference (eg. class) 2021-03-01 11:43:46 +01:00