Commit Graph

1077 Commits

Author SHA1 Message Date
Wojtek Figat
07ad94de13 Optimize Animated Model bones matrices buffer update 2021-06-12 23:20:06 +02:00
Wojtek Figat
982b22b4b1 Add Job System 2021-06-12 23:20:05 +02:00
Wojtek Figat
e0b587251a Add RingBuffer template 2021-06-12 23:20:05 +02:00
Wojtek Figat
cdc85a1961 Add profiler entry for Audio Source update 2021-06-12 23:20:04 +02:00
Wojtek Figat
4cd31ce2b4 Remove some unsued lines 2021-06-12 23:20:04 +02:00
Wojtek Figat
7c9e170a40 Tweaks 2021-06-11 16:49:30 +02:00
Wojtek Figat
dfa6f5c75f Fix profiler shutdown issue on end 2021-06-10 17:01:24 +02:00
Wojtek Figat
3d4309457b Improve stability of Vulkan and D3D12 backends on large worlds 2021-06-10 17:01:07 +02:00
Wojtek Figat
14bc9501c7 Cleanup some code 2021-06-10 16:59:59 +02:00
Wojtek Figat
90d9f83f8c Fix crash due to SamplesBuffer::Add bug 2021-06-10 15:59:01 +02:00
Wojtek Figat
82a39e5d98 Fix Asset::ToString() to not depend on refs count and look simpler 2021-06-10 15:58:32 +02:00
Wojtek Figat
101e803ca6 Fix WeakAssetReference handling asset unload 2021-06-10 11:07:36 +02:00
Wojtek Figat
907f289ea7 Cleanup asset references code 2021-06-10 11:01:35 +02:00
Wojtek Figat
5a710ccd7a Hide GetPxShape impl 2021-06-09 14:49:36 +02:00
Wojtek Figat
ba7332f55c Merge branch 'uwp_fixes' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-uwp_fixes 2021-06-09 13:31:47 +02:00
Wojtek Figat
384172050d Add missing doc comment 2021-06-09 13:25:04 +02:00
Wojtek Figat
f237d5d87d Post merge fixes to font reference as class
#420
2021-06-09 12:16:50 +02:00
Wojtek Figat
3c2b1a232c Merge commit '4bb703e9bfadf44c562f69bab069fd8be26eda97' 2021-06-09 12:04:12 +02:00
Wojtek Figat
79b03f6b5c Fix cached font usage to use proper unmanaged object validation check (not only managed object ref)
#546
2021-06-09 11:11:32 +02:00
Wojtek Figat
484bc409d4 Add support for NotNullItems option in collections editors
#542
2021-06-09 10:58:54 +02:00
Wojtek Figat
ebcf584117 Merge branch 'fix-collections' of git://github.com/Crawcik/FlaxEngine into Crawcik-fix-collections 2021-06-09 09:54:28 +02:00
Wojtek Figat
2bc6ca089f Add HasTypedUAVLoad to GPULimits (use for GPU lightmaps support baking detection)
#526
2021-06-08 16:11:27 +02:00
Wojtek Figat
39f50726a6 Fix lightmaps bake on D3D12 2021-06-08 15:21:37 +02:00
Wojtek Figat
4c6fd783e1 Add Bokeh DoF rendering on D3D12 (works fine after fixes) 2021-06-08 15:18:33 +02:00
Wojtek Figat
b300793009 Add UAV slots dimensions to cache for D3D12 validation 2021-06-08 15:18:04 +02:00
Wojtek Figat
e0b5558399 Fix spline model visibility after enable if was disabled on start 2021-06-08 14:13:26 +02:00
Wojtek Figat
cfac2db5d2 Add depth test for point/spot lights rendering to optimize far lights rendering 2021-06-08 14:12:56 +02:00
Wojtek Figat
9d9ecb3ba8 Fix D3D12 resource state transitions barriers 2021-06-08 14:12:31 +02:00
Wojtek Figat
ab55c145f1 Add DRED and optional GPU-Based Validation for D3D12 2021-06-07 14:55:08 +02:00
Wojtek Figat
f7957be3e7 Fix GPU synchronization on D3D12 2021-06-07 14:53:53 +02:00
Wojtek Figat
4b42e17372 Increase D3D12 resources safe-frames timeout 2021-06-07 13:10:09 +02:00
Wojtek Figat
36c4c3c86a Fix lightmaps baking on D3D12 2021-06-07 13:09:52 +02:00
Wojtek Figat
3872d74bd2 Fix missing UAV barriers on D3D12 2021-06-07 13:09:24 +02:00
Wojtek Figat
39698c7694 Fix descriptors bindings to shaders on D3D12 2021-06-07 13:08:39 +02:00
Wojtek Figat
f4c8808d19 Add SRV slots isage info for D3D12 shaders cache 2021-06-07 12:19:49 +02:00
Wojtek Figat
fa1cd56a0d Optimize Vulkan shader compiler memory allocation 2021-06-07 11:56:41 +02:00
Wojtek Figat
cc47cb85e4 Cleanup renderer code 2021-06-07 11:56:04 +02:00
GoaLitiuM
474add9d12 Fix input related compile errors in UWP platform 2021-06-06 17:17:29 +03:00
Wojtek Figat
dfee74ad1f Add missing name some for GPU resources 2021-06-04 12:38:44 +02:00
Crawcik
9b55ffdf6c Adding collections background color in global settings 2021-06-03 14:29:42 +02:00
Crawcik
e459707b0d Custom background color for collections 2021-06-03 13:45:07 +02:00
Wojtek Figat
33b31f9155 Fix using Keyboard and Mouse in C# scripting 2021-06-02 09:48:02 +02:00
Wojtek Figat
398fc4be37 Add Keyboard.IsAnyKeyDown 2021-06-02 09:47:37 +02:00
Wojtek Figat
d111b2ba03 Tweaks 2021-06-01 21:20:00 +02:00
Wojtek Figat
0f01683c06 Fix build settings limits 2021-06-01 15:49:02 +02:00
Wojtek Figat
bcca8c9291 Add printing full object path for some warning logs 2021-06-01 14:57:32 +02:00
Wojtek Figat
c30e338f0a Fix gizmos debug draw shapes 2021-06-01 14:38:24 +02:00
Wojtek Figat
accbef6841 Fix missing mipIndex when clearing lightmap textures with a buffer on baking start 2021-06-01 13:29:42 +02:00
Wojtek Figat
c5405183c9 Fix tooltips to be constrained by monitor bounds instead of virtual desktop or parent window bounds
#470 #540
2021-06-01 12:14:04 +02:00
Wojtek Figat
8a942922fe Merge remote-tracking branch 'origin/master' 2021-06-01 11:55:44 +02:00