Commit Graph

1111 Commits

Author SHA1 Message Date
Wojtek Figat
47da355878 Add api to force refresh streaming 2021-06-18 11:57:08 +02:00
Wojtek Figat
a7f018a4da Fix Linux game build 2021-06-18 11:07:21 +02:00
Wojtek Figat
3b31fd7c71 Add support for editing texture group in editor (without reimporting) 2021-06-18 10:49:04 +02:00
Wojtek Figat
801e3c26d4 Merge remote-tracking branch 'origin/master' 2021-06-17 16:01:04 +02:00
Wojtek Figat
289515a78b Add support for stripping texture resolution for target platform when cooking game 2021-06-17 16:01:01 +02:00
Wojtek Figat
4744fa05ef Refactor Streaming with new settings and textures streaming configuration 2021-06-17 15:33:34 +02:00
Wojtek Figat
64501a8645 Fix enum deserialization from string 2021-06-17 14:22:08 +02:00
Wojtek Figat
1fedad5dfe Add missing changes 2021-06-17 14:17:36 +02:00
Wojtek Figat
b510e3fcc5 Add support for loading C# dictionaries in native json reader 2021-06-17 14:17:04 +02:00
Wojtek Figat
99012725dc Adjust includes 2021-06-17 14:15:19 +02:00
Wojtek Figat
aa83af477a Add GetStringAnsiView to json value 2021-06-17 14:14:10 +02:00
Wojtek Figat
f0cb979c5e Add Nameof helper utility 2021-06-17 14:09:01 +02:00
Wojtek Figat
1237946a8d Fix synchronization for dbg symbols on Windows 2021-06-16 23:39:05 +02:00
Wojtek Figat
c2590fc0d9 Optimize multiple dispatches on JobSystem done via TaskGraph 2021-06-16 19:02:02 +02:00
Wojtek Figat
d895789296 Add async particles updating via Task Graph 2021-06-15 23:49:45 +02:00
Wojtek Figat
1dfcfb8aa9 Fix d3d12 compilation with older Win10 SDK version 2021-06-15 23:49:44 +02:00
Wojtek Figat
bf70a42d86 Change TaskGraphSystem ordering 2021-06-15 23:49:43 +02:00
Wojtek Figat
d2d8a83461 Add support for multi-threaded CPU particles simulation 2021-06-15 23:49:43 +02:00
Wojtek Figat
2a73d18d14 Fix typo 2021-06-15 23:49:42 +02:00
Wojtek Figat
c91c8b66ce Add Category attribute for types grouping in editor dialogs 2021-06-15 16:39:15 +02:00
Wojtek Figat
a75e403b35 Fixes 2021-06-15 13:51:16 +02:00
Wojtek Figat
f5cdb0abfd Add Delay node to Visual Scripting 2021-06-14 16:10:08 +02:00
Wojtek Figat
bbbcfb707d Fix crash on null type 2021-06-14 14:28:16 +02:00
Wojtek Figat
e455ada90a Optimize Debug Draw wireframe sphere to use auto-LOD 2021-06-14 14:22:46 +02:00
Wojtek Figat
da0c8ffff9 Optimize Debug Draw for large amount of single-frame debug shapes and lines 2021-06-14 13:29:47 +02:00
Wojtek Figat
aec071689a Fix game build 2021-06-14 10:44:46 +02:00
Wojtek Figat
4a92850d9a Add async animations updating via Task Graph 2021-06-12 23:20:12 +02:00
Wojtek Figat
360f498e47 Add Engine::UpdateGraph for async engine/game update 2021-06-12 23:20:11 +02:00
Wojtek Figat
d7e7dcc823 Add Task Graph 2021-06-12 23:20:10 +02:00
Wojtek Figat
25c00a0d55 Fix C# profiler events from other threads 2021-06-12 23:20:10 +02:00
Wojtek Figat
47af31a8c4 Tweaks 2021-06-12 23:20:09 +02:00
Wojtek Figat
41ad835d86 Refactor AnimGraph to support asynchronous execution 2021-06-12 23:20:08 +02:00
Wojtek Figat
b8ad4bdd2a Refactor AnimGraph debug flows to use scripting API event 2021-06-12 23:20:07 +02:00
Wojtek Figat
544cb1ff6d Finish job system 2021-06-12 23:20:07 +02:00
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