|
|
964913013d
|
Add shortcut key to gizmo buttons
|
2023-09-23 15:23:07 +03:00 |
|
|
|
17e1afb04a
|
Add Editor input option for toggling gizmo transform space
|
2023-09-23 15:23:07 +03:00 |
|
Wojciech Figat
|
a7e428a21c
|
Merge branch 'master' into 1.5
# Conflicts:
# Content/Shaders/GI/DDGI.flax
# Content/Shaders/GI/GlobalSurfaceAtlas.flax
# Content/Shaders/TAA.flax
# Content/Shaders/VolumetricFog.flax
# Source/Editor/CustomEditors/Editors/ActorTagEditor.cs
# Source/Engine/Core/Config/GraphicsSettings.cpp
# Source/Engine/Engine/PostProcessEffect.cs
# Source/Engine/Graphics/GPUResourcesCollection.cpp
# Source/Engine/Graphics/GPUResourcesCollection.h
# Source/Engine/Graphics/PostProcessBase.h
# Source/FlaxEngine.Gen.cs
|
2023-01-10 15:37:55 +01:00 |
|
Wojciech Figat
|
9626e9bbb6
|
Update copyright year
|
2023-01-10 15:29:37 +01:00 |
|
Wojtek Figat
|
6a61b692aa
|
Refactor PostProcessEffect to support C++ scripting
|
2022-11-02 20:29:59 +01: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
|
d11166082c
|
Add improvements for objects spawning and snapping in Editor to include object bounds
|
2022-01-10 17:46:53 +01:00 |
|
Wojciech Figat
|
5f4bfa36d8
|
Add various usability improvements to the Editor
|
2021-12-13 17:31:59 +01:00 |
|
Wojciech Figat
|
23303802ec
|
Add support for passing back value via reference to C# scripting event
|
2021-12-06 16:46:16 +01:00 |
|
Wojtek Figat
|
c3b9f61b9f
|
Fix snap to the ground to use scene graph query instead of physics only raycast
|
2021-08-12 13:59:30 +02:00 |
|
Wojtek Figat
|
c30e338f0a
|
Fix gizmos debug draw shapes
|
2021-06-01 14:38:24 +02:00 |
|
Wojtek Figat
|
623299e59f
|
Add support for AssetPreview to use debug drawing if needed
|
2021-06-01 10:27:30 +02:00 |
|
Jean-Baptiste Perrier
|
ccef5f0d73
|
Fix viewpoints.
|
2021-05-29 18:53:30 +02:00 |
|
Wojtek Figat
|
845198ebe3
|
Refactor focusing on selection logic in Editor
|
2021-05-28 15:51:28 +02:00 |
|
Wojtek Figat
|
e41dfe738b
|
Add support for moving object with transform gizmo when mouse moves outside the viewport during usage
|
2021-05-28 14:24:19 +02:00 |
|
Wojtek Figat
|
2c7d62bb8e
|
Add support for custom drag&drop into level/prefab viewports from custom asset items
|
2021-05-24 18:34:19 +02:00 |
|
W2.Wizard
|
887b52c18a
|
Merge branch '1.2' into IconOverhaul
|
2021-05-13 15:21:36 +02:00 |
|
W2Wizard
|
d54efc73f1
|
Adapt to new spritehandle names
Lots of files! However only change was renaming the icons overall.
|
2021-05-13 15:16:45 +02:00 |
|
Wojtek Figat
|
8ba1affe9e
|
Fix PrefabSpritesRenderer from script list
|
2021-04-21 10:14:59 +02:00 |
|
Wojtek Figat
|
c0d0083cc2
|
Fix using orientation around selection in prefab window
#276
|
2021-03-23 11:06:13 +01:00 |
|
Wojtek Figat
|
54753a49ed
|
Add support for spawning Collision Data as Mesh Collider in viewport drag&drop
|
2021-03-19 12:15:50 +01:00 |
|
Wojtek Figat
|
f32ea92336
|
Fix editor viewport camera orbiting issues
#354
|
2021-03-18 18:23:11 +01:00 |
|
Wojtek Figat
|
42366ee66a
|
Fix synchronizing nested prefabs when adding new ObjectsLookupIdMapping
#351
|
2021-03-18 00:04:58 +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 |
|
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
|
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
|
d87f0df2a6
|
Cleanup 6
|
2021-02-21 12:05:40 +01:00 |
|
W2.Wizard
|
ee76440477
|
Cleanup 4
|
2021-02-21 11:41:30 +01:00 |
|
Wojtek Figat
|
7ad64d0284
|
Add support for viewport icons rendering in prefab editor window
|
2021-02-17 17:42:40 +01:00 |
|
Wojtek Figat
|
978ee84aea
|
Add support for debug shapes preview in prefab editor window
|
2021-02-17 17:23:43 +01:00 |
|
Wojtek Figat
|
312e4ad010
|
Merge branch 'master' into 1.1
# Conflicts:
# Source/Engine/Content/JsonAsset.h
# Source/Engine/Core/Config/Settings.h
|
2021-02-15 10:40:59 +01:00 |
|
Wojtek Figat
|
96f1d9e820
|
Add UIControl outlines drawing in Prefab window
|
2021-02-07 20:19:21 +01:00 |
|
Wojtek Figat
|
53601d8a85
|
Optimize and improve ActorChildNodes handling
|
2021-01-27 12:11:59 +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 |
|