Commit Graph

  • 7f783bb7da Fix crash when importing mesh with incorrect triangulation mafiesto4 2025-07-02 17:23:04 +02:00
  • b08f218f30 Merge branch 'Zode-tageditor-quickexpand' mafiesto4 2025-07-01 16:47:07 +02:00
  • c6640be04a Merge branch 'tageditor-quickexpand' of https://github.com/Zode/FlaxEngine into Zode-tageditor-quickexpand mafiesto4 2025-07-01 16:47:04 +02:00
  • eff3c50d9c Merge branch 'xxSeys1-ContentSearchMouseOverFocusFix' mafiesto4 2025-07-01 16:34:42 +02:00
  • 3fa099ad06 Merge branch 'ContentSearchMouseOverFocusFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ContentSearchMouseOverFocusFix mafiesto4 2025-07-01 16:27:08 +02:00
  • 5e47a861f3 Merge branch 'xxSeys1-VisjectConnectionCmPolish' mafiesto4 2025-07-01 16:06:22 +02:00
  • 37b4b25ead Merge branch 'VisjectConnectionCmPolish' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VisjectConnectionCmPolish mafiesto4 2025-07-01 16:06:13 +02:00
  • edfd145226 Merge branch 'xxSeys1-FixCloseButtonAfterIBrokeIt' mafiesto4 2025-07-01 15:58:46 +02:00
  • 763ede4bd9 Merge branch 'FixCloseButtonAfterIBrokeIt' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-FixCloseButtonAfterIBrokeIt mafiesto4 2025-07-01 15:58:36 +02:00
  • 284da341e1 Merge branch 'xxSeys1-ItemsListExpandOnNavigate' mafiesto4 2025-07-01 15:56:53 +02:00
  • 53ed2431b5 Merge branch 'ItemsListExpandOnNavigate' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ItemsListExpandOnNavigate mafiesto4 2025-07-01 15:48:24 +02:00
  • b4ab39b3bf Merge branch 'Tryibion-keep-scroll-scene-play' mafiesto4 2025-07-01 15:34:27 +02:00
  • de61e3efb5 Merge branch 'keep-scroll-scene-play' of https://github.com/Tryibion/FlaxEngine into Tryibion-keep-scroll-scene-play mafiesto4 2025-07-01 15:34:07 +02:00
  • 29fb36fcd6 Merge branch 'Tryibion-fix-log-clear-play' mafiesto4 2025-07-01 10:52:39 +02:00
  • 78f0ff75f2 Move debug log clearing to handle pending entries too in publci api mafiesto4 2025-07-01 10:52:04 +02:00
  • 6efd456eaf Merge branch 'fix-log-clear-play' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-log-clear-play mafiesto4 2025-07-01 10:50:58 +02:00
  • e0c96c0cde Merge branch 'Tryibion-fix-tooltip-scene' mafiesto4 2025-07-01 10:48:34 +02:00
  • ada269568a Merge branch 'fix-tooltip-scene' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-tooltip-scene mafiesto4 2025-07-01 10:48:26 +02:00
  • dd256ad518 Fix typo mafiesto4 2025-07-01 10:37:39 +02:00
  • 12c8bb4f31 Fix scene lightmaps removal clearing actors linkage to lightmaps mafiesto4 2025-07-01 08:27:29 +02:00
  • 4e4d380267 Fix fog to draw Fog Cutoff Distance via a plane, not sphere test mafiesto4 2025-06-29 20:02:24 +02:00
  • 448eb48c23 Fix fog to draw Fog Cutoff Distance via a plane, not sphere test mafiesto4 2025-06-29 20:02:24 +02:00
  • 78d519cb9a Fix ConcurrentSystemLocker to have exclusive lock as an option mafiesto4 2025-06-29 19:16:41 +02:00
  • 43d11264f8 Fix asset references to use separate lightweight locking instead of full asset mutex mafiesto4 2025-06-29 19:16:23 +02:00
  • f126a83b79 Fix graphical issues when batching materials that use Forward Shading for instancing mafiesto4 2025-06-29 13:52:29 +02:00
  • bdd7bae459 Add new Custom Lit shading model for custom lighting in materials (eg. Cel Shading) mafiesto4 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 Tryibion 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 Tryibion 2025-06-27 21:38:10 -05:00
  • 53d4ea51af Add prefab UI viewport scaling. Tryibion 2025-06-27 21:18:53 -05:00
  • 3dc7546dd4 Fix crash when constant buffer is unused by shader but still exists mafiesto4 2025-06-27 19:06:25 +02:00
  • 185151b025 Minor fixes mafiesto4 2025-06-27 18:52:25 +02:00
  • 8cdec15fa6 Fix GlobalSignDistanceFieldCustomBuffer to be thread-safe (scene rendering events are not guarded via mutex anymore) mafiesto4 2025-06-27 15:41:48 +02:00
  • 1b40775d62 Fix deadloop in HtmlParser when parsing text with incorrect tags mafiesto4 2025-06-27 11:56:09 +02:00
  • 45e82d21f4 Fix ConcurrentSystemLocker to guard for a single writer at once mafiesto4 2025-06-26 19:51:06 +02:00
  • 5c37584eca Minor adjustment for alignment of perf-critical variables in rendering mafiesto4 2025-06-26 19:50:42 +02:00
  • 674fda7375 Add resizing to Custom Code nodes in Materials mafiesto4 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 mafiesto4 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 mafiesto4 2025-06-24 19:25:18 +02:00
  • 8d62a13cbc Add LayoutElementsContainer.Image with IBrush mafiesto4 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 mafiesto4 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 mafiesto4 2025-06-23 09:31:58 +02:00
  • 867ae2ceaa Add Texture Size node to particles mafiesto4 2025-06-23 09:31:15 +02:00
  • ef5d45874a Fix compilation regression mafiesto4 2025-06-22 12:12:42 +02:00
  • 169db79b2a Fix issue with tooltip not updating on scene reload. Tryibion 2025-06-20 20:12:43 -05:00
  • 9e4c1da032 Clear entries and pending entries before play for debug log. Tryibion 2025-06-20 19:42:30 -05:00
  • c8622d1801 Change method name from add to restore. Tryibion 2025-06-20 15:26:58 -05:00
  • d7df403e5e Optimize ContainerControl.DisposeChildren mafiesto4 2025-06-20 09:05:41 +02:00
  • d3a50cdacb Optimize Actor::DestroyChildren mafiesto4 2025-06-20 09:05:25 +02:00
  • fdd22c3380 Remove extra code. Tryibion 2025-06-19 22:09:33 -05:00
  • 53761df85e Add utility methods for redundant code. Tryibion 2025-06-19 22:07:28 -05:00
  • ecaae2b458 Add downloading nuget package if needed. Tryibion 2025-06-19 21:34:55 -05:00
  • 3cb74d48ca Convert using event to using window method overrides. Tryibion 2025-06-19 20:01:27 -05:00
  • 8633ed2124 Merge branch 'master' into keep-scroll-scene-play Tryibion 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 mafiesto4 2025-06-19 14:04:06 +02:00
  • 4ac870f701 Optimize physics transformation updates propagation in async via Job System mafiesto4 2025-06-19 13:57:50 +02:00
  • 6144f6c74e Optimize physics simulation with higher limit of 8 threads mafiesto4 2025-06-19 09:50:07 +02:00
  • edb6884942 Optimize PhysX work dispatcher to be shared by all scenes mafiesto4 2025-06-19 08:24:26 +02:00
  • 62e329ac6e Add more memory tags for Navigation mafiesto4 2025-06-18 23:00:43 +02:00
  • 68dce7e4dd Merge remote-tracking branch 'origin/master' into 1.11 mafiesto4 2025-06-18 22:46:10 +02:00
  • 6479a3d3c6 Fix log spam in task when waiting for task to end mafiesto4 2025-06-18 22:41:42 +02:00
  • e41c48f9e5 Optimize NavMesh builder when updating a large number of tiles mafiesto4 2025-06-18 22:41:26 +02:00
  • 9cfcbfa9d2 Fix memory leak on recast objects when building NavMesh tile mafiesto4 2025-06-17 23:28:15 +02:00
  • bcd2b1f0f2 Fix Array::RemoveAt to move element and avoid data copies mafiesto4 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 mafiesto4 2025-06-16 23:20:20 +02:00
  • bd2add7edd Tweak memory command tip mafiesto4 2025-06-16 23:15:58 +02:00
  • 986693757c Merge remote-tracking branch 'origin/master' into 1.11 mafiesto4 2025-06-16 22:46:17 +02:00
  • 5a23060e05 Add GPUTexture.UploadData for changing texture contents via TextureData container mafiesto4 2025-06-16 22:35:50 +02:00
  • b92c18cf25 Fix missing/incorrect toolchain exception to log only once mafiesto4 2025-06-16 19:10:35 +02:00
  • 6a82eb114d Fix BitArray bit indexing mafiesto4 2025-06-16 19:05:44 +02:00
  • 97b37b3ce4 Add PRAGMA_DISABLE_OPTIMIZATION/PRAGMA_ENABLE_OPTIMIZATION mafiesto4 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' mafiesto4 2025-06-16 15:02:37 +02:00
  • cae2720585 Merge branch 'VisjectCloseButtonFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VisjectCloseButtonFix mafiesto4 2025-06-16 15:02:32 +02:00
  • 90b6293bc2 Add OnPlayEnding to editor modules and windows mafiesto4 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' mafiesto4 2025-06-16 14:50:14 +02:00
  • a6a2fd2c66 Format code mafiesto4 2025-06-16 14:48:18 +02:00
  • a05ca12770 Merge branch 'scenetree-scroll' of https://github.com/Zode/FlaxEngine into Zode-scenetree-scroll mafiesto4 2025-06-16 14:44:54 +02:00