Wojtek Figat
|
19ad91d5d8
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-05-31 22:12:03 +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
|
79dbad6547
|
Ensure slider max and min are snapped to if the value is close to them.
|
2024-05-22 15:56:39 -05:00 |
|
Wojtek Figat
|
12cf7f0f92
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Flax.flaxproj
|
2024-05-22 16:15:14 +02:00 |
|
Chandler Cox
|
6481897ffa
|
Fix SliderControl not being unfocused on value change.
|
2024-05-22 07:52:25 -05:00 |
|
Wojtek Figat
|
ab5bb79754
|
Fix regression in collections editing after improving ReadOnly option
|
2024-05-16 10:34:57 +02:00 |
|
Wojtek Figat
|
97be8ee8cc
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Source/Engine/Content/Storage/FlaxStorage.cpp
# Source/Engine/Renderer/GBufferPass.cpp
|
2024-05-15 23:49:05 +02:00 |
|
Wojtek Figat
|
1457637707
|
Merge branch 'checkerboard-colorpicker' of https://github.com/Tryibion/FlaxEngine into Tryibion-checkerboard-colorpicker
|
2024-05-15 12:25:08 +02:00 |
|
Wojtek Figat
|
1c7f06e570
|
Merge branch 'treenode-guidelines' of https://github.com/Tryibion/FlaxEngine into Tryibion-treenode-guidelines
|
2024-05-15 12:24:12 +02:00 |
|
Wojtek Figat
|
1f2456fc67
|
Merge branch 'scroll-colors' of https://github.com/Tryibion/FlaxEngine into Tryibion-scroll-colors
|
2024-05-15 12:23:08 +02:00 |
|
Chandler Cox
|
185f24ce49
|
Fix value alpha transparency being applied twice to preview color.
|
2024-05-11 20:19:51 -05:00 |
|
Chandler Cox
|
b2fee31a13
|
Add checkerboard background to color picker dialog color.
|
2024-05-10 20:30:14 -05:00 |
|
Chandler Cox
|
fc7628e2ee
|
Add tree node guidlines
|
2024-05-10 19:22:23 -05:00 |
|
Chandler Cox
|
ee790ff3a9
|
Change colors for tabs to be seen better.
|
2024-05-09 21:53:22 -05:00 |
|
Wojtek Figat
|
e7508538e0
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Flax.flaxproj
|
2024-05-08 19:27:56 +02:00 |
|
|
|
50f5f0acd9
|
Fix TreeNode rendering issues with expanded nodes
|
2024-05-08 20:15:55 +03:00 |
|
Chandler Cox
|
4a6afdb108
|
Small fixes for color picker.
|
2024-05-07 08:41:23 -05:00 |
|
Wojtek Figat
|
754ed56119
|
Add FilePathEditor custom editor for path-based editing asset/url refs with a file picker
|
2024-05-03 12:26:03 +02:00 |
|
Wojtek Figat
|
7e8f20bd9b
|
Merge branch 'controls-toolbox' of https://github.com/Tryibion/FlaxEngine into Tryibion-controls-toolbox
# Conflicts:
# Source/Editor/SceneGraph/GUI/ActorTreeNode.cs
|
2024-04-29 16:56:30 +02:00 |
|
|
|
a8a621df3b
|
Fix TreeNode not rendering all nodes properly with invisible children
|
2024-04-28 20:30:41 +03:00 |
|
Chandler Cox
|
18660140b0
|
Add controls to the ActorToolbox in the GUI tab. Add dragging and dropping controls from toolbox into scene and prefab trees.
|
2024-04-27 15:55:25 -05:00 |
|
Wojtek Figat
|
2c1b2d2b7c
|
Optimize ActorTreeNode reparent when it's not collapsed but one of the parents is
|
2024-04-25 18:01:06 +02:00 |
|
Wojtek Figat
|
3641e156ee
|
Merge branch 'treenode_optimize' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-treenode_optimize
|
2024-04-25 17:18:54 +02:00 |
|
Wojtek Figat
|
b7dc0dd004
|
Fix crash when removing Anim Event visual script that is used in opened Animation timeline
#2471
|
2024-04-22 18:11:25 +02:00 |
|
|
|
361e9a2929
|
Remove TreeNode text color caching
This is actually slower than just resolving the color before draw.
|
2024-04-20 16:26:29 +03:00 |
|
|
|
b25ee23b14
|
Optimize TreeNode rendering
|
2024-04-20 16:26:25 +03:00 |
|
Wojtek Figat
|
560cf65121
|
Add add/remove buttons to Multi Blend
|
2024-04-19 17:50:14 +02:00 |
|
Wojtek Figat
|
285710360c
|
Fix margins issues in context menus
|
2024-04-18 15:26:52 +02:00 |
|
Wojtek Figat
|
cd2f96e3c0
|
Add better anim events visuals in timeline editor
#2419
|
2024-04-16 10:17:30 +02:00 |
|
Chandler Cox
|
c366a9793c
|
Add cursor change and showing timeline edge duration when moving it.
|
2024-03-23 11:38:21 -05:00 |
|
Wojtek Figat
|
8f63f686c4
|
Fix timeline playback control buttons visibility during seeking-only mode
|
2024-03-20 17:28:43 +01:00 |
|
Wojtek Figat
|
9e54827cb3
|
Cleanup code #2213
|
2024-03-19 20:13:41 +01:00 |
|
Wojtek Figat
|
911251cb20
|
Merge branch 'unit-formatting' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-unit-formatting
# Conflicts:
# Source/Editor/CustomEditors/Editors/ActorTransformEditor.cs
# Source/Editor/Options/InterfaceOptions.cs
# Source/Engine/Core/Math/Transform.h
|
2024-03-19 18:04:01 +01:00 |
|
Wojtek Figat
|
f81e89d7d4
|
Refactor timeline grid drawing to share code between Editor UI elements
|
2024-03-16 16:44:57 +01:00 |
|
Wojtek Figat
|
d390938fb6
|
Minor improvements to usability
|
2024-03-08 14:39:18 +01:00 |
|
Wojtek Figat
|
f4a352ec8d
|
Add support for animating LocalizedString value in Scene Animation
|
2024-03-08 13:10:36 +01:00 |
|
Wojtek Figat
|
aca7913c93
|
Add automatic last dangling separator removal in context menu
|
2024-03-07 22:14:01 +01:00 |
|
Wojtek Figat
|
cee6aad0ef
|
Add automatic last dangling separator removal in context menu
|
2024-03-07 22:13:56 +01:00 |
|
Wojtek Figat
|
31c633d25c
|
Fix timeline tracks dragging like recent improvements to tree UI
|
2024-03-07 21:58:40 +01:00 |
|
Wojtek Figat
|
a0e234ade1
|
Revert "Make rename popup more visible via orange outline"
This reverts commit 006a41b0da.
|
2024-03-07 21:43:09 +01:00 |
|
Wojtek Figat
|
d3b0da3fdd
|
Improve 07e25bb24c to use engine frame counter instead of time
|
2024-03-07 19:02:31 +01:00 |
|
Wojtek Figat
|
006a41b0da
|
Make rename popup more visible via orange outline
|
2024-03-07 17:18:37 +01:00 |
|
Wojtek Figat
|
8de2249ed8
|
Refactor Editor UI style for selection and drag drop interactions
#1741
|
2024-03-07 16:45:09 +01:00 |
|
Wojtek Figat
|
ed3ac0af8e
|
Improve usage of drag drop in treen UI structure in Editor
#1741
|
2024-03-06 19:02:05 +01:00 |
|
Wojtek Figat
|
07e25bb24c
|
Fix drag&drop regression issue on tree UI
|
2024-03-06 12:03:57 +01:00 |
|
Wojtek Figat
|
01daa2d66a
|
Merge branch 'input-settings-changes' of https://github.com/Menotdan/FlaxEngine into Menotdan-input-settings-changes
# Conflicts:
# Source/Editor/Modules/UIModule.cs
|
2024-03-04 18:33:16 +01:00 |
|
Wojtek Figat
|
dce0274a1c
|
Fix regression in type search highlights from #2268
|
2024-02-28 20:48:11 +01:00 |
|
Wojtek Figat
|
f1bc161ad2
|
Merge branch 'category-rework' of https://github.com/Tryibion/FlaxEngine into Tryibion-category-rework
|
2024-02-27 11:08:33 +01:00 |
|
Wojtek Figat
|
6905382310
|
Fix custom context menu popup showing as child (eg. prefab diff)
|
2024-02-26 22:13:50 +01:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|