Commit Graph

8573 Commits

Author SHA1 Message Date
Wojtek Figat
4a90663b1c Fix post merge 2024-08-16 15:03:04 +02:00
Wojtek Figat
21b4c7c916 Merge remote-tracking branch 'origin/master' into 1.9 2024-08-16 14:52:57 +02:00
Wojtek Figat
ceb23c14c9 Merge branch 'feature/fix-prefab-crash' of https://github.com/envision3d/FlaxEngine into envision3d-feature/fix-prefab-crash 2024-08-16 14:52:25 +02:00
Wojtek Figat
c4c25fc21f Optimize SceneObjectsFactory::SynchronizeNewPrefabInstances when loading large scenes 2024-08-16 14:49:43 +02:00
Wojtek Figat
330d769bdc Optimize SceneObjectsFactory::SetupPrefabInstances when loading large scenes 2024-08-15 23:27:00 +02:00
Wojtek Figat
b22a719204 Merge branch 'keep-scroll' of https://github.com/Tryibion/FlaxEngine into Tryibion-keep-scroll 2024-08-15 15:38:19 +02:00
Chandler Cox
dcffb422e5 Change actor scroll cache to use guid and float instead of strings, remove onactor removed code to keep values after undo. 2024-08-15 08:37:00 -05:00
Wojtek Figat
1c77245818 Merge branch 'req-exit' of https://github.com/Tryibion/FlaxEngine into Tryibion-req-exit 2024-08-15 15:34:52 +02:00
Wojtek Figat
7ded585c0b Improve debug shapes drawing
#2833
2024-08-15 15:31:04 +02:00
Wojtek Figat
c67385ef80 Merge branch 'prefab-physics-draw' of https://github.com/Tryibion/FlaxEngine into Tryibion-prefab-physics-draw 2024-08-15 15:26:19 +02:00
Wojtek Figat
b551610604 Merge branch 'isnormalized_checks' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-isnormalized_checks 2024-08-15 15:21:58 +02:00
Wojtek Figat
4f2c59231a Merge branch 'handle-.f' of https://github.com/Tryibion/FlaxEngine into Tryibion-handle-.f 2024-08-15 15:18:42 +02:00
Wojtek Figat
51bf5cd1bf Fix to not call GetQueuedBuffersCount unless needed for the looping fix
#2834
2024-08-15 15:16:32 +02:00
Wojtek Figat
a6e2a45869 Merge branch 'fix-stop-audio' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-stop-audio 2024-08-15 15:14:25 +02:00
Chandler Cox
a6b4f2fc63 Remove extra include. 2024-08-15 08:07:04 -05:00
Wojtek Figat
762419d4c4 Merge branch 'anim-slot-blend' of https://github.com/Tryibion/FlaxEngine into Tryibion-anim-slot-blend 2024-08-15 15:06:39 +02:00
Wojtek Figat
549a779a59 Merge branch 'apply-hrtf-init' of https://github.com/Tryibion/FlaxEngine into Tryibion-apply-hrtf-init 2024-08-15 15:03:49 +02:00
Wojtek Figat
75cd7feffa Merge branch 'surf-param-sort' of https://github.com/Tryibion/FlaxEngine into Tryibion-surf-param-sort 2024-08-15 15:01:57 +02:00
Wojtek Figat
4e5c163732 Merge branch 'expose-actor-func' of https://github.com/Tryibion/FlaxEngine into Tryibion-expose-actor-func 2024-08-15 14:59:54 +02:00
Wojtek Figat
94d4ea8a40 Merge branch 'descript-cm-anim-mat' of https://github.com/Tryibion/FlaxEngine into Tryibion-descript-cm-anim-mat 2024-08-15 14:56:35 +02:00
Wojtek Figat
70e7b0d527 Merge branch 'Tryibion-edit-scroll-shift' 2024-08-15 14:24:10 +02:00
Wojtek Figat
610cc2cd4f Merge branch 'terrain-mode-visible' of https://github.com/Tryibion/FlaxEngine into Tryibion-terrain-mode-visible 2024-08-15 14:23:07 +02:00
Wojtek Figat
7ed3340028 Merge branch 'edit-scroll-shift' of https://github.com/Tryibion/FlaxEngine into Tryibion-edit-scroll-shift 2024-08-15 14:21:38 +02:00
Wojtek Figat
74ce7e89d2 Merge branch 'terrain-gizmo-shift' of https://github.com/Tryibion/FlaxEngine into Tryibion-terrain-gizmo-shift 2024-08-15 14:15:33 +02:00
Wojtek Figat
52cc327f2b Merge branch 'foliage-gizmo-resize' of https://github.com/Tryibion/FlaxEngine into Tryibion-foliage-gizmo-resize 2024-08-15 14:13:19 +02:00
Wojtek Figat
8586a44c79 Merge branch 'obj-ref-color' of https://github.com/Tryibion/FlaxEngine into Tryibion-obj-ref-color 2024-08-15 13:04:28 +02:00
Wojtek Figat
222768d363 Merge branch 'rem-def-lod-terr' of https://github.com/Tryibion/FlaxEngine into Tryibion-rem-def-lod-terr 2024-08-15 13:03:27 +02:00
Wojtek Figat
14cb059b34 Merge branch 'inc-lerp-node-size' of https://github.com/Tryibion/FlaxEngine into Tryibion-inc-lerp-node-size 2024-08-15 13:02:16 +02:00
Wojtek Figat
45e83d6d15 Add feedback from PVS (static code analyzer)
https://pvs-studio.com/en/blog/posts/cpp/1153/
2024-08-15 13:01:40 +02:00
Wojtek Figat
e7f1afdfaa Fix GlobalSDF tracing artifacts in reflections by using occlusion bias relative to each cascade voxel size
#2743
2024-08-15 12:04:39 +02:00
Chandler Cox
1ca7261f06 Add description to cm in Particle emitter surface. 2024-08-13 16:49:34 -05:00
Chandler Cox
6f15bf7209 Expose additional Actor virtual methods to c# 2024-08-13 15:14:07 -05:00
Chandler Cox
da4058141b Change Object Reference "None" to be grayed out instead of error orange. 2024-08-13 14:24:43 -05:00
Chandler Cox
77729bc340 Remove default value comment from terrain LOD. 2024-08-12 20:46:29 -05:00
Chandler Cox
ace45eabf3 Keep properties window scroll for actors. 2024-08-12 20:36:26 -05:00
Wojtek Figat
596ad18ce3 Add smooth light brightness fade out at last 10% of ViewDistance (if used) 2024-08-12 18:32:33 +02:00
Wojtek Figat
f025f923ae Increase limit on Global Surface Atlas objects culling to prevent artifacts in dense scenes 2024-08-12 15:35:29 +02:00
Wojtek Figat
fbd3b9372b Fix crash when reading invalid data from file 2024-08-12 15:35:02 +02:00
Wojtek Figat
824d6701d8 Add improved default value detection for scripting object references in bindings generator 2024-08-12 15:34:39 +02:00
Wojtek Figat
63bee0c78d Add IndirectLightingIntensity to Sky for GI intensity control 2024-08-12 15:34:08 +02:00
Wojtek Figat
bcb0200435 Fix GPU-based SDF generation to reject negative distance from far away triangles 2024-08-12 10:55:27 +02:00
Chandler Cox
9c4129a2a3 Add todo for immediate transition. 2024-08-11 13:24:57 -05:00
Wojtek Figat
8f18d654ee Add copy/paste for material instance parameters via context menu on Parameters group header 2024-08-10 20:46:33 +02:00
Wojtek Figat
97ab8940f0 Fix bug with missing baked SDF data on save when asset data chunk memory was freed by GC 2024-08-10 20:45:59 +02:00
Chandler Cox
ae7a21504b Increase Lerp node size 2024-08-10 10:42:27 -05:00
Chandler Cox
c871613616 Change terrain modes to not be visible if no terrain panel is showing 2024-08-10 10:30:26 -05:00
Chandler Cox
94334ae52d Dont zoom in edit game window if shift is clicked and window is not focused 2024-08-10 10:02:31 -05:00
Chandler Cox
002aac08e8 Add resizing foliage paint gizmo with shift scroll. 2024-08-10 09:31:00 -05:00
Chandler Cox
9d7d66f235 Add check for not having right mouse button down for changing terrain gizmo sizes. 2024-08-10 09:19:34 -05:00
Chandler Cox
e954417c2f Set EnableHRTF on audio init to match audio settings value. 2024-08-09 13:31:27 -05:00