Commit Graph

  • 07371ddfdf Fix crash when PhysicsMaterial asset is reloaded in editor Ari Vuollet 2024-06-08 19:20:28 +03:00
  • 66f9374477 Add improved terrain rasterization into Global SDF Wojtek Figat 2024-06-08 13:14:20 +02:00
  • 50c29f6a9b Fix #2388 namespaces overlap in some plugins Wojtek Figat 2024-06-08 12:47:15 +02:00
  • a4877c6294 Merge branch 'GoaLitiuM-marshaller_namespace' Wojtek Figat 2024-06-08 12:06:21 +02:00
  • c9bebc0700 Merge branch 'marshaller_namespace' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-marshaller_namespace Wojtek Figat 2024-06-08 12:06:17 +02:00
  • 26867bfd8f Merge branch 'Swiggies-progress-bar-fix' Wojtek Figat 2024-06-08 12:02:31 +02:00
  • dfd6df7f42 Merge branch 'progress-bar-fix' of https://github.com/Swiggies/FlaxEngine into Swiggies-progress-bar-fix Wojtek Figat 2024-06-08 12:02:26 +02:00
  • 092681aea7 Merge branch 'Chikinsupu-ItemSearchContextMenuSearchImprovements' Wojtek Figat 2024-06-08 11:59:17 +02:00
  • 3a2f4843ba Merge branch 'ItemSearchContextMenuSearchImprovements' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-ItemSearchContextMenuSearchImprovements Wojtek Figat 2024-06-08 11:59:10 +02:00
  • db6cdc3ce0 Merge branch 'Chikinsupu-Visject-DragDropParamAltSetter' Wojtek Figat 2024-06-08 11:57:40 +02:00
  • b23aa6cebd Merge branch 'Visject-DragDropParamAltSetter' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-DragDropParamAltSetter Wojtek Figat 2024-06-08 11:57:35 +02:00
  • bc01e6369e Fix GlobalSDF mip sampling artifacts on edges of distance limit Wojtek Figat 2024-06-06 13:46:29 +02:00
  • a232dac196 Fix GlobalSDF sampling in materials to properly read far cascades Wojtek Figat 2024-06-06 12:10:44 +02:00
  • 2676daabf1 Merge branch 'xxSeys1-IncreasedExecutionLineThickness' Wojtek Figat 2024-06-05 18:01:05 +02:00
  • c82e67083f Merge branch 'IncreasedExecutionLineThickness' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-IncreasedExecutionLineThickness Wojtek Figat 2024-06-05 18:00:59 +02:00
  • 175fd31431 Fix Delegate invoke to copy arguments values to each call instead of passing as reference Wojtek Figat 2024-06-05 18:00:00 +02:00
  • 3b1a96582a Fix crash in gpu memory profiler if resource name is missing Wojtek Figat 2024-06-05 17:14:44 +02:00
  • 96303e57ec Fix terrain SDF thickness to be fixed at 300 units Wojtek Figat 2024-06-05 13:43:50 +02:00
  • c26649a0a8 Improve abdbd1ee64 to better handle cascade transitions Wojtek Figat 2024-06-05 13:43:34 +02:00
  • 0620310f4f Add improved Global Surface Atlas lighting at far cascades and cascade borders Wojtek Figat 2024-06-04 10:53:41 +02:00
  • abdbd1ee64 Add improved Global SDF tracing when going over different cascades Wojtek Figat 2024-06-04 10:47:37 +02:00
  • 2b46f04baf Changed how thickness is calculated xxSeys1 2024-06-03 23:25:54 +02:00
  • 106b48f4d5 Code style fixes xxSeys1 2024-06-03 22:31:16 +02:00
  • 732b34d28b Draw impulse/ execution lines thicker than data ones xxSeys1 2024-06-03 20:45:20 +02:00
  • 3c5d2f8b47 Skip ddgi probes data preload to reduce memory wait time Wojtek Figat 2024-06-03 22:29:00 +02:00
  • 116539ce34 Merge branch 'Tryibion-fix-cursor-show-edge-cases' Wojtek Figat 2024-06-03 19:17:58 +02:00
  • e8421d4274 Merge branch 'fix-cursor-show-edge-cases' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-cursor-show-edge-cases Wojtek Figat 2024-06-03 19:17:50 +02:00
  • 0b9ee23a5c Merge branch 'Chikinsupu-Visject-ConnectionImprovements' Wojtek Figat 2024-06-03 14:22:04 +02:00
  • 2d2841d59e Merge branch 'Visject-ConnectionImprovements' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-ConnectionImprovements Wojtek Figat 2024-06-03 14:17:11 +02:00
  • a0c2f6a51e Merge branch 'HydrogenC-scroll-fix' Wojtek Figat 2024-06-03 11:09:59 +02:00
  • 1d946afe82 Merge branch 'scroll-fix' of https://github.com/HydrogenC/FlaxEngine into HydrogenC-scroll-fix Wojtek Figat 2024-06-03 11:09:52 +02:00
  • 6ea519b55a Merge branch 'GoaLitiuM-variant_fixes' Wojtek Figat 2024-06-03 11:04:18 +02:00
  • 2d6c49ee20 Merge branch 'variant_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-variant_fixes Wojtek Figat 2024-06-03 11:04:06 +02:00
  • 59b250f091 Merge branch 'GoaLitiuM-exr_crash_fix' Wojtek Figat 2024-06-03 11:01:24 +02:00
  • 6c347f08b6 Merge branch 'exr_crash_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-exr_crash_fix Wojtek Figat 2024-06-03 11:01:11 +02:00
  • 304f24764b Merge branch 'GoaLitiuM-debuglog_options' Wojtek Figat 2024-06-03 10:58:57 +02:00
  • 3dac26ffda Merge branch 'debuglog_options' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-debuglog_options Wojtek Figat 2024-06-03 10:58:49 +02:00
  • f51a442357 Fix crash when using content search in Visject surface Wojtek Figat 2024-06-03 10:54:22 +02:00
  • 1cbcddf410 Add IsDebugToolAttached to GPUDevice for detecting gpu debugger tools attached and auto-enable GPU profiler in that case Wojtek Figat 2024-06-03 09:24:27 +02:00
  • bd819b1f5f Rebake default Cube sdf with res scale 2 Wojtek Figat 2024-06-02 23:02:43 +02:00
  • aad428210d Improve DDGI quality by not using lower-res cascade fallback Wojtek Figat 2024-06-02 23:02:20 +02:00
  • a08954f7db Fix CSM shadows intensity due to sharpness trick Wojtek Figat 2024-06-02 22:38:46 +02:00
  • bba14d265a Add D3D11 shaders naming for profiling Wojtek Figat 2024-06-02 22:05:45 +02:00
  • 59e0b43585 Fix missing DirectX resources naming in Development builds for profiling Wojtek Figat 2024-06-02 22:05:14 +02:00
  • f103afb495 Improve 975d5f98a3 Wojtek Figat 2024-06-02 21:36:32 +02:00
  • 79ee6a973e Fix GlobalSDF for meshes intersections for negative distances inside the geometry Wojtek Figat 2024-06-02 12:06:25 +02:00
  • eab96f2086 Fix TAA jittering when rendering UI in world after TAA resolve Wojtek Figat 2024-06-02 11:01:23 +02:00
  • 975d5f98a3 Fix MIN_int32 compilation on the latest Clang Wojtek Figat 2024-06-02 09:52:31 +02:00
  • 1e86eff2d3 Improve GPU constant buffers structures definitions to properly align on new Clang Wojtek Figat 2024-06-02 09:52:10 +02:00
  • d4145179a9 RadialMenu and material nodes Norite SC 2024-06-02 02:23:48 +02:00
  • 2492d0b38f Refactor WindowsFileSystemWatcher to properly handle file modifications Wojtek Figat 2024-06-02 00:51:11 +02:00
  • 8166790113 Fix compilation errors with miniz Ari Vuollet 2024-06-01 21:23:54 +03:00
  • 40cc967c30 Fix alignment issues in stack allocators Ari Vuollet 2024-05-19 23:36:33 +03:00
  • 6d5c7bcaf5 Hide Visual Studio solution architectures not supported by main project Ari Vuollet 2024-05-15 22:04:54 +03:00
  • b0904fef69 Skip setup of ARM64 configuration for Windows with no compiler support Ari Vuollet 2024-05-15 21:48:22 +03:00
  • ba397836a6 Include configuration specific source files in solution configurations Ari Vuollet 2024-05-15 20:56:16 +03:00
  • de10f2a6e5 Copy hostfxr from platform architecture specific dependencies folder Ari Vuollet 2024-05-12 15:00:51 +03:00
  • c332d6f89a Add cooking support for Windows on ARM Ari Vuollet 2024-05-12 15:00:02 +03:00
  • 72043c0260 Update minimp3 Ari Vuollet 2024-05-11 20:14:28 +03:00
  • c963dbc48d Patch rapidjson for Windows on ARM Ari Vuollet 2024-05-11 19:02:09 +03:00
  • 2f4673ce1b Patch tracy for Windows on ARM Ari Vuollet 2024-05-11 19:01:45 +03:00
  • ca40e6140a Compile glslang for Windows on ARM Ari Vuollet 2024-05-11 18:58:25 +03:00
  • 2226ff32dc Compile assimp for Windows on ARM Ari Vuollet 2024-05-11 18:47:05 +03:00
  • 34d294263f Add dependencies to copy dbghelp and dxcompiler files from SDK Ari Vuollet 2024-05-11 18:15:36 +03:00
  • 526ccd52fd Build astc for Windows on ARM Ari Vuollet 2024-05-11 18:12:59 +03:00
  • 0765d88ff2 Update OpenAL to use CMake for compilation on Windows Ari Vuollet 2024-05-11 18:10:18 +03:00
  • 9777e71ee0 Update ogg and vorbis to use CMake for compilation on Windows Ari Vuollet 2024-05-10 22:16:43 +03:00
  • a716025094 Patch pix3.h for Windows on ARM Ari Vuollet 2024-05-10 22:12:14 +03:00
  • c8f951e6e8 Use VS2022 Win10 MSVC solutions in DirectX-related dependencies Ari Vuollet 2024-05-09 20:30:24 +03:00
  • 24c645d8d2 Build NvCloth for Windows on ARM Ari Vuollet 2024-05-09 20:25:16 +03:00
  • 90e7d4076b Update PhysX with Windows on ARM support Ari Vuollet 2024-05-09 20:24:51 +03:00
  • 8ab462f72c Update curl to 7.88.1 Ari Vuollet 2024-05-09 20:22:36 +03:00
  • 0862362ebd Update Freetype to 2.13.2 Ari Vuollet 2024-05-09 20:19:35 +03:00
  • 766910c0ae Fix rebuilding dependencies using Git with existing local folders Ari Vuollet 2024-05-09 20:14:22 +03:00
  • 2f48521ce7 Fallback to D3D11 devices without debug layers when unavailable Ari Vuollet 2024-05-09 20:09:27 +03:00
  • ac6154e94d Support using native host MSVC binaries on ARM64 Ari Vuollet 2024-05-09 20:08:39 +03:00
  • d2d2297dc7 Support ARM64 architecture under Windows Ari Vuollet 2024-05-09 20:05:49 +03:00
  • bf5e5d1254 Refactor native interop internal type lookup Ari Vuollet 2024-04-02 01:09:04 +03:00
  • adbe43c2c2 Move generated marshallers into separate namespace Ari Vuollet 2024-04-01 19:08:53 +03:00
  • 974e3e192b Include original type of the fields in blittable struct in comments Ari Vuollet 2024-04-01 16:03:34 +03:00
  • 2283a15172 Refactor struct custom marshalling generation Ari Vuollet 2024-04-01 16:01:57 +03:00
  • c4d5e50f22 Update Editor options when window is shown Ari Vuollet 2024-03-10 16:42:12 +02:00
  • 86d90605fc Fix Editor options data applying in realtime after first save Ari Vuollet 2024-03-10 16:42:02 +02:00
  • db71bf2868 Store Debug Log view options in Editor options Ari Vuollet 2024-03-10 16:40:35 +02:00
  • 3fe634f8b9 Update miniz for tinyexr Ari Vuollet 2024-06-01 21:23:41 +03:00
  • 74dcea373c Allow reimporting model prefabs from Content window context menu woa_support Ari Vuollet 2024-05-26 00:13:13 +03:00
  • 70f8492c01 Fix missing vertices in some imported models Ari Vuollet 2024-05-31 23:57:11 +03:00
  • 63acdccd43 Fix typos Ari Vuollet 2024-05-31 23:52:22 +03:00
  • 03f74b0c50 Implement triangulation for non-convex polygons Ari Vuollet 2024-05-27 00:09:10 +03:00
  • 0d21a3ba1b Fix compile errors in libdeflate Ari Vuollet 2024-05-25 21:29:46 +03:00
  • d85a5bcd36 Reapply OpenFBX patches Ari Vuollet 2024-05-25 11:31:02 +03:00
  • 585ebceb6a Update OpenFBX Ari Vuollet 2024-05-25 11:30:48 +03:00
  • 593c82543f Limit MSVC compiler code generation threads to one per file Ari Vuollet 2024-05-19 23:06:02 +03:00
  • 7f1bcd91f5 Remove redundant asset waiting and reloading when saving materials Ari Vuollet 2024-05-19 14:03:42 +03:00
  • 58214ffc35 Fix RichTextBox not drawing the last character Ari Vuollet 2024-05-18 00:00:20 +03:00
  • 67b4b01697 _binaries Ari Vuollet 2024-05-11 21:01:30 +03:00
  • bd880c0e2f _lfsconfig Ari Vuollet 2024-05-09 14:17:27 +03:00
  • fef124a01d Fix crash when trying to import unsupported EXR-file Ari Vuollet 2024-06-01 21:36:22 +03:00
  • 0bca21a1d4 Fix compilation errors with miniz Ari Vuollet 2024-06-01 21:23:54 +03:00
  • c5e3d4afd3 Update miniz for tinyexr Ari Vuollet 2024-06-01 21:23:41 +03:00