Commit Graph

10454 Commits

Author SHA1 Message Date
c332d6f89a Add cooking support for Windows on ARM 2024-06-01 23:23:31 +03:00
72043c0260 Update minimp3 2024-06-01 23:23:31 +03:00
c963dbc48d Patch rapidjson for Windows on ARM 2024-06-01 23:23:31 +03:00
2f4673ce1b Patch tracy for Windows on ARM 2024-06-01 23:23:30 +03:00
ca40e6140a Compile glslang for Windows on ARM 2024-06-01 23:23:30 +03:00
2226ff32dc Compile assimp for Windows on ARM 2024-06-01 23:23:30 +03:00
34d294263f Add dependencies to copy dbghelp and dxcompiler files from SDK 2024-06-01 23:23:29 +03:00
526ccd52fd Build astc for Windows on ARM 2024-06-01 23:23:29 +03:00
0765d88ff2 Update OpenAL to use CMake for compilation on Windows 2024-06-01 23:23:28 +03:00
9777e71ee0 Update ogg and vorbis to use CMake for compilation on Windows 2024-06-01 23:23:28 +03:00
a716025094 Patch pix3.h for Windows on ARM 2024-06-01 23:23:28 +03:00
c8f951e6e8 Use VS2022 Win10 MSVC solutions in DirectX-related dependencies 2024-06-01 23:23:27 +03:00
24c645d8d2 Build NvCloth for Windows on ARM 2024-06-01 23:23:27 +03:00
90e7d4076b Update PhysX with Windows on ARM support 2024-06-01 23:23:27 +03:00
8ab462f72c Update curl to 7.88.1 2024-06-01 23:23:26 +03:00
0862362ebd Update Freetype to 2.13.2 2024-06-01 23:23:26 +03:00
766910c0ae Fix rebuilding dependencies using Git with existing local folders 2024-06-01 23:23:25 +03:00
2f48521ce7 Fallback to D3D11 devices without debug layers when unavailable 2024-06-01 23:23:25 +03:00
ac6154e94d Support using native host MSVC binaries on ARM64 2024-06-01 23:23:24 +03:00
d2d2297dc7 Support ARM64 architecture under Windows 2024-06-01 23:23:24 +03:00
bf5e5d1254 Refactor native interop internal type lookup 2024-06-01 23:20:33 +03:00
adbe43c2c2 Move generated marshallers into separate namespace
Avoid polluting the `FlaxEngine` namespace with interop related
marshallers, move those to nested namespace called `Interop` where most
of the common marshallers are placed already.
2024-06-01 23:20:32 +03:00
974e3e192b Include original type of the fields in blittable struct in comments 2024-06-01 23:17:07 +03:00
2283a15172 Refactor struct custom marshalling generation 2024-06-01 23:17:07 +03:00
c4d5e50f22 Update Editor options when window is shown 2024-06-01 23:13:34 +03:00
86d90605fc Fix Editor options data applying in realtime after first save
Reclone the data in order to not modify the currently applied options
data after save.
2024-06-01 23:13:34 +03:00
db71bf2868 Store Debug Log view options in Editor options 2024-06-01 23:13:34 +03:00
3fe634f8b9 Update miniz for tinyexr 2024-06-01 21:50:52 +03:00
fef124a01d Fix crash when trying to import unsupported EXR-file 2024-06-01 21:36:22 +03:00
272977a521 Defer Editor EndInit after loading scripting assemblies
Assets containing deserialized data of scripting assembly structures
needs to be loaded after the scripting assemblies have been loaded.
2024-06-01 20:24:57 +03:00
dedb3d57fd Fix Variant getters returning already freed managed handles 2024-06-01 20:22:16 +03:00
Nils Hausfeld
0fc507e238 - Visject Drag and Drop now tries to get a parameter setter node while holding the alt key
- Visual Script surface now returns a setter node
2024-06-01 14:23:36 +02:00
ExMatics HydrogenC
9e9013ec43 Add missing recalculations of the thumb 2024-06-01 18:23:37 +08:00
19108517da Fix wrong imported values in animation scale tracks 2024-06-01 13:04:13 +03:00
babd14d763 Fix skinned model import with triangulated mesh data 2024-06-01 12:33:44 +03:00
Gary M
063a5d1ae4 Disable "punchy" correction and add gamma correction 2024-05-31 19:40:50 -07:00
Gary M
1de395bc7b returned lost #endif 2024-05-31 19:04:07 -07:00
Gary M
c22f8e3607 Initial AGX Impl 2024-05-31 18:38:38 -07:00
60f675c6f0 Fix compilation errors 2024-06-01 00:54:56 +03:00
297ca0be2c Fix compatibility issues with newer FBX models 2024-06-01 00:47:23 +03:00
Wojtek Figat
6dacf9e1f1 Add caching Model SDF options in the project cache
#2075
2024-05-31 23:36:35 +02:00
2a56ec3b3e Allow reimporting model prefabs from Content window context menu 2024-06-01 00:24:15 +03:00
cfdb9ef1f2 Fix missing vertices in some imported models
The Spatial Sort version was being too greedy when merging vertices
2024-06-01 00:24:14 +03:00
a9aa3b6cd8 Fix typos 2024-06-01 00:24:14 +03:00
cd1853f853 Implement triangulation for non-convex polygons 2024-06-01 00:24:13 +03:00
cc106ab42f Fix compile errors in libdeflate 2024-06-01 00:24:13 +03:00
76e45564f8 Reapply OpenFBX patches 2024-06-01 00:24:13 +03:00
7454e9abd2 Update OpenFBX
Updated to commit 365f52c1edad6bd283c8a645f1d8d2347dbd1e35
2024-06-01 00:24:12 +03:00
Wojtek Figat
f78bbc6b70 Add GlobalSDFDistance to graphics settings for default GlobalSDF range
#2664
2024-05-31 23:21:07 +02:00
Wojtek Figat
19ad91d5d8 Merge remote-tracking branch 'origin/master' into 1.9 2024-05-31 22:12:03 +02:00