Wojtek Figat
a8b9211c32
Fix output log console to resize width to contain whole item text
2025-07-31 17:34:22 +02:00
Wojtek Figat
9c5060584d
Fix output log console to remove executed command from history no matter the placement
2025-07-31 17:32:41 +02:00
Wojtek Figat
8ac2385447
Update dependencies for Switch
2025-07-22 22:58:57 +02:00
Wojtek Figat
cd08eeaf95
Fix running cooked game o macOS
2025-07-19 16:08:27 +02:00
Wojtek Figat
7fd278a689
Fix .NET version to use selection for consoles with fixed setup
2025-07-15 13:34:43 +02:00
Wojtek Figat
c882b547c8
Fix game UI focus loss when hiding focused control to maintain gamepad navigation in Editor
2025-07-15 12:34:02 +02:00
Wojtek Figat
9646dd3fc2
Fix AutoFocus on ContainerControl to be false by default
2025-07-15 12:33:33 +02:00
Wojtek Figat
ab8612a914
Add profiler events to editor gizmo
2025-07-14 22:24:27 +02:00
Wojtek Figat
8ed2d6da56
Optimize Debug Draw performance of splines to use frustum culling
2025-07-14 20:26:24 +02:00
Wojtek Figat
349547f66c
Merge remote-tracking branch 'origin/master' into 1.11
...
# Conflicts:
# Source/Engine/Particles/Particles.cpp
2025-07-14 18:35:53 +02:00
Wojtek Figat
10e9aee8ce
Add particle data layout debugger tab
2025-07-14 10:28:43 +02:00
Wojtek Figat
4af26a5516
SImplify editor code for actors debug shapes drawing
2025-07-11 23:00:53 +02:00
Wojtek Figat
3e82e550f3
Add option for debug shapes drawing for particle emitters
...
#3267
2025-07-11 23:00:41 +02:00
Wojtek Figat
2dd34b288c
Merge remote-tracking branch 'origin/master' into 1.11
2025-07-04 12:05:19 +02:00
Wojtek Figat
0bc595f16f
Disable terarin normals smoothening
2025-07-04 12:04:36 +02:00
Wojtek Figat
094a6562b8
Refactor ProbesRenderer
2025-07-03 10:18:51 +02:00
Wojtek Figat
c6640be04a
Merge branch 'tageditor-quickexpand' of https://github.com/Zode/FlaxEngine into Zode-tageditor-quickexpand
2025-07-01 16:47:04 +02:00
Wojtek Figat
3fa099ad06
Merge branch 'ContentSearchMouseOverFocusFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ContentSearchMouseOverFocusFix
2025-07-01 16:27:08 +02:00
Wojtek Figat
37b4b25ead
Merge branch 'VisjectConnectionCmPolish' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VisjectConnectionCmPolish
2025-07-01 16:06:13 +02:00
Wojtek Figat
763ede4bd9
Merge branch 'FixCloseButtonAfterIBrokeIt' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-FixCloseButtonAfterIBrokeIt
2025-07-01 15:58:36 +02:00
Wojtek Figat
53ed2431b5
Merge branch 'ItemsListExpandOnNavigate' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ItemsListExpandOnNavigate
2025-07-01 15:48:24 +02:00
Wojtek Figat
de61e3efb5
Merge branch 'keep-scroll-scene-play' of https://github.com/Tryibion/FlaxEngine into Tryibion-keep-scroll-scene-play
2025-07-01 15:34:07 +02:00
Wojtek Figat
78f0ff75f2
Move debug log clearing to handle pending entries too in publci api
2025-07-01 10:52:14 +02:00
Wojtek Figat
6efd456eaf
Merge branch 'fix-log-clear-play' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-log-clear-play
2025-07-01 10:50:58 +02:00
Wojtek Figat
ada269568a
Merge branch 'fix-tooltip-scene' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-tooltip-scene
2025-07-01 10:48:26 +02:00
Wojtek Figat
bdd7bae459
Add new Custom Lit shading model for custom lighting in materials (eg. Cel Shading)
2025-06-29 13:51:59 +02:00
Wojtek Figat
185151b025
Minor fixes
2025-06-27 18:52:25 +02:00
Wojtek Figat
674fda7375
Add resizing to Custom Code nodes in Materials
2025-06-26 19:50:04 +02:00
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
Wojtek Figat
d1c43ec1fe
Merge remote-tracking branch 'origin/master' into 1.11
2025-06-25 10:48:11 +02:00
Wojtek Figat
8d62a13cbc
Add LayoutElementsContainer.Image with IBrush
2025-06-24 18:32:20 +02:00
Wojtek Figat
5a05038a9b
Add new UIBrush that uses UIBrushAsset json resource with a brush data
2025-06-24 13:08:25 +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
867ae2ceaa
Add Texture Size node to particles
2025-06-23 09:31:15 +02:00
Chandler Cox
169db79b2a
Fix issue with tooltip not updating on scene reload.
2025-06-20 20:12:43 -05:00
Chandler Cox
9e4c1da032
Clear entries and pending entries before play for debug log.
2025-06-20 19:42:30 -05:00
Wojtek Figat
d3a50cdacb
Optimize Actor::DestroyChildren
2025-06-20 09:05:25 +02:00
Chandler Cox
3cb74d48ca
Convert using event to using window method overrides.
2025-06-19 20:01:27 -05:00
Chandler Cox
8633ed2124
Merge branch 'master' into keep-scroll-scene-play
2025-06-19 19:58:04 -05:00
Wojtek Figat
bd2add7edd
Tweak memory command tip
2025-06-16 23:15:58 +02:00
Wojtek Figat
986693757c
Merge remote-tracking branch 'origin/master' into 1.11
2025-06-16 22:46:17 +02:00
xxSeys1
bbe54969b0
fix close visject surface was_ flags to properly reset to false
2025-06-16 16:51:30 +02:00
xxSeys1
8164ce924f
fix unfolding to actually work
2025-06-16 15:30:51 +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
xxSeys1
d110237423
fix GetVisibleItems() to only get visible items
2025-06-16 14:51:29 +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