Commit Graph

1850 Commits

Author SHA1 Message Date
Wojtek Figat
e52cf67447 Fix crash on Vulkan swapchain resize if the previous size was 0 (eg. due to window animation on Windows 11r) 2022-03-02 10:00:06 +01:00
Wojtek Figat
cdc74a9c49 Reduce includes in Serialization header 2022-02-28 23:16:15 +01:00
Wojtek Figat
3a1475fa9c Use SoftObjectReference for deformable asset ref to prevent removing it by Content GC 2022-02-28 23:16:00 +01:00
Wojtek Figat
4a9c746bed Add SoftAssetReference type 2022-02-28 23:15:35 +01:00
Wojtek Figat
6738bc8dea Fix minor things 2022-02-28 19:15:02 +01:00
Wojtek Figat
87cb553c61 Optimize Vector3 method to be inlined more often 2022-02-28 19:14:14 +01:00
Wojciech Figat
5c443f305d Fix memory leak in RenderTargetPool on texture init fail 2022-02-27 16:13:06 +01:00
Diewa
d2c252879e Fixes for macOS 2022-02-24 21:42:00 +01:00
Wojtek Figat
58de04ccd6 Fix crash on particles instance invalidated 2022-02-23 22:41:26 +01:00
Wojtek Figat
6b84773190 Fix crash on CharacterController in prefab 2022-02-23 22:41:06 +01:00
Wojtek Figat
3a07d767fb Fix rare crash on division by 0 2022-02-20 20:28:19 +01:00
Wojtek Figat
111a2f3b25 Fix crash with terrain in prefab window
#689
2022-02-19 17:59:40 +01:00
Wojtek Figat
56491569df Optimize C# bindings in Engine code to static functions that native ABI matches managed signature 2022-02-19 00:29:09 +01:00
Wojciech Figat
69a1e007a6 Add some missing changes 2022-02-08 19:56:11 +01:00
Wojciech Figat
afed5a30bc Add ClearUA to GPUContext to clear texture with float values 2022-02-08 19:56:07 +01:00
Wojciech Figat
bac8058aa8 Fix depth pitch in UpdateTexture on D3D11 for volume textures 2022-02-08 19:56:03 +01:00
Wojciech Figat
066a4c65bb Add additional UploadMipMapAsync for GPUTexture update with custom row/slice pitch 2022-02-08 19:55:59 +01:00
Wojciech Figat
3c9a5bcf1a Fix CollisionsHelper::ClosestPointPointTriangle 2022-02-08 19:55:55 +01:00
Wojtek Figat
73976149da Fix blend shape dirty vertices range 2022-02-06 21:25:52 +01:00
Wojtek Figat
748d69a3cb Add CollisionMeshesPrefix option to import collision data from model asset 2022-02-06 14:11:13 +01:00
Wojciech Figat
01cb08a924 Expose PhysicsBackend to the user 2022-02-01 17:40:28 +01:00
Wojciech Figat
5e9dac49a8 Remove breakpoint on OpenAL error 2022-02-01 17:38:55 +01:00
Wojciech Figat
26191935a7 Fix issues with OpenAL audio backend 2022-02-01 17:34:46 +01:00
Wojciech Figat
9260b45e0e Fix resizing textures with alpha on import to preserve transparent colors (instead of black) 2022-01-31 14:21:14 +01:00
Wojciech Figat
d0e37ba6ef Fix crash on native type in JsonAsset due to scripting hot-reload in Editor 2022-01-31 10:33:05 +01:00
Wojciech Figat
f8eba66b5e Add Level::ScriptsReloaded event 2022-01-31 10:25:56 +01:00
Wojciech Figat
8d47ea7d2f Fix doc comment 2022-01-31 10:23:27 +01:00
Wojtek Figat
e9fac4b504 Add user for Switch 2022-01-30 19:41:49 +01:00
Wojciech Figat
4495737f94 Fix missing mono symbols export on Windows 2022-01-29 15:00:47 +01:00
Wojtek Figat
249a3332dc Fix potential crash in gpu particles source generator 2022-01-26 21:19:53 +01:00
Wojtek Figat
500f76cb03 Fix potential crash in material generator 2022-01-26 21:18:34 +01:00
Wojtek Figat
05b80d17c5 Add tire wheel tire friction scale parameter for Wheeled Vehicle 2022-01-26 20:54:57 +01:00
Wojtek Figat
ba2f58df6a Revert 2022-01-26 20:14:18 +01:00
Wojtek Figat
757f8240d0 Merge remote-tracking branch 'origin/master' 2022-01-26 19:12:59 +01:00
Wojciech Figat
33eb3d8540 Add Online system base 2022-01-26 17:01:30 +01:00
Wojciech Figat
d86e4090b8 Add ctor for Variant from Span<byte> 2022-01-26 16:55:38 +01:00
Wojciech Figat
18b156ad44 Fixes and tweaks 2022-01-26 16:55:22 +01:00
Wojtek Figat
a1ff0318bd Fix constant to a proper value 2022-01-23 19:30:05 +01:00
Wojtek Figat
dd1dc30136 Remove assertion 2022-01-23 19:28:29 +01:00
Wojciech Figat
05a935660d Add StringAnsi serialization 2022-01-21 18:32:16 +01:00
Wojciech Figat
f801e7ffd9 Fixes 2022-01-21 16:23:30 +01:00
Wojciech Figat
d36c502287 Add easier game or plugin settings asset usage with SettingsBase 2022-01-21 16:22:14 +01:00
Wojtek Figat
b998655e1a Fix 2022-01-20 23:52:45 +01:00
Wojtek Figat
37e11a4b1f Merge remote-tracking branch 'origin/master'
# Conflicts:
#	Source/Engine/Physics/Physics.Queries.cpp
#	Source/Engine/Physics/Utilities.h
2022-01-20 23:29:59 +01:00
Wojtek Figat
427846f73b Refactor Physics to separate PhysicsBackend
#673
2022-01-20 23:28:43 +01:00
Wojtek Figat
f4f9d92c8e Add drag&drop support for Mac 2022-01-19 14:42:00 +01:00
Wojtek Figat
a8ff3da908 Fixes 2022-01-19 12:14:22 +01:00
Wojtek Figat
eeff3d7308 Add clipboard support for Mac 2022-01-19 10:25:16 +01:00
Wojtek Figat
f9eb709a18 Add window resizing and positioning on Mac 2022-01-18 19:10:13 +01:00
Wojtek Figat
2aa3624f81 Fix special input keys text on Mac 2022-01-18 17:29:34 +01:00