Wojtek Figat
|
d2ac0429d3
|
Fix order when pasting UI Controls
#487
|
2021-04-29 15:22:36 +02:00 |
|
Wojtek Figat
|
c2afe0b6b2
|
Fix synchronizing ActorTreeNode order after actor duplicate
#487
|
2021-04-29 15:22:10 +02:00 |
|
Wojtek Figat
|
ed4eeee647
|
Fix undo for custom serialized objects (eg. LocalizedString)
|
2021-04-27 10:14:19 +02:00 |
|
Wojtek Figat
|
55155630ca
|
Fix duplicating spline
#452
|
2021-04-12 21:06:34 +02:00 |
|
Wojtek Figat
|
77f9716932
|
Fix selecting spline points
#409
|
2021-03-30 22:27:24 +02:00 |
|
Wojtek Figat
|
97fd733c3e
|
Fix issue when spline point is deleted externally while being selected
#393
|
2021-03-26 22:00:15 +01:00 |
|
Wojtek Figat
|
851fd1a6d0
|
Tweaks for prefabs first selection
|
2021-03-21 14:00:23 +01:00 |
|
Wojtek Figat
|
4ae3fccfd9
|
Improve focusing on selected object in Editor
#328
|
2021-03-18 22:20:27 +01:00 |
|
Wojtek Figat
|
5a9ca6f130
|
Merge remote-tracking branch 'origin/1.1' into linux-editor
# Conflicts:
# Source/Engine/Core/Math/BoundingSphere.cs
# Source/Engine/Debug/DebugDraw.cpp
# Source/Engine/Platform/Win32/Win32Platform.cpp
# Source/Engine/Platform/Win32/Win32Platform.h
|
2021-02-23 22:32:17 +01:00 |
|
Wojtek Figat
|
cf3ac7a26e
|
Merge remote-tracking branch 'origin/master' into linux-editor
# Conflicts:
# Source/Engine/Core/Math/Color.cs
# Source/Engine/Navigation/Navigation.cpp
# Source/Engine/Platform/Win32/Win32Platform.cpp
|
2021-02-23 22:29:07 +01:00 |
|
Wojtek Figat
|
19c83e3b6e
|
Add Sprite Render actor for sprites drawing
|
2021-02-23 13:23:22 +01:00 |
|
W2.Wizard
|
89734760fa
|
Revert previous checks, revert switch intend
|
2021-02-21 19:48:23 +01:00 |
|
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
|
694b20148d
|
Cleanup 5
|
2021-02-21 11:50:30 +01:00 |
|
W2.Wizard
|
92fafe877c
|
Cleanup 2
|
2021-02-21 10:23:01 +01:00 |
|
Wojtek Figat
|
6d7bd78816
|
Optimize automatic navmesh rebuild in editor for navmesh relevant actors only
|
2021-02-19 13:02:27 +01:00 |
|
Wojtek Figat
|
9ee6104706
|
Add Add mesh collider option to Static Model context menu
|
2021-02-18 11:12:09 +01:00 |
|
Wojtek Figat
|
788907f3b1
|
Remove deprecated and unused ISceneObject and ITransformable
|
2021-02-15 12:09:46 +01:00 |
|
Wojtek Figat
|
55194edd2c
|
Fix missing NavMesh node type
|
2021-02-12 15:28:45 +01:00 |
|
Wojtek Figat
|
8661091337
|
Add Spline Rope Body actor for ropes, chains and cables physics
|
2021-02-12 15:16:04 +01:00 |
|
Wojtek Figat
|
34b6cfebc3
|
Fix navmesh update on some spline editing operations
|
2021-02-12 12:20:58 +01:00 |
|
Wojtek Figat
|
9fd5e8928c
|
Add missing scene graph nodes types mapping
|
2021-02-12 11:27:30 +01:00 |
|
Wojtek Figat
|
17d0f40e1c
|
Add automatic navmesh update when editing spline with navmesh-relevant collider
|
2021-02-12 11:27:13 +01:00 |
|
Wojtek Figat
|
49758fbfff
|
Add Spline Collider
|
2021-02-11 16:47:43 +01:00 |
|
Wojtek Figat
|
311dad7b82
|
Add Spline Model
|
2021-02-09 16:04:47 +01:00 |
|
Wojtek Figat
|
c00b32364a
|
Add SceneGraphNode.OnContextMenu for customizations
|
2021-02-02 12:51:36 +01:00 |
|
Wojtek Figat
|
c3d9c52f1f
|
Add support for spline point duplicate via Transform gizmo
|
2021-02-01 16:04:20 +01:00 |
|
Wojtek Figat
|
b22805f866
|
Add support for custom duplicate of SceneGraphNode
|
2021-02-01 16:03:33 +01:00 |
|
Wojtek Figat
|
69790f3576
|
Add support for deleting selected spline points (with undo)
|
2021-02-01 13:51:37 +01:00 |
|
Wojtek Figat
|
bab236c081
|
Add support for custom SceneGraphNode to handle delete with undo
|
2021-02-01 13:51:32 +01:00 |
|
Wojtek Figat
|
7c85ac61b8
|
Add new Spline actor initialization when spawning in editor
|
2021-01-27 15:39:38 +01:00 |
|
Wojtek Figat
|
9cdbbf590a
|
Add spline points tangents gizmos and debug drawing
|
2021-01-27 15:29:33 +01:00 |
|
Wojtek Figat
|
bd93e46624
|
Tweaks for ActorChildNode
|
2021-01-27 15:29:14 +01:00 |
|
Wojtek Figat
|
3dc6afef62
|
Improve selecting spline gizmos and add highlight sphere
|
2021-01-27 12:38:03 +01:00 |
|
Wojtek Figat
|
590fcebaec
|
Fix drawing spline when spline point gizmo is selected
|
2021-01-27 12:33:46 +01:00 |
|
Wojtek Figat
|
fd96957819
|
Add gizmo handles for spline points
|
2021-01-27 12:13:00 +01:00 |
|
Wojtek Figat
|
53601d8a85
|
Optimize and improve ActorChildNodes handling
|
2021-01-27 12:11:59 +01:00 |
|
Wojtek Figat
|
fe78fa7575
|
Add Spline
|
2021-01-25 10:41:53 +01:00 |
|
Wojtek Figat
|
01a30faa62
|
Add NavMesh Modifier Volume actor type
|
2021-01-15 16:46:40 +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 |
|