Commit Graph

  • 2af266727f Add utility names to gamepad buttons doc and add usefull profiler event for mono Wojtek Figat 2025-07-26 00:12:10 +02:00
  • f37b75df7b Add support for using shadow maps from linked scene rendering (eg. for 1p weapons) Wojtek Figat 2025-07-25 19:59:58 +02:00
  • 6132e45e25 Fix shadow lights checking loop if shadows are disabled Wojtek Figat 2025-07-25 16:00:44 +02:00
  • 753035c452 Fix issue with infinite loop if \ is used instead of / for tag closing. Chandler Cox 2025-07-24 18:04:39 -05:00
  • acc1777638 Add shared utility for command line arguments merging Wojtek Figat 2025-07-24 12:38:52 +02:00
  • 69585618ed Optimize scripting objects spawning on AOT platforms Wojtek Figat 2025-07-24 12:27:28 +02:00
  • af0ea65d78 Add option to disable pipeline cache on specific Vulkan platforms Wojtek Figat 2025-07-24 12:20:09 +02:00
  • 751d179cdb Fix missing brace Wojtek Figat 2025-07-24 11:34:48 +02:00
  • 2dc44ac1a6 Fix infinite loop on rich text box tag parsing with incomplete end of tag. Chandler Cox 2025-07-23 19:52:42 -05:00
  • 2550b9f88e Fix missing TypeConverter support in AOT build Wojtek Figat 2025-07-23 22:15:38 +02:00
  • c3cf8fba98 Optimize managed code Wojtek Figat 2025-07-23 18:17:10 +02:00
  • 6f172f8f2c Fix crash when prefab root object failed to deserialize Wojtek Figat 2025-07-23 18:16:32 +02:00
  • 735d611de1 Fix AOT libs rebuild when corlib was modified to avoid version mismatch Wojtek Figat 2025-07-23 18:15:52 +02:00
  • d6a33d5a1c Add const to String::Empty Chandler Cox 2025-07-23 10:23:30 -05:00
  • 6cbd40e6d8 Make StringView::Empty const to fix issues with user accidentally changing the value. Chandler Cox 2025-07-22 22:01:55 -05:00
  • 8ac2385447 Update dependencies for Switch Wojtek Figat 2025-07-22 22:58:57 +02:00
  • b8e00f2ed1 Change checking max to use ceiltoint Chandler Cox 2025-07-19 21:30:49 -05:00
  • b6e18ccae5 Fix edge case for anim event on min or max frame when looping. Fix anim event playback when is running negative. Chandler Cox 2025-07-19 21:05:57 -05:00
  • 1fb6586dff Add collection item duplication. Chandler Cox 2025-07-19 16:09:33 -05:00
  • e6265105b5 Move to interface options. Chandler Cox 2025-07-19 15:39:11 -05:00
  • 892e2e0d1e Fix fullscreen borderless window on macOS Wojtek Figat 2025-07-19 16:46:10 +02:00
  • 90551b32bc Add version to game settings Wojtek Figat 2025-07-19 16:40:34 +02:00
  • cd08eeaf95 Fix running cooked game o macOS Wojtek Figat 2025-07-19 16:08:27 +02:00
  • f8dadac453 Fixed up some names and added docs Olly Rybak 2025-07-19 22:37:35 +10:00
  • f87e2c2229 Merge branch '1.11' of https://gitlab.flaxengine.com/flax/flaxengine into 1.11 Wojtek Figat 2025-07-19 11:14:58 +02:00
  • 18035a8604 Fix incorrect image buffer usage in Render Output Control Wojtek Figat 2025-07-19 11:14:54 +02:00
  • fc46219a82 Add support for multi-select disable. Chandler Cox 2025-07-17 23:09:36 -05:00
  • 2546e19d65 Add shift selection for tree nodes Chandler Cox 2025-07-17 23:07:06 -05:00
  • 6763436eff Add logging missing instance layer on Vulkan Wojtek Figat 2025-07-15 20:10:01 +02:00
  • 2754d61c05 Fix building Tracy for Switch Wojtek Figat 2025-07-15 19:31:07 +02:00
  • 7fd278a689 Fix .NET version to use selection for consoles with fixed setup Wojtek Figat 2025-07-15 13:34:43 +02:00
  • 2d2c5411cd Add variable DDGI probe size in debug view based on cascade Wojtek Figat 2025-07-15 12:49:05 +02:00
  • 3e0c085bf3 Add error log when adding/removign actors during rendering or when ConcurrentSystemLocker deadlocks Wojtek Figat 2025-07-15 12:34:40 +02:00
  • c882b547c8 Fix game UI focus loss when hiding focused control to maintain gamepad navigation in Editor Wojtek Figat 2025-07-15 12:34:02 +02:00
  • 9646dd3fc2 Fix AutoFocus on ContainerControl to be false by default Wojtek Figat 2025-07-15 12:33:33 +02:00
  • c0cce748cc Optimize Array::RemoveAtKeepOrder Wojtek Figat 2025-07-15 00:12:31 +02:00
  • ab8612a914 Add profiler events to editor gizmo Wojtek Figat 2025-07-14 22:24:27 +02:00
  • 20f1e67700 Optimize Spline debug rendering far from camera Wojtek Figat 2025-07-14 21:09:28 +02:00
  • eda7f7e90f Merge remote-tracking branch 'origin/master' into 1.11 Wojtek Figat 2025-07-14 20:26:56 +02:00
  • a22b33d3bb Fix missing sphere bounds update for splines Wojtek Figat 2025-07-14 20:26:41 +02:00
  • 8ed2d6da56 Optimize Debug Draw performance of splines to use frustum culling Wojtek Figat 2025-07-14 20:26:24 +02:00
  • bb37f980ed Fix regression in debug draw from 4af26a5516 Wojtek Figat 2025-07-14 20:25:49 +02:00
  • 349547f66c Merge remote-tracking branch 'origin/master' into 1.11 Wojtek Figat 2025-07-14 18:35:53 +02:00
  • a1e4ed05c4 Don't force load asset on asset clone if it's unused Wojtek Figat 2025-07-14 18:14:09 +02:00
  • 10e9aee8ce Add particle data layout debugger tab Wojtek Figat 2025-07-14 10:28:43 +02:00
  • 4af26a5516 SImplify editor code for actors debug shapes drawing Wojtek Figat 2025-07-11 23:00:53 +02:00
  • 3e82e550f3 Add option for debug shapes drawing for particle emitters Wojtek Figat 2025-07-11 23:00:41 +02:00
  • 33b540ed9e fix naming and treat unfolded category items as normal items Saas 2025-07-10 20:07:52 +02:00
  • 50871d8885 simplify and fix edge case in item list scrolling while holding control Saas 2025-07-09 18:41:41 +02:00
  • c27a9808c4 Fix unwanted code Wojtek Figat 2025-07-09 10:02:20 +02:00
  • bdaf31b54f Optimize Arena Allocator to store page metadata within itself to save on allocs Wojtek Figat 2025-07-09 00:22:35 +02:00
  • 3abbf08f1f Optimize foliage rendering with concurrent arena allocator Wojtek Figat 2025-07-08 22:18:00 +02:00
  • a8eb4fc140 Add allocator tag support for Dictionary and HashSet Wojtek Figat 2025-07-07 23:22:32 +02:00
  • 83374164db haha I did not copy paste that comment xxSeys1 2025-07-06 21:31:26 +02:00
  • c5bfc6bc3d add option to add sphere in add colliders menu xxSeys1 2025-07-06 21:28:01 +02:00
  • d698bf96cc Apply particle effect parameter overrides when emitter is changed and when activated in the tree. Chandler Cox 2025-07-05 19:36:45 -05:00
  • b3f88e156c Small change to out variable that is not used anymore. Chandler Cox 2025-07-05 18:11:26 -05:00
  • 7418d60f24 Add editor option for build configuration when using cook and run. Chandler Cox 2025-07-05 18:09:30 -05:00
  • 3981d5090c change color gradiant node 8 to 11 stops MrCapy0 2025-07-05 10:27:45 -04:00
  • eca4f6d9bc Merge remote-tracking branch 'origin/1.11' into work Ari Vuollet 2025-07-05 14:19:52 +03:00
  • 802074fca3 Update package requirements for Wayland Ari Vuollet 2025-07-05 12:55:25 +03:00
  • 0bb13e1d91 Add overloads for physics queries with user-provided buffers Ari Vuollet 2025-04-27 17:21:32 +03:00
  • db47531a6d Support marshalling Arrays as dynamic arrays in scripting API Ari Vuollet 2025-04-27 17:20:06 +03:00
  • 48c6339ebb Fix memory leak on material instances when updating layout of Text Render Wojtek Figat 2025-07-04 12:21:25 +02:00
  • 2dd34b288c Merge remote-tracking branch 'origin/master' into 1.11 Wojtek Figat 2025-07-04 12:05:19 +02:00
  • 0bc595f16f Disable terarin normals smoothening Wojtek Figat 2025-07-04 12:04:36 +02:00
  • 7abed93972 Optimize terrain heightmap decoding to use shared code Wojtek Figat 2025-07-04 11:31:27 +02:00
  • 51feaa0730 Release mouse relative mode when focus changes during mouse tracking Ari Vuollet 2025-07-03 23:21:42 +03:00
  • 8e69aa8bd6 Fix error while closing Editor Ari Vuollet 2025-07-03 22:57:07 +03:00
  • 90b2fded48 Merge remote-tracking branch 'origin/master' into sdl_platform Ari Vuollet 2025-07-03 22:05:29 +03:00
  • 9125ffeb9e Update third-party label in About dialog Ari Vuollet 2025-07-03 20:52:44 +03:00
  • 28980e5fbf Cleanup Ari Vuollet 2025-07-03 20:21:30 +03:00
  • aab0d772a4 Implement client-side window decorations for Editor windows Ari Vuollet 2025-07-03 20:19:49 +03:00
  • 4b10d7057a Fix crash when using material instance that has more parameters that base due to material error Wojtek Figat 2025-07-03 20:33:14 +02:00
  • 85aed8c4d7 Fix using material VS to PS node directly within material input Wojtek Figat 2025-07-03 20:32:41 +02:00
  • da08be42b4 Fix deadlock in Debug builds on object dtor Wojtek Figat 2025-07-03 20:32:12 +02:00
  • a93a940630 Fix hot-reload files not getting cleaned up during startup Ari Vuollet 2025-07-03 17:59:20 +03:00
  • 3e353db1fa Refactor UnixFileSystem Ari Vuollet 2025-07-03 17:46:31 +03:00
  • 056fea9a8c Fix forward shading compilation when using fog inside unlit material Wojtek Figat 2025-07-03 14:48:38 +02:00
  • bf345f13ce Fix reflection probes capture seams on cube face edges due to volumetric fog Wojtek Figat 2025-07-03 13:54:22 +02:00
  • a138c6b062 Optimize environment probes filtering shader Wojtek Figat 2025-07-03 11:45:12 +02:00
  • 33e58c12cb Optimize ProbesRenderer to use time-slicing for cubemap faces rendering and filtering Wojtek Figat 2025-07-03 11:43:56 +02:00
  • 094a6562b8 Refactor ProbesRenderer Wojtek Figat 2025-07-03 10:18:51 +02:00
  • 7f783bb7da Fix crash when importing mesh with incorrect triangulation Wojtek Figat 2025-07-02 17:23:04 +02:00
  • b08f218f30 Merge branch 'Zode-tageditor-quickexpand' Wojtek Figat 2025-07-01 16:47:07 +02:00
  • c6640be04a Merge branch 'tageditor-quickexpand' of https://github.com/Zode/FlaxEngine into Zode-tageditor-quickexpand Wojtek Figat 2025-07-01 16:47:04 +02:00
  • eff3c50d9c Merge branch 'xxSeys1-ContentSearchMouseOverFocusFix' Wojtek Figat 2025-07-01 16:34:42 +02:00
  • 3fa099ad06 Merge branch 'ContentSearchMouseOverFocusFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ContentSearchMouseOverFocusFix Wojtek Figat 2025-07-01 16:27:08 +02:00
  • 5e47a861f3 Merge branch 'xxSeys1-VisjectConnectionCmPolish' Wojtek Figat 2025-07-01 16:06:22 +02:00
  • 37b4b25ead Merge branch 'VisjectConnectionCmPolish' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VisjectConnectionCmPolish Wojtek Figat 2025-07-01 16:06:13 +02:00
  • edfd145226 Merge branch 'xxSeys1-FixCloseButtonAfterIBrokeIt' Wojtek Figat 2025-07-01 15:58:46 +02:00
  • 763ede4bd9 Merge branch 'FixCloseButtonAfterIBrokeIt' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-FixCloseButtonAfterIBrokeIt Wojtek Figat 2025-07-01 15:58:36 +02:00
  • 284da341e1 Merge branch 'xxSeys1-ItemsListExpandOnNavigate' Wojtek Figat 2025-07-01 15:56:53 +02:00
  • 53ed2431b5 Merge branch 'ItemsListExpandOnNavigate' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ItemsListExpandOnNavigate Wojtek Figat 2025-07-01 15:48:24 +02:00
  • b4ab39b3bf Merge branch 'Tryibion-keep-scroll-scene-play' Wojtek Figat 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 Wojtek Figat 2025-07-01 15:34:07 +02:00
  • 29fb36fcd6 Merge branch 'Tryibion-fix-log-clear-play' Wojtek Figat 2025-07-01 10:52:39 +02:00
  • 78f0ff75f2 Move debug log clearing to handle pending entries too in publci api Wojtek Figat 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 Wojtek Figat 2025-07-01 10:50:58 +02:00
  • e0c96c0cde Merge branch 'Tryibion-fix-tooltip-scene' Wojtek Figat 2025-07-01 10:48:34 +02:00