Commit Graph

6702 Commits

Author SHA1 Message Date
Wojtek Figat
b7f269f9bd Merge branch 'collision-creation-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-collision-creation-fix 2023-05-05 16:05:26 +02:00
Wojtek Figat
bb4c459296 Merge branch 'Tryibion-reopen-all-active-scenes' 2023-05-05 15:58:58 +02:00
Wojtek Figat
404340b02e Improve #1025 2023-05-05 15:58:18 +02:00
Wojtek Figat
50c6b23e35 Merge branch 'reopen-all-active-scenes' of https://github.com/Tryibion/FlaxEngine into Tryibion-reopen-all-active-scenes 2023-05-05 15:47:41 +02:00
Chandler Cox
95d798f49e Standardize to changing the folder for any proxy that can not be created in the current view. 2023-05-05 08:30:17 -05:00
Wiktor Kocielski
42a9eaf72e Make DebugDraw render lines with unlit PS 2023-05-05 16:29:12 +03:00
Chandler Cox
86044fcc05 Change logic for Random Rang particle nodes 2023-05-05 08:17:07 -05:00
Wojtek Figat
285a824858 Fix crash when removing particle emitter from system that has old parameter override
#1044
2023-05-05 15:08:53 +02:00
Wojtek Figat
37e8fa7b76 Fix creating localization table on blank project
#1060
2023-05-05 14:54:42 +02:00
Wojtek Figat
315df12fbe Favor passing Tag as value since it's just uint32 under the hood 2023-05-05 14:34:32 +02:00
Wojtek Figat
3a3e8e2ad5 Fix actors spawning in prefab editor 2023-05-05 14:18:32 +02:00
Wojtek Figat
ec2226f06e Fixes for dotnet7 after #1061 and 5e31a678bd 2023-05-05 11:58:11 +02:00
Wojtek Figat
22239bc2d1 Merge remote-tracking branch 'origin/master' into 1.6 2023-05-05 11:41:32 +02:00
Wojtek Figat
238526bdc4 Merge branch 'GoaLitiuM-managed_handle_fix' into 1.6 2023-05-05 11:40:43 +02:00
Wojtek Figat
b1988776ab Merge branch 'managed_handle_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-managed_handle_fix 2023-05-05 11:40:37 +02:00
Wojtek Figat
de1ba2de6f Merge branch 'RuanLucasGD-improv_material_proxy' 2023-05-05 11:38:39 +02:00
Wojtek Figat
65a68131cc Improve name construction in #1038 2023-05-05 11:38:28 +02:00
Wojtek Figat
c6ecf12c32 Merge branch 'improv_material_proxy' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-improv_material_proxy 2023-05-05 11:36:21 +02:00
Wojtek Figat
177d48acb5 Merge branch 'Tryibion-delete-bug-fix' 2023-05-05 11:26:25 +02:00
Wojtek Figat
695b630e79 Merge branch 'delete-bug-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-delete-bug-fix 2023-05-05 11:26:09 +02:00
Wojtek Figat
ea1b2ada50 Merge branch 'Withaust-staticflagtypofix' 2023-05-05 11:24:29 +02:00
Wojtek Figat
912d1503e5 Merge branch 'staticflagtypofix' of https://github.com/Withaust/FlaxEngine into Withaust-staticflagtypofix 2023-05-05 11:24:23 +02:00
Wojtek Figat
9c9bb7ca53 Merge branch 'Tryibion-vect3-add-fix' 2023-05-05 11:23:41 +02:00
Wojtek Figat
c665cc99b9 Merge branch 'vect3-add-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-vect3-add-fix 2023-05-05 11:22:59 +02:00
Wojtek Figat
bd43ca236b Merge branch 'Tryibion-unload-scenes' 2023-05-05 11:13:48 +02:00
Wojtek Figat
9e7fb79859 Merge branch 'unload-scenes' of https://github.com/Tryibion/FlaxEngine into Tryibion-unload-scenes 2023-05-05 11:11:33 +02:00
Wojtek Figat
9cd8a74bba Merge branch 'RuanLucasGD-small_fix_combobox' 2023-05-05 11:09:36 +02:00
Wojtek Figat
daa06cb320 Merge branch 'small_fix_combobox' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-small_fix_combobox 2023-05-05 11:09:27 +02:00
Wojtek Figat
bc1da787de Merge branch 'Tryibion-darker-drag-between' 2023-05-05 10:59:37 +02:00
Wojtek Figat
11a8bb59ce Merge branch 'darker-drag-between' of https://github.com/Tryibion/FlaxEngine into Tryibion-darker-drag-between 2023-05-05 10:58:48 +02:00
Wojtek Figat
a324e05e8f Merge branch 'Tryibion-col-size-edit' 2023-05-05 10:55:20 +02:00
Wojtek Figat
747abba4f7 Merge branch 'col-size-edit' of https://github.com/Tryibion/FlaxEngine into Tryibion-col-size-edit 2023-05-05 10:55:13 +02:00
Wojtek Figat
e9eb9890a0 Merge branch 'RuanLucasGD-changes_particle_window' 2023-05-05 10:52:49 +02:00
Wojtek Figat
deaab07793 Merge branch 'changes_particle_window' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-changes_particle_window 2023-05-05 10:52:41 +02:00
Wojtek Figat
5e31a678bd Improve C# Object comparison by using native pointer compare #1061 #713 #795 2023-05-05 10:49:07 +02:00
Wojtek Figat
f0176c3520 Merge branch 'RuanLucasGD-simplify_actor_comparations' 2023-05-05 10:16:56 +02:00
Wojtek Figat
142202f519 Merge branch 'simplify_actor_comparations' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-simplify_actor_comparations 2023-05-05 10:16:47 +02:00
Wojtek Figat
634053432e Merge branch 'GoaLitiuM-weak_handle_improvements_2' into 1.6 2023-05-05 10:04:33 +02:00
Wojtek Figat
17fbfc969b Merge branch 'weak_handle_improvements_2' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-weak_handle_improvements_2 2023-05-05 10:04:27 +02:00
Wojtek Figat
e8e3d5dfa6 Merge branch 'GoaLitiuM-reuse_pooled_array_buffers' into 1.6 2023-05-05 10:02:34 +02:00
Wojtek Figat
f82e4b332d Merge branch 'reuse_pooled_array_buffers' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-reuse_pooled_array_buffers 2023-05-05 10:02:28 +02:00
Wojtek Figat
433a398b45 Fix array copy in #1065 2023-05-05 10:00:44 +02:00
Wojtek Figat
ca9d98f466 Merge branch 'GoaLitiuM-custom_attrib_caching' into 1.6 2023-05-05 09:58:59 +02:00
Wojtek Figat
e97653d3f3 Merge branch 'custom_attrib_caching' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-custom_attrib_caching 2023-05-05 09:58:48 +02:00
Wojtek Figat
b98d3ae572 Update splash screen quotes 2023-05-05 09:36:32 +02:00
Wojtek Figat
53223bb2ab Update splash screen quotes 2023-05-05 09:35:19 +02:00
Wojtek Figat
848ab51753 Adjust Visject CM header background 2023-05-05 09:24:47 +02:00
Wojtek Figat
d56f7a211f Optimize UI performance when destroying complex UI structures 2023-05-05 09:23:22 +02:00
Chandler Cox
98a5985ce9 Fix bug of the collection size changing while still editing or sliding the size box. 2023-05-04 11:03:39 -05:00
Wojtek Figat
71a5d56105 Add support for importing skeleton-only as Skinned Model (eg. from animation file to have skeleton for retargeting) 2023-05-04 15:43:44 +02:00