58445f04c4
Fix potential incorrect null checks in FlaxEngine.Objects
...
The null-conditional operator checks for reference equality of the
Object, but doesn't check the validity of the unmanaged pointer. This
check is corrected in cases where the object was not immediately
returned from the bindings layer and may have been destroyed earlier.
2023-09-28 22:05:58 +03:00
Wojciech Figat
9626e9bbb6
Update copyright year
2023-01-10 15:29:37 +01:00
Wojtek Figat
9ba117cde3
Refactor OrientedBoundingBox to use Transform for transformation instead of Matrix (for large worlds)
2022-06-16 10:51:59 +02:00
Wojtek Figat
a881c90b2e
Refactor engine to support double-precision vectors
2022-06-13 00:40:32 +02:00
Wojciech Figat
8c2241c6dc
Update copyright year
2022-01-14 13:31:12 +01:00
Wojciech Figat
c178afdf6b
Add **UI navigation** system
...
#574
2021-12-21 18:14:54 +01:00
Wojtek Figat
d2ac0429d3
Fix order when pasting UI Controls
...
#487
2021-04-29 15:22:36 +02:00
Wojtek Figat
845da14e6a
Fix UIControl setup on IsActive changes
...
#326
2021-03-18 10:56:48 +01:00
Wojtek Figat
df497bf684
Fix UIControl invalid showing in prefab window using nested prefab with UI
2021-03-17 19:25:12 +01:00
Wojtek Figat
2a2d9f54de
Fix UIControl location deserialization when using prefabs and anchors
...
#218
2021-03-17 11:55:17 +01:00
W2.Wizard
68f6e0251c
Cleanup 8
2021-02-21 14:27:44 +01:00
W2.Wizard
694b20148d
Cleanup 5
2021-02-21 11:50:30 +01:00
W2.Wizard
20ba37e223
Cleanup 3
2021-02-21 11:09:04 +01:00
Wojtek Figat
9c348b284f
Fixes for UI control sync
2021-02-03 22:00:12 +01:00
Wojtek Figat
85c219369d
Fix updating UI layout when adding control
...
Fixes #190
2021-02-03 21:59:21 +01:00
Jean-Baptiste Perrier
03eb39afe6
Bumping all copyright headers to 2021.
2021-01-02 14:28:49 +01:00
Wojtek Figat
6fb9eee74c
You're breathtaking!
2020-12-07 23:40:54 +01:00