W2.Wizard
|
35b687bf3d
|
Additional cleanup
Cleaned up some additional stuff that I found
|
2021-02-21 18:17:35 +01:00 |
|
W2.Wizard
|
8b3fc9842d
|
Apply review changes
Applied review changes and one additional skip of an unused variable
|
2021-02-21 17:03:58 +01:00 |
|
W2.Wizard
|
3c603d7f09
|
Final Changes
|
2021-02-21 14:38:01 +01:00 |
|
W2.Wizard
|
68f6e0251c
|
Cleanup 8
|
2021-02-21 14:27:44 +01:00 |
|
W2.Wizard
|
a4409c729b
|
Fix Gizmo issue
For some reason the cleanup changed TransformGizmo to TransformGizmoBase in a few files.
|
2021-02-21 14:08:11 +01:00 |
|
W2.Wizard
|
597a9c537d
|
Cleanup 7
|
2021-02-21 13:50:25 +01:00 |
|
W2.Wizard
|
d87f0df2a6
|
Cleanup 6
|
2021-02-21 12:05:40 +01:00 |
|
W2.Wizard
|
694b20148d
|
Cleanup 5
|
2021-02-21 11:50:30 +01:00 |
|
W2.Wizard
|
ee76440477
|
Cleanup 4
|
2021-02-21 11:41:30 +01:00 |
|
W2.Wizard
|
20ba37e223
|
Cleanup 3
|
2021-02-21 11:09:04 +01:00 |
|
W2.Wizard
|
92fafe877c
|
Cleanup 2
|
2021-02-21 10:23:01 +01:00 |
|
W2.Wizard
|
52bc268ee7
|
Cleanup 1
|
2021-02-21 10:05:47 +01:00 |
|
Wojtek Figat
|
3e608e6dec
|
Merge branch 'fix-ui-issues' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-ui-issues
|
2021-02-15 10:22:55 +01:00 |
|
Wojtek Figat
|
f82ef8c065
|
Fix AssetPicker buttons usage without mouse down click over the control
Fixes #233
|
2021-02-14 18:18:58 +01:00 |
|
Wojtek Figat
|
a947dc0cc3
|
Fix properties names formatting for UI with 2 character words
Fixes #229
|
2021-02-14 17:12:29 +01:00 |
|
Wojtek Figat
|
a9ac758abd
|
Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master
|
2021-02-14 16:58:29 +01:00 |
|
Wojtek Figat
|
6bdc31df5a
|
Fix using get_Control getter method from UIControl in Visual Script
|
2021-02-14 15:53:08 +01:00 |
|
stefnotch
|
ac8c185056
|
Fix TreeNode hovering with collapsed children
and also set DefaultNodeOffsetY to get rid of the spaces between the nodes
|
2021-02-14 08:43:50 +01:00 |
|
Wojtek Figat
|
4c673bec9b
|
Add BAGUETTE
|
2021-02-10 22:59:40 +01:00 |
|
Vizepi
|
3a3c66b916
|
[EDITOR] Fixed layer matrix order ( issue #153 )
|
2021-02-10 20:32:32 +01:00 |
|
Wojtek Figat
|
57f9e42486
|
Fix Editor timeline editor controls API visible in Visual Scripting
|
2021-02-07 21:41:46 +01:00 |
|
Wojtek Figat
|
96f1d9e820
|
Add UIControl outlines drawing in Prefab window
|
2021-02-07 20:19:21 +01:00 |
|
Wojtek Figat
|
04bb83fe31
|
Fixes
|
2021-02-07 20:19:10 +01:00 |
|
Wojtek Figat
|
0242e29873
|
Fix painting foliage on inactive objects
Fixes #209
|
2021-02-07 13:06:33 +01:00 |
|
Wojtek Figat
|
6e5a13111a
|
Fix auto-importing materials and textures from model file with invalid path characters used in name
Fixes #208
|
2021-02-07 12:49:14 +01:00 |
|
Wojtek Figat
|
46b15551b4
|
Merge branch 'win-btf' of git://github.com/SilentCLD/FlaxEngine into SilentCLD-win-btf
|
2021-02-07 12:19:45 +01:00 |
|
Wojtek Figat
|
d27edbf5a9
|
Format code
|
2021-02-05 21:18:21 +01:00 |
|
Wojtek Figat
|
42393eb316
|
Merge branch 'FolderDeleteFix' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-FolderDeleteFix
|
2021-02-05 21:17:49 +01:00 |
|
Wojtek Figat
|
6b660c846b
|
Fix updating prefab object reference values after apply in prefab editor
|
2021-02-05 21:12:14 +01:00 |
|
Wojtek Figat
|
78e4ba2f17
|
Add support for UICanvas preview in Prefab Viewport
Fixes #157
|
2021-02-05 21:11:35 +01:00 |
|
W2.Wizard
|
2fbfe61f2c
|
Restore comment
Co-Authored-By: VNC <52937757+VNNCC@users.noreply.github.com>
|
2021-02-05 15:59:35 +01:00 |
|
W2.Wizard
|
0e57b32082
|
Fixed issue #210
This will fix the issue described in #210.
Co-Authored-By: VNC <52937757+VNNCC@users.noreply.github.com>
|
2021-02-05 15:49:01 +01:00 |
|
Wojtek Figat
|
3661b19d6c
|
Fix some prefabs issues
|
2021-02-04 23:34:44 +01:00 |
|
Wojtek Figat
|
db55f5ea3f
|
Fix crash when changing prefab root object
|
2021-02-04 22:59:13 +01:00 |
|
Wojtek Figat
|
ae785267c2
|
Fix scaling rotated objects in world space
Fixes #200
|
2021-02-04 22:32:37 +01:00 |
|
SilentCLD
|
7868c6505d
|
[Editor/Docking] Bring window to front on focus
|
2021-02-04 17:49:54 +00:00 |
|
Wojtek Figat
|
21b311df17
|
Merge branch 'ShaderNodes' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-ShaderNodes
|
2021-02-03 23:13:55 +01:00 |
|
Wojtek Figat
|
880a8c9f58
|
Add support for parsing exponential (scientific) notation numbers in input fields
|
2021-02-03 23:10:36 +01:00 |
|
Wojtek Figat
|
e3142e6408
|
Fix updating input fields on editing end without changes
Fixes #197
|
2021-02-03 22:34:11 +01:00 |
|
Wojtek Figat
|
8e4a0e9e97
|
Fix drawing UI Control outline in Game Window (#194)
|
2021-02-03 19:09:41 +01:00 |
|
W2.Wizard
|
e75ca148c0
|
Added blackbody
|
2021-01-30 23:21:41 +01:00 |
|
Wojtek Figat
|
bb8a6e5c8d
|
Merge branch 'fix-asset-viewports' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-asset-viewports
|
2021-01-28 23:30:05 +01:00 |
|
Wojtek Figat
|
beecbffdc3
|
Fix error when opening Anim Graph with node name not existing in skeleton anymore
Fixes #176
|
2021-01-28 21:59:30 +01:00 |
|
stefnotch
|
06f07c2903
|
Fix EditorViewport zooming
Fix #162
Also improves cases like LeftMouseDown + Scroll
|
2021-01-28 17:17:17 +01:00 |
|
stefnotch
|
164da0f87a
|
Fix spelling error
|
2021-01-28 16:24:36 +01:00 |
|
stefnotch
|
a250a23259
|
Fix TexturePreview zooming
Fix #164
|
2021-01-28 16:13:45 +01:00 |
|
W2.Wizard
|
bd18286fbd
|
Refactoring and Node implementation
Refactored all recently added nodes to maintain consistency.
|
2021-01-28 01:26:57 +01:00 |
|
Wojtek Figat
|
a226ff8762
|
Fix plane model incorrect rotation in material preview (#165)
|
2021-01-28 00:52:06 +01:00 |
|
Wojtek Figat
|
bb84ad0f79
|
Add missing doc comment
|
2021-01-28 00:10:41 +01:00 |
|
Wojtek Figat
|
4b11725226
|
Fix crash when creating Empty particle emitter
Fixes #174
|
2021-01-27 23:59:24 +01:00 |
|