Saas
5a9eedfadb
make old/ new editor dialog boxes nicer to read
2025-10-12 20:14:43 +02:00
Saas
69a7e1f25c
expand tooltip to hint at being able to create a new folder on shift + left click
2025-10-12 19:57:05 +02:00
Saas
b43ed886b9
add option for what happens with unavailable entries and fix menu positioning
2025-10-12 19:52:18 +02:00
Saas
be7871c292
use Render2D based solution rather than shader for alpha grid
...
https://github.com/FlaxEngine/FlaxEngine/pull/3281#issuecomment-3218049398
2025-10-12 16:50:31 +02:00
Saas
59fb83a469
correctly center buttons
2025-10-12 16:23:54 +02:00
Saas
76f0768b99
float
2025-10-12 16:14:07 +02:00
Saas
7544500be1
polish attribute editor
...
- Add hint about what to do when there are no attributes
- Swap "Ok" "Cancel" buttons order to match other dialog boxes
- Move buttons to the bottom
- Increase size of menu
- Add some missing "." to add/ remove button tooltips in array editor
2025-10-12 16:07:20 +02:00
Saas
b2b855200f
allow entering numbers with digit separator into value boxes (f.e. 1_000)
2025-10-11 22:02:14 +02:00
Saas
241a8bc764
add incrementing/ decrementing value boxe's value with arrow keys
2025-10-11 20:30:51 +02:00
mafiesto4
d426c5b0d9
Merge remote-tracking branch 'origin/master' into 1.11
...
# Conflicts:
# Source/Engine/Physics/Colliders/Collider.h
2025-10-11 00:16:10 +02:00
mafiesto4
20f576783b
Merge branch 'IndustryStandardSettingsShortcut' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-IndustryStandardSettingsShortcut
2025-10-10 08:31:32 +02:00
mafiesto4
361fc3ecfb
Add stencil buffer usage with object layer information
...
#3080 #967
2025-10-07 18:07:23 +02:00
Saas
e9f83f77bb
fix "Straighten Connections" to actually straighten all connections
2025-10-04 14:03:02 +02:00
mafiesto4
823ed247d2
Merge remote-tracking branch 'origin/master' into 1.11
...
# Conflicts:
# Source/Engine/Level/Actors/Sky.cpp
2025-10-03 22:37:32 +02:00
mafiesto4
a2170ffd8a
Merge branch 'StrokeMyEgo' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-StrokeMyEgo
2025-10-03 22:22:07 +02:00
mafiesto4
4f1f77fb32
Simplify code of EditorViewport to access editor instance
2025-10-03 22:21:11 +02:00
Saas
da5c8555e5
add myself to list of Flax authors lol
...
Mafi said I should do this :)
2025-10-03 21:16:28 +02:00
Saas
ec08a6ca72
Reapply "Merge branch 'NoClearSearchboxesWhenStuffHappens' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-NoClearSearchboxesWhenStuffHappens"
...
This reverts commit 537d8b57ca .
2025-10-03 20:44:35 +02:00
Saas
7b7d7aaf3d
Merge remote-tracking branch 'upstream/master' into NoClearSearchboxesWhenStuffHappens
2025-10-03 20:44:04 +02:00
Saas
2d4843b1f4
fix reloading scripts expanding scene tree
...
#3701
2025-10-03 20:41:52 +02:00
Saas
7ba01a413f
Revert "fix reloading scripts expands all folders"
...
This reverts commit 2516820e4a .
2025-10-03 18:50:41 +02:00
Saas
2516820e4a
fix reloading scripts expands all folders
2025-10-03 18:46:18 +02:00
Saas
c4c7ee941f
add industry standard shortcut for editor settings
2025-10-03 14:46:43 +02:00
mafiesto4
60c19303f6
Fix duplicating splines with parents
...
#3531
2025-10-02 23:31:03 +02:00
mafiesto4
028b5fedec
Use right-click only on GPUTextureEditor context menu
2025-09-30 23:37:15 +02:00
mafiesto4
9cc2c1da40
Fix terrain exporting to properly calculate size and sample positions
...
#3534
2025-09-30 22:58:08 +02:00
mafiesto4
93219793d5
Merge remote-tracking branch 'origin/master' into 1.11
2025-09-30 18:26:14 +02:00
mafiesto4
7c87ade12b
Merge branch 'visjectPanOnNode' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-visjectPanOnNode
2025-09-30 15:51:17 +02:00
mafiesto4
2a5898c1de
Fix regression from #3342 to use existing time as unscaled to match previous content
2025-09-30 15:45:24 +02:00
mafiesto4
537d8b57ca
Revert "Merge branch 'NoClearSearchboxesWhenStuffHappens' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-NoClearSearchboxesWhenStuffHappens"
...
This reverts commit 1186833b2d , reversing
changes made to bb180b0f59 .
#3687 #3701
2025-09-26 22:25:49 +02:00
mafiesto4
87e2c4c4d5
Merge remote-tracking branch 'origin/master' into 1.11
...
# Conflicts:
# Content/Editor/DebugMaterials/DDGIDebugProbes.flax
# Source/Editor/Windows/OutputLogWindow.cs
# Source/Engine/Level/Actor.cpp
2025-09-24 18:18:27 +02:00
mafiesto4
7060cb5696
Fix UI Brush editing in prefab regression from a471861e92
...
#3694
2025-09-23 17:20:18 +02:00
mafiesto4
284aeca51a
Merge branch 'audio-events' of https://github.com/Tryibion/FlaxEngine into Tryibion-audio-events
2025-09-23 17:07:18 +02:00
mafiesto4
3fcc9ed01f
Merge branch 'feature/create_project' of https://github.com/IceReaper/FlaxEngine into IceReaper-feature/create_project
2025-09-22 22:32:43 +02:00
mafiesto4
d1a99c9396
Merge branch 'moveVisjectConnection' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-moveVisjectConnection
...
# Conflicts:
# Source/Editor/Surface/VisjectSurface.cs
2025-09-22 22:30:26 +02:00
mafiesto4
2f7e84253a
Merge branch 'ViewportIconsMoreCustomization' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ViewportIconsMoreCustomization
2025-09-22 18:10:33 +02:00
mafiesto4
a86661a855
Merge branch 'commandSuggestionImprovements' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-commandSuggestionImprovements
2025-09-22 18:06:55 +02:00
mafiesto4
e9a7b1c8eb
Fix using enums as Scene Animation Event parameters
...
#3554
2025-09-22 10:22:32 +02:00
mafiesto4
1186833b2d
Merge branch 'NoClearSearchboxesWhenStuffHappens' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-NoClearSearchboxesWhenStuffHappens
2025-09-21 21:06:16 +02:00
mafiesto4
62fd8ac967
Merge branch 'fix-dup&remove' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-dup&remove
2025-09-21 21:02:17 +02:00
mafiesto4
87e2b76ffa
Merge branch 'LessCreateScriptItems' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-LessCreateScriptItems
2025-09-21 21:01:33 +02:00
Saas
0917a743cd
Re- add particle prefix and improve some descriptions
2025-09-21 17:07:13 +02:00
Saas
13dd80d429
add changing and caching Debug ViewMode for Game View
2025-09-21 16:57:38 +02:00
Saas
6e9902a966
use DefaultGame ViewFlag and some fixes
2025-09-21 16:49:07 +02:00
Saas
fd1e0a4e80
add game view to "View" menu, add keyboard new keyboard shortcuts to menu and extra options for view flags and view layers
2025-09-20 16:12:04 +02:00
Saas
b130b81863
add game view and show/ hiding navigation similar to unreal engine
2025-09-20 15:08:03 +02:00
Saas
1dd96ae9cb
add undo to MoveSelectedNodes (do TODO)
2025-09-19 23:04:43 +02:00
Saas
07c1dfc613
add focus selected visject controls functionality
2025-09-19 20:23:47 +02:00
Saas
7183a3306e
fix typo
2025-09-19 16:57:50 +02:00
Saas
fb5cedc575
make particle age/ lifetime nodes more clear
2025-09-19 16:32:59 +02:00