Commit Graph

1604 Commits

Author SHA1 Message Date
Wojtek Figat
c785f9106b Fix Linux build 2021-04-30 16:42:13 +02:00
Wojtek Figat
0e75dba142 Optimize C++ compilation time 2021-04-30 16:27:57 +02:00
Wojtek Figat
05ba9b8d45 Fix models uvs preview drawing 2021-04-29 16:39:26 +02:00
Wojtek Figat
c996476a28 Fix ScreenSpace UICanvas order in Prefab preview (move back to prevent editor widgets occlusion) 2021-04-29 16:21:29 +02:00
Wojtek Figat
eaa5716d6a Fix editor viewport input when using ScreenSpace canvas in a prefab 2021-04-29 16:17:40 +02:00
Wojtek Figat
2e5b89aa84 Fix ScreenSpace UICanvas prefab preview activate/deactivate 2021-04-29 15:49:57 +02:00
Wojtek Figat
d2ac0429d3 Fix order when pasting UI Controls
#487
2021-04-29 15:22:36 +02:00
Wojtek Figat
c2afe0b6b2 Fix synchronizing ActorTreeNode order after actor duplicate
#487
2021-04-29 15:22:10 +02:00
Wojtek Figat
a9b5c5d32d Fix initial label ands button text values 2021-04-29 11:33:13 +02:00
Wojtek Figat
238d0f42b1 Merge branch 'GoaLitiuM-capsule_trace_fix' 2021-04-29 10:15:45 +02:00
Wojtek Figat
4f97ae35bb Merge branch 'capsule_trace_fix' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-capsule_trace_fix 2021-04-29 10:15:43 +02:00
Wojtek Figat
4479035595 Merge branch 'W2Wizard-MathStuff' 2021-04-29 10:14:32 +02:00
Wojtek Figat
c745e6f29b Merge branch 'MathStuff' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-MathStuff 2021-04-29 10:14:31 +02:00
Wojtek Figat
f63849ed56 Fix panels filenames 2021-04-29 10:12:56 +02:00
Wojtek Figat
23d5a5e238 Merge branch 'honzapatCZ-patch-2' 2021-04-29 10:12:38 +02:00
Wojtek Figat
9b226926ed Merge branch 'patch-2' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-2 2021-04-29 10:12:33 +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
cbea62ceb9 Fix structured uav/srv buffer usage on Vulkan 2021-04-28 15:53:17 +02:00
Wojtek Figat
cf799c2198 Fix BitonicSort constant buffer size error on Vulkan due to structure padding 2021-04-28 15:53:12 +02:00
Wojtek Figat
f3be30a55e Merge branch 'MiheevN-master' 2021-04-28 11:41:52 +02:00
Wojtek Figat
c4fa30d39c Add sorting for used namespaces in bindings and include nested types checks
#477
2021-04-28 11:41:46 +02:00
Wojtek Figat
a02b5b8b57 Merge branch 'master' of git://github.com/MiheevN/FlaxEngine into MiheevN-master
# Conflicts:
#	Source/Tools/Flax.Build/Bindings/BindingsGenerator.CSharp.cs
2021-04-28 11:21:30 +02:00
Wojtek Figat
6988333a8e Merge branch 'stefnotch-fix-textbox-bugs' 2021-04-28 10:40:29 +02:00
Wojtek Figat
3eef855c31 Merge branch 'fix-textbox-bugs' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-textbox-bugs 2021-04-28 10:40:27 +02:00
Wojtek Figat
d9f3915186 Merge branch 'Vizepi-master' 2021-04-28 10:28:42 +02:00
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
877a6e6913 Merge branch 'Crawcik-master' 2021-04-28 10:26:09 +02:00
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