Commit Graph

12162 Commits

Author SHA1 Message Date
mafiesto4 d99631ddbf Comply with .net 8 for now 2026-08-29 23:18:08 +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
mafiesto4 b7b357014f Comply with .net 8 for now 2026-08-29 23:14:24 +02:00
mafiesto4 f0604434ab Merge branch 'editor_gamewin_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-editor_gamewin_fixes 2026-08-29 23:10:26 +02:00
mafiesto4 89cb32cd51 Merge branch 'assembly_fileaccess_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-assembly_fileaccess_fix 2026-08-29 23:07:10 +02:00
mafiesto4 68d85ec817 Merge branch 'content_delete_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-content_delete_fix 2026-08-29 23:05:07 +02:00
Ari Vuollet 582af19cb2 Fix compilation 2026-08-26 20:11:21 +03:00
Ari Vuollet 28d5a6d0de Fix DockWindow.IsDocked to ignore single tab floating window as docked 2026-08-26 00:33:56 +03:00
Ari Vuollet 17df377737 Fix restoring editor game window from maximized state to dock panels 2026-08-25 23:43:53 +03:00
Ari Vuollet d21edc12cb Fix restoring editor game window from maximized state to split panels 2026-08-25 23:43:53 +03:00
Ari Vuollet 101c15c677 Prevent refloating editor game window when window was floating before 2026-08-25 23:43:52 +03:00
Ari Vuollet a56903d3ad Fix client-side decorations in borderless editor game window on launch 2026-08-25 23:43:52 +03:00
Ari Vuollet a2b730e5eb Fix inconsistent Time.GameTime when entering play mode
GameWindow entering effect does not reset properly sometimes when
play mode is entered due to game time getting reset after the
`OnPlayBegin` event.
2026-08-25 23:43:52 +03: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 de7f47c8e2 Detect content changes only when Editor has focus 2026-08-21 13:35:54 +03:00
Ari Vuollet b1607e864d Generate project files automatically when Editor has focus 2026-08-21 13:33:52 +03:00
Ari Vuollet b6f12be917 Fix scripts/content files getting deleted after file modifications
Some editors like Visual Studio saves the modified file to a temporary
file, deletes the original file and renames the temporary file back to
original filename, which rarely causes the editor to detect it as a
file deletion action by user.
2026-08-21 13:33:52 +03:00
Ari Vuollet 7e624da0a1 Delete Visject surface node when press started over the close button 2026-08-21 11:35:33 +03:00
Ari Vuollet b81e52481e Fix mouse capture not ending after connecting Visject boxes 2026-08-21 11:35:33 +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
mafiesto4 40430985b6 Merge branch 'workspace_event_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-workspace_event_fix 2026-08-17 13:48:48 +02:00
Ari Vuollet 4ee8169fc9 Prevent Flax tests project overriding the last opened project location 2026-08-17 14:12:01 +03:00
Ari Vuollet e25349a54d Fix errors breaking workspace events during content database rebuild
Fixes one case where restorable asset windows does not get restored after
recompiling scripts.
2026-08-17 14:11:35 +03:00
mafiesto4 cef6838b68 Fix mesh index buffer when using 32-bit indices
#4217
2026-08-16 14:39:47 +02:00
mafiesto4 0579abab5a Merge branch 'infinite-grid-fix' of https://github.com/Swiggies/FlaxEngine into Swiggies-infinite-grid-fix 2026-08-16 14:35:15 +02:00
mafiesto4 b5ced07326 Fix terrain patch destruction crash regression 2026-08-16 14:34:42 +02:00
Olly Rybak 17f70d4090 Quick fix to make the infinite grid infinite. 2026-08-14 00:07:56 +10: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 782e7415a7 Add auto-select of newly copied/moved content items 2026-08-13 06:01:55 +02:00
mafiesto4 e990e4432f Merge branch 'ref_temp_v3' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-ref_temp_v3 2026-08-13 05:50:30 +02: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 2bbd79d4ec Merge branch 'terrain_patch_add_scale_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-terrain_patch_add_scale_fix 2026-08-13 05:48:10 +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 c61392c722 Fix terrain patch add mode not picking patches in scaled terrain 2026-08-11 12:46:10 +03: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
Ari Vuollet 0c9431e7d7 Pass converted non-const lvalue reference parameters as temporaries 2026-08-10 20:30:48 +03:00
mafiesto4 8688695b28 Clarify UI Control Enabled doc 2026-08-10 07:14:22 +02:00
mafiesto4 b7cfb110c3 Disable Eye Adaptation in material previews by default 2026-08-10 06:05:33 +02:00
mafiesto4 716f665e39 Improve model bounds debug draw for better depth-readability of occluded pixels 2026-08-10 06:04:27 +02:00
mafiesto4 5b648b1824 Fixes 2026-08-08 06:50:32 +02:00
mafiesto4 b8d403f32d Minor changes after backporting changes 2026-08-08 06:31:00 +02:00
David Svez 53df912261 Add layers settings shortcut to actor layer dropdown 2026-08-08 06:19:34 +02:00
David Svez 042c3b7220 Skip indexed properties in generic editor 2026-08-08 06:18:46 +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
David Svez a057ea41ab Clear inactive DDGI dispatch arguments 2026-08-08 05:57:58 +02:00