Wojtek Figat
cfb8350c65
Fix anim graph debugging to handle nested graph connections highlights properly
2024-02-07 19:22:07 +01:00
Wojtek Figat
a38d1ad7cc
Fix anim graph trace events debugging to include nodes path for nested graphs
2024-02-07 19:03:38 +01:00
Wojtek Figat
e75902e900
Variosu tweaks
2024-02-07 18:56:07 +01:00
Wojtek Figat
d1f40d1c47
Fix missing visibleIf attr
2024-02-07 18:53:55 +01:00
Wojtek Figat
2042525e92
Add pooling to some StringBuilder objects in build tool
2024-02-07 18:53:09 +01:00
Wojtek Figat
8441726da7
Improve support for fixed-arrays in api fields
2024-02-07 18:43:48 +01:00
Wojtek Figat
c67d352065
Refactor win32 exe icon updating
...
#928
2024-02-07 12:51:52 +01:00
Wojtek Figat
25ce571637
Merge branch 'nothingTVatYT-patch-1'
2024-02-07 12:23:06 +01:00
nothingTVatYT
a9259b20a4
fix off-by-one in collection range check
...
The check failed randomly after script reloading an dissued the following error:
```
00:19:37.789 ]: [Error] Exception has been thrown during Window.OnDraw.
Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
[ 00:19:37.805 ]: [Warning] Exception has been thrown during Window.OnUpdate. Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
Stack strace:
at FlaxEditor.GUI.Tabs.Tabs.get_SelectedTab() in /home/me/Flax/FlaxEngine/Source/Editor/GUI/Tabs/Tabs.cs:line 242
```
2024-02-07 02:01:39 +01:00
Wojtek Figat
169024ae47
Fix new asset naming to always validate filename
...
#2212
2024-02-06 17:39:43 +01:00
Wojtek Figat
13a3035094
Merge branch 'MineBill-button-custom-editors'
2024-02-06 17:27:40 +01:00
Wojtek Figat
7c9218840d
Format code #2149
2024-02-06 17:27:27 +01:00
Wojtek Figat
876cb4f0c3
Merge branch 'button-custom-editors' of https://github.com/MineBill/FlaxEngine into MineBill-button-custom-editors
2024-02-06 17:13:12 +01:00
Wojtek Figat
5fc768bbbd
Fix spatial audio playback in OpenAL with Large Worlds enabled
...
#2015
2024-02-06 17:10:55 +01:00
Wojtek Figat
9da9a122b8
Fix error in Editor
2024-02-06 16:59:17 +01:00
Wojtek Figat
367569b7b1
Merge branch 'envision3d-feature/817-terrain-smoothing'
2024-02-06 16:58:58 +01:00
Wojtek Figat
6954a488ea
Codestyle fixes
2024-02-06 16:38:44 +01:00
Wojtek Figat
0c762bb12f
Merge branch 'feature/817-terrain-smoothing' of https://github.com/envision3d/FlaxEngine into envision3d-feature/817-terrain-smoothing
2024-02-06 16:34:15 +01:00
Wojtek Figat
c039980436
Merge branch 'Tryibion-collection-ui'
2024-02-06 16:33:39 +01:00
Wojtek Figat
27f4451c0c
Merge branch 'collection-ui' of https://github.com/Tryibion/FlaxEngine into Tryibion-collection-ui
2024-02-06 16:20:04 +01:00
Wojtek Figat
83476b6c7a
Merge branch 'RuanLucasGD-Anim-Skeleton-Mask-parameter'
2024-02-06 16:17:50 +01:00
Wojtek Figat
c0e3b27880
Codestyle fix #2211
2024-02-06 16:17:43 +01:00
Wojtek Figat
d6a51dc06c
Merge branch 'Anim-Skeleton-Mask-parameter' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-Anim-Skeleton-Mask-parameter
2024-02-06 16:16:12 +01:00
Wojtek Figat
983ae8dcb7
Merge branch 'nothingTVatYT-fix-root-motion'
2024-02-06 16:10:27 +01:00
Wojtek Figat
6272caffa5
Merge branch 'fix-root-motion' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-fix-root-motion
2024-02-06 16:10:20 +01:00
Wojtek Figat
5a50ec592f
Add clickable parsing errors in build tool
2024-02-06 16:01:49 +01:00
Wojtek Figat
873be6ac17
Convert Matrix3x3 into normal type
2024-02-06 15:41:35 +01:00
Wojtek Figat
465c14c04a
Remove leftover log
2024-02-06 15:06:29 +01:00
Wojtek Figat
d33ff4306f
Fix sprite atlas limit on 4096
...
#2218
2024-02-06 14:49:44 +01:00
Wojtek Figat
6528e14f37
Merge branch 'Tryibion-fix-scrollbar-show'
2024-02-06 12:13:49 +01:00
Wojtek Figat
0776529a57
Merge branch 'fix-scrollbar-show' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-scrollbar-show
2024-02-06 12:13:41 +01:00
Wojtek Figat
74203e63c8
Merge branch 'Tryibion-fix-plugin-create-name'
2024-02-06 12:12:58 +01:00
Wojtek Figat
0d8464dbd9
Merge branch 'fix-plugin-create-name' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-plugin-create-name
2024-02-06 12:12:54 +01:00
Wojtek Figat
40632a4a88
Fix missing default value for new Visject method parameter if method uses Vector param
...
#2204
2024-02-06 12:10:05 +01:00
Wojtek Figat
6d757946c5
Fix crash when adding physics scene with auto simulation
...
#2180
2024-02-06 11:49:12 +01:00
Wojtek Figat
f1055aa0e3
Merge branch 'nothingTVatYT-fix-plugins-window'
2024-02-06 11:43:08 +01:00
Wojtek Figat
479a917c59
Tweak #2186
2024-02-06 11:42:55 +01:00
Wojtek Figat
060440195d
Merge branch 'fix-plugins-window' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-fix-plugins-window
2024-02-06 11:40:05 +01:00
Wojtek Figat
feebe4f59a
Merge branch 'Tryibion-multinode-drop-location'
2024-02-06 11:36:50 +01:00
Wojtek Figat
2b63a8ae4c
Merge branch 'multinode-drop-location' of https://github.com/Tryibion/FlaxEngine into Tryibion-multinode-drop-location
2024-02-06 11:36:46 +01:00
Wojtek Figat
b8d848bfc9
Merge branch 'Tryibion-dropdown-scale-fix'
2024-02-06 11:35:24 +01:00
Wojtek Figat
e6d90f7371
Merge branch 'dropdown-scale-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-dropdown-scale-fix
2024-02-06 11:35:13 +01:00
Wojtek Figat
ee38227174
Merge branch 'Tryibion-window-adjust'
2024-02-06 11:34:33 +01:00
Wojtek Figat
b148303b7d
Merge branch 'window-adjust' of https://github.com/Tryibion/FlaxEngine into Tryibion-window-adjust
2024-02-06 11:34:17 +01:00
Wojtek Figat
9b7b9f4fdb
Merge branch 'Tryibion-Remove-auto-editor-mods'
2024-02-06 11:26:22 +01:00
Wojtek Figat
84927c79fc
Merge branch 'Remove-auto-editor-mods' of https://github.com/Tryibion/FlaxEngine into Tryibion-Remove-auto-editor-mods
2024-02-06 11:26:17 +01:00
Wojtek Figat
c196e704bb
Merge branch 'NoriteSC-BugFixes'
2024-02-06 11:13:07 +01:00
Wojtek Figat
b2621ff799
Codestyle fix for #2214
2024-02-06 11:13:00 +01:00
Wojtek Figat
756a991c2c
Merge branch 'BugFixes' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-BugFixes
2024-02-06 11:10:30 +01:00
Wojtek Figat
2be0765158
Merge branch 'z1dev-master'
2024-02-06 11:09:47 +01:00