stefnotch
|
a58645da0f
|
Slightly improve the random byte generation code
|
2021-04-12 10:46:00 +02:00 |
|
stefnotch
|
5b1c5824c8
|
Fix #408 by being more precise in some places
IEEE floating point numbers are fun ™️
|
2021-04-10 09:13:19 +02:00 |
|
Wojtek Figat
|
9a17f2141b
|
Add lock for Gameplay Globals access
|
2021-04-07 22:21:37 +02:00 |
|
Wojtek Figat
|
d073a13f57
|
Fix removing Gameplay Globals
#427
|
2021-04-07 21:10:09 +02:00 |
|
Wojtek Figat
|
7e622a69a6
|
Fix AutoFocus saved in data for controls
|
2021-04-07 20:53:18 +02:00 |
|
Wojtek Figat
|
6001eb88fa
|
Fix Dropdown control
#334
|
2021-04-07 20:52:22 +02:00 |
|
Wojtek Figat
|
ca6a075d8c
|
Fix typos and code style
|
2021-04-06 11:46:30 +02:00 |
|
GoaLitiuM
|
e7edb9d38c
|
Add sweep and overlap physics queries for capsule shapes
|
2021-04-05 19:36:36 +03:00 |
|
Wojtek Figat
|
6c37673787
|
Merge branch 'overwriteprompt' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-overwriteprompt
|
2021-03-30 22:30:41 +02:00 |
|
Jean-Baptiste Perrier
|
a3ca6b0dca
|
Add overwrite prompt for SaveDialog.
|
2021-03-30 21:47:18 +02:00 |
|
stefnotch
|
12fd7274a9
|
Fix DPI regression: use the overrideable RootWindow instead of _root
|
2021-03-29 10:54:48 +02:00 |
|
Wojtek Figat
|
23d38fc387
|
Fix regression in Bezier curve tangents calculation for Quaternions
85167b2d4b
|
2021-03-28 18:45:10 +02:00 |
|
Wojtek Figat
|
6d2092f9e8
|
Fix rendering volumetric fog influence from local lights with shadows
|
2021-03-27 20:06:57 +01:00 |
|
Wojtek Figat
|
0754434295
|
Fix UWP build
|
2021-03-27 19:27:22 +01:00 |
|
Wojtek Figat
|
732f74e5c9
|
Fix assertion on engine close due to rare invalid storage object refs count
|
2021-03-27 19:27:04 +01:00 |
|
Wojtek Figat
|
ebf2b0a2f3
|
Fix asset path used in registry
#394
|
2021-03-26 22:24:44 +01:00 |
|
Wojtek Figat
|
1a8456ea57
|
Tweak
|
2021-03-25 23:16:04 +01:00 |
|
Wojtek Figat
|
9f79d0e3c4
|
Add support for vertical and horizontal panels to arrange children based on the child anchor
#385
|
2021-03-25 21:45:29 +01:00 |
|
Wojtek Figat
|
d3bdc3cf8b
|
Fix UI not being updated with particular panels used when changing child control anchors
#385
|
2021-03-25 21:27:42 +01:00 |
|
Wojtek Figat
|
5c495b987b
|
Add Shift+Home shortcut to Text Boxes
#386
|
2021-03-25 21:14:37 +01:00 |
|
Wojtek Figat
|
2b741cae58
|
Fix navmesh tiles set resizing
#369
|
2021-03-25 20:52:58 +01:00 |
|
Wojtek Figat
|
6982997a2b
|
Fixes for serialization problems with custom structures
|
2021-03-24 22:08:40 +01:00 |
|
Wojtek Figat
|
de2db94b85
|
Add DrawCylinder and DrawWireCylinder to DebugDraw
|
2021-03-24 22:08:15 +01:00 |
|
stefnotch
|
2c0520cc9d
|
Update Matrix3x3.cs
|
2021-03-24 11:08:41 +01:00 |
|
Wojtek Figat
|
934258aadb
|
Fix UICanvas to face camera plane instead of camera position
#371
|
2021-03-23 10:25:31 +01:00 |
|
Wojtek Figat
|
16f81cc184
|
Fix updating Label layout after font change when using automatic size
#380
|
2021-03-23 09:32:12 +01:00 |
|
Wojtek Figat
|
e8c9856665
|
Fix Vertical/Horizontal panels issue with anchored child controls
#378
|
2021-03-23 09:24:56 +01:00 |
|
Wojtek Figat
|
fad1e6fdfc
|
Fix regression from d65ae8de96
|
2021-03-23 09:17:45 +01:00 |
|
Wojtek Figat
|
fcd86bccf5
|
Fix scripting reload without scenes loaded
#375
|
2021-03-22 23:41:21 +01:00 |
|
Wojtek Figat
|
d65ae8de96
|
Fix saving assets with path containing invalid slashes
|
2021-03-22 20:05:15 +01:00 |
|
Wojtek Figat
|
39a6d0d292
|
Add Unix network impl for Android
|
2021-03-22 11:23:25 +01:00 |
|
Wojtek Figat
|
cb96a87659
|
Fix crash when material is generated at 2 threads at once
|
2021-03-21 20:25:25 +01:00 |
|
Wojtek Figat
|
22812ad21e
|
Fix game build
|
2021-03-21 15:34:15 +01:00 |
|
Wojtek Figat
|
1c140a5b0e
|
Fix crash in navmesh builder when scene gets unloaded after navmesh tile gets dirty
|
2021-03-21 13:44:30 +01:00 |
|
Wojtek Figat
|
f413431667
|
Add error check to prevent changing parent of the Scene actor
|
2021-03-21 13:27:45 +01:00 |
|
Wojtek Figat
|
160dfa5dc7
|
Fix Label text alignment in auto size text
#308
|
2021-03-20 18:49:31 +01:00 |
|
Wojtek Figat
|
7dd67b5ae3
|
Fix Label auto-height and auto-width when text overflows the lines and it's wrapped
#358
|
2021-03-20 13:06:35 +01:00 |
|
Wojtek Figat
|
59b975499f
|
Fix WorldSpaceFaceCamera bug
#370
|
2021-03-20 12:15:50 +01:00 |
|
Wojtek Figat
|
29e06eb696
|
Add WorldSpaceFaceCamera mode to UICanvas
#359
|
2021-03-19 15:46:33 +01:00 |
|
Wojtek Figat
|
4efd411045
|
Add improvements for objects spawning in editor viewport
#367
|
2021-03-19 12:15:13 +01:00 |
|
Wojtek Figat
|
f1b100841d
|
Merge branch 'canvasculling' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-canvasculling
|
2021-03-19 10:15:42 +01:00 |
|
Wojtek Figat
|
4ae3fccfd9
|
Improve focusing on selected object in Editor
#328
|
2021-03-18 22:20:27 +01:00 |
|
Wojtek Figat
|
255b2c85c8
|
Add bounds calculation for Spline
|
2021-03-18 21:51:15 +01:00 |
|
Wojtek Figat
|
8ef8b89fd5
|
Add constructor to BoundingBox for single point empty box construction
|
2021-03-18 21:50:05 +01:00 |
|
Jean-Baptiste Perrier
|
e0ae2984ae
|
UICanvas frustum culling.
|
2021-03-18 18:59:32 +01:00 |
|
Wojtek Figat
|
544a11562c
|
Add mouse centering in Editor Viewport if initial location is too close to the edge
|
2021-03-18 18:23:58 +01:00 |
|
Wojtek Figat
|
ac511cbadc
|
Improve documentation comments for Control properties that are based on Pivot property
|
2021-03-18 16:34:54 +01:00 |
|
Wojtek Figat
|
7a12a6c280
|
Fix updating UICanvas when using World/Camera Space
#361
|
2021-03-18 15:59:01 +01:00 |
|
Wojtek Figat
|
abe635ad9b
|
Fix exception in Custom Editors UI due to invalid reference value processing
#325
|
2021-03-18 15:12:25 +01:00 |
|
Wojtek Figat
|
960a122550
|
Revert children clipping to be called outside DrawChildren (regression from #355)
|
2021-03-18 14:26:00 +01:00 |
|