Wojtek Figat
26867bfd8f
Merge branch 'Swiggies-progress-bar-fix'
2024-06-08 12:02:31 +02:00
Wojtek Figat
dfd6df7f42
Merge branch 'progress-bar-fix' of https://github.com/Swiggies/FlaxEngine into Swiggies-progress-bar-fix
2024-06-08 12:02:26 +02:00
Wojtek Figat
092681aea7
Merge branch 'Chikinsupu-ItemSearchContextMenuSearchImprovements'
2024-06-08 11:59:17 +02:00
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
db6cdc3ce0
Merge branch 'Chikinsupu-Visject-DragDropParamAltSetter'
2024-06-08 11:57:40 +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
2676daabf1
Merge branch 'xxSeys1-IncreasedExecutionLineThickness'
2024-06-05 18:01:05 +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
175fd31431
Fix Delegate invoke to copy arguments values to each call instead of passing as reference
2024-06-05 18:00:00 +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
116539ce34
Merge branch 'Tryibion-fix-cursor-show-edge-cases'
2024-06-03 19:17:58 +02:00
Wojtek Figat
e8421d4274
Merge branch 'fix-cursor-show-edge-cases' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-cursor-show-edge-cases
2024-06-03 19:17:50 +02:00
Wojtek Figat
0b9ee23a5c
Merge branch 'Chikinsupu-Visject-ConnectionImprovements'
2024-06-03 14:22:04 +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
a0c2f6a51e
Merge branch 'HydrogenC-scroll-fix'
2024-06-03 11:09:59 +02:00
Wojtek Figat
1d946afe82
Merge branch 'scroll-fix' of https://github.com/HydrogenC/FlaxEngine into HydrogenC-scroll-fix
2024-06-03 11:09:52 +02:00
Wojtek Figat
6ea519b55a
Merge branch 'GoaLitiuM-variant_fixes'
2024-06-03 11:04:18 +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
59b250f091
Merge branch 'GoaLitiuM-exr_crash_fix'
2024-06-03 11:01:24 +02:00
Wojtek Figat
6c347f08b6
Merge branch 'exr_crash_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-exr_crash_fix
2024-06-03 11:01:11 +02:00
Wojtek Figat
304f24764b
Merge branch 'GoaLitiuM-debuglog_options'
2024-06-03 10:58:57 +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
Norite SC
d4145179a9
RadialMenu and material nodes
2024-06-02 02:23:48 +02:00
bf5e5d1254
Refactor native interop internal type lookup
2024-06-01 23:20:33 +03:00
adbe43c2c2
Move generated marshallers into separate namespace
...
Avoid polluting the `FlaxEngine` namespace with interop related
marshallers, move those to nested namespace called `Interop` where most
of the common marshallers are placed already.
2024-06-01 23:20:32 +03:00
974e3e192b
Include original type of the fields in blittable struct in comments
2024-06-01 23:17:07 +03:00
2283a15172
Refactor struct custom marshalling generation
2024-06-01 23:17:07 +03: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
fef124a01d
Fix crash when trying to import unsupported EXR-file
2024-06-01 21:36:22 +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
dedb3d57fd
Fix Variant getters returning already freed managed handles
2024-06-01 20:22:16 +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
ExMatics HydrogenC
9e9013ec43
Add missing recalculations of the thumb
2024-06-01 18:23:37 +08: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
83ccb79fa3
Merge branch 'master' into ItemSearchContextMenuSearchImprovements
2024-05-31 17:29:42 +02:00
Olly Rybak
8b72c063a8
Quick fix
2024-05-31 21:18:00 +10:00
Wojtek Figat
e0791eacad
Fix game crashes due to scene objects C# instances removal on EndPlay before all game logic ends
2024-05-31 10:29:23 +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
949057b1c3
Fix some html tags parsing to be safer
2024-05-30 17:22: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
Chandler Cox
cdd53f09b9
Add extra spacing for transform properties.
2024-05-30 10:01:32 -05:00