Commit Graph

  • 3c5035d3e9 Fix merge problem ExMatics HydrogenC 2023-12-01 18:06:25 +08:00
  • 640e01262f Make SloppyOptimization false by default. Lower LODTargetError default. Tryibion 2023-11-30 20:40:02 -06:00
  • 3d139a241a Fix C# editor ExMatics HydrogenC 2023-12-01 09:28:29 +08:00
  • 623f478b44 Move fallback rendering to new class ExMatics HydrogenC 2023-11-30 23:22:11 +08:00
  • cdbe59a3fb Add fallback settings to CSharp ExMatics HydrogenC 2023-11-30 23:12:56 +08:00
  • 6e92d3103c Replace ImportedModelData with ModelData for model importing mafiesto4 2023-11-30 11:46:07 +01:00
  • c5df7ad689 Add various improvements to models importing code mafiesto4 2023-11-30 11:31:58 +01:00
  • d3840bb1f3 Refractor C++ code structure ExMatics HydrogenC 2023-11-30 16:25:32 +08:00
  • 3365fb5afc Fix console rendering bug ExMatics HydrogenC 2023-11-30 14:59:43 +08:00
  • 41bbce56f6 Add multifont rendering to editor ExMatics HydrogenC 2023-11-30 13:41:45 +08:00
  • 712c400e43 Add new mac icon mafiesto4 2023-11-29 21:51:07 +01:00
  • 7f87e9794b Fix job system buffer allocation data mafiesto4 2023-11-29 19:12:58 +01:00
  • cebd28c3a7 Revert fd938e8284 mafiesto4 2023-11-29 18:46:18 +01:00
  • eb508fdc73 Fix Json serialzier regression after hot-reload from 0f14672e3b mafiesto4 2023-11-29 12:28:30 +01:00
  • b7e4fe3e85 Add automatic code modules references adding when cloning plugin project mafiesto4 2023-11-29 12:28:19 +01:00
  • a3bc394e4e Fix a bunch of rendering bugs ExMatics HydrogenC 2023-11-29 15:04:29 +08:00
  • b9f4d4120c Merge remote-tracking branch 'upstream/master' ExMatics HydrogenC 2023-11-29 09:57:54 +08:00
  • c6017a21f3 Fix constant value sliders in material graphs to not be used due to shader compilations mafiesto4 2023-11-28 23:19:47 +01:00
  • d3a77c7a55 Fix regressions mafiesto4 2023-11-28 17:38:06 +01:00
  • 8ff4f95cef Optimize some code and cleanup code style in natvis file mafiesto4 2023-11-28 16:02:51 +01:00
  • 4f8aff4352 Refactor memory allocators to use dedicated path when moving collection data that is not blittable mafiesto4 2023-11-28 16:02:36 +01:00
  • 0aeac36f09 Fix __cplusplus macro on MSVC and add logging C++ version used during compilation mafiesto4 2023-11-28 15:55:34 +01:00
  • cf8b7a20c2 Improve 47b8c9978f to handle non-vec4 cases mafiesto4 2023-11-28 14:55:26 +01:00
  • 47b8c9978f Fix missing channel masking in material Scene Texture node mafiesto4 2023-11-28 11:30:04 +01:00
  • a909b57e82 Fix deadlock in NetworkManager when network peer returns invalid event type mafiesto4 2023-11-28 11:24:46 +01:00
  • 35ebdb0ffe Refactor INetworkDriver::PopEvent to use network event as output parameter rather than raw pointer mafiesto4 2023-11-28 11:24:17 +01:00
  • fd938e8284 Fix incorrect pointer marshalling from Variant to managed runtime mafiesto4 2023-11-28 11:22:14 +01:00
  • 17dca8c5c7 Fix invalid codegen for array reference passed as output parameter in scripting interface method mafiesto4 2023-11-28 11:21:29 +01:00
  • 8ffc86ef88 Fix missing output parameters conversion when calling interface implementation in scripting mafiesto4 2023-11-28 11:20:07 +01:00
  • a3f1dc2694 removed unnecessary check nothingTVatYT 2023-11-28 00:50:44 +01:00
  • 84f3d50925 moved a comment line back to the suitable place nothingTVatYT 2023-11-28 00:43:55 +01:00
  • a06a079804 change submenu name to the shorter and less complicated "Add Scene" nothingTVatYT 2023-11-28 00:37:29 +01:00
  • 47a25c7828 Add font fallback ExMatics HydrogenC 2023-11-28 07:17:46 +08:00
  • 475453aa60 add load scene add. to context menus nothingTVatYT 2023-11-28 00:06:28 +01:00
  • 44f0b5a1de Merge branch 'master' into add_spline_snap Mr. Capybara 2023-11-27 14:59:10 -04:00
  • 39dc5939e3 Fix crash when boxing native non-POD structure into managed format mafiesto4 2023-11-27 17:08:07 +01:00
  • 437819bfce Merge branch 'GoaLitiuM-dotnet_symbol_vscode_fixes' mafiesto4 2023-11-27 14:33:21 +01:00
  • fa972a3c77 Merge branch 'dotnet_symbol_vscode_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet_symbol_vscode_fixes mafiesto4 2023-11-27 14:33:06 +01:00
  • 926297a63f Merge branch 'Tryibion-remove-delete' mafiesto4 2023-11-27 14:32:44 +01:00
  • fd76c63a24 Merge branch 'remove-delete' of https://github.com/Tryibion/FlaxEngine into Tryibion-remove-delete mafiesto4 2023-11-27 14:32:34 +01:00
  • 2f4b956d78 Fix crash when unloading texture that has active streaming tasks mafiesto4 2023-11-27 11:53:21 +01:00
  • 03d629f0e1 calculate follow selection on FOV and far plane nothingTVatYT 2023-11-27 04:19:45 +01:00
  • c577c78f3f Fix running Flax.Build with .NET 8 runtime GoaLitiuM 2023-11-26 20:47:42 +02:00
  • ef8bb33105 Compile C# scripts with latest detected C# language version GoaLitiuM 2023-11-26 20:27:12 +02:00
  • aab88a746d Use detected .NET and C# language version in generated project files GoaLitiuM 2023-11-26 20:26:53 +02:00
  • 0bcd0154e1 Remove wrong .NET SDK preprocessor definitions and support NET8_0 GoaLitiuM 2023-11-26 20:04:30 +02:00
  • e5b1a10d34 Fix VSCode intellisense not finding generated C# bindings definitions GoaLitiuM 2023-11-26 20:02:08 +02:00
  • f16406df8a Update Newtonsoft.Json.dll to dotnet8 mafiesto4 2023-11-26 17:23:48 +01:00
  • 06ad316f94 Update to .NET 8 mafiesto4 2023-11-26 15:09:46 +01:00
  • 76f5712c79 Merge remote-tracking branch 'origin/1.7' into 1.8 mafiesto4 2023-11-25 23:36:56 +01:00
  • b3a18883ca Fix iOS startup 1.7.6406.1 mafiesto4 2023-11-25 21:46:22 +01:00
  • 98b42d3e2e Add .NET SDK version 7 as forced to be used during game cooking (compatibility with) mafiesto4 2023-11-25 18:14:21 +01:00
  • 71f30f18a6 Add support for including global configs in engine configuration options mafiesto4 2023-11-25 18:08:34 +01:00
  • 9e74f3ae22 Update engine assets mafiesto4 2023-11-25 17:54:50 +01:00
  • f4f49f63bc Remove debug logs from 3fc0a3dc84 mafiesto4 2023-11-25 14:19:30 +01:00
  • eaabd56cae Add manual dotnet versions search on windows mafiesto4 2023-11-25 13:03:22 +01:00
  • 3fc0a3dc84 Add test debug log for broken ci build debug mafiesto4 2023-11-25 12:46:21 +01:00
  • cf155a4df4 Update build scripts to use .NET SDK 7 for engine mafiesto4 2023-11-25 12:20:42 +01:00
  • 40d6e18e7e Add -dotnet=ver command arg to Flax.Build to specify .NET SDK version to use for build mafiesto4 2023-11-25 12:16:13 +01:00
  • 2cef368282 Update missing unmanaged function callback error message mafiesto4 2023-11-24 21:45:59 +01:00
  • 40d8d3b972 Update build number mafiesto4 2023-11-24 17:54:44 +01:00
  • 2ddef2c6be make vars public Tryibion 2023-11-24 10:53:43 -06:00
  • 6eb738bc58 Merge branch 'HydrogenC-master' mafiesto4 2023-11-24 15:00:39 +01:00
  • 91629d7a28 Merge branch 'master' of https://github.com/HydrogenC/FlaxEngine into HydrogenC-master mafiesto4 2023-11-24 15:00:34 +01:00
  • cfef59d851 Merge branch 'nothingTVatYT-master' mafiesto4 2023-11-24 15:00:25 +01:00
  • 5f3fc38de2 Merge branch 'master' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-master mafiesto4 2023-11-24 15:00:21 +01:00
  • 49bc7d3dcc Fix BehaviorTree node UI after adding decorator that was already there mafiesto4 2023-11-24 14:59:25 +01:00
  • d0f7a04c58 Add support for getter-only properties in blackboard selector access mafiesto4 2023-11-24 14:59:07 +01:00
  • 53aae90d45 Code style fix Tryibion 2023-11-24 07:50:00 -06:00
  • 297cdc5bfd Merge branch 'FlaxEngine:master' into master nothingTVatYT 2023-11-24 11:28:58 +01:00
  • f61f35b259 Fix compilation regression mafiesto4 2023-11-24 10:53:07 +01:00
  • aa1b779463 Fix Win32CriticalSection to use spin count of 4000 instead of just 100 mafiesto4 2023-11-24 10:25:46 +01:00
  • 359d4ba8ef More refactoring to 6cf7d49a10 for better assets loading mafiesto4 2023-11-24 10:25:21 +01:00
  • 6cf7d49a10 Fix crash during asset loading due to potential threading issue when 2 threads load the same asset mafiesto4 2023-11-23 17:54:50 +01:00
  • d5075d845c Fix content storage usage with relative paths mafiesto4 2023-11-23 17:37:55 +01:00
  • d99a92fd13 Fix generic types including to be recursive in C++ bindings codegen mafiesto4 2023-11-23 13:46:43 +01:00
  • 5b7a3f9700 Show skeleton when entering skeleton tab ExMatics HydrogenC 2023-11-22 21:52:07 +08:00
  • 94f1dff497 Add main content nodes to not be duplicated. Tryibion 2023-11-21 15:40:34 -06:00
  • fe53317ec7 Fix issue of options not showing up for regular content items. Tryibion 2023-11-21 12:10:44 -06:00
  • 317886e893 Remove ability to delete content and source folders. Limit CM options on those folders only to ones that make sense. Tryibion 2023-11-21 12:03:01 -06:00
  • eba4b9bcc1 Add immediate game viewport sync after aspect ratio change in Editor mafiesto4 2023-11-21 12:34:31 +01:00
  • d01990e3bb Fix deadlock in editor when using snap to the group with actor that has empty bounds mafiesto4 2023-11-21 12:34:06 +01:00
  • 0db259e300 Add CustomScenes feature to draw a fixed set of scenes within SceneRenderTask mafiesto4 2023-11-21 12:24:55 +01:00
  • ce905fbe86 Merge branch 'HydrogenC-master' mafiesto4 2023-11-21 11:27:25 +01:00
  • 5fb82dd290 Merge branch 'master' of https://github.com/HydrogenC/FlaxEngine into HydrogenC-master mafiesto4 2023-11-21 11:27:18 +01:00
  • ea81ac6a71 Fix crash in Multi Blend 2D node in Anim Graph when using single animation on a triangle mafiesto4 2023-11-21 11:10:05 +01:00
  • 88f751eda7 Merge branch 'Tryibion-submod' mafiesto4 2023-11-21 10:04:38 +01:00
  • 33115fca0c Merge branch 'submod' of https://github.com/Tryibion/FlaxEngine into Tryibion-submod mafiesto4 2023-11-21 10:04:32 +01:00
  • 4e37aafe6a Fix BT logic flow when start/stopping behavior mafiesto4 2023-11-21 00:01:46 +01:00
  • 9a091799fc Fix crash when debugging BT node state while tree is not running mafiesto4 2023-11-21 00:00:43 +01:00
  • 37d4b0f863 Remove invalid clang option mafiesto4 2023-11-20 17:27:47 +01:00
  • b14d88f8f8 Add git submodule init to git cloning. Tryibion 2023-11-20 07:31:16 -06:00
  • f5acba7d43 Add remaining clang options for Apple and Unix toolchains mafiesto4 2023-11-20 14:20:26 +01:00
  • da0dc7f11c Merge branch 'FlaxEngine:master' into master nothingTVatYT 2023-11-20 11:46:53 +01:00
  • 6c6e8be20e Update build number mafiesto4 2023-11-20 11:16:29 +01:00
  • aa4e1222d7 Merge remote-tracking branch 'origin/master' into 1.8 mafiesto4 2023-11-20 11:16:07 +01:00
  • 98012eb192 Minor improvements mafiesto4 2023-11-20 11:07:45 +01:00
  • e9a1be481f Add short delay before auto-selecting editor tab on drag over header mafiesto4 2023-11-20 11:03:49 +01:00
  • 5573f5bb4a Merge branch 'GoaLitiuM-dotnet8_validate' mafiesto4 2023-11-20 10:48:35 +01:00
  • 822c25af7d Merge branch 'dotnet8_validate' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet8_validate mafiesto4 2023-11-20 10:48:27 +01:00