Wojtek Figat
|
50fb39d238
|
Merge remote-tracking branch 'origin/master' into 1.5
|
2023-01-15 12:44:45 +01:00 |
|
Wojciech Figat
|
26c7d3dadc
|
Merge branch 'auto-save-popup' of https://github.com/Tryibion/FlaxEngine into Tryibion-auto-save-popup
|
2023-01-13 11:39:07 +01: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 |
|
Wojciech Figat
|
e2aa6b8970
|
Fix default value in viewport options
|
2023-01-09 22:40:54 +01:00 |
|
Wojtek Figat
|
084fe6f063
|
Add UseAssetImportPathRelative to Editor options and use it by default to store imported asset path relative to the project folder
|
2023-01-01 18:55:09 +01:00 |
|
Chandler Cox
|
c5e558172d
|
Added auto save reminder popup with an option to change the reminder time.
|
2022-12-22 11:40:10 -06:00 |
|
Preben Eriksen
|
148b15d473
|
Merge branch 'master' into PE-1.4
|
2022-10-25 09:19:01 +02:00 |
|
Preben Eriksen
|
b3bb860195
|
PE: Added - Use "R" key to rotate selections by 45 degrees.
|
2022-10-23 09:45:27 +02:00 |
|
Chandler Cox
|
0765b82a39
|
changed the default for script memebers order.
|
2022-10-21 09:54:16 -05:00 |
|
Wojtek Figat
|
9f7f764359
|
Format code
|
2022-07-18 22:38:01 +02:00 |
|
Wojtek Figat
|
98473487bc
|
Fix Editor Analytics tracking option file SetupStyle
#727
|
2022-06-14 19:51:38 +02:00 |
|
Wojtek Figat
|
a881c90b2e
|
Refactor engine to support double-precision vectors
|
2022-06-13 00:40:32 +02:00 |
|
Wojtek Figat
|
6da3dff5de
|
Fix editor options startup to not log error on missing file
|
2022-03-14 20:32:10 +01:00 |
|
Wojciech Figat
|
8c2241c6dc
|
Update copyright year
|
2022-01-14 13:31:12 +01:00 |
|
ScottLongley
|
64650367be
|
Add Orientation option to ContentWindow
|
2021-08-25 20:37:16 +10:00 |
|
Wojtek Figat
|
425c23fea1
|
Rename NewWindowMethod to NewWindowLocation and add handling for new asset windows too
#577
|
2021-08-05 18:56:55 +02:00 |
|
thallard
|
a64d23b8ed
|
Some tweaks
|
2021-08-05 12:46:29 +02:00 |
|
thallard
|
b4d879960f
|
Remove unused import
|
2021-08-05 12:42:46 +02:00 |
|
HosRa
|
23e94a259b
|
Create new option for open method window
|
2021-08-05 12:20:31 +02:00 |
|
Wojtek Figat
|
484bc409d4
|
Add support for NotNullItems option in collections editors
#542
|
2021-06-09 10:58:54 +02:00 |
|
Crawcik
|
9b55ffdf6c
|
Adding collections background color in global settings
|
2021-06-03 14:29:42 +02:00 |
|
Jean-Baptiste Perrier
|
241238d2d7
|
Add viewpoint shortcuts options.
|
2021-05-29 18:49:56 +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
|
02856273ad
|
Add error message box on Editor Options saving error
|
2021-04-21 23:47:27 +02:00 |
|
W2.Wizard
|
7877f77242
|
Add Scalar Icon, PS & XBox
A separate scalar icon for the value box
|
2021-04-13 10:41:04 +02:00 |
|
Wojtek Figat
|
1d575f51b6
|
Fix code style and optimize
|
2021-03-14 19:35:50 +01:00 |
|
Wojtek Figat
|
146dffa732
|
Merge branch 'patch-declarationSort' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-declarationSort
|
2021-03-14 19:29:02 +01:00 |
|
honzapatCZ
|
cbe97ef3f0
|
typo
|
2021-03-07 22:42:14 +01:00 |
|
honzapatCZ
|
406db6704f
|
Now its an editor option
|
2021-03-07 11:30:18 +01:00 |
|
Jean-Baptiste Perrier
|
39e41d8528
|
Add Mouse Wheel Sensitivity option.
|
2021-02-27 23:38:06 +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
|
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
|
92fafe877c
|
Cleanup 2
|
2021-02-21 10:23:01 +01:00 |
|
Wojtek Figat
|
fc4dc8cb50
|
Merge remote-tracking branch 'origin/1.1' into linux-editor
# Conflicts:
# Source/FlaxEngine.Gen.cs
# Source/Tools/Flax.Build/Utilities/Utilities.cs
|
2021-02-16 18:54:25 +01:00 |
|
Wojtek Figat
|
c902e33d8a
|
Add Build Actions option to editor settings for build button configuration
|
2021-02-16 15:54:22 +01:00 |
|
Wojtek Figat
|
bb84ad0f79
|
Add missing doc comment
|
2021-01-28 00:10:41 +01:00 |
|
stefnotch
|
c820e87d4a
|
Slightly tweak the key processing code
|
2021-01-27 22:08:17 +01:00 |
|
Vizepi
|
018e751bf6
|
Added option to invert panning direction in editor viewport
|
2021-01-24 12:03:38 +01:00 |
|
mafiesto4
|
4bd76b70f2
|
Fix UseNativeWindowSystem option to be Windows-only
|
2021-01-18 15:26:28 +01:00 |
|
VNC
|
6ab300025b
|
Fixed a ton of typos
|
2021-01-05 02:13:15 +01:00 |
|
Wojtek Figat
|
bf9204f146
|
Add IconsScale to editor interface options
|
2021-01-03 22:13:31 +01:00 |
|
Jean-Baptiste Perrier
|
03eb39afe6
|
Bumping all copyright headers to 2021.
|
2021-01-02 14:28:49 +01:00 |
|
stefnotch
|
96dbd3a937
|
Prevent loading 'null' style
|
2020-12-30 10:28:17 +01:00 |
|
Wojtek Figat
|
6fb9eee74c
|
You're breathtaking!
|
2020-12-07 23:40:54 +01:00 |
|