Commit Graph

113 Commits

Author SHA1 Message Date
Wojtek Figat
6dfedd219b Minor improvements and fixes for Editor 2021-11-04 15:59:06 +01:00
Wojtek Figat
26e9ddc8e0 Add custom editor for Ragdoll to display the total mass 2021-11-03 19:39:22 +01:00
Wojtek Figat
2ee835d23b Fix removing keys in Dictionary with string keys 2021-11-03 11:51:10 +01:00
Wojtek Figat
8938f13a0b Add support for compiling and running engine without C# scripting
(configurable via `EngineConfiguration.UseCSharp` in Flax.Build)
2021-10-23 16:43:15 +02:00
Wojtek Figat
d88306fc1c Hide various Editor types from Visual Scripting 2021-10-04 12:26:36 +02:00
Wojtek Figat
805f862af6 Add copy/paste for group panel with multiple custom editors nested inside 2021-09-29 10:07:53 +02:00
Wojtek Figat
c3a83a001d Add context menu for group panels in properties editor for resetting values 2021-09-24 12:55:49 +02:00
Wojtek Figat
4f050fe288 Fix regression for actor properties diff or default value reverting in Editor 2021-09-24 10:52:20 +02:00
Wojtek Figat
ef78d9e9ed Add support for pasting hex color values into Color properties in Editor 2021-09-23 13:27:08 +02:00
Wojtek Figat
77b0d194c7 Fix for env probes baking in Editor 2021-09-20 11:37:25 +02:00
Wojtek Figat
540643972a Fix 2021-08-18 22:09:52 +02:00
Wojtek Figat
66657d798a Add typename to script panel tooltip and don't inherit tooltip 2021-08-17 23:35:17 +02:00
Wojtek Figat
f2d235bc74 Fix Custom Editor UI regression
3cf3f58db1
2021-08-16 09:48:31 +02:00
Wojtek Figat
3cf3f58db1 Fix UI with list of null items when layout gets rebuilt at item level 2021-08-12 11:48:51 +02:00
Wojtek Figat
62c43f9f95 Add helper tooltips for Scene Animation actions UI 2021-08-10 13:54:22 +02:00
Wojtek Figat
fcd0841bc7 Hide various Editor types from scripting 2021-07-29 14:05:42 +02:00
Wojtek Figat
91be427305 Fix typos 2021-07-23 16:25:12 +02:00
Wojtek Figat
ae58de44e3 Fix instance creation UI refresh for FontReference 2021-06-30 11:31:53 +02:00
Wojtek Figat
2d88ed17d4 Add dedicated editor for Texture Group picking 2021-06-18 09:43:35 +02:00
Wojtek Figat
5ca2729a56 Fix UI after editing Dictionary key value 2021-06-17 14:11:25 +02:00
Wojtek Figat
c91c8b66ce Add Category attribute for types grouping in editor dialogs 2021-06-15 16:39:15 +02:00
Wojtek Figat
b225622eaa Fix typo 2021-06-14 09:31:19 +02:00
Wojtek Figat
c38b81d682 Fix errors when changing UIControl type in prefab
#548
2021-06-09 13:27:37 +02:00
Wojtek Figat
a6ff0c3ed1 Fix selecting multiple different UI controls in Editor
#548
2021-06-09 11:22:13 +02:00
Wojtek Figat
484bc409d4 Add support for NotNullItems option in collections editors
#542
2021-06-09 10:58:54 +02:00
Crawcik
9b55ffdf6c Adding collections background color in global settings 2021-06-03 14:29:42 +02:00
Crawcik
e459707b0d Custom background color for collections 2021-06-03 13:45:07 +02:00
Crawcik
46e7e6173a Rebuilding parrent collections layout 2021-06-02 18:42:28 +02:00
Wojtek Figat
2bdebdb2ef Improve Margin editing 2021-05-29 13:48:26 +02:00
Wojtek Figat
44433bf3b4 Add 9-slicking support for UI to draw sprites and textures
#155
2021-05-29 13:48:00 +02:00
Wojtek Figat
77f9010b06 Fix exception in Editor UI is model has invalid material slot index assigned 2021-05-28 11:54:11 +02:00
Jean-Baptiste Perrier
03cd86b4d7 Fix. 2021-05-11 16:16:37 +02:00
Jean-Baptiste Perrier
166f7c2728 Refactor. 2021-05-11 16:09:27 +02:00
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