Wojtek Figat
|
36daa38e0f
|
Fix CollectionEditor to properly support editing multiple arrays
#1818
|
2023-11-10 13:23:32 +01:00 |
|
Wojtek Figat
|
7d70a15034
|
Fix color editing control to properly handle mouse event
#1782
|
2023-11-10 10:20:21 +01:00 |
|
Wojtek Figat
|
39a5b8e635
|
Invert check order
|
2023-11-10 01:32:24 +01:00 |
|
Wojtek Figat
|
d8a54692f0
|
Code cleanup #1785
|
2023-11-09 09:10:25 +01:00 |
|
Wojtek Figat
|
30ca7d52d0
|
Merge branch 'custom-model-matpv' of https://github.com/Menotdan/FlaxEngine into Menotdan-custom-model-matpv
|
2023-11-09 09:06:26 +01:00 |
|
Wojtek Figat
|
d90b723487
|
Code cleanup and usability tweaks for #1600
|
2023-11-08 21:30:31 +01:00 |
|
Wojtek Figat
|
67c22cf3d4
|
Merge branch 'Nodes' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-Nodes
|
2023-11-08 21:19:08 +01:00 |
|
Wojtek Figat
|
a6c47ae17b
|
Merge branch 'ui-usability-improv' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-ui-usability-improv
|
2023-11-08 17:08:23 +01:00 |
|
Wojtek Figat
|
966fb0275b
|
Add SortScore to Visject node archetypes and use it to favor method overrides in Visual Script
|
2023-11-08 11:52:31 +01:00 |
|
Wojtek Figat
|
785d3e8648
|
Fix Output Log window to scroll log on startup properly
|
2023-11-08 11:40:57 +01:00 |
|
Wojtek Figat
|
74bcf7d9e5
|
Fix custom editor layout rebuilding when it has more editors in use
#1616
|
2023-11-07 18:30:05 +01:00 |
|
Wojtek Figat
|
22d754e797
|
Fix error during new json asset creation via ContentContextMenu if the class is missing empty constructor
#1838
|
2023-11-07 16:21:56 +01:00 |
|
Wojtek Figat
|
0d85094ebb
|
Fix error during new json asset creation via ContentContextMenu if the class is missing empty constructor
#1838
|
2023-11-07 16:21:48 +01:00 |
|
Wojtek Figat
|
7d43a0cc8b
|
Fix various cases of closing window tabs when using Dock Windows in Editor
#1750
|
2023-11-07 16:14:09 +01:00 |
|
Wojtek Figat
|
4238c43f27
|
Format code #1850
|
2023-11-07 10:54:11 +01:00 |
|
Wojtek Figat
|
f163edfb7e
|
Move AssetPickerValidator to Editor Content folder
#1850
|
2023-11-07 10:24:38 +01:00 |
|
Wojtek Figat
|
fd4a5595c0
|
Merge branch 'editor-list-dragging' of https://github.com/MineBill/FlaxEngine into MineBill-editor-list-dragging
|
2023-11-07 10:21:57 +01:00 |
|
Wojtek Figat
|
a90cf7c28f
|
Add better formatting for automatic tooltips in Editor from xml comments
|
2023-11-07 00:26:14 +01:00 |
|
Wojtek Figat
|
42e8311736
|
Add engine version in Editor main window title
#1847
|
2023-11-07 00:13:13 +01:00 |
|
Wojtek Figat
|
c78ce9697c
|
Fix incorrect tabs selection handling when tab gets removed
#1843
|
2023-11-06 18:14:16 +01:00 |
|
Wojtek Figat
|
c025b4414c
|
Add support for unlimited window size if MaximumSize is set to Zero
#1824
|
2023-11-06 14:42:29 +01:00 |
|
Wojtek Figat
|
1e9ded55b0
|
Fix missing xml doc
|
2023-11-06 14:09:39 +01:00 |
|
Wojtek Figat
|
e22fa20dc1
|
Minor fixes to #1740
|
2023-11-06 14:06:10 +01:00 |
|
Wojtek Figat
|
9eb9294e84
|
Merge branch 'add-reload-scenes-button' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-add-reload-scenes-button
|
2023-11-06 13:55:43 +01:00 |
|
Wojtek Figat
|
8500667817
|
Merge branch 'MaterialEditor-RemovedUnsupportedParameterTypes' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-MaterialEditor-RemovedUnsupportedParameterTypes
|
2023-11-06 13:54:41 +01:00 |
|
Wojtek Figat
|
e57e86cde1
|
Fix spawned ui canvas scaller to use the same transform as CanvasScaler
#1819
|
2023-11-06 13:54:01 +01:00 |
|
Wojtek Figat
|
ad290d0140
|
Merge branch 'spawn-scalar' of https://github.com/Tryibion/FlaxEngine into Tryibion-spawn-scalar
|
2023-11-06 13:36:24 +01:00 |
|
Wojtek Figat
|
e68330f5b5
|
Merge branch 'Visject-CommentOrder' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-CommentOrder
|
2023-11-06 13:09:21 +01:00 |
|
Wojtek Figat
|
d79dd4aaf7
|
Add undo for Convert to Parameter connections change in #1671
|
2023-11-06 08:41:36 +01:00 |
|
Wojtek Figat
|
2c5a5acf33
|
Add maintaining new param id in undo #1671
|
2023-11-05 23:30:39 +01:00 |
|
Wojtek Figat
|
342360f537
|
Refactor #1671
|
2023-11-05 23:21:14 +01:00 |
|
Wojtek Figat
|
3ba8875121
|
Merge branch 'Visject-ConvertConstantToParameter' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-ConvertConstantToParameter
# Conflicts:
# Source/Editor/Surface/Archetypes/Constants.cs
|
2023-11-05 21:43:16 +01:00 |
|
Wojtek Figat
|
f9a9912895
|
Merge branch 'editor_binding_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-editor_binding_fixes
|
2023-11-05 21:39:24 +01:00 |
|
Wojtek Figat
|
6fbf7fa07b
|
Merge branch 'fix-color-picker-position' of https://github.com/MineBill/FlaxEngine into MineBill-fix-color-picker-position
|
2023-11-05 21:09:49 +01:00 |
|
Wojtek Figat
|
82d5130261
|
Merge branch 'ensure-no-layer-popup' of https://github.com/Tryibion/FlaxEngine into Tryibion-ensure-no-layer-popup
|
2023-11-05 21:04:38 +01:00 |
|
Wojtek Figat
|
d13b30304a
|
Merge branch 'Visject-MoreAlternativeTitles' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-MoreAlternativeTitles
|
2023-11-05 20:54:18 +01:00 |
|
Wojtek Figat
|
22e34cb2b4
|
Fix crash on editor startup without code editor selected
#1872
|
2023-11-04 19:30:16 +01:00 |
|
Wojtek Figat
|
585b6bacad
|
Simplify #1807
|
2023-11-04 19:26:46 +01:00 |
|
Wojtek Figat
|
880e13865f
|
Merge branch 'limit-rename-popup' of https://github.com/Tryibion/FlaxEngine into Tryibion-limit-rename-popup
|
2023-11-04 19:23:32 +01:00 |
|
MineBill
|
151c6bc6c3
|
Fix color picker dialog not staying inside the current screen.
|
2023-11-01 20:07:58 +02:00 |
|
Wojtek Figat
|
c0a8d29453
|
Improve Cloth usage
|
2023-11-01 10:46:47 +01:00 |
|
MineBill
|
f6e9d0431b
|
Implement drag and drop for list collection.
|
2023-11-01 01:31:42 +02:00 |
|
MineBill
|
df5dc0c284
|
Extract validation/item handling of AssetPicker in a separate class.
|
2023-10-31 16:32:57 +02:00 |
|
Chandler Cox
|
90642b8862
|
Spawn canvas scalar on canvas creation.
|
2023-10-27 13:25:50 -05:00 |
|
Ari Vuollet
|
900e6338d6
|
Fix wrong variable name
Co-authored-by: NoriteSC <53096989+NoriteSC@users.noreply.github.com>
|
2023-10-27 19:21:21 +03:00 |
|
Wojtek Figat
|
d9b0e99b9c
|
Add support for using Revision number in projects version
|
2023-10-26 15:20:35 +02:00 |
|
Chandler Cox
|
18c119c155
|
Ensure layer confirmation does not popup in play mode.
|
2023-10-25 16:25:26 -05:00 |
|
Wojtek Figat
|
c27187bd0a
|
Fix deserializing vector types in Editor from ToString FormatException
#1802
|
2023-10-25 19:17:04 +02:00 |
|
Chandler Cox
|
8c6ced4bb9
|
Limit the scene tree and prefab tree rename popup to only go to panel right edge.
|
2023-10-25 11:38:14 -05:00 |
|
Wojtek Figat
|
daf31cfa4d
|
Format code #1611
|
2023-10-25 14:57:44 +02:00 |
|