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
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
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
9da9a122b8
Fix error in Editor
2024-02-06 16:59:17 +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
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
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
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
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
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
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
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
b2d0afd4ef
Simplify code in #2202 for script type searching
2024-02-06 11:09:08 +01:00
Wojtek Figat
741682b5e7
Merge branch 'drag-actor-script' of https://github.com/Tryibion/FlaxEngine into Tryibion-drag-actor-script
2024-02-06 11:01:48 +01:00
Wojtek Figat
0793ebc132
Improve #2221 to be more dynamic when clicking arrow
2024-02-06 10:58:14 +01:00
Wojtek Figat
cde9fe8f9c
Merge branch 'cont-key-tree' of https://github.com/Tryibion/FlaxEngine into Tryibion-cont-key-tree
2024-02-06 10:54:34 +01:00
Chandler Cox
dec9fbd74b
Add hold arrow key in tree to continuously scroll actors
2024-02-02 09:18:48 -06:00
ruan
74d348706c
Add skeleton mask asset parameter to Blend With Mask anim node.
2024-01-27 14:23:41 -04:00
Chandler Cox
9874b753cb
Merge branch 'master' into collection-ui
2024-01-26 09:54:03 -06:00
Chandler Cox
b85f471fcb
Add drag cleanup on destroy.
2024-01-23 08:59:27 -06:00
Chandler Cox
f306d34a6e
Add drag drop for actor script items into scenes and prefabs.
2024-01-23 08:34:15 -06:00
envision3d
045f49d2d6
Fixes terrain smoothing separation issue
2024-01-22 22:25:53 -06:00
Chandler Cox
d5e9ad2147
Adjust combobox window position based on what direction it opens.
2024-01-22 21:01:04 -06:00
Chandler Cox
ce658acb22
Dont include editor modules in auto generated git plugin pulling.
2024-01-22 18:03:14 -06:00
Chandler Cox
0d3b81b8ca
Change drop location of multiple nodes to be vertical.
2024-01-22 17:37:02 -06:00
nothingTVatYT
40e75465a3
fix plugin entry layout
2024-01-17 22:46:49 +01:00
Chandler Cox
2c5095e0a1
Fix Plugin Project creation when the user types in symbols.
2024-01-12 20:35:59 -06:00
Wojtek Figat
a82ea17864
Merge branch 'move-shortkey' of https://github.com/Tryibion/FlaxEngine into Tryibion-move-shortkey
2024-01-10 11:01:07 +01:00
Chandler Cox
1e061b77af
Add back in checking for textRect x location.
2024-01-08 19:48:12 -06:00
Chandler Cox
afb5edb824
Adjust ContextMenu ShortKeys as needed to accommodate for scrollbar when visible.
2024-01-08 19:45:54 -06:00
Wojtek Figat
8c2a156e1f
Add SourceState and DestinationState modes to State Machine interruption modes in Anim Graph
...
#1735
2024-01-07 18:34:15 +01:00
Wojtek Figat
af0439f3ce
Add displaying playback position of animation in Anim Graph window
2024-01-05 22:06:44 +01:00
Wojtek Figat
7f4d2d8db6
Fix GPU profiler event percentage calculation and add tint highlight to spot slow entries
2024-01-05 12:53:48 +01:00
Wojtek Figat
f145809765
Merge branch 'multi-visibleif' of https://github.com/Menotdan/FlaxEngine into Menotdan-multi-visibleif
2024-01-05 10:39:38 +01:00
Wojtek Figat
ba70f351ef
Merge branch 'Blender-Link' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-Blender-Link
2024-01-05 10:38:38 +01:00
Wojtek Figat
28e64da4b4
Merge branch 'profiling_hotkey_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-profiling_hotkey_fix
2024-01-04 11:28:09 +01:00
Wojtek Figat
05d6767dd3
Merge branch 'master' of https://github.com/z1dev/FlaxEngine into z1dev-master
2024-01-04 11:25:53 +01:00
Wojtek Figat
33d2dfc5c9
Merge branch 'guid-picker' of https://github.com/Tryibion/FlaxEngine into Tryibion-guid-picker
2024-01-04 11:24:34 +01:00
Wojtek Figat
408c8fbdf0
Merge branch 'save-editor-window-docking' of https://github.com/MineBill/FlaxEngine into MineBill-save-editor-window-docking
2024-01-04 11:23:28 +01:00
MineBill
5158de4ac6
Added a tooltip for the listen button.
2024-01-02 19:46:08 +02:00
MineBill
a5d0916f93
Add custom editor for buttons that allow listening for them inside the editor.
2024-01-02 19:36:27 +02:00
Wojtek Figat
329bab1102
Fix minor issue
2024-01-02 11:06:54 +01:00