Commit Graph

771 Commits

Author SHA1 Message Date
Wojtek Figat
3b1a96582a Fix crash in gpu memory profiler if resource name is missing
#2688
2024-06-05 17:14:44 +02:00
c4d5e50f22 Update Editor options when window is shown 2024-06-01 23:13:34 +03:00
86d90605fc Fix Editor options data applying in realtime after first save
Reclone the data in order to not modify the currently applied options
data after save.
2024-06-01 23:13:34 +03:00
db71bf2868 Store Debug Log view options in Editor options 2024-06-01 23:13:34 +03:00
Wojtek Figat
5c23f4ac09 Fix project cache in editor to use invariant culture when converting numbers 2024-05-30 17:22:30 +02:00
Chandler Cox
499a7c6129 change to debug log collapse 2024-05-21 07:18:56 -05:00
Chandler Cox
84fdf9cc80 Save output log collapse state. 2024-05-20 21:46:57 -05:00
Chandler Cox
6705205e2f Update cursor unlock text with correct input key bind. 2024-05-17 09:41:02 -05:00
Chandler Cox
47b3141f18 Clear item search on select prefab 2024-05-16 23:00:32 -05:00
Wojtek Figat
36d21b27c7 Merge branch 'add-shift-scroll' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-shift-scroll 2024-05-08 18:17:13 +02:00
Chandler Cox
430b22d5d7 Dont unfocus game window while cursor is not visible unless the lock mode is none. 2024-05-04 17:37:32 -05:00
Wojtek Figat
cddee38d71 Merge branch 'gg-keep-last-type' of https://github.com/Tryibion/FlaxEngine into Tryibion-gg-keep-last-type 2024-05-02 15:57:45 +02:00
Wojtek Figat
1e3eb11b94 Merge branch 'rename-trim' of https://github.com/Tryibion/FlaxEngine into Tryibion-rename-trim 2024-05-02 15:56:25 +02:00
Chandler Cox
9683868767 Add shift scroll for panels and textbox 2024-05-01 16:12:53 -05:00
Chandler Cox
0c86a900da Default gameplay global type selection to last selected type. 2024-05-01 13:54:41 -05:00
Chandler Cox
2260d79e26 Trim content item name on rename 2024-05-01 11:54:07 -05:00
Chandler Cox
3209320547 Add margin to item tree in toolbox 2024-04-30 15:05:58 -05:00
Wojtek Figat
7e8f20bd9b Merge branch 'controls-toolbox' of https://github.com/Tryibion/FlaxEngine into Tryibion-controls-toolbox
# Conflicts:
#	Source/Editor/SceneGraph/GUI/ActorTreeNode.cs
2024-04-29 16:56:30 +02:00
Chandler Cox
18660140b0 Add controls to the ActorToolbox in the GUI tab. Add dragging and dropping controls from toolbox into scene and prefab trees. 2024-04-27 15:55:25 -05:00
Chandler Cox
0d770e3909 Focus prefab window on item spawn. 2024-04-27 09:56:51 -05:00
Chandler Cox
5acdff02cc Add sorting search actor toolbox 2024-04-14 20:39:15 -05:00
Wojtek Figat
8a0cd7c30f Merge branch 'actor-search' of https://github.com/Tryibion/FlaxEngine into Tryibion-actor-search 2024-04-15 00:02:11 +02:00
Chandler Cox
b66b85d5f4 Display all actors in Actor toolbox search tab when no filter is applied. 2024-04-14 14:03:51 -05:00
Wojtek Figat
5cdf1c5764 Merge branch 'lock-selection' of https://github.com/Tryibion/FlaxEngine into Tryibion-lock-selection 2024-04-14 14:34:10 +02:00
Wojtek Figat
53689063b9 Minor tweaks to Gameplay Globals
#2412
2024-04-14 00:09:29 +02:00
Chandler Cox
81d4501868 Add locking selection in prefab window 2024-04-12 07:41:43 -05:00
Chandler Cox
1bc7455e09 Add locking scene selection in properties window. 2024-04-12 07:33:09 -05:00
e3093e0e09 Fix Debug Log scrolling when many entries are added at once 2024-04-09 20:05:58 +03:00
Chandler Cox
9e962dcb89 Add focus selection lock input to scene tree window. 2024-03-28 17:04:55 -05:00
Chandler Cox
876c383af0 Allow save input and undo redo in Editor Options 2024-03-21 21:12:00 -05:00
Wojtek Figat
6b35c0a161 Merge remote-tracking branch 'origin/master' into 1.8
# Conflicts:
#	Flax.flaxproj
2024-03-19 20:23:34 +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
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
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
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
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
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
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
66b68bff27 Cleanup editor viewports code 2024-03-12 17:48:16 +01:00
Wojtek Figat
806fee7011 Redo 969d0390ce to use in-built AutoFocus but fix focus issue 2024-03-12 09:52:56 +01:00
Wojtek Figat
d719c381ea Merge remote-tracking branch 'origin/master' into 1.8 2024-03-11 23:49:33 +01:00
Wojtek Figat
8f2bc17a94 Improve UI Control selection outline drawing 2024-03-11 23:34:35 +01:00
Wojtek Figat
fc029b018e Fix UI size changes when saving scenes or prefabs in Editor with different layout 2024-03-08 14:56:34 +01:00
Wojtek Figat
8de2249ed8 Refactor Editor UI style for selection and drag drop interactions
#1741
2024-03-07 16:45:09 +01:00
Wojtek Figat
ab81cf17ad Merge branch 'play-mode-window-options' of https://github.com/MineBill/FlaxEngine into MineBill-play-mode-window-options 2024-03-04 19:26:31 +01:00
Wojtek Figat
01daa2d66a Merge branch 'input-settings-changes' of https://github.com/Menotdan/FlaxEngine into Menotdan-input-settings-changes
# Conflicts:
#	Source/Editor/Modules/UIModule.cs
2024-03-04 18:33:16 +01:00
Chandler Cox
760ef3b8ed Add profiler inputs back to game window. 2024-03-02 14:17:29 -06:00
Chandler Cox
1ff462461e Re-add important inputs to GameWindow 2024-03-01 11:55:19 -06:00