4822 Commits

Author SHA1 Message Date
mafiesto4 55a756532b Add cross button to unset abstract class or interface object value 2026-07-22 11:30:49 +02:00
mafiesto4 d92f2a0437 Add IsScriptingObject utility to ScriptType 2026-07-22 11:29:07 +02:00
mafiesto4 7e48786ffc Add type picker when creating abstract class or interface 2026-07-22 11:18:32 +02:00
mafiesto4 2723f91905 Fix errors on Editor shutdown 2026-07-22 09:26:54 +02:00
mafiesto4 f3af10ca9e Fix missing doc comment 2026-07-13 18:11:35 +02:00
mafiesto4 f9990f2712 Merge branch 'auto-rename-new-param' of https://github.com/TyGrze/FlaxEngine into TyGrze-auto-rename-new-param 2026-07-13 17:58:47 +02:00
mafiesto4 4aff336f32 Merge branch 'properties-search' of https://github.com/Tryibion/FlaxEngine into Tryibion-properties-search 2026-07-13 17:51:11 +02:00
mafiesto4 b80dc2dee8 Merge branch 'fix-table-row-colors' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-table-row-colors 2026-07-13 17:28:41 +02:00
mafiesto4 0c45746e63 Fix dirtying scenes after building navmesh in Editor
#4049
2026-07-13 17:27:03 +02:00
Tryibion 9f5811a90b Add search to json assets and edito options 2026-07-03 20:51:53 -05:00
Tryibion 6bdab068e6 Fix alternating table row coloring. 2026-07-03 16:15:41 -05:00
Tryibion 6ba406953b Add initial properties search to properties wndow and prefab properties panel. 2026-07-03 15:54:03 -05:00
mafiesto4 1b954a1edc Exclude more C# stdlib from Visual Script to reduce clobber 2026-06-30 09:59:09 +02:00
mafiesto4 4d86d9574d Merge branch 'editor-window-persistency' of https://github.com/TyGrze/FlaxEngine into TyGrze-editor-window-persistency 2026-06-30 08:49:53 +02:00
mafiesto4 5cd6c98ff3 Fix auto-selecting newly imported or created assets in Editor 2026-06-30 08:48:24 +02:00
Tyler Gregorcyk 37905f1ccb Adds option to use persistent settings over defualt viewport options
Signed-off-by: Tyler Gregorcyk <tyler@gregorcyk.com>
2026-06-28 13:51:51 -05:00
Tyler Gregorcyk 5ead0d482b Adds Brightness, ResolusionScale, DebugView, and LayerMask to viewport persistence
Signed-off-by: Tyler Gregorcyk <tyler@gregorcyk.com>
2026-06-28 13:38:40 -05:00
Tyler Gregorcyk efd71e9bce Add auto-rename newly added Visject parameters
Closes #4127

Signed-off-by: Tyler Gregorcyk <tyler@gregorcyk.com>
2026-06-25 23:25:45 -05:00
Tyler Gregorcyk 51ffac25a3 Fixes focus entries list when opening import files dialog
Closes #3567
Also fixes root node margin from -14 to -16 as mentioned in #3567

