Commit Graph
12251 Commits
Author SHA1 Message Date
Tryibion 1fb6586dff Add collection item duplication. 2025-07-19 16:09:33 -05:00
Tryibion e6265105b5 Move to interface options. 2025-07-19 15:39:11 -05:00
mafiesto4 892e2e0d1e Fix fullscreen borderless window on macOS 2025-07-19 16:46:10 +02:00
mafiesto4 90551b32bc Add version to game settings 2025-07-19 16:40:34 +02:00
mafiesto4 cd08eeaf95 Fix running cooked game o macOS 2025-07-19 16:08:27 +02:00
Olly Rybak f8dadac453 Fixed up some names and added docs 2025-07-19 22:37:35 +10:00
mafiesto4 f87e2c2229 Merge branch '1.11' of https://gitlab.flaxengine.com/flax/flaxengine into 1.11 2025-07-19 11:14:58 +02:00
mafiesto4 18035a8604 Fix incorrect image buffer usage in Render Output Control 2025-07-19 11:14:54 +02:00
Tryibion fc46219a82 Add support for multi-select disable. 2025-07-17 23:09:36 -05:00
Tryibion 2546e19d65 Add shift selection for tree nodes 2025-07-17 23:07:06 -05:00
mafiesto4 6763436eff Add logging missing instance layer on Vulkan 2025-07-15 20:10:01 +02:00
mafiesto4 2754d61c05 Fix building Tracy for Switch 2025-07-15 19:31:07 +02:00
mafiesto4 7fd278a689 Fix .NET version to use selection for consoles with fixed setup 2025-07-15 13:34:43 +02:00
mafiesto4 3e0c085bf3 Add error log when adding/removign actors during rendering or when ConcurrentSystemLocker deadlocks 2025-07-15 12:34:40 +02:00
mafiesto4 c882b547c8 Fix game UI focus loss when hiding focused control to maintain gamepad navigation in Editor 2025-07-15 12:34:02 +02:00
mafiesto4 9646dd3fc2 Fix AutoFocus on ContainerControl to be false by default 2025-07-15 12:33:33 +02:00
mafiesto4 c0cce748cc Optimize Array::RemoveAtKeepOrder 2025-07-15 00:12:31 +02:00
mafiesto4 ab8612a914 Add profiler events to editor gizmo 2025-07-14 22:24:27 +02:00
mafiesto4 20f1e67700 Optimize Spline debug rendering far from camera 2025-07-14 21:09:28 +02:00
mafiesto4 a22b33d3bb Fix missing sphere bounds update for splines 2025-07-14 20:26:41 +02:00
mafiesto4 8ed2d6da56 Optimize Debug Draw performance of splines to use frustum culling 2025-07-14 20:26:24 +02:00
mafiesto4 bb37f980ed Fix regression in debug draw from 4af26a5516 2025-07-14 20:25:49 +02:00
mafiesto4 349547f66c Merge remote-tracking branch 'origin/master' into 1.11
# Conflicts:
#	Source/Engine/Particles/Particles.cpp
2025-07-14 18:35:53 +02:00
mafiesto4 a1e4ed05c4 Don't force load asset on asset clone if it's unused 2025-07-14 18:14:09 +02:00
mafiesto4 10e9aee8ce Add particle data layout debugger tab 2025-07-14 10:28:43 +02:00
mafiesto4 4af26a5516 SImplify editor code for actors debug shapes drawing 2025-07-11 23:00:53 +02:00
mafiesto4 3e82e550f3 Add option for debug shapes drawing for particle emitters
#3267
2025-07-11 23:00:41 +02:00
Saas 33b540ed9e fix naming and treat unfolded category items as normal items 2025-07-10 20:07:52 +02:00
Saas 50871d8885 simplify and fix edge case in item list scrolling while holding control 2025-07-09 18:41:41 +02:00
mafiesto4 c27a9808c4 Fix unwanted code 2025-07-09 10:02:20 +02:00
mafiesto4 bdaf31b54f Optimize Arena Allocator to store page metadata within itself to save on allocs 2025-07-09 00:22:35 +02:00
mafiesto4 3abbf08f1f Optimize foliage rendering with concurrent arena allocator 2025-07-08 22:18:00 +02:00
mafiesto4 a8eb4fc140 Add allocator tag support for Dictionary and HashSet 2025-07-07 23:22:32 +02:00
xxSeys1 83374164db haha I did not copy paste that comment 2025-07-06 21:31:26 +02:00
xxSeys1 c5bfc6bc3d add option to add sphere in add colliders menu 2025-07-06 21:28:01 +02:00
Tryibion d698bf96cc Apply particle effect parameter overrides when emitter is changed and when activated in the tree. 2025-07-05 19:36:45 -05:00
Tryibion b3f88e156c Small change to out variable that is not used anymore. 2025-07-05 18:11:26 -05:00
Tryibion 7418d60f24 Add editor option for build configuration when using cook and run. 2025-07-05 18:09:30 -05:00
MrCapy0 3981d5090c change color gradiant node 8 to 11 stops 2025-07-05 10:27:45 -04:00
mafiesto4 48c6339ebb Fix memory leak on material instances when updating layout of Text Render 2025-07-04 12:21:25 +02:00
mafiesto4 2dd34b288c Merge remote-tracking branch 'origin/master' into 1.11 2025-07-04 12:05:19 +02:00
mafiesto4 0bc595f16f Disable terarin normals smoothening 2025-07-04 12:04:36 +02:00
mafiesto4 7abed93972 Optimize terrain heightmap decoding to use shared code 2025-07-04 11:31:27 +02:00
Ari Vuollet 51feaa0730 Release mouse relative mode when focus changes during mouse tracking 2025-07-03 23:21:42 +03:00
Ari Vuollet 8e69aa8bd6 Fix error while closing Editor 2025-07-03 22:57:07 +03:00
Ari Vuollet 90b2fded48 Merge remote-tracking branch 'origin/master' into sdl_platform
# Conflicts:
#	Source/Editor/Windows/SceneTreeWindow.cs
2025-07-03 22:05:29 +03:00
Ari Vuollet 9125ffeb9e Update third-party label in About dialog 2025-07-03 22:02:37 +03:00
Ari Vuollet 28980e5fbf Cleanup 2025-07-03 22:02:36 +03:00
Ari Vuollet aab0d772a4 Implement client-side window decorations for Editor windows 2025-07-03 22:02:36 +03:00
mafiesto4 4b10d7057a Fix crash when using material instance that has more parameters that base due to material error 2025-07-03 20:33:14 +02:00