Wojtek Figat
9c3fd052cd
Remove copyright year from source files and update to 2025
2025-04-07 19:22:21 +02:00
Wojtek Figat
d4c72487cd
Fix various asset windows shutdown when editor is disposing during crash
2025-01-24 22:55:21 +01:00
Wojtek Figat
e9ac02d416
Refactor toolstrip buttons tooltips to properly format empty input bindings
2024-10-01 11:06:13 +02:00
Wojtek Figat
c26a806a35
Code cleanup
...
#1456
2024-09-11 19:57:57 +02:00
Wojtek Figat
91bfb29d33
Merge branch 'visject_grid_snap' of https://github.com/Menotdan/FlaxEngine into Menotdan-visject_grid_snap
...
# Conflicts:
# Source/Editor/Surface/SurfaceUtils.cs
2024-09-11 18:32:08 +02:00
Wojtek Figat
bbb0d36494
Fixed issues found by PVS-Studio
2024-09-09 18:21:59 +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
Wojtek Figat
859c420d76
Update year in copyright note
2024-02-26 19:00:48 +01:00
Wojtek Figat
64e391df24
Refactor Visual Script debugger apis to use bindings generator
2023-12-16 17:58:18 +01:00
Menotdan
14d14dd6f3
Merge branch 'master' into visject_grid_snap
...
Merged master.
2023-11-10 10:44:59 -05:00
081648ef06
Fix common tooltips with hardcoded keybindings
2023-10-24 21:47:18 +03:00
Menotdan
e273433d19
Merge branch 'master' into visject_grid_snap
2023-10-10 12:37:13 -04:00
Menotdan
8cf6134f8b
Cleanup.
2023-10-02 00:34:14 -04:00
Menotdan
02d68bc057
Add toggle button for grid snapping.
2023-09-17 18:20:50 -04:00
Menotdan
e38da7eb95
Factor Toolstrip setup out from the various Visject Windows. I made this it's own commit in case you don't like these changes, but if you want to undo you will have to add the new button I added to all three windows.
2023-09-17 16:48:41 -04:00
Wojtek Figat
81622c92ae
Add ReadOnly to CustomEditorPresenter
2023-08-16 13:09:50 +02:00
Wojtek Figat
8dc98174cf
Minor tweaks
2023-08-01 14:14:27 +02:00
Wojtek Figat
94386d24ab
Minor tweaks
2023-08-01 10:27:31 +02:00
Wojtek Figat
656866c1d4
Various improvements in Editor code
2023-06-29 16:41:15 +02:00
Wojtek Figat
4755c42d70
Fix .NET generic class typename to match old mono style without inlined assembly name and ver
2023-03-27 17:30:48 +02:00
Wojtek Figat
74758f5380
Merge remote-tracking branch 'origin/master' into 1.6
...
# Conflicts:
# Source/Tools/Flax.Build/Build/Builder.Projects.cs
# Source/Tools/Flax.Build/Build/Plugins/NetworkingPlugin.cs
2023-03-14 11:52:41 +01:00
Wojtek Figat
086c2f155d
Fix error when using nested Visject Surface context during State Machines editing in Anim Graph
2023-03-13 15:39:36 +01:00
Wojciech Figat
eebc4951de
Merge branch '1.5' into dotnet7
...
# Conflicts:
# Source/Platforms/DotNet/NUnit/agents/net40/nunit-agent.exe
# Source/Platforms/DotNet/NUnit/agents/net40/nunit.engine.api.dll
# Source/Platforms/DotNet/NUnit/agents/net40/nunit.engine.core.dll
# Source/Platforms/DotNet/NUnit/agents/net7.0/nunit.agent.addins
# Source/Platforms/DotNet/NUnit/nunit.engine.api.dll
# Source/Platforms/DotNet/NUnit/nunit.engine.core.dll
# Source/Platforms/DotNet/NUnit/nunit.engine.dll
# Source/Platforms/DotNet/NUnit/nunit3-console.exe
# Source/Platforms/DotNet/NUnit/nunit3-console.exe.config
# Source/Platforms/DotNet/NUnit/testcentric.engine.metadata.dll
# Source/Tools/Flax.Build/Deps/Downloader.cs
# Source/Tools/Flax.Stats/CodeFrame.cs
# Source/Tools/Flax.Stats/CodeFrameNode.cs
# Source/Tools/Flax.Stats/Flax.Stats.Build.cs
# Source/Tools/Flax.Stats/Languages.cs
# Source/Tools/Flax.Stats/Program.cs
# Source/Tools/Flax.Stats/TaskType.cs
# Source/Tools/Flax.Stats/Tools.cs
# Source/Tools/FlaxEngine.Tests/TestEditorUtils.cs
2023-01-10 15:49:44 +01:00
Wojciech Figat
9626e9bbb6
Update copyright year
2023-01-10 15:29:37 +01:00
Wojciech Figat
3e8e839cd1
Refactor Editor Windows layout serialization of splitter values to prevent invalid state when loading windows
2022-12-27 13:54:53 +01:00
551c58db4f
Fix incorrect array marshalling in few Editor methods
2022-12-17 15:38:55 +02:00
Wojtek Figat
a881c90b2e
Refactor engine to support double-precision vectors
2022-06-13 00:40:32 +02:00
Wojtek Figat
785f8915b7
Merge remote-tracking branch 'origin/gi' into large-worlds
...
# Conflicts:
# Source/Engine/Core/Math/Vector3.h
2022-05-21 19:45:13 +02:00
Wojtek Figat
782c3a0e3e
Add Find references utility for graph parameters and methods
2022-05-09 18:10:47 +02:00
Wojtek Figat
8b1e0df222
Add **Content Search** window to searching Visual Scripts and other assets
2022-05-08 19:42:34 +02:00
Wojtek Figat
90906baae2
Various improvements for Editor
2022-05-06 17:14:25 +02:00
Wojciech Figat
551459022d
Merge remote-tracking branch 'origin/master' into gi
...
# Conflicts:
# Source/Editor/Windows/Assets/VisualScriptWindow.cs
2022-05-02 10:38:14 +02:00
Wojtek Figat
2935b85543
Add preserving existing value of the Visual Script parameter when changing its type
2022-05-01 21:34:21 +02:00
Wojtek Figat
26d4ebd3d5
Fixes for Visual Scripting in Editor
2022-05-01 21:11:15 +02:00
Wojtek Figat
74b23d0e00
Add support for array of Visual Script objects
2022-05-01 20:42:05 +02:00
Wojtek Figat
158c29e598
Add **Dictionaries to Visual Scripting**
2022-04-27 22:47:54 +02:00
Wojciech Figat
3e9b6caa1c
Fix sorting items in various contextual list popups in Editor
2022-03-25 15:36:30 +01:00
Wojciech Figat
8c2241c6dc
Update copyright year
2022-01-14 13:31:12 +01:00
Wojciech Figat
73c22b75ea
Add Code Docs module for Editor tooltips
2021-12-22 10:55:42 +01:00
Wojciech Figat
d33829f5eb
Add option to change Visual Script parameter type
2021-11-16 20:44:18 +01:00
Wojciech Figat
e249fda1f2
Add Visual Script parameter access editing (public or private)
2021-11-16 16:41:38 +01:00
Wojciech Figat
f69055d85a
Add features flags for Custom Editors presentation
2021-11-16 16:33:45 +01:00
Wojtek Figat
bdefa77226
Fix using nested types in Visual Script
2021-06-30 10:34:36 +02:00
Wojtek Figat
a8b0612a7f
Add new icons and tweaks
...
#550
2021-06-14 11:08:47 +02:00
W2Wizard
eb6e3a7e8e
Replace clickable images with actual buttons
...
With the new icons the clickable images for adding functions for the Visject surface got too small and unreadable. Instead using more visible buttons should counteract this.
2021-06-13 14:49:10 +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
W2.Wizard
d87f0df2a6
Cleanup 6
2021-02-21 12:05: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