Commit Graph

2922 Commits

Author SHA1 Message Date
Wojtek Figat
5f96a74ce2 Revert 1a68a52611 to draw after geometry
#1859
2024-03-25 12:02:40 +01:00
Wojtek Figat
c08ca33a9a Fix Revert to Default option when property is marked as ReadOnly 2024-03-24 20:57:19 +01:00
Wojtek Figat
68acb33367 Merge branch 'add-timeline-edge-time' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-timeline-edge-time 2024-03-24 20:23:09 +01:00
Wojtek Figat
51504d0d92 Fix building macOS/iOS with the latest Vulkan SDK 2024-03-24 19:39:16 +01:00
Chandler Cox
c366a9793c Add cursor change and showing timeline edge duration when moving it. 2024-03-23 11:38:21 -05:00
Wojtek Figat
4cd788cedc Add UI Widget to new asset creation for quick UI setup 2024-03-22 11:59:04 +01:00
Chandler Cox
876c383af0 Allow save input and undo redo in Editor Options 2024-03-21 21:12:00 -05:00
Wojtek Figat
8f63f686c4 Fix timeline playback control buttons visibility during seeking-only mode 2024-03-20 17:28:43 +01:00
Wojtek Figat
70b2e4aa5a Fix snapping to the ground actor when viewport is not focused
#2342
2024-03-20 12:13:09 +01:00
Wojtek Figat
d6f0062198 Fix deselecting error 2024-03-19 21:47:00 +01:00
Wojtek Figat
6b35c0a161 Merge remote-tracking branch 'origin/master' into 1.8
# Conflicts:
#	Flax.flaxproj
2024-03-19 20:23:34 +01:00
Wojtek Figat
292694d89c Fix selecting CanvasContainer in UI Editor queries 2024-03-19 20:15:56 +01:00
Wojtek Figat
4f1e8add76 Merge branch 'add-search-focus' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-search-focus 2024-03-19 20:15:15 +01:00
Wojtek Figat
fc37cb3986 Update values formatting on editor options save #2213 2024-03-19 20:14:07 +01:00
Wojtek Figat
9e54827cb3 Cleanup code #2213 2024-03-19 20:13:41 +01:00
Wojtek Figat
bfbabbc395 Refactor value editors to simplify code after many new features added 2024-03-19 20:04:00 +01:00
Chandler Cox
127e8b077d Add focusing search bar in content view and output textbox. 2024-03-19 12:30:46 -05:00
Wojtek Figat
35d1d97840 Rename NumberCategoryAttribute to ValueCategoryAttribute
#2213
2024-03-19 18:30:02 +01:00
Wojtek Figat
911251cb20 Merge branch 'unit-formatting' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-unit-formatting
# Conflicts:
#	Source/Editor/CustomEditors/Editors/ActorTransformEditor.cs
#	Source/Editor/Options/InterfaceOptions.cs
#	Source/Engine/Core/Math/Transform.h
2024-03-19 18:04:01 +01:00
Wojtek Figat
77850f91b8 Merge branch 're-add-gamewin-inputs' of https://github.com/Tryibion/FlaxEngine into Tryibion-re-add-gamewin-inputs 2024-03-19 17:55:47 +01:00
Wojtek Figat
eb11301a03 Merge branch 'fix-widget-play' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-widget-play 2024-03-19 17:54:22 +01:00
Wojtek Figat
155b4a3ba9 Refactor editor gizmo viewports to use shared code for widgets 2024-03-19 17:53:45 +01:00
Wojtek Figat
1a68a52611 Add better grid gizmo rendering in Editor viewport
#1859
2024-03-19 16:01:27 +01:00
Chandler Cox
41637232ea Add back some more game window inputs but dont run the action if the editor is in play mode. 2024-03-19 07:28:30 -05:00
Chandler Cox
211da6d8e7 Revert last commit. Not needed. 2024-03-19 07:17:05 -05:00
Wojtek Figat
26689439d5 Merge branch 'fix-widget-play' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-widget-play 2024-03-19 11:13:50 +01:00
Chandler Cox
4b9bfc5bb4 Allow to still show widget in prefabs when in play mode 2024-03-18 18:58:59 -05:00
Chandler Cox
cf44d6580d Remove widgets when EnableSelecting is false. 2024-03-18 18:50:53 -05:00
Wojtek Figat
24299dc5cc Fix game ui inputs to UI when game is paused in Editor 2024-03-18 21:36:43 +01:00
Wojtek Figat
12e2b8156f Fix UI prefab focus on canvas not being added as root 2024-03-18 20:31:17 +01:00
Wojtek Figat
e606ccec57 Fix actor icons drawing in prefab viewport to skip disabled actors 2024-03-18 15:33:01 +01:00
Wojtek Figat
91298fee19 Fixes for UI editor changes 2024-03-18 15:32:42 +01:00
Wojtek Figat
795527576b Add dynamic UI mode checking for Prefab Viewport 2024-03-18 15:20:05 +01:00
Wojtek Figat
ae189db87e Merge branch 'ui-gizmo-additions' of https://github.com/Tryibion/FlaxEngine into Tryibion-ui-gizmo-additions 2024-03-18 13:25:55 +01:00
Wojtek Figat
19405e71ed Merge branch 'remove-import-ui' of https://github.com/Tryibion/FlaxEngine into Tryibion-remove-import-ui 2024-03-18 13:24:21 +01:00
Wojtek Figat
d77586a771 Merge branch 'multiblend-location-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-multiblend-location-fix 2024-03-18 13:21:27 +01:00
Chandler Cox
16aef0f705 Add deselecting by clicking no control. Add cursor changes when over widgets. 2024-03-17 17:11:36 -05:00
Wojtek Figat
b847c2d056 Fixes 2024-03-17 18:27:59 +01:00
Wojtek Figat
700ed25d3d Add resizing UI Control via widgets 2024-03-17 13:46:39 +01:00
Wojtek Figat
c60244878d Add **UI Control gizmo for editing UIs** 2024-03-16 22:00:40 +01:00
Chandler Cox
c6aa18c47c Remove import UI on Animation not created by an import. 2024-03-16 13:20:18 -05:00
Wojtek Figat
8d149b94f1 Refactor editor viepwort camera to unify focusing on selected objects 2024-03-16 16:46:10 +01:00
Wojtek Figat
f81e89d7d4 Refactor timeline grid drawing to share code between Editor UI elements 2024-03-16 16:44:57 +01:00
Chandler Cox
7652feabfa Clamp location of multiblend data. 2024-03-15 15:15:40 -05:00
Wojtek Figat
3ba6867cd2 Minor fixes 2024-03-14 17:30:54 +01:00
Wojtek Figat
2b82da9511 Fix bug with null object being selected in prefab 2024-03-14 17:29:10 +01:00
Wojtek Figat
f4033578c3 Refactor UI Control linkage in the prefab previews to prevent bugs 2024-03-12 17:48:51 +01:00
Wojtek Figat
66b68bff27 Cleanup editor viewports code 2024-03-12 17:48:16 +01:00
Wojtek Figat
94520d30ad Fix debug shapes from prefab window visible in main viewport 2024-03-12 13:22:01 +01:00
Wojtek Figat
806fee7011 Redo 969d0390ce to use in-built AutoFocus but fix focus issue 2024-03-12 09:52:56 +01:00