Wojtek Figat
|
762419d4c4
|
Merge branch 'anim-slot-blend' of https://github.com/Tryibion/FlaxEngine into Tryibion-anim-slot-blend
|
2024-08-15 15:06:39 +02:00 |
|
Wojtek Figat
|
549a779a59
|
Merge branch 'apply-hrtf-init' of https://github.com/Tryibion/FlaxEngine into Tryibion-apply-hrtf-init
|
2024-08-15 15:03:49 +02:00 |
|
Wojtek Figat
|
4e5c163732
|
Merge branch 'expose-actor-func' of https://github.com/Tryibion/FlaxEngine into Tryibion-expose-actor-func
|
2024-08-15 14:59:54 +02:00 |
|
Wojtek Figat
|
222768d363
|
Merge branch 'rem-def-lod-terr' of https://github.com/Tryibion/FlaxEngine into Tryibion-rem-def-lod-terr
|
2024-08-15 13:03:27 +02:00 |
|
Wojtek Figat
|
45e83d6d15
|
Add feedback from PVS (static code analyzer)
https://pvs-studio.com/en/blog/posts/cpp/1153/
|
2024-08-15 13:01:40 +02:00 |
|
Chandler Cox
|
6f15bf7209
|
Expose additional Actor virtual methods to c#
|
2024-08-13 15:14:07 -05:00 |
|
Chandler Cox
|
77729bc340
|
Remove default value comment from terrain LOD.
|
2024-08-12 20:46:29 -05:00 |
|
Chandler Cox
|
9c4129a2a3
|
Add todo for immediate transition.
|
2024-08-11 13:24:57 -05:00 |
|
Chandler Cox
|
e954417c2f
|
Set EnableHRTF on audio init to match audio settings value.
|
2024-08-09 13:31:27 -05:00 |
|
Chandler Cox
|
a599615c1a
|
use bucket index instead of anim for check.
|
2024-08-09 10:47:52 -05:00 |
|
Chandler Cox
|
830db22dcc
|
Blend out of anim slots when stopped.
|
2024-08-09 09:05:53 -05:00 |
|
Wojtek Figat
|
23fcfb4eb2
|
Code cleanup
#2717
|
2024-08-05 19:44:06 +02:00 |
|
Wojtek Figat
|
a49fc1c5d1
|
Merge branch 'forward-software-refl' of https://github.com/HydrogenC/FlaxEngine into HydrogenC-forward-software-refl
|
2024-08-05 19:04:28 +02:00 |
|
Wojtek Figat
|
2455cb9545
|
Merge branch 'execv_whitespace_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-execv_whitespace_fix
|
2024-08-05 18:47:50 +02:00 |
|
Wojtek Figat
|
75c258ed7e
|
Merge branch 'isnormalized_epsilon' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-isnormalized_epsilon
|
2024-08-05 18:46:00 +02:00 |
|
Wojtek Figat
|
03534b0892
|
Merge branch 'hingejointdrive_velocity_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-hingejointdrive_velocity_fix
|
2024-08-05 18:25:35 +02:00 |
|
Wojtek Figat
|
5cf52d879e
|
Merge branch 'prefab-debug-draw' of https://github.com/Tryibion/FlaxEngine into Tryibion-prefab-debug-draw
|
2024-08-05 18:20:59 +02:00 |
|
Wojtek Figat
|
117178f547
|
Fix shader resource usage warning when drawing grid gizmo after selection outline
#2808
|
2024-08-05 18:18:02 +02:00 |
|
|
|
eb3a940a31
|
Fix Linux platform CreateProcess not working with whitespace in path
|
2024-08-05 18:42:27 +03:00 |
|
|
|
387e8d1dd9
|
Use larger epsilon in Vector IsNormalized checks
|
2024-08-05 18:41:41 +03:00 |
|
Wojtek Figat
|
0be26fbb51
|
Merge branch 'platform_tick_unthrottle' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-platform_tick_unthrottle
|
2024-08-05 14:37:49 +02:00 |
|
Wojtek Figat
|
979ab9f6ee
|
Fix World Triplanar Texture node to support displacement and float4 value
|
2024-08-05 14:37:31 +02:00 |
|
Wojtek Figat
|
a49751c31d
|
Fix regression
|
2024-08-05 10:54:46 +02:00 |
|
Wojtek Figat
|
7fbf75c623
|
Add skinned model import data checks to run in all build configs
|
2024-08-04 20:20:51 +02:00 |
|
Wojtek Figat
|
5171c33b72
|
Add shared memory cache for fbx importer mesh processing
|
2024-08-04 20:20:26 +02:00 |
|
Wojtek Figat
|
6081a159e3
|
Fix new skinned mesh importing to properly handle vertex indices
#2672
|
2024-08-04 20:18:05 +02:00 |
|
|
|
00960bad36
|
Remove zero clamping from HingeJointDrive in Editor
|
2024-07-30 20:50:54 +03:00 |
|
Chandler Cox
|
649559a917
|
Fix missing debug draw from prefabs
|
2024-07-28 13:48:54 -05:00 |
|
Wojtek Figat
|
1843606074
|
Minor tweaks
|
2024-07-27 12:28:30 +02:00 |
|
Wojtek Figat
|
c4f37741b7
|
Fix blend shapes importing
#2672
|
2024-07-26 23:54:27 +02:00 |
|
Wojtek Figat
|
e3bb38f13b
|
Move arrays caching to be local for import and setup ignore flags for OpenFBX
#2672
|
2024-07-26 23:15:23 +02:00 |
|
Wojtek Figat
|
642fb510f8
|
Merge branch 'openfbx_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-openfbx_fixes
|
2024-07-26 09:36:58 +02:00 |
|
Wojtek Figat
|
7a89e78f43
|
Fix incorrect JsonAssetReference<T> serialization
#2774
|
2024-07-26 01:13:52 +02:00 |
|
Wojtek Figat
|
9f078a6e3c
|
Fix crash when using and saving scene with Visual Script object instance which asset was deleted
|
2024-07-25 17:17:28 +02:00 |
|
Wojtek Figat
|
d14a4f1f66
|
Minor codestyle fixes
|
2024-07-25 16:50:16 +02:00 |
|
Wojtek Figat
|
1e43b031ba
|
Fix unpacking marshaled field value
#2790
|
2024-07-25 16:50:01 +02:00 |
|
Wojtek Figat
|
41fd7b724e
|
Fix test build regression
|
2024-07-25 15:32:05 +02:00 |
|
Wojtek Figat
|
2a1706decb
|
Fix vehicles simulation instability when physics substepping is enabled
#2796
|
2024-07-25 14:19:01 +02:00 |
|
Wojtek Figat
|
ab7de52531
|
Fix compilation regression
|
2024-07-25 13:51:41 +02:00 |
|
Wojtek Figat
|
1891b9e367
|
Refactor PhysX vehicles and cloth simulation code to be more readable
#2796
|
2024-07-25 13:51:32 +02:00 |
|
Wojtek Figat
|
013dab4ba7
|
Fix codestyle and apply pr feedback
#2730
|
2024-07-25 10:52:54 +02:00 |
|
Wojtek Figat
|
cf501945a3
|
Merge branch 'fix/move-semantics' of https://github.com/mtszkarbowiak/FlaxEngine into mtszkarbowiak-fix/move-semantics
|
2024-07-25 10:47:31 +02:00 |
|
Wojtek Figat
|
91a8a670d5
|
Merge branch 'lightmap-material-nodes' of https://github.com/Swiggies/FlaxEngine into Swiggies-lightmap-material-nodes
|
2024-07-25 09:25:15 +02:00 |
|
Wojtek Figat
|
ad2d4a2626
|
Merge branch 'inject-scene-load-children' of https://github.com/Tryibion/FlaxEngine into Tryibion-inject-scene-load-children
|
2024-07-25 09:24:12 +02:00 |
|
Wojtek Figat
|
7a635e2896
|
Merge branch 'assert_directions' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-assert_directions
|
2024-07-25 09:16:16 +02:00 |
|
|
|
8b22ffe007
|
Fix warnings about upcoming C# reserved keywords
|
2024-07-20 20:46:32 +03:00 |
|
|
|
4d0dda19b9
|
Improve engine responsiveness when not focused
|
2024-07-20 15:39:11 +03:00 |
|
|
|
55d55212c3
|
Add assertions for checking against un-normalized direction vectors
|
2024-07-20 15:34:11 +03:00 |
|
Chandler Cox
|
305f725394
|
Ensure to add all scene objects of injected actors.
|
2024-07-19 08:19:34 -05:00 |
|
Chandler Cox
|
8a297a6fd4
|
Clean up code more.
|
2024-07-19 07:59:57 -05:00 |
|