8166790113
Fix compilation errors with miniz
2024-06-01 23:37:00 +03: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
3fe634f8b9
Update miniz for tinyexr
2024-06-01 21:50:52 +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
19108517da
Fix wrong imported values in animation scale tracks
2024-06-01 13:04:13 +03:00
babd14d763
Fix skinned model import with triangulated mesh data
2024-06-01 12:33:44 +03:00
60f675c6f0
Fix compilation errors
2024-06-01 00:54:56 +03:00
297ca0be2c
Fix compatibility issues with newer FBX models
2024-06-01 00:47:23 +03:00
2a56ec3b3e
Allow reimporting model prefabs from Content window context menu
2024-06-01 00:24:15 +03:00
cfdb9ef1f2
Fix missing vertices in some imported models
...
The Spatial Sort version was being too greedy when merging vertices
2024-06-01 00:24:14 +03:00
a9aa3b6cd8
Fix typos
2024-06-01 00:24:14 +03:00
cd1853f853
Implement triangulation for non-convex polygons
2024-06-01 00:24:13 +03:00
cc106ab42f
Fix compile errors in libdeflate
2024-06-01 00:24:13 +03:00
76e45564f8
Reapply OpenFBX patches
2024-06-01 00:24:13 +03:00
7454e9abd2
Update OpenFBX
...
Updated to commit 365f52c1edad6bd283c8a645f1d8d2347dbd1e35
2024-06-01 00:24:12 +03: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
Chandler Cox
f3210608ae
make color value box the same spacing as the others in the editor.
2024-05-30 09:07:42 -05:00
Chandler Cox
f01784108d
Add check to cursor hidden/showing loops.
2024-05-30 08:47:41 -05:00
Chandler Cox
30c1068a13
Fix wrong spacing calculation.
2024-05-30 08:38:42 -05: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
49e70637db
Merge branch 'Fix-Game-Compilation' of https://github.com/MrCapy0/FlaxEngine into MrCapy0-Fix-Game-Compilation
2024-05-30 11:36:16 +02:00
Wojtek Figat
528b20dc00
Merge branch 'control-update-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-control-update-fix
2024-05-30 11:23:46 +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