Commit Graph

  • ada269568a Merge branch 'fix-tooltip-scene' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-tooltip-scene Wojtek Figat 2025-07-01 10:48:26 +02:00
  • dd256ad518 Fix typo Wojtek Figat 2025-07-01 10:37:39 +02:00
  • 12c8bb4f31 Fix scene lightmaps removal clearing actors linkage to lightmaps Wojtek Figat 2025-07-01 08:27:29 +02:00
  • 4e4d380267 Fix fog to draw Fog Cutoff Distance via a plane, not sphere test Wojtek Figat 2025-06-29 20:02:24 +02:00
  • 448eb48c23 Fix fog to draw Fog Cutoff Distance via a plane, not sphere test Wojtek Figat 2025-06-29 20:02:24 +02:00
  • 78d519cb9a Fix ConcurrentSystemLocker to have exclusive lock as an option Wojtek Figat 2025-06-29 19:16:41 +02:00
  • 43d11264f8 Fix asset references to use separate lightweight locking instead of full asset mutex Wojtek Figat 2025-06-29 19:16:23 +02:00
  • f126a83b79 Fix graphical issues when batching materials that use Forward Shading for instancing Wojtek Figat 2025-06-29 13:52:29 +02:00
  • bdd7bae459 Add new Custom Lit shading model for custom lighting in materials (eg. Cel Shading) Wojtek Figat 2025-06-29 13:51:59 +02:00
  • 75647d149a make visual script editor method override cm searchable xxSeys1 2025-06-28 19:40:03 +02:00
  • 52b64540ab Add extra index guard logic Chandler Cox 2025-06-28 10:46:11 -05:00
  • d7ab497b0e fix adding empty multi action to undo stack xxSeys1 2025-06-28 16:22:29 +02:00
  • 683a48a6e3 add default shortcuts to distribute node options xxSeys1 2025-06-28 16:02:44 +02:00
  • a41fc51f92 add visject node formatting option to straighten node connections xxSeys1 2025-06-28 15:53:32 +02:00
  • b9cfd054c1 Remove unused variable Chandler Cox 2025-06-27 21:38:10 -05:00
  • 53d4ea51af Add prefab UI viewport scaling. Chandler Cox 2025-06-27 21:18:53 -05:00
  • 3dc7546dd4 Fix crash when constant buffer is unused by shader but still exists Wojtek Figat 2025-06-27 19:06:25 +02:00
  • 185151b025 Minor fixes Wojtek Figat 2025-06-27 18:52:25 +02:00
  • 8cdec15fa6 Fix GlobalSignDistanceFieldCustomBuffer to be thread-safe (scene rendering events are not guarded via mutex anymore) Wojtek Figat 2025-06-27 15:41:48 +02:00
  • 1b40775d62 Fix deadloop in HtmlParser when parsing text with incorrect tags Wojtek Figat 2025-06-27 11:56:09 +02:00
  • 45e82d21f4 Fix ConcurrentSystemLocker to guard for a single writer at once Wojtek Figat 2025-06-26 19:51:06 +02:00
  • 5c37584eca Minor adjustment for alignment of perf-critical variables in rendering Wojtek Figat 2025-06-26 19:50:42 +02:00
  • 674fda7375 Add resizing to Custom Code nodes in Materials Wojtek Figat 2025-06-26 19:50:04 +02:00
  • 6296e1a9eb Fix linker errors Ari Vuollet 2025-06-26 15:32:38 +03:00
  • 1586bb0702 Merge remote-tracking branch 'origin/master' into sdl_platform Ari Vuollet 2025-06-26 15:31:59 +03:00
  • bf10d0949e add a bit of spacing to the left edge of the popup to reduce colors bleeding into the background xxSeys1 2025-06-26 12:47:31 +02:00
  • d1c43ec1fe Merge remote-tracking branch 'origin/master' into 1.11 Wojtek Figat 2025-06-25 10:48:11 +02:00
  • edeaf6af09 Fix compilation without SDL Ari Vuollet 2025-06-24 22:57:49 +03:00
  • dbd8297612 Add SortOrder to Environment Probe Wojtek Figat 2025-06-24 19:25:18 +02:00
  • 8d62a13cbc Add LayoutElementsContainer.Image with IBrush Wojtek Figat 2025-06-24 18:32:20 +02:00
  • 951edd95db Cleanup Ari Vuollet 2025-06-24 16:47:45 +03:00
  • 9951211596 Fix mono glib.h wrapper compilation error Ari Vuollet 2025-06-24 16:47:20 +03:00
  • 6d337464f7 Support XDG Desktop Portal as color picker provider Ari Vuollet 2025-06-24 16:41:32 +03:00
  • 5a05038a9b Add new UIBrush that uses UIBrushAsset json resource with a brush data Wojtek Figat 2025-06-24 13:08:25 +02:00
  • 109d4423bb add accent color strip to search item icons xxSeys1 2025-06-23 20:14:18 +02:00
  • d0b552d74a Use logo as an icon in Linux windows Ari Vuollet 2025-06-23 18:58:02 +03:00
  • 6c1e380a3e fix search item hover auto focusing item xxSeys1 2025-06-23 17:24:53 +02:00
  • 83512822b1 Support clipboard actions in Content Browser and Scene tree on Wayland Ari Vuollet 2025-06-23 17:50:02 +03:00
  • ccb78103ec Support clipboard actions in Content Browser and Scene tree on X11 Ari Vuollet 2025-06-23 17:06:06 +03:00
  • 6e79ffea34 Fix clipboard not working on X11 Ari Vuollet 2025-06-23 17:06:53 +03:00
  • 4f03d37a17 Merge remote-tracking branch 'origin/master' into sdl_platform Ari Vuollet 2025-06-23 12:03:41 +03:00
  • c57a1a7205 Fix particle emitters to wait for used textures to be loaded and streamed in for proper usage in a graph Wojtek Figat 2025-06-23 09:31:58 +02:00
  • 867ae2ceaa Add Texture Size node to particles Wojtek Figat 2025-06-23 09:31:15 +02:00
  • ef5d45874a Fix compilation regression Wojtek Figat 2025-06-22 12:12:42 +02:00
  • 169db79b2a Fix issue with tooltip not updating on scene reload. Chandler Cox 2025-06-20 20:12:43 -05:00
  • 9e4c1da032 Clear entries and pending entries before play for debug log. Chandler Cox 2025-06-20 19:42:30 -05:00
  • c8622d1801 Change method name from add to restore. Chandler Cox 2025-06-20 15:26:58 -05:00
  • d7df403e5e Optimize ContainerControl.DisposeChildren Wojtek Figat 2025-06-20 09:05:41 +02:00
  • d3a50cdacb Optimize Actor::DestroyChildren Wojtek Figat 2025-06-20 09:05:25 +02:00
  • fdd22c3380 Remove extra code. Chandler Cox 2025-06-19 22:09:33 -05:00
  • 53761df85e Add utility methods for redundant code. Chandler Cox 2025-06-19 22:07:28 -05:00
  • ecaae2b458 Add downloading nuget package if needed. Chandler Cox 2025-06-19 21:34:55 -05:00
  • 3cb74d48ca Convert using event to using window method overrides. Chandler Cox 2025-06-19 20:01:27 -05:00
  • 8633ed2124 Merge branch 'master' into keep-scroll-scene-play Chandler Cox 2025-06-19 19:58:04 -05:00
  • 2e10d776e9 Optimize updating actor rendering entry with better thread locking that support async writes on actor update Wojtek Figat 2025-06-19 14:04:06 +02:00
  • 4ac870f701 Optimize physics transformation updates propagation in async via Job System Wojtek Figat 2025-06-19 13:57:50 +02:00
  • 6144f6c74e Optimize physics simulation with higher limit of 8 threads Wojtek Figat 2025-06-19 09:50:07 +02:00
  • edb6884942 Optimize PhysX work dispatcher to be shared by all scenes Wojtek Figat 2025-06-19 08:24:26 +02:00
  • 62e329ac6e Add more memory tags for Navigation Wojtek Figat 2025-06-18 23:00:43 +02:00
  • 68dce7e4dd Merge remote-tracking branch 'origin/master' into 1.11 Wojtek Figat 2025-06-18 22:46:10 +02:00
  • 6479a3d3c6 Fix log spam in task when waiting for task to end Wojtek Figat 2025-06-18 22:41:42 +02:00
  • e41c48f9e5 Optimize NavMesh builder when updating a large number of tiles Wojtek Figat 2025-06-18 22:41:26 +02:00
  • 9cfcbfa9d2 Fix memory leak on recast objects when building NavMesh tile Wojtek Figat 2025-06-17 23:28:15 +02:00
  • bcd2b1f0f2 Fix Array::RemoveAt to move element and avoid data copies Wojtek Figat 2025-06-17 23:27:26 +02:00
  • 6fb8419b3c Disable window flashing on Wayland to fix focus issues Ari Vuollet 2025-06-17 14:23:20 +03:00
  • a4272d6ca9 Merge remote-tracking branch 'origin/master' into sdl_platform Ari Vuollet 2025-06-17 14:19:46 +03:00
  • eb6010cba7 Fix BitArray again Wojtek Figat 2025-06-16 23:20:20 +02:00
  • bd2add7edd Tweak memory command tip Wojtek Figat 2025-06-16 23:15:58 +02:00
  • 986693757c Merge remote-tracking branch 'origin/master' into 1.11 Wojtek Figat 2025-06-16 22:46:17 +02:00
  • 5a23060e05 Add GPUTexture.UploadData for changing texture contents via TextureData container Wojtek Figat 2025-06-16 22:35:50 +02:00
  • b92c18cf25 Fix missing/incorrect toolchain exception to log only once Wojtek Figat 2025-06-16 19:10:35 +02:00
  • 6a82eb114d Fix BitArray bit indexing Wojtek Figat 2025-06-16 19:05:44 +02:00
  • 97b37b3ce4 Add PRAGMA_DISABLE_OPTIMIZATION/PRAGMA_ENABLE_OPTIMIZATION Wojtek Figat 2025-06-16 18:00:26 +02:00
  • bbe54969b0 fix close visject surface was_ flags to properly reset to false xxSeys1 2025-06-16 16:51:30 +02:00
  • 4654117d5e Merge remote-tracking branch 'origin/master' into sdl_platform Ari Vuollet 2025-06-16 17:09:22 +03:00
  • 8164ce924f fix unfolding to actually work xxSeys1 2025-06-16 15:30:51 +02:00
  • 22911bbc45 Merge branch 'xxSeys1-VisjectCloseButtonFix' Wojtek Figat 2025-06-16 15:02:37 +02:00
  • cae2720585 Merge branch 'VisjectCloseButtonFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VisjectCloseButtonFix Wojtek Figat 2025-06-16 15:02:32 +02:00
  • 90b6293bc2 Add OnPlayEnding to editor modules and windows Wojtek Figat 2025-06-16 14:56:35 +02:00
  • d110237423 fix GetVisibleItems() to only get visible items xxSeys1 2025-06-16 14:51:29 +02:00
  • 117f890612 Merge branch 'Zode-scenetree-scroll' Wojtek Figat 2025-06-16 14:50:14 +02:00
  • a6a2fd2c66 Format code Wojtek Figat 2025-06-16 14:48:18 +02:00
  • a05ca12770 Merge branch 'scenetree-scroll' of https://github.com/Zode/FlaxEngine into Zode-scenetree-scroll Wojtek Figat 2025-06-16 14:44:54 +02:00
  • abe7785e94 Merge branch 'xxSeys1-PrefabEditorScrollToSelectionFix' Wojtek Figat 2025-06-16 14:43:40 +02:00
  • 2cedac8d96 Merge branch 'PrefabEditorScrollToSelectionFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-PrefabEditorScrollToSelectionFix Wojtek Figat 2025-06-16 14:43:34 +02:00
  • ea854a0f7b Fix potential Grid shader accuracy issues Wojtek Figat 2025-06-16 14:41:43 +02:00
  • d0817809ff Merge branch 'xxSeys1-ContentFinderImprovements' Wojtek Figat 2025-06-16 14:34:25 +02:00
  • 95f2216f97 Merge branch 'ContentFinderImprovements' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ContentFinderImprovements Wojtek Figat 2025-06-16 14:32:31 +02:00
  • 7e5edf1b33 Merge branch 'xxSeys1-ClearSearchOnAssetReferenceNavigate' Wojtek Figat 2025-06-16 14:30:58 +02:00
  • c649a4f4b2 Merge branch 'ClearSearchOnAssetReferenceNavigate' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ClearSearchOnAssetReferenceNavigate Wojtek Figat 2025-06-16 14:30:53 +02:00
  • cd7233d559 allow the user to unfold folded categories when scrolling with keyboard xxSeys1 2025-06-16 14:10:44 +02:00
  • 6ff260d052 Merge remote-tracking branch 'origin/master' into sdl_platform Ari Vuollet 2025-06-16 14:09:29 +03:00
  • 88d2b72822 Update SDL to 3.3.x Ari Vuollet 2025-06-16 14:09:04 +03:00
  • 3c74b315a8 Merge branch 'Zode-console-hotkey' Wojtek Figat 2025-06-15 23:47:29 +02:00
  • f841575378 Merge branch 'console-hotkey' of https://github.com/Zode/FlaxEngine into Zode-console-hotkey Wojtek Figat 2025-06-15 23:25:09 +02:00
  • d90377ed62 Merge branch 'Zode-import-export-warnings' Wojtek Figat 2025-06-15 23:23:22 +02:00
  • c8d622bda9 Merge branch 'import-export-warnings' of https://github.com/Zode/FlaxEngine into Zode-import-export-warnings Wojtek Figat 2025-06-15 23:23:18 +02:00
  • fbf2d8f567 Merge branch 'xxSeys1-ItemListImprovedKeyboardNav' Wojtek Figat 2025-06-15 23:06:26 +02:00
  • 42687a792c Merge branch 'ItemListImprovedKeyboardNav' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ItemListImprovedKeyboardNav Wojtek Figat 2025-06-15 22:59:20 +02:00
  • 5c43d35146 Merge branch 'Zode-node-alignment' Wojtek Figat 2025-06-15 22:32:29 +02:00