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
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
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
Wojtek Figat
3f3df090f4
Format code in Visject
2024-05-30 12:20:40 +02:00
Wojtek Figat
390f574662
Merge branch 'Chikinsupu-Visject-ImprovedSearchAndFiltering'
2024-05-30 12:15:41 +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
981109a6f1
Merge branch 'Chikinsupu-Visject-ConnectionCurvatureOption'
2024-05-30 12:11:45 +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
d0ec3fa2e2
Merge branch 'Tryibion-slider-focus'
2024-05-30 12:07:25 +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
0f485cf77c
Merge branch 'Tryibion-cwidget-size'
2024-05-30 12:01:03 +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
3b872f08a8
Merge branch 'Chikinsupu-Visject-CommentRenameImprovements'
2024-05-30 11:54:36 +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
857d2c26f4
Merge branch 'MrCapy0-Fix-Game-Compilation'
2024-05-30 11:44:40 +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
72a151816a
Merge branch 'Tryibion-control-update-fix'
2024-05-30 11:24:15 +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
ce2d2b78c4
Merge branch 'Chikinsupu-Visject-ImprovedInactiveBoxes'
2024-05-30 10:37:10 +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
377d25a1fd
Merge branch 'Chikinsupu-Visject-RerouteMovingQoL'
2024-05-30 10:35: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
Wojtek Figat
3f40aff01f
Merge branch 'Tryibion-header-height'
2024-05-30 10:24:31 +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
MrCapy0
cc01e88ce8
fix compilation when calling debug draw on scripts
2024-05-26 11:09:17 -04: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
9731437717
Merge branch 'abrasivetroop-edit-prefab-button'
2024-05-22 23:19:02 +02: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
3dd83c52bf
Merge branch 'Tryibion-outputlog-collase-save'
2024-05-22 23:16:37 +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
4948b1b86a
Merge branch 'Tryibion-script-group'
2024-05-22 23:12:24 +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
b776465919
Merge branch 'Tryibion-play-game-fix'
2024-05-22 23:11:29 +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