Signed-off-by: Tyler Gregorcyk <tyler@gregorcyk.com>
2026-06-25 21:35:09 -05:00
mafiesto4 7fc1d525a5 Postmerge #4010 2026-06-16 12:06:26 +02:00
mafiesto4 490d316a8d Merge branch 'ResizeInAllDirectionTwo' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ResizeInAllDirectionTwo
# Conflicts:
#	Source/Editor/Surface/SurfaceComment.cs
2026-06-16 12:01:47 +02:00
mafiesto4 6f110ec6d1 Merge branch 'dev/PrefabScriptTrackIds' of https://github.com/ifromstone/FlaxEngine into ifromstone-dev/PrefabScriptTrackIds 2026-06-16 11:59:31 +02:00
mafiesto4 6c61ae4ed8 Merge branch 'master' of https://github.com/Alewinn-TerizKoming/FlaxEngine into Alewinn-TerizKoming-master 2026-06-16 11:58:25 +02:00
mafiesto4 39994764d1 Don't return matrix by value due to perf #4136 2026-06-16 11:57:44 +02:00
mafiesto4 b49b410d6b Merge branch 'dev/GridJitterFix' of https://github.com/ifromstone/FlaxEngine into ifromstone-dev/GridJitterFix 2026-06-16 11:54:54 +02:00
Alewinn 1a47871212 Moving NodesCache desync after hotreload fix at the right place 2026-06-16 10:29:33 +02:00
Alewinn 8e8212db5b Fix : Visject list types don't update after second hotreload 2026-06-14 23:34:28 +02:00
Andrei Gagua 0db92b473b Fix prefab Script track remapping in scene animations
Store prefab object IDs for Script tracks authored from prefab objects and mark those tracks as prefab object references so SceneAnimationPlayer can remap them for prefab instances.
2026-06-09 23:06:58 +03:00
mafiesto4 057e5684e9 Add Texture and Cube Texture support to Gameplay Globals 2026-06-09 13:49:00 +02:00
mafiesto4 c18178e045 Add improvements to Gameplay Globals editing
#3972
2026-06-09 10:42:10 +02:00
mafiesto4 050de578a9 Add MacWindow logo loading and use correct one for Editor 2026-06-08 22:04:09 +02:00
mafiesto4 c2da5a363d Fix missing default interface style on macOS #4116 2026-06-08 21:09:31 +02:00
mafiesto4 2242fd483b Merge branch 'dev/MacOSUIImprovement' of https://github.com/ifromstone/FlaxEngine into ifromstone-dev/MacOSUIImprovement 2026-06-08 20:57:02 +02:00
mafiesto4 be5e13301e Fix displaying 'No Camera' overlay in editor viewport for game when using custom rendering 2026-06-07 23:16:23 +02:00
Andrei Gagua 7326cf65d8 Fix: Editor - use non-jittered projection for post-TAA overlay grid
Add a managed `RenderView.GetOverlayProjection()` helper that returns the non-jittered projection once TAA has been resolved, and use it for editor overlay rendering paths.
2026-06-03 18:49:42 +03:00
mafiesto4 1a8827ba76 Fix Web build when python is installed in folder with whitespaces in path 2026-06-03 14:21:38 +02:00
mafiesto4 eed227aa79 Add distance-scale to vertex paint vertices
Add vertex paint brush size changing with shift+scroll
Fix vertex paint brush size to match the highlight sphere
2026-06-03 14:15:40 +02:00
mafiesto4 fd8ae9bc2b Rename SceneRenderTask::RenderingPercentage to RenderScale 2026-06-03 13:01:11 +02:00
Murry Lancashire 84ccb9df0c Add more LOD Generation options to model import settings (eg. borders lock, preserve UVs)
https://github.com/LOOPDISK/FlaxEngine/commit/1cfd4634727055c2a7249dff447528877332beab
2026-06-02 16:42:30 +02:00
mafiesto4 2531a4b918 Fix asset 'Reload' option to be available when asset failed to load for manual load 2026-06-02 15:51:46 +02:00
mafiesto4 1badeda31c Fix error when drawing animated model thumbnail 2026-06-01 19:20:00 +02:00
mafiesto4 c36c39df37 Add auto focus on model when changing Base Model in Anim Graph 2026-05-28 11:38:34 +02:00
mafiesto4 6fa38b75d5 Add material instance creation out of other instance
#4063
2026-05-28 10:40:51 +02:00
mafiesto4 b7185bfe72 Merge branch 'SkeletonAndSkeletonDebugDrawImprovements' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-SkeletonAndSkeletonDebugDrawImprovements 2026-05-28 10:10:19 +02:00
mafiesto4 3e670f5e80 Remove not needed line
#4013
2026-05-28 10:07:16 +02:00
mafiesto4 7e19ffbe40 Merge branch 'ScrollToNewOnAnimTrackAdd' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ScrollToNewOnAnimTrackAdd 2026-05-28 10:04:45 +02:00
mafiesto4 16effd8328 Merge branch 'show-debug-draw-default' of https://github.com/Duroxxigar/FlaxEngine into Duroxxigar-show-debug-draw-default 2026-05-28 09:58:57 +02:00
mafiesto4 e7c5f257e9 Minor fixes and improvements 2026-05-28 09:54:35 +02:00
mafiesto4 bd3129e9e7 Merge branch 'DirectionGizmoRotation' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-DirectionGizmoRotation 2026-05-27 14:59:55 +02:00
mafiesto4 f78954c174 Merge branch 'decorations_dpi_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-decorations_dpi_fix 2026-05-27 14:52:58 +02:00