Commit Graph
7259 Commits
Author SHA1 Message Date
mafiesto4 a80bf46da2 Merge branch 'click_hides_tooltip' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-click_hides_tooltip 2026-09-15 13:13:43 +02:00
mafiesto4 bd5edcc4d2 Fix minor Editor UI issues 2026-09-15 12:55:13 +02:00
mafiesto4 3ff1f825a7 Revert partially #2147 to fix #4091 when imported as fbx 2026-09-15 12:54:56 +02:00
mafiesto4 eb27faeda8 Merge branch 'update-simple-move-comment' of https://github.com/Duroxxigar/FlaxEngine into Duroxxigar-update-simple-move-comment 2026-09-14 08:34:46 +02:00
mafiesto4 8726d86520 Merge branch 'fix-mesh-collider-recook' of https://github.com/luchu1993/FlaxEngine into luchu1993-fix-mesh-collider-recook 2026-09-14 08:32:28 +02:00
mafiesto4 e669e9ca65 Fix old api usage for #4185 2026-09-14 08:30:51 +02:00
mafiesto4 b586c6a0fb Merge branch 'update-bound-shape-names' of https://github.com/Duroxxigar/FlaxEngine into Duroxxigar-update-bound-shape-names 2026-09-14 08:15:59 +02:00
mafiesto4 7bcdbef4ca Revert #4178 changes for Windows due to flickering bug 2026-09-14 08:14:42 +02:00
mafiesto4 744c5ef581 Merge branch 'dev/ParentedFloatingWindowOrder' of https://github.com/ifromstone/FlaxEngine into ifromstone-dev/ParentedFloatingWindowOrder 2026-09-14 08:07:58 +02:00
mafiesto4 0132b6038b Merge branch 'fix-parsefloat-exponent-plus-sign' of https://github.com/killerdevildog/FlaxEngine into killerdevildog-fix-parsefloat-exponent-plus-sign 2026-09-14 07:06:11 +02:00
mafiesto4 c43cfef0a9 Add tests for interface reference marshaling
#2746
2026-09-14 07:00:55 +02:00
mafiesto4 e5a6b73caa Remove SoftObjectInterfaceReference
#2746
2026-09-14 07:00:24 +02:00
mafiesto4 0fc3972cea Refactor #2746 to use ScriptingObjectInterfaceReference for C# too instead of attribute
Use `MarshalAs=ScriptingObject*` for more universal way of marshaling data between C++ and C#
2026-09-14 06:58:40 +02:00
killerdevildog 796bdae4ea Fix ParseFloat rejecting a '+' sign in the exponent 2026-09-13 13:48:01 -06:00
luchu1993 76c6c8d038 Fix mesh collider updates after recooking collision data 2026-09-12 22:57:55 +08:00
mafiesto4 a7754f3137 Merge branch 'dev/ObjectInterfaceReferences' of https://github.com/ifromstone/FlaxEngine into ifromstone-dev/ObjectInterfaceReferences
# Conflicts:
#	Source/Engine/Scripting/Internal/ManagedDictionary.cpp
2026-09-12 12:40:59 +02:00
Jake Young 48f23399fc Update comment for simple move to include Time.DeltaTime 2026-09-11 14:08:00 -04:00
mafiesto4 769694ff9b Fix flickering on multi-windows on macOS regression from #4141 2026-09-10 13:34:26 +02:00
Andrei Gagua a630575ab6 Move out ManagedDictionary impl from header file
#4120
2026-09-10 06:25:26 +02:00
Roman Zhu a215381d4b tsk tsk no crash a simp 2026-08-30 22:14:47 +02:00
Roman Zhu c393db6fdc Fix asset file race
https://github.com/RomanZhu/FlaxEngine/commit/71bad36469bc6cdd31384f429bdc05c251e0eb91
2026-08-30 22:13:27 +02:00
Roman Zhu ac4737a4d5 Silence successful content handle releases 2026-08-30 22:06:47 +02:00
Roman Zhu c727ffa70d get rid of timestamp comparison for shaders, compare actual data
# Conflicts:
#	Source/Engine/Graphics/Materials/MaterialShader.h
#	Source/Engine/Tests/Tests.Build.cs
2026-08-30 22:05:42 +02:00
David Svez 3fcad576a1 Fix GUI traversal during child removal 2026-08-30 20:13:19 +02:00
mafiesto4 fb076cc34d Merge branch 'asset_window_reload_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-asset_window_reload_fix 2026-08-29 23:16:35 +02:00
Ari Vuollet 5d8cb4acaf Try to improve scripting assembly file loading when file is locked 2026-08-21 17:33:24 +03:00
Ari Vuollet 373ce6b212 Keep asset windows alive during scripts reload
Recreated asset editor windows are now reattached to the native window
after scripts reload to keep the current state and Z-order of the
windows untouched on platforms where window state can't be changed
without user interaction (Wayland).
2026-08-18 01:10:14 +03:00
Ari Vuollet 8d95979846 Hide tooltips when mouse buttons are pressed 2026-08-18 01:09:43 +03:00
mafiesto4 cef6838b68 Fix mesh index buffer when using 32-bit indices
#4217
2026-08-16 14:39:47 +02:00
mafiesto4 b5ced07326 Fix terrain patch destruction crash regression 2026-08-16 14:34:42 +02:00
mafiesto4 ffc7598acc Merge branch 'fix-dynamic' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-dynamic 2026-08-13 11:40:46 +02:00
mafiesto4 11e80d52d8 Merge branch 'disable-effects-default' of https://github.com/Duroxxigar/FlaxEngine into Duroxxigar-disable-effects-default 2026-08-13 11:38:11 +02:00
Jake Young 3f43c9622b Disable eye adaptation and motion blur by default 2026-08-13 02:45:04 -04:00
mafiesto4 374e7380e7 Merge branch 'terrain_patch_collision_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-terrain_patch_collision_fix 2026-08-13 05:49:28 +02:00
mafiesto4 89d03497e3 Merge branch 'wayland_drag_fix2' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-wayland_drag_fix2 2026-08-13 05:47:19 +02:00
Ari Vuollet c5c96b1dac Remove terrain patch collision when patch is removed
Fixes #4212
2026-08-11 12:45:40 +03:00
Ari Vuollet cf052489df Fix Wayland dragging regression 2026-08-11 11:38:11 +03:00
mafiesto4 8688695b28 Clarify UI Control Enabled doc 2026-08-10 07:14:22 +02:00
David Svez a67ff38ed5 Fallback when DirectX debug layer is unavailable 2026-08-08 06:16:13 +02:00
David Svez 236e9c27c7 Window live resize + second monitor High DPI support without turning black 2026-08-08 06:10:01 +02:00
David Svez caa670949b Clarify DDGI settings guidance 2026-08-08 05:58:30 +02:00
mafiesto4 5ac864229d Merge branch 'wayland_drag_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-wayland_drag_fix 2026-08-08 05:35:26 +02:00
Ari Vuollet de08b3b9a5 Fix Wayland window not getting attached to the drag operation 2026-08-08 02:19:32 +03:00
mafiesto4 de0bf0d552 Fix missing distortion rendering on Deformable materials
#4045
2026-08-07 06:16:30 +02:00
mafiesto4 3c67963e57 Merge branch 'sdl_displayserver_name_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-sdl_displayserver_name_fix 2026-08-06 06:58:49 +02:00
mafiesto4 ef35bb906d Fix game window to maintain resolution and be centered when going out the fullscreen on Windows
#3699
2026-08-06 06:57:26 +02:00
mafiesto4 e0346f506e Fix game window resolution when resizing during fullscreen on Windows
#3699
2026-08-06 06:56:41 +02:00
Ari Vuollet 39ffdcc096 Fix SDL display server name when running on Linux 2026-08-06 01:46:57 +03:00
mafiesto4 abb5de31df Fix game window resize to maintain placement within screen (eg. centered)
#3699
2026-08-05 20:41:48 +02:00
mafiesto4 470b12bfd3 Post merge 2026-08-04 20:11:42 +02:00