Commit Graph

5622 Commits

Author SHA1 Message Date
Wojtek Figat
7b8c013918 Various minor cleanups 2023-05-19 13:53:18 +02:00
Wojtek Figat
3e792e6cd7 Add NativeInteropException for native interop crashes 2023-05-19 13:52:30 +02:00
Wojtek Figat
ed70eb24c7 Fix using proper default value in scripting bindings for IntPtr value type 2023-05-19 13:49:15 +02:00
Wojtek Figat
a3ab7cd14e Fix file lock when loading asset fails
#1103
2023-05-16 11:52:49 +02:00
Wojtek Figat
1dd8aa3db8 Merge remote-tracking branch 'origin/master' into 1.6 2023-05-12 18:43:03 +02:00
Wojtek Figat
1af69421fa Fix actor scene tree dragging regression from d813078e91
#1104
2023-05-12 18:41:58 +02:00
Wojtek Figat
b43196cd1a Add missing implementation for #987 2023-05-12 14:56:19 +02:00
Wojtek Figat
aab48f1cc1 Merge branch 'GoaLitiuM-latefixedupdate' into 1.6 2023-05-12 14:41:54 +02:00
Wojtek Figat
b402603b1d Merge branch 'latefixedupdate' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-latefixedupdate 2023-05-12 14:41:49 +02:00
Wojtek Figat
1195572318 Merge branch 'GoaLitiuM-resolve_managed_references' into 1.6 2023-05-12 14:41:35 +02:00
Wojtek Figat
a2113d4acc Merge branch 'resolve_managed_references' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-resolve_managed_references 2023-05-12 14:41:29 +02:00
Wojtek Figat
b57018f55c Merge remote-tracking branch 'origin/master' into 1.6 2023-05-12 14:41:21 +02:00
Wojtek Figat
eab14e28da Add play/pause/stop buttons to particle effect editor while in play-mode 2023-05-12 14:39:57 +02:00
Wojtek Figat
a8f670a9c9 Simplify changes from #924 and properly update after unpausing effect 2023-05-12 14:39:25 +02:00
Wojtek Figat
2e5d89c8cd Merge branch 'Tryibion-particle-effect-helpers' 2023-05-12 14:19:56 +02:00
Wojtek Figat
cde4415052 Merge branch 'particle-effect-helpers' of https://github.com/Tryibion/FlaxEngine into Tryibion-particle-effect-helpers 2023-05-12 14:19:51 +02:00
Wojtek Figat
b5117af4b8 Format code 2023-05-12 14:19:40 +02:00
Wojtek Figat
d7327d62e2 Fix text words wrapping deadlock
#1093
2023-05-12 14:14:11 +02:00
Wojtek Figat
b1b1b88982 Merge branch 'Swiggies-input-phases' 2023-05-12 14:13:24 +02:00
Wojtek Figat
17b95e3ee5 Merge branch 'input-phases' of https://github.com/Swiggies/FlaxEngine into Swiggies-input-phases 2023-05-12 14:13:18 +02:00
Wojtek Figat
3d36d1ce71 Merge branch 'Tryibion-style-org' 2023-05-12 14:09:17 +02:00
Wojtek Figat
92b155dbb3 Fix creating C# scripts in Editor with private ctor method
#1018
2023-05-12 13:58:39 +02:00
Wojtek Figat
42c042c249 Fix text words wrapping deadlock
#1093
2023-05-12 13:53:31 +02:00
Wojtek Figat
5c6de69e0e Hide FallOffExponent when light is using inverse squared falloff
#1094
2023-05-12 12:22:39 +02:00
Wojtek Figat
b30f845924 Simplify radial light attenuation in shaders
#1094
2023-05-12 12:22:04 +02:00
Olly Rybak
b8ed115f63 More renames 2023-05-12 09:30:35 +10:00
cbe07b842f Fix resolving managed scripts references in Editor 2023-05-11 22:11:46 +03:00
de7c6483e0 Add LateFixedUpdate event for C# scripts 2023-05-11 21:10:14 +03:00
Olly Rybak
4b4bf833a9 Rename Phase > State 2023-05-12 00:25:03 +10:00
Olly Rybak
d5237715a5 Removed unused field 2023-05-11 21:12:03 +10:00
Olly Rybak
395a72b7d4 Added comments / reformat 2023-05-11 21:10:40 +10:00
Olly Rybak
f80ded2057 Initial setup 2023-05-11 17:30:20 +10:00
Wojtek Figat
4e78b49cac Improve managed exceptions logging 2023-05-10 20:42:18 +02:00
Wojtek Figat
637850d06c Fix crash when C# type has missing empty ctor or it throws an exception
#1019
2023-05-10 20:41:58 +02:00
Chandler Cox
eeaf7eb733 Move BoxSize 2023-05-10 08:04:47 -05:00
Chandler Cox
2b59cbf0f1 Organize the style groups of UI controls 2023-05-10 07:44:54 -05:00
Wojtek Figat
ab2cfe89ce Fix looping animation in Anim Graph when using start position offset 2023-05-10 12:47:59 +02:00
Wojtek Figat
aab3d494ff Fix crash when sampling animation in Anim Graph that uses it's length to calculate start position 2023-05-10 12:27:10 +02:00
Wojtek Figat
fe4e8f3dd2 Merge remote-tracking branch 'origin/master' into 1.6 2023-05-10 12:13:45 +02:00
Wojtek Figat
0c2c643ea8 Follow up #1085 with expendable type description for content items 2023-05-10 10:29:59 +02:00
Wojtek Figat
3bff65d6b6 Minor fix 2023-05-10 10:03:13 +02:00
Wojtek Figat
1069ff0c60 Merge branch 'Menotdan-master' 2023-05-10 10:02:14 +02:00
Wojtek Figat
03ab243f9b Merge branch 'master' of https://github.com/Menotdan/FlaxEngine into Menotdan-master 2023-05-10 10:02:06 +02:00
Wojtek Figat
b9d8e2b336 Merge branch 'GoaLitiuM-optimize_profiler_asset_sort' 2023-05-10 09:56:29 +02:00
Wojtek Figat
ac67813198 Optimize code to alloc memory manually in #1088 2023-05-10 09:31:54 +02:00
Wojtek Figat
6c2ba51926 Merge branch 'GoaLitiuM-object_array_marshalling' into 1.6 2023-05-10 09:22:27 +02:00
Wojtek Figat
c73897ce7f Merge branch 'object_array_marshalling' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-object_array_marshalling 2023-05-10 09:22:22 +02:00
Wojtek Figat
32bab1e7bf Minor tweak 2023-05-10 09:22:19 +02:00
Wojtek Figat
e26d793976 Merge branch 'GoaLitiuM-force_gc' into 1.6 2023-05-10 08:44:34 +02:00
Wojtek Figat
9e3c0f5e26 Merge branch 'force_gc' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-force_gc 2023-05-10 08:44:25 +02:00