Wojtek Figat
|
1b40775d62
|
Fix deadloop in HtmlParser when parsing text with incorrect tags
|
2025-06-27 11:56:09 +02:00 |
|
Wojtek Figat
|
45e82d21f4
|
Fix ConcurrentSystemLocker to guard for a single writer at once
|
2025-06-26 19:51:06 +02:00 |
|
Wojtek Figat
|
5c37584eca
|
Minor adjustment for alignment of perf-critical variables in rendering
|
2025-06-26 19:50:42 +02:00 |
|
Wojtek Figat
|
674fda7375
|
Add resizing to Custom Code nodes in Materials
|
2025-06-26 19:50:04 +02:00 |
|
Wojtek Figat
|
d1c43ec1fe
|
Merge remote-tracking branch 'origin/master' into 1.11
|
2025-06-25 10:48:11 +02:00 |
|
Wojtek Figat
|
dbd8297612
|
Add SortOrder to Environment Probe
|
2025-06-24 19:25:18 +02:00 |
|
Wojtek Figat
|
8d62a13cbc
|
Add LayoutElementsContainer.Image with IBrush
|
2025-06-24 18:32:20 +02:00 |
|
Wojtek Figat
|
5a05038a9b
|
Add new UIBrush that uses UIBrushAsset json resource with a brush data
|
2025-06-24 13:08:25 +02:00 |
|
Wojtek Figat
|
c57a1a7205
|
Fix particle emitters to wait for used textures to be loaded and streamed in for proper usage in a graph
|
2025-06-23 09:31:58 +02:00 |
|
Wojtek Figat
|
867ae2ceaa
|
Add Texture Size node to particles
|
2025-06-23 09:31:15 +02:00 |
|
Wojtek Figat
|
ef5d45874a
|
Fix compilation regression
|
2025-06-22 12:12:42 +02:00 |
|
Wojtek Figat
|
d7df403e5e
|
Optimize ContainerControl.DisposeChildren
|
2025-06-20 09:05:41 +02:00 |
|
Wojtek Figat
|
d3a50cdacb
|
Optimize Actor::DestroyChildren
|
2025-06-20 09:05:25 +02:00 |
|
Wojtek Figat
|
2e10d776e9
|
Optimize updating actor rendering entry with better thread locking that support async writes on actor update
|
2025-06-19 14:04:06 +02:00 |
|
Wojtek Figat
|
4ac870f701
|
Optimize physics transformation updates propagation in async via Job System
|
2025-06-19 13:57:50 +02:00 |
|
Wojtek Figat
|
6144f6c74e
|
Optimize physics simulation with higher limit of 8 threads
|
2025-06-19 09:50:07 +02:00 |
|
Wojtek Figat
|
edb6884942
|
Optimize PhysX work dispatcher to be shared by all scenes
|
2025-06-19 08:24:26 +02:00 |
|
Wojtek Figat
|
62e329ac6e
|
Add more memory tags for Navigation
|
2025-06-18 23:00:43 +02:00 |
|
Wojtek Figat
|
68dce7e4dd
|
Merge remote-tracking branch 'origin/master' into 1.11
|
2025-06-18 22:46:10 +02:00 |
|
Wojtek Figat
|
6479a3d3c6
|
Fix log spam in task when waiting for task to end
|
2025-06-18 22:41:42 +02:00 |
|
Wojtek Figat
|
e41c48f9e5
|
Optimize NavMesh builder when updating a large number of tiles
|
2025-06-18 22:41:26 +02:00 |
|
Wojtek Figat
|
9cfcbfa9d2
|
Fix memory leak on recast objects when building NavMesh tile
|
2025-06-17 23:28:15 +02:00 |
|
Wojtek Figat
|
bcd2b1f0f2
|
Fix Array::RemoveAt to move element and avoid data copies
|
2025-06-17 23:27:26 +02:00 |
|
Wojtek Figat
|
eb6010cba7
|
Fix BitArray again
|
2025-06-16 23:20:20 +02:00 |
|
Wojtek Figat
|
bd2add7edd
|
Tweak memory command tip
|
2025-06-16 23:15:58 +02:00 |
|
Wojtek Figat
|
986693757c
|
Merge remote-tracking branch 'origin/master' into 1.11
|
2025-06-16 22:46:17 +02:00 |
|
Wojtek Figat
|
5a23060e05
|
Add GPUTexture.UploadData for changing texture contents via TextureData container
|
2025-06-16 22:35:50 +02:00 |
|
Wojtek Figat
|
b92c18cf25
|
Fix missing/incorrect toolchain exception to log only once
|
2025-06-16 19:10:35 +02:00 |
|
Wojtek Figat
|
6a82eb114d
|
Fix BitArray bit indexing
|
2025-06-16 19:05:44 +02:00 |
|
Wojtek Figat
|
97b37b3ce4
|
Add PRAGMA_DISABLE_OPTIMIZATION/PRAGMA_ENABLE_OPTIMIZATION
|
2025-06-16 18:00:26 +02:00 |
|
Wojtek Figat
|
22911bbc45
|
Merge branch 'xxSeys1-VisjectCloseButtonFix'
|
2025-06-16 15:02:37 +02:00 |
|
Wojtek Figat
|
cae2720585
|
Merge branch 'VisjectCloseButtonFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-VisjectCloseButtonFix
|
2025-06-16 15:02:32 +02:00 |
|
Wojtek Figat
|
90b6293bc2
|
Add OnPlayEnding to editor modules and windows
#3514
|
2025-06-16 14:56:35 +02:00 |
|
Wojtek Figat
|
117f890612
|
Merge branch 'Zode-scenetree-scroll'
|
2025-06-16 14:50:14 +02:00 |
|
Wojtek Figat
|
a6a2fd2c66
|
Format code
#3526
|
2025-06-16 14:48:18 +02:00 |
|
Wojtek Figat
|
a05ca12770
|
Merge branch 'scenetree-scroll' of https://github.com/Zode/FlaxEngine into Zode-scenetree-scroll
|
2025-06-16 14:44:54 +02:00 |
|
Wojtek Figat
|
abe7785e94
|
Merge branch 'xxSeys1-PrefabEditorScrollToSelectionFix'
|
2025-06-16 14:43:40 +02:00 |
|
Wojtek Figat
|
2cedac8d96
|
Merge branch 'PrefabEditorScrollToSelectionFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-PrefabEditorScrollToSelectionFix
|
2025-06-16 14:43:34 +02:00 |
|
Wojtek Figat
|
ea854a0f7b
|
Fix potential Grid shader accuracy issues
#3229
|
2025-06-16 14:41:43 +02:00 |
|
Wojtek Figat
|
d0817809ff
|
Merge branch 'xxSeys1-ContentFinderImprovements'
|
2025-06-16 14:34:25 +02:00 |
|
Wojtek Figat
|
95f2216f97
|
Merge branch 'ContentFinderImprovements' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ContentFinderImprovements
|
2025-06-16 14:32:31 +02:00 |
|
Wojtek Figat
|
7e5edf1b33
|
Merge branch 'xxSeys1-ClearSearchOnAssetReferenceNavigate'
|
2025-06-16 14:30:58 +02:00 |
|
Wojtek Figat
|
c649a4f4b2
|
Merge branch 'ClearSearchOnAssetReferenceNavigate' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ClearSearchOnAssetReferenceNavigate
|
2025-06-16 14:30:53 +02:00 |
|
Wojtek Figat
|
3c74b315a8
|
Merge branch 'Zode-console-hotkey'
|
2025-06-15 23:47:29 +02:00 |
|
Wojtek Figat
|
f841575378
|
Merge branch 'console-hotkey' of https://github.com/Zode/FlaxEngine into Zode-console-hotkey
|
2025-06-15 23:25:09 +02:00 |
|
Wojtek Figat
|
d90377ed62
|
Merge branch 'Zode-import-export-warnings'
|
2025-06-15 23:23:22 +02:00 |
|
Wojtek Figat
|
c8d622bda9
|
Merge branch 'import-export-warnings' of https://github.com/Zode/FlaxEngine into Zode-import-export-warnings
|
2025-06-15 23:23:18 +02:00 |
|
Wojtek Figat
|
fbf2d8f567
|
Merge branch 'xxSeys1-ItemListImprovedKeyboardNav'
|
2025-06-15 23:06:26 +02:00 |
|
Wojtek Figat
|
42687a792c
|
Merge branch 'ItemListImprovedKeyboardNav' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ItemListImprovedKeyboardNav
|
2025-06-15 22:59:20 +02:00 |
|
Wojtek Figat
|
5c43d35146
|
Merge branch 'Zode-node-alignment'
|
2025-06-15 22:32:29 +02:00 |
|