Wojtek Figat
d33bf2fa6a
Update docs comments based on https://github.com/FlaxEngine/FlaxDocs/pull/127
2023-11-16 13:55:45 +01:00
Wojtek Figat
2555b07edf
Merge branch 'dotnet8_rollforward_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet8_rollforward_fix
2023-11-15 11:44:21 +01:00
Wojtek Figat
bc3107d1db
Fix build warnings on the latest XCode
2023-11-14 19:03:46 +01:00
3f5c92e2fa
Improve .NET 8 runtime and SDK detection
...
Setting the environment variable `DOTNET_ROLL_FORWARD_TO_PRERELEASE=1`
is required to enable runtime support for release candidate builds of
future major .NET releases.
2023-11-14 17:00:51 +02:00
Wojtek Figat
8d3cb8953c
Add casting to variant in large worlds build
2023-11-14 12:41:59 +01:00
Wojtek Figat
6fd34bf5cc
Fix compilation regression
2023-11-14 12:15:51 +01:00
Wojtek Figat
0360f7786d
Fix crash hen readingBehaviorKnowledgeSelector value in C# when type doesn't match exactly
2023-11-14 11:47:44 +01:00
Wojtek Figat
3320c76e14
Add soft check for null managed object value for unboxing
2023-11-14 11:23:15 +01:00
Wojtek Figat
e0de6744e2
Add better errors logging to BT nodes in case of issues
2023-11-14 11:22:41 +01:00
Wojtek Figat
7c53b1e99a
Add clearing BT memory in non-release builds to make issues spotting easier
2023-11-14 11:22:17 +01:00
Wojtek Figat
0d8868e5bb
Merge branch 'freetype_fontstyle' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-freetype_fontstyle
2023-11-14 10:39:01 +01:00
Wojtek Figat
f7fb366233
Minor doc updates
2023-11-14 10:31:11 +01:00
Wojtek Figat
a42d54e401
Merge branch 'WakeUp-Rigidboies' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-WakeUp-Rigidboies
2023-11-14 10:20:43 +01:00
Mr. Capybara
05ea803582
add check for GetStartAwake
2023-11-13 20:05:05 -04:00
Wojtek Figat
eaafb72ca9
Optimize some includes and use automatic serializers for platform settings
2023-11-13 23:54:07 +01:00
Mr. Capybara
4ceed361e2
small fix
2023-11-13 14:28:16 -04:00
Mr. Capybara
a9e1568edc
Auto WakeUp rigidbodies when set "isKinematic" to false
2023-11-13 14:26:42 -04:00
Wojtek Figat
13881c7d97
Merge branch 'LightThemeTweaks' of https://github.com/Radiangames/FlaxEngine into Radiangames-LightThemeTweaks
2023-11-13 17:02:12 +01:00
Wojtek Figat
97a28d4431
Add security lockers for managed typeinfo access
2023-11-13 15:48:12 +01:00
Wojtek Figat
46f82aabcd
Fix ui navigation regression from 2f9343c236
2023-11-13 14:48:40 +01:00
Wojtek Figat
422fb34c69
Rename NumberOfItemsToShow to ShowMaxItemsCount #1826
2023-11-13 14:41:33 +01:00
Wojtek Figat
c7eaed6c65
Merge branch 'dropdown-improvements' of https://github.com/Tryibion/FlaxEngine into Tryibion-dropdown-improvements
2023-11-13 14:36:18 +01:00
Wojtek Figat
418918920e
Add GetSplineSegmentLength to get spline segment length
...
#1879
2023-11-13 11:38:37 +01:00
Wojtek Figat
930b1b978c
Fix incorrect spline length calculation if first point is not at spline origin
...
#1876
2023-11-13 10:25:46 +01:00
Wojtek Figat
0f14672e3b
Codestyle formatting and fixes for #1888
2023-11-13 09:45:33 +01:00
Wojtek Figat
0fe9f6f439
Merge branch 'Flax-SSDev' of https://github.com/SinnersSum/FlaxEngine into SinnersSum-Flax-SSDev
2023-11-12 21:47:45 +01:00
Wojtek Figat
be90f47585
Documentation improvements from https://github.com/FlaxEngine/FlaxDocs/pull/125
2023-11-11 15:37:12 +01:00
dc7170c51e
Expose Freetype font style flags in FontAsset
2023-11-10 21:32:50 +02:00
Wojtek Figat
c2c0ad8067
Merge branch 'rebuild-navigation' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-rebuild-navigation
2023-11-10 15:08:55 +01:00
Wojtek Figat
057d1fbcc6
Fix unpacking Float3 and other inbuilt Variant types via Unpack node in Visual Script
...
#1903
2023-11-10 15:07:37 +01:00
Mr. Capybara
626cde118b
Add verification to rebuild navigation
2023-11-10 09:45:46 -03:00
Wojtek Figat
9cd8c02911
Fix NetworkTransform to properly reject local simulation deltas on incoming authoritative transform data
...
#1907
2023-11-10 11:34:52 +01:00
Mr. Capybara
2ae290491e
fix build
2023-11-09 14:50:56 -04:00
Mr. Capybara
3c71dc99e0
Rebuild navigation after apply changes in Navigation asset
2023-11-09 14:08:01 -04:00
Wojtek Figat
4ae57e7769
Fix issue with asset loading to be properly canceled when reimporting file
...
#1894
2023-11-09 14:52:28 +01:00
Wojtek Figat
22c8ec5342
Fix crash when rigidbody gets deleted during physical collision
...
#1893
2023-11-09 11:50:48 +01:00
Wojtek Figat
710b9275fd
Fix minor typos https://github.com/FlaxEngine/FlaxDocs/pull/123
2023-11-09 09:13:40 +01:00
Wojtek Figat
d90b723487
Code cleanup and usability tweaks for #1600
2023-11-08 21:30:31 +01:00
Wojtek Figat
67c22cf3d4
Merge branch 'Nodes' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-Nodes
2023-11-08 21:19:08 +01:00
Wojtek Figat
0fe46457c6
Merge branch 'center-import' of https://github.com/Tryibion/FlaxEngine into Tryibion-center-import
2023-11-08 15:07:38 +01:00
Wojtek Figat
bcaa42dda2
Fix crash on negative collection capacity due to int32 maximum value limit
...
#1886
2023-11-08 15:07:20 +01:00
Wojtek Figat
e572f75b06
Merge branch 'anim-slot-speed-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-anim-slot-speed-fix
2023-11-08 14:43:03 +01:00
Wojtek Figat
11b60390b6
Add GetRotationFromTo and FindBetween utilities to C# Quaternion API
...
#1885
2023-11-08 14:41:36 +01:00
Wojtek Figat
1a7770fba2
Fix deadlock regression when saving Visual Script in Editor with active instance objects
...
#1890
2023-11-08 14:33:05 +01:00
Wojtek Figat
2f9343c236
Add handling ViewLayersMask from camera when rendering UICanvas
...
#1811
2023-11-08 11:21:29 +01:00
SS
52a1175f96
Seperated out assembly resolution logic to it's own function
2023-11-07 16:30:50 -07:00
SS
77b6a4a68b
Fixed issue in NativeInterop
...
Readded check in current app domain to ExtendedSerializationBinder
2023-11-07 16:03:03 -07:00
Wojtek Figat
f6645e5600
Add debug drawing contact offset for selected collider
...
#1728
2023-11-07 09:56:33 +01:00
Chandler Cox
b72849eafe
Fix anim slot from playing animations more than 1 time based on speed.
2023-11-06 19:52:19 -06:00
SS
d6e93a7fab
Fixed issue involving stale scripting assemblies in FlaxEngine.Json dynamic type resolution
...
Added new ExtendedSerializationBinder
Added callback to clear serializer cache on scripting assembly reload
Added low-cost mechanism to invalidate the SerializerCache after domain reload
2023-11-06 18:49:30 -07:00