Wojtek Figat
|
46441f6a03
|
Fix crash when using multi-threaded objects spawn and caching scripting VTables
|
2024-02-10 18:43:15 +01:00 |
|
Wojtek Figat
|
080202cf95
|
Fix crash when storage file gets deleted due to missing ref from async thread which failed to load it
|
2024-02-09 15:52:53 +01:00 |
|
Wojtek Figat
|
87c66b0168
|
Fix root motion preview in animation window
|
2024-02-09 15:38:11 +01:00 |
|
Wojtek Figat
|
da1b2f0c07
|
Fix crash when file handle was null
|
2024-02-09 15:37:42 +01:00 |
|
Wojtek Figat
|
d08843900e
|
Add AnimationRootMotionFlags to configure root motion component extraction
Add `RootMotionMode` to support extracting root motion from animated skeleton pose center of mass
#1429 #2152
|
2024-02-09 15:37:29 +01:00 |
|
Wojtek Figat
|
f9ca69d8a9
|
Disable dynamic buckets in ThreadLocal on non-Desktop platforms that use fixed set of thread count
|
2024-02-08 10:47:55 +01:00 |
|
Wojtek Figat
|
082768d08c
|
Refactor ThreadLocal when running on hardware with more cores than PLATFORM_THREADS_LIMIT
|
2024-02-07 23:39:02 +01:00 |
|
Wojtek Figat
|
eed780a0b0
|
Add highlighting active state in anim graph
|
2024-02-07 19:31:34 +01:00 |
|
Wojtek Figat
|
cfb8350c65
|
Fix anim graph debugging to handle nested graph connections highlights properly
|
2024-02-07 19:22:07 +01:00 |
|
Wojtek Figat
|
a38d1ad7cc
|
Fix anim graph trace events debugging to include nodes path for nested graphs
|
2024-02-07 19:03:38 +01:00 |
|
Wojtek Figat
|
e75902e900
|
Variosu tweaks
|
2024-02-07 18:56:07 +01:00 |
|
Wojtek Figat
|
d1f40d1c47
|
Fix missing visibleIf attr
|
2024-02-07 18:53:55 +01:00 |
|
Wojtek Figat
|
8441726da7
|
Improve support for fixed-arrays in api fields
|
2024-02-07 18:43:48 +01:00 |
|
Wojtek Figat
|
5fc768bbbd
|
Fix spatial audio playback in OpenAL with Large Worlds enabled
#2015
|
2024-02-06 17:10:55 +01:00 |
|
Wojtek Figat
|
27f4451c0c
|
Merge branch 'collection-ui' of https://github.com/Tryibion/FlaxEngine into Tryibion-collection-ui
|
2024-02-06 16:20:04 +01:00 |
|
Wojtek Figat
|
c0e3b27880
|
Codestyle fix #2211
|
2024-02-06 16:17:43 +01:00 |
|
Wojtek Figat
|
d6a51dc06c
|
Merge branch 'Anim-Skeleton-Mask-parameter' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-Anim-Skeleton-Mask-parameter
|
2024-02-06 16:16:12 +01:00 |
|
Wojtek Figat
|
6272caffa5
|
Merge branch 'fix-root-motion' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-fix-root-motion
|
2024-02-06 16:10:20 +01:00 |
|
Wojtek Figat
|
873be6ac17
|
Convert Matrix3x3 into normal type
|
2024-02-06 15:41:35 +01:00 |
|
Wojtek Figat
|
0776529a57
|
Merge branch 'fix-scrollbar-show' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-scrollbar-show
|
2024-02-06 12:13:41 +01:00 |
|
Wojtek Figat
|
6d757946c5
|
Fix crash when adding physics scene with auto simulation
#2180
|
2024-02-06 11:49:12 +01:00 |
|
Wojtek Figat
|
e6d90f7371
|
Merge branch 'dropdown-scale-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-dropdown-scale-fix
|
2024-02-06 11:35:13 +01:00 |
|
Wojtek Figat
|
b148303b7d
|
Merge branch 'window-adjust' of https://github.com/Tryibion/FlaxEngine into Tryibion-window-adjust
|
2024-02-06 11:34:17 +01:00 |
|
Wojtek Figat
|
f9448c3b42
|
Skip calling SetTime api if start time is unused #2203
|
2024-02-06 10:59:55 +01:00 |
|
nothingTVatYT
|
7f95dab511
|
more joint values formatted
|
2024-01-31 22:05:54 +01:00 |
|
nothingTVatYT
|
245cf63b0b
|
format break limits on joints
|
2024-01-31 20:40:06 +01:00 |
|
nothingTVatYT
|
22600a2c29
|
add torque unit
|
2024-01-31 11:01:22 +01:00 |
|
nothingTVatYT
|
3dc34e2d9c
|
add more units and categories
|
2024-01-29 22:51:02 +01:00 |
|
nothingTVatYT
|
a0741dd9de
|
units for quaternion, transform and more collider values
|
2024-01-29 08:24:55 +01:00 |
|
nothingTVatYT
|
ef41ad6074
|
add units to transform editor, some collider values
|
2024-01-29 07:34:58 +01:00 |
|
nothingTVatYT
|
2625144945
|
rename attribute and fix parsing
|
2024-01-28 23:28:35 +01:00 |
|
nothingTVatYT
|
9e38a01acc
|
add units support in float, double and Float3 input
|
2024-01-28 20:52:25 +01:00 |
|
ruan
|
74d348706c
|
Add skeleton mask asset parameter to Blend With Mask anim node.
|
2024-01-27 14:23:41 -04:00 |
|
Chandler Cox
|
18fc6ebd39
|
Half windowed size and center on screen if going to windowed mode.
|
2024-01-26 10:38:36 -06:00 |
|
Chandler Cox
|
9874b753cb
|
Merge branch 'master' into collection-ui
|
2024-01-26 09:54:03 -06:00 |
|
whocares77
|
39e7be6322
|
Added "Start Time" option for Audio Source Actor
Added ability to set the start time of playback if "Play On Start" is enabled.
|
2024-01-24 19:58:29 +03:00 |
|
ruan
|
19ddcad16f
|
Small clean code
|
2024-01-21 11:03:29 -04:00 |
|
ruan
|
e5160f2885
|
Small fix
|
2024-01-21 10:42:55 -04:00 |
|
ruan
|
afe9b15899
|
Merge branch 'master' into vehicle-physics
|
2024-01-21 09:02:18 -04:00 |
|
ruan
|
34583d7a55
|
Fix crash when disable vehicle
|
2024-01-21 09:00:46 -04:00 |
|
ruan
|
7f95748351
|
Fix brake not working on tanks
|
2024-01-20 19:44:08 -04:00 |
|
NoriteSC
|
64e3db3a98
|
Update Array.h added IsValidIndex
|
2024-01-13 17:35:16 +01:00 |
|
ruan
|
e6389511ff
|
Fix tank inputs without initialized values
|
2024-01-13 09:47:00 -04:00 |
|
Chandler Cox
|
503bcdcf27
|
Change visibility instead of enable on scroll bars.
|
2024-01-12 19:57:00 -06:00 |
|
Chandler Cox
|
82c8e39dfd
|
Fix AlwaysShowScrollbars to update enabled state of the scroll bars. #2165
|
2024-01-12 17:23:10 -06:00 |
|
Chandler Cox
|
76cf935583
|
Fix Dropdown panel scale correctly.
|
2024-01-10 22:00:20 -06:00 |
|
Chandler Cox
|
f1d6d71f6c
|
Get unrotated bounded box to rotate.
|
2024-01-10 13:53:22 -06:00 |
|
Chandler Cox
|
361cb914f3
|
Keep local orientation on collider spawn. Add option to keep orientation when resizing collider.
|
2024-01-10 11:42:49 -06:00 |
|
nothingTVatYT
|
8922b5cd79
|
clean up include file
|
2024-01-10 18:38:29 +01:00 |
|
nothingTVatYT
|
d126f5bc55
|
use enum helper functions
|
2024-01-10 18:36:05 +01:00 |
|