xxSeys1
bf10d0949e
add a bit of spacing to the left edge of the popup to reduce colors bleeding into the background
2025-06-26 12:47:31 +02:00
xxSeys1
109d4423bb
add accent color strip to search item icons
2025-06-23 20:14:18 +02:00
xxSeys1
6c1e380a3e
fix search item hover auto focusing item
...
Change what happens when search items get focused to prevent focus being taken away from search box.
Also adds a highlight to mouse hovered search item.
2025-06-23 17:24:53 +02:00
Wojtek Figat
cae2720585
Merge branch 'VisjectCloseButtonFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VisjectCloseButtonFix
2025-06-16 15:02:32 +02:00
Wojtek Figat
90b6293bc2
Add OnPlayEnding to editor modules and windows
...
#3514
2025-06-16 14:56:35 +02:00
Wojtek Figat
a6a2fd2c66
Format code
...
#3526
2025-06-16 14:48:18 +02:00
Wojtek Figat
a05ca12770
Merge branch 'scenetree-scroll' of https://github.com/Zode/FlaxEngine into Zode-scenetree-scroll
2025-06-16 14:44:54 +02:00
Wojtek Figat
2cedac8d96
Merge branch 'PrefabEditorScrollToSelectionFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-PrefabEditorScrollToSelectionFix
2025-06-16 14:43:34 +02:00
Wojtek Figat
95f2216f97
Merge branch 'ContentFinderImprovements' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ContentFinderImprovements
2025-06-16 14:32:31 +02:00
Wojtek Figat
c649a4f4b2
Merge branch 'ClearSearchOnAssetReferenceNavigate' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ClearSearchOnAssetReferenceNavigate
2025-06-16 14:30:53 +02:00
Wojtek Figat
f841575378
Merge branch 'console-hotkey' of https://github.com/Zode/FlaxEngine into Zode-console-hotkey
2025-06-15 23:25:09 +02:00
Wojtek Figat
42687a792c
Merge branch 'ItemListImprovedKeyboardNav' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ItemListImprovedKeyboardNav
2025-06-15 22:59:20 +02:00
Wojtek Figat
c1e1dee975
Merge branch 'node-alignment' of https://github.com/Zode/FlaxEngine into Zode-node-alignment
2025-06-15 22:32:24 +02:00
Wojtek Figat
614ffa70a0
Merge branch 'ModelSliders' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ModelSliders
2025-06-15 21:43:00 +02:00
Wojtek Figat
e221f7204b
Merge branch 'visject-better-selection' of https://github.com/Zode/FlaxEngine into Zode-visject-better-selection
2025-06-15 21:22:27 +02:00
Wojtek Figat
2f02ec52ed
Cleanup code
...
#3546
2025-06-15 20:48:19 +02:00
Wojtek Figat
9464f97e16
Merge branch 'particles-sourcecode' of https://github.com/Zode/FlaxEngine into Zode-particles-sourcecode
2025-06-15 20:45:18 +02:00
Wojtek Figat
3a9e175043
Merge branch 'layers-matrix-improvements' of https://github.com/Zode/FlaxEngine into Zode-layers-matrix-improvements
2025-06-15 20:40:22 +02:00
Wojtek Figat
f376fd50a9
Merge branch 'main-menu-get-add' of https://github.com/Tryibion/FlaxEngine into Tryibion-main-menu-get-add
2025-06-15 20:36:32 +02:00
Wojtek Figat
648504ceb1
Format code
...
#3544
2025-06-15 20:31:04 +02:00
xxSeys1
e2f741cab9
adjust model window and animated model slider speeds
2025-06-12 18:45:02 +02:00
xxSeys1
214ec9f2b1
fix node delete button not checking if the user is performing certain actions on the surface before deleting node
2025-06-12 00:49:39 +02:00
Zode
27ac755bbe
Make particle emitter editor window source code button disable itself is no source code is available
2025-06-11 23:15:11 +03:00
Zode
00055ef663
Make tool strip buttons more responsive by also reaction to double left clicks
2025-06-11 17:47:27 +03:00
Zode
aa59a6faf7
Extract function to lessen repeat code for debug group buttons, add shift functionality to quick toggle others.
2025-06-11 17:46:37 +03:00
xxSeys1
b418ab5275
reduce flickering in highlights and boxes
2025-06-10 14:58:31 +02:00
Zode
c1e782bb32
Add hotkey to quick focus debug console input
2025-06-09 23:34:02 +03:00
Chandler Cox
e1a2a36978
Add GetOrAddButton utility for MainMenu.
2025-06-09 15:02:43 -05:00
xxSeys1
793bc33b2f
fix right clicking on item reset search and scroll
2025-06-09 18:40:33 +02:00
xxSeys1
2109a2d261
update content finder popup to wrap on keyboard navigation
...
- Fixes auto scroll
- Make it wrap
- Add pressing backspace to focus search bar and select all text
2025-06-09 18:40:12 +02:00
xxSeys1
112e728465
fix scroll to node on selection in prefab editor
2025-06-09 13:56:41 +02:00
Zode
9c9d560ce5
Add hotkeys to visject formatting
2025-06-08 03:32:51 +03:00
Zode
f1945552ab
Add horizontal and vertical distribution
2025-06-08 02:42:28 +03:00
Zode
ecd5559aad
Clean up a bit code after moving it around.
2025-06-08 00:41:02 +03:00
Zode
1fa83639c2
Fix update order inconsistencies between machines by exposing an action for when defered layout happens.
2025-06-08 00:38:59 +03:00
Zode
568719b615
Fix scroll issue caused by tree's defered layout update
2025-06-07 23:21:41 +03:00
Zode
74000fa766
Expand tree if necessary, so the selected node will be shown
2025-06-07 22:53:07 +03:00
Zode
1d63067614
Add ability to do additive and subtractive selections in visject surfaces using ctrl and shift during selection.
2025-06-07 21:04:59 +03:00
xxSeys1
85fd1389db
clear content panel search when selecting asset picker asset
2025-06-07 18:17:40 +02:00
xxSeys1
cce042045e
wrap scrolling items with arrow keys and simplify scrolling logic
2025-06-07 17:34:01 +02:00
Zode
53e3cee196
Scroll selected to view when emptying out search box
2025-06-07 17:15:54 +03:00
Zode
6ee3b23261
Add highlighting to layers matrix editor to improve UX
2025-06-07 16:57:28 +03:00
Zode
1a77ba4552
Add node alignment formatting options to visject
2025-06-07 13:15:39 +03:00
Wojtek Figat
496856d12e
Add shader header proxy for easy .hlsl files creation within Editor
2025-06-04 00:12:43 +02:00
Wojtek Figat
8b88def9d0
Revert some changes from #3389 that are not relevant for world units
2025-06-03 17:43:01 +02:00
Wojtek Figat
fa97229830
Merge branch 'float_equality' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-float_equality
2025-06-03 17:26:12 +02:00
Wojtek Figat
1946caac6e
Fix compilation with Large Worlds
2025-06-03 17:26:04 +02:00
Wojtek Figat
6f5308126b
Fix focus issue after closing context menu
2025-06-03 14:52:45 +02:00
Wojtek Figat
6a0c734cec
Fix Visject surface select with Control to toggle selection of the node
2025-06-03 14:51:31 +02:00
Wojtek Figat
13b8863f0c
Fix some material nodes height
2025-06-03 14:51:04 +02:00