Commit Graph

  • 5ffe6a39ab Add mising default parameter value in override. Chandler Cox 2025-04-07 21:13:30 -05:00
  • 2452face38 Add set order in parent for spawning actor with a parent in editor. Chandler Cox 2025-04-07 21:10:36 -05:00
  • 40a641b731 Fix scale not being applied to physics center. Chandler Cox 2025-04-07 17:23:03 -05:00
  • 938d23ce0d Fix editor icons to draw over grid Wojtek Figat 2025-04-07 23:33:04 +02:00
  • 15da2d59e5 Add GPUTexture::DownloadData to C# Wojtek Figat 2025-04-07 23:32:37 +02:00
  • 55effc35db move box collider utility in own Properties Panel category xxSeys1 2025-04-07 22:31:09 +02:00
  • 6fc5e1f423 Merge branch 'Tryibion-prop-lock-select' Wojtek Figat 2025-04-07 22:26:46 +02:00
  • 8b5c35ac6d Merge branch 'prop-lock-select' of https://github.com/Tryibion/FlaxEngine into Tryibion-prop-lock-select Wojtek Figat 2025-04-07 22:26:42 +02:00
  • 4a10905464 Fix regression in float parsing change Wojtek Figat 2025-04-07 22:22:38 +02:00
  • 344fb908ed clean up Visuals Actor add subcontext menu xxSeys1 2025-04-07 22:02:59 +02:00
  • 73c0dcf76b Merge branch 'GoaLitiuM-restore_tabs_fix' Wojtek Figat 2025-04-07 21:52:38 +02:00
  • 09a3eaef83 Merge branch 'restore_tabs_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-restore_tabs_fix Wojtek Figat 2025-04-07 21:52:31 +02:00
  • 501bb9fa98 Merge branch 'xxSeys1-SliderHoverColor' Wojtek Figat 2025-04-07 21:50:30 +02:00
  • 32e87c7d4e Merge branch 'SliderHoverColor' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-SliderHoverColor Wojtek Figat 2025-04-07 21:50:25 +02:00
  • 17bf77c352 Merge branch 'Tryibion-fix-tag-menu' Wojtek Figat 2025-04-07 21:50:08 +02:00
  • aaa4e73e0c Merge branch 'fix-tag-menu' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-tag-menu Wojtek Figat 2025-04-07 21:49:30 +02:00
  • c9ba28ce55 Merge branch 'xxSeys1-NoExpandFlipChannel' Wojtek Figat 2025-04-07 21:49:11 +02:00
  • 2ac8144ac2 Merge branch 'NoExpandFlipChannel' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-NoExpandFlipChannel Wojtek Figat 2025-04-07 21:48:03 +02:00
  • 1229a6f398 match box brush context menu name with toolbox name xxSeys1 2025-04-07 21:46:30 +02:00
  • ec93b2ff06 move animation related actors to context submenu xxSeys1 2025-04-07 21:45:21 +02:00
  • c074b15671 add navigation actors to submenu xxSeys1 2025-04-07 21:41:19 +02:00
  • 5fa54fd0d0 Fix docked asset windows not getting restored after scripts compilation Ari Vuollet 2025-04-07 22:37:45 +03:00
  • 99682ea9b2 Fix restored docked window layout being misaligned Ari Vuollet 2025-04-07 22:06:26 +03:00
  • 063f3c69ad Fix error when Control state is cleared during scripts reload Ari Vuollet 2025-04-07 21:10:49 +03:00
  • 9c5c98e8f3 Fix docked asset windows not getting restored after scripts compilation Ari Vuollet 2025-04-07 21:06:37 +03:00
  • 0ea37879e8 Add wait on asset load when accessing material parameter values directly Wojtek Figat 2025-04-07 19:28:59 +02:00
  • 9c3fd052cd Remove copyright year from source files and update to 2025 Wojtek Figat 2025-04-07 19:22:21 +02:00
  • 60c5fbeba3 Disable spline node snapping when using viewport movement Wojtek Figat 2025-04-07 18:20:02 +02:00
  • e17b96b2d6 Add additional methods for layers. Chandler Cox 2025-04-07 11:14:33 -05:00
  • 9b6feb9367 Add Scaled Time to Material Time node. Chandler Cox 2025-04-07 10:02:20 -05:00
  • aaf87e3960 code style xxSeys1 2025-04-06 22:17:09 +02:00
  • 628bffd63e change slider thumb color on hover xxSeys1 2025-04-06 14:36:37 +02:00
  • fc96b248cb Ignore invalid VelocityChanged velocity values in audio backend Ari Vuollet 2025-04-05 13:51:23 +03:00
  • 36c1909111 Build OpenAL with PipeWire backend enabled Ari Vuollet 2025-04-05 13:48:16 +03:00
  • 643fe639e5 Update OpenAL to 1.24.3 Ari Vuollet 2025-04-05 13:47:42 +03:00
  • 78dffc9ad1 Add override for building CMake project with custom configuration Ari Vuollet 2025-04-05 15:24:19 +03:00
  • 210c8e8fe4 Fix incorrect result array memory copy from native to managed code Wojtek Figat 2025-04-04 00:36:35 +02:00
  • cb6a4cc325 Fix text box shift not working when selection start is at the text length. Chandler Cox 2025-04-03 13:58:16 -05:00
  • 9c0c809e7e Update assets Wojtek Figat 2025-04-03 19:17:49 +02:00
  • 5873c48ed6 Fix dummy vertex buffer on d3d11 and d3d12 to be float4 instead of byte4 Wojtek Figat 2025-04-03 19:09:12 +02:00
  • 0cfab003ef Potential fix for rare streaming bug in Audio Clip asset dispose when streaming failed Wojtek Figat 2025-04-03 18:47:00 +02:00
  • 0c6f1ff9dc Optimize NavMesh to not allocate tile memory twice and add safelock to asset data Wojtek Figat 2025-04-03 17:21:48 +02:00
  • a29b556de6 Update build number Wojtek Figat 2025-04-03 13:03:59 +02:00
  • d0ad0859ea Add unlock selection switch for prefab. Chandler Cox 2025-04-02 22:45:07 -05:00
  • 996188864c Select selected objects on unlock properties. Chandler Cox 2025-04-02 21:53:10 -05:00
  • 60b4660a2c Fix tag add menu. Chandler Cox 2025-04-02 21:39:47 -05:00
  • 1dfd717093 serialize display info and color xxSeys1 2025-04-02 23:38:04 +02:00
  • 68ef6f08c6 minor style fixes xxSeys1 2025-04-02 19:40:27 +02:00
  • a0b80c6096 add getters for more commonly used vehicle fields xxSeys1 2025-04-02 19:29:11 +02:00
  • 59ac8a3f60 move anti roll bars into Vehicle display group xxSeys1 2025-04-02 19:21:24 +02:00
  • dd281bbca8 add wheel information debug draw xxSeys1 2025-04-02 19:12:36 +02:00
  • 2e48be97b6 add getter for steering xxSeys1 2025-04-02 17:24:13 +02:00
  • 0b7550e5ca Implement creation of new projects from within the editor gui. Andre Mohren 2025-04-02 15:10:11 +02:00
  • fcddd4eca7 SImplify editor state changes logging Wojtek Figat 2025-04-02 09:24:11 +02:00
  • 854d0cc23c Add profiler zone for native library loading Wojtek Figat 2025-04-02 09:23:55 +02:00
  • d00a2ea63f Fix crash when using anim graph asset after it's reloaded (after editing) Wojtek Figat 2025-04-02 09:22:23 +02:00
  • 311a7b8c02 Improve a8eca76cd1 Wojtek Figat 2025-04-01 23:32:12 +02:00
  • 3e7ec2b28d Fix missing animation playback information for state transition when using root motion modify nodes Wojtek Figat 2025-04-01 17:28:33 +02:00
  • 1c9ff2ec03 Fix mouse cursor when opening state in animation state machine Wojtek Figat 2025-04-01 17:28:05 +02:00
  • 968044a6c7 Minor fixes Wojtek Figat 2025-03-31 22:59:15 +02:00
  • a8eca76cd1 Fix sampling Multi Blend 1D animation at out of bounds to the right point Wojtek Figat 2025-03-31 20:52:08 +02:00
  • 5202d11af4 Fix looping animations with different speed in blend space Wojtek Figat 2025-03-31 20:31:20 +02:00
  • 3b518cdf2c Merge remote-tracking branch 'origin/master' into 1.10 Wojtek Figat 2025-03-31 16:58:25 +02:00
  • af3054e5e0 minor code style xxSeys1 2025-03-31 15:55:04 +02:00
  • e5d0158c92 remove texture flip channels default group expand xxSeys1 2025-03-31 15:53:40 +02:00
  • 368ef9185b Fix various editor labels placement after UI resizing refactor Wojtek Figat 2025-03-31 15:35:32 +02:00
  • bf849c860a Fix loading windows layout with assets due to content database load order change Wojtek Figat 2025-03-27 20:47:47 +01:00
  • 4268d3d341 Merge branch 'xxSeys1-CollectionsEditorSizeValueBoxWidth' Wojtek Figat 2025-03-31 15:17:37 +02:00
  • dd50972fb1 Merge branch 'CollectionsEditorSizeValueBoxWidth' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-CollectionsEditorSizeValueBoxWidth Wojtek Figat 2025-03-31 15:17:33 +02:00
  • 93a3083803 Merge branch 'xxSeys1-ContentFinderSearchboxFix' Wojtek Figat 2025-03-31 15:16:04 +02:00
  • b5e3d02539 Merge branch 'ContentFinderSearchboxFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ContentFinderSearchboxFix Wojtek Figat 2025-03-31 15:15:56 +02:00
  • 43abd1fe37 Merge branch 'xxSeys1-DebugLogCutoffNewMessageFix' Wojtek Figat 2025-03-31 15:15:31 +02:00
  • 6eb24d59b4 Merge branch 'DebugLogCutoffNewMessageFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-DebugLogCutoffNewMessageFix Wojtek Figat 2025-03-31 15:15:28 +02:00
  • d7204dbf3b Merge branch 'xxSeys1-LogColors' Wojtek Figat 2025-03-31 15:15:12 +02:00
  • 7abc7258ab Merge branch 'LogColors' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-LogColors Wojtek Figat 2025-03-31 15:15:08 +02:00
  • 4ddf8d0f48 Merge branch 'GoaLitiuM-fix_asseteditorwindow_restore' Wojtek Figat 2025-03-31 15:14:51 +02:00
  • ed3ec55561 Add Visject per-node custom search and use it for Multi Blend nodes to filter animations used Wojtek Figat 2025-03-31 14:12:32 +02:00
  • c00876fa94 Fix showing Content Search window to properly use context window Wojtek Figat 2025-03-31 14:12:03 +02:00
  • f947aa3ae2 Fix asset reference window showing temp assets Wojtek Figat 2025-03-31 13:44:16 +02:00
  • e0251afe79 Fix last frame importing from animations to correctly loop Wojtek Figat 2025-03-31 13:38:13 +02:00
  • f53c3d7ad5 increase width of "Size" box to fit max collection size xxSeys1 2025-03-30 23:26:59 +02:00
  • 0046cbe0ef Fix regression in using per-component input fields in Visject nodes values editing Wojtek Figat 2025-03-30 20:54:32 +02:00
  • 4c133fb6ff Add minor improvement to anim graph editing Wojtek Figat 2025-03-29 22:33:31 +01:00
  • 3acb80f320 turns out flax has a method for this xxSeys1 2025-03-28 22:19:23 +01:00
  • bada6b8886 Fix AssetEditorWindows not getting restored after script recompilation Ari Vuollet 2025-03-28 23:06:23 +02:00
  • ac60dc8068 fix/ change content finder search box text persistency behaviour xxSeys1 2025-03-28 22:02:48 +01:00
  • f025d96111 fix new messages being cut off in Debug Log xxSeys1 2025-03-28 19:38:51 +01:00
  • 5bee99cb93 Add ArrayExtensions::First and fix usage for object pointers Wojtek Figat 2025-03-28 15:36:03 +01:00
  • ab348d5f34 Fix incorrect scene object memory leak printing if some objects are destroyed during game plugin shutdown Wojtek Figat 2025-03-28 15:35:38 +01:00
  • 54f73fe35a Fix regression in new triplanar to still support scale as Float3 for per-axis scaling Wojtek Figat 2025-03-28 11:15:14 +01:00
  • 5017bdd470 Fix parsing floating point values with . separator instead of , Wojtek Figat 2025-03-28 10:50:06 +01:00
  • 62273db725 Fix bone socket update on load while in game Wojtek Figat 2025-03-28 10:49:40 +01:00
  • e468a77a22 Add HighestSetBit and LowestSetBit utilities Wojtek Figat 2025-03-28 10:49:23 +01:00
  • cc32af3919 Add utility operators for LayersMask bit operations Wojtek Figat 2025-03-28 10:48:41 +01:00
  • 0041a17b7d Add Script::IsEnabledInHierarchy Wojtek Figat 2025-03-27 21:05:32 +01:00
  • 38b00f458c Restyle dock window hints to match current drag&drop/selection coloring in Editor Wojtek Figat 2025-03-27 20:48:16 +01:00
  • 1c64845169 Fix loading windows layout with assets due to content database load order change Wojtek Figat 2025-03-27 20:47:47 +01:00
  • 98834131f1 Add smooth shadows blending between directional light cascades Wojtek Figat 2025-03-27 10:48:35 +01:00
  • 40f2067732 improve message readability xxSeys1 2025-03-26 23:39:22 +01:00
  • 1e9f9c8e82 move log colors to visual settings xxSeys1 2025-03-26 23:38:54 +01:00