Wojtek Figat
3a2f4843ba
Merge branch 'ItemSearchContextMenuSearchImprovements' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-ItemSearchContextMenuSearchImprovements
2024-06-08 11:59:10 +02:00
Wojtek Figat
b23aa6cebd
Merge branch 'Visject-DragDropParamAltSetter' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-DragDropParamAltSetter
2024-06-08 11:57:35 +02:00
Wojtek Figat
c82e67083f
Merge branch 'IncreasedExecutionLineThickness' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-IncreasedExecutionLineThickness
2024-06-05 18:00:59 +02:00
Wojtek Figat
3b1a96582a
Fix crash in gpu memory profiler if resource name is missing
...
#2688
2024-06-05 17:14:44 +02:00
xxSeys1
2b46f04baf
Changed how thickness is calculated
...
Now works with the stuff done in #2671 .
2024-06-03 23:25:54 +02:00
xxSeys1
106b48f4d5
Code style fixes
...
Changed two if statements to be single line.
2024-06-03 23:03:21 +02:00
xxSeys1
732b34d28b
Draw impulse/ execution lines thicker than data ones
...
Slightly increases the thickness of impulse/ execution lines for node editors to make it easier for the user to follow execution flow (and indirectly also data flow)
2024-06-03 23:00:25 +02:00
Wojtek Figat
2d2841d59e
Merge branch 'Visject-ConnectionImprovements' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-ConnectionImprovements
2024-06-03 14:17:11 +02:00
Wojtek Figat
2d6c49ee20
Merge branch 'variant_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-variant_fixes
2024-06-03 11:04:06 +02:00
Wojtek Figat
3dac26ffda
Merge branch 'debuglog_options' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-debuglog_options
2024-06-03 10:58:49 +02:00
Wojtek Figat
f51a442357
Fix crash when using content search in Visject surface
2024-06-03 10:54:22 +02:00
c4d5e50f22
Update Editor options when window is shown
2024-06-01 23:13:34 +03:00
86d90605fc
Fix Editor options data applying in realtime after first save
...
Reclone the data in order to not modify the currently applied options
data after save.
2024-06-01 23:13:34 +03:00
db71bf2868
Store Debug Log view options in Editor options
2024-06-01 23:13:34 +03:00
272977a521
Defer Editor EndInit after loading scripting assemblies
...
Assets containing deserialized data of scripting assembly structures
needs to be loaded after the scripting assemblies have been loaded.
2024-06-01 20:24:57 +03:00
Nils Hausfeld
0fc507e238
- Visject Drag and Drop now tries to get a parameter setter node while holding the alt key
...
- Visual Script surface now returns a setter node
2024-06-01 14:23:36 +02:00
Nils Hausfeld
0c50fa9816
- Implemented a connection line offset that increases the less curvature the line has
...
- Made connection lines a tiny bit thicker and added constants at the top of OutputBox to easily change the default style
2024-05-31 20:16:33 +02:00
Nils Hausfeld
11ec018933
- Improved Items list context menu item search (based on visject search improvements)
2024-05-30 19:53:54 +02:00
Nils Hausfeld
8ef1cad6fb
Revert "- Improved item search for item list context menu (based on visject CM item search improvements)"
...
This reverts commit 6885e561db .
2024-05-30 19:48:43 +02:00
Nils Hausfeld
6885e561db
- Improved item search for item list context menu (based on visject CM item search improvements)
2024-05-30 19:48:34 +02:00
Wojtek Figat
806bff19f4
Fix editor play state exceptions into errors to prevent locking editor state
2024-05-30 17:26:43 +02:00
Wojtek Figat
5c23f4ac09
Fix project cache in editor to use invariant culture when converting numbers
2024-05-30 17:22:30 +02:00
Wojtek Figat
3f3df090f4
Format code in Visject
2024-05-30 12:20:40 +02:00
Wojtek Figat
48a09c9783
Merge branch 'Visject-ImprovedSearchAndFiltering' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-ImprovedSearchAndFiltering
2024-05-30 12:15:35 +02:00
Wojtek Figat
2f8428db1a
Merge branch 'Visject-ConnectionCurvatureOption' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-ConnectionCurvatureOption
2024-05-30 12:11:40 +02:00
Wojtek Figat
9533289e57
Merge branch 'slider-focus' of https://github.com/Tryibion/FlaxEngine into Tryibion-slider-focus
2024-05-30 12:05:10 +02:00
Wojtek Figat
8c8b4613d2
Merge branch 'cwidget-size' of https://github.com/Tryibion/FlaxEngine into Tryibion-cwidget-size
2024-05-30 12:00:56 +02:00
Wojtek Figat
e89e0159bf
Merge branch 'Visject-CommentRenameImprovements' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-CommentRenameImprovements
2024-05-30 11:46:53 +02:00
Wojtek Figat
b22c42b9e3
Merge branch 'Visject-ImprovedInactiveBoxes' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-ImprovedInactiveBoxes
2024-05-30 10:37:04 +02:00
Wojtek Figat
32a60c3b5c
Merge branch 'Visject-RerouteMovingQoL' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-Visject-RerouteMovingQoL
2024-05-30 10:26:29 +02:00
Chandler Cox
09563caf37
Fix header height when using HeaderAttribute with multiline label.
2024-05-29 15:48:31 -05:00
Nils Hausfeld
130fc5b54d
- Cleanup
2024-05-27 23:41:01 +02:00
Nils Hausfeld
e15a848ac6
- Implemented filtering by group by using a dot as a seperator
...
- Added type sort priority to context sensitive search
- Now updating filters when populating groups for the first time in order to make sort priority actually work when opening context menu for the first time
- Fixed some cases where context sensitivity was applied even when context sensitive search was disabled
2024-05-27 23:19:00 +02:00
Nils Hausfeld
1729fe6993
- Added connection curvature to editor options
2024-05-26 21:41:59 +02:00
Nils Hausfeld
f18715a497
- Replaced renamepopup with textbox in surface comment
2024-05-25 13:25:52 +02:00
Nils Hausfeld
d47a191d5c
- Added IsActive state to boxes
...
- Replaced box.enabled with box.isActive on some nodes
- Made connection lines draw with alpha when connected box is inactive
2024-05-24 22:26:20 +02:00
Chandler Cox
afdae7f670
Only size ui widgets based on viewscale and not control size.
2024-05-23 16:51:31 -05:00
Wojtek Figat
6f7bb8dbf2
Merge branch 'edit-prefab-button' of https://github.com/abrasivetroop/FlaxEngine into abrasivetroop-edit-prefab-button
2024-05-22 23:17:23 +02:00
Wojtek Figat
949ac08643
Merge branch 'outputlog-collase-save' of https://github.com/Tryibion/FlaxEngine into Tryibion-outputlog-collase-save
2024-05-22 23:16:18 +02:00
Wojtek Figat
e5bf0e1b9f
Merge branch 'script-group' of https://github.com/Tryibion/FlaxEngine into Tryibion-script-group
2024-05-22 23:12:18 +02:00
Wojtek Figat
82181b28b0
Merge branch 'play-game-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-play-game-fix
2024-05-22 23:11:25 +02:00
Wojtek Figat
eb07fd7b9a
Fix xml tooltips processing to ignore excessive whitespaces
2024-05-22 23:10:05 +02:00
Chandler Cox
79dbad6547
Ensure slider max and min are snapped to if the value is close to them.
2024-05-22 15:56:39 -05:00
Chandler Cox
aec5ef8332
Add message for no first scene.
2024-05-22 14:42:20 -05:00
Chandler Cox
8e4783a0c6
Play scene if invalid first scene data in editor while selected to play game from first scene.
2024-05-22 14:38:17 -05:00
Wojtek Figat
c23f2b61cc
Fix editor error when underlying int value provider returns other scalar type
2024-05-22 18:38:08 +02:00
Chandler Cox
6481897ffa
Fix SliderControl not being unfocused on value change.
2024-05-22 07:52:25 -05:00
Chandler Cox
499a7c6129
change to debug log collapse
2024-05-21 07:18:56 -05:00
Chandler Cox
84fdf9cc80
Save output log collapse state.
2024-05-20 21:46:57 -05:00
Chandler Cox
f8d023ed5c
Remove drop down image on scripts if no objects are in the group.
2024-05-20 21:36:44 -05:00