Wojtek Figat
|
2a53d0a462
|
Fix crash on Visual Script missing asset ref after hot-reload in Editor
#3823
|
2025-12-13 02:10:41 +01:00 |
|
Wojtek Figat
|
9c3fd052cd
|
Remove copyright year from source files and update to 2025
|
2025-04-07 19:22:21 +02:00 |
|
Wojtek Figat
|
c00876fa94
|
Fix showing Content Search window to properly use context window
|
2025-03-31 14:12:03 +02:00 |
|
Wojtek Figat
|
e9ac02d416
|
Refactor toolstrip buttons tooltips to properly format empty input bindings
|
2024-10-01 11:06:13 +02:00 |
|
Wojtek Figat
|
18dc475f40
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Source/Engine/UI/GUI/Common/Button.cs
|
2024-09-23 14:11:05 +02:00 |
|
Wojtek Figat
|
c69beae81a
|
Add namespace to method tooltips in Visual ScriptType
#112
|
2024-09-12 15:45:12 +02:00 |
|
Wojtek Figat
|
9daddccbed
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Source/Editor/Modules/ContentDatabaseModule.cs
# Source/Editor/Surface/SurfaceUtils.cs
# Source/Editor/Windows/Assets/MaterialInstanceWindow.cs
# Source/Engine/Foliage/Foliage.cpp
# Source/Engine/Graphics/Models/MeshBase.h
# Source/Engine/Tools/MaterialGenerator/MaterialGenerator.Textures.cpp
|
2024-09-12 13:38:20 +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
|
c62575612b
|
Fix missing parameters metadata on nested material layers
#731
|
2024-09-09 12:34:18 +02:00 |
|
Wojtek Figat
|
21b4c7c916
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-08-16 14:52:57 +02:00 |
|
Wojtek Figat
|
8f18d654ee
|
Add copy/paste for material instance parameters via context menu on Parameters group header
|
2024-08-10 20:46:33 +02:00 |
|
Chandler Cox
|
36eec5bf95
|
Better fix
|
2024-08-06 13:01:28 -05:00 |
|
Chandler Cox
|
002ab366fe
|
Only sort surface parameters alphabetically if script member order is set to Alphabetical.
|
2024-08-06 12:56:08 -05:00 |
|
Nils Hausfeld
|
d7a0c69990
|
- Some cleanup and tooltips
|
2024-06-20 00:18:11 +02:00 |
|
Nils Hausfeld
|
4abe8587f3
|
- Fixed some tooltip regressions
- Defined signatures where necessary
|
2024-06-16 13:37:03 +02:00 |
|
Nils Hausfeld
|
99c10e5ed3
|
- Now correctly fetching signature and description for properties
- Minor code cleanup
|
2024-06-10 23:14:24 +02:00 |
|
Nils Hausfeld
|
bd06ed9c14
|
- Archetypes now fetch signature and description independently
- Added larger label for signature to description panel
|
2024-06-09 23:42:48 +02:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|
Wojtek Figat
|
40632a4a88
|
Fix missing default value for new Visject method parameter if method uses Vector param
#2204
|
2024-02-06 12:10:05 +01:00 |
|
Menotdan
|
14d14dd6f3
|
Merge branch 'master' into visject_grid_snap
Merged master.
|
2023-11-10 10:44:59 -05:00 |
|
Wojtek Figat
|
8b096a9286
|
Fixes
|
2023-10-18 10:52:36 +02:00 |
|
Wojtek Figat
|
8d9f4d72f5
|
Various stability improvements for Editor
|
2023-10-17 22:42:47 +02:00 |
|
Menotdan
|
e273433d19
|
Merge branch 'master' into visject_grid_snap
|
2023-10-10 12:37:13 -04:00 |
|
Wojtek Figat
|
92f677f238
|
Codestyle formatting #1522
|
2023-10-04 22:25:27 +02:00 |
|
Menotdan
|
1b12ccd180
|
Remove extra spacing on copyright notice.
|
2023-10-02 00:36:07 -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
|
abf68328e6
|
Fix bug when using material instance of material that uses GlobalSDF
|
2023-04-12 16:59:03 +02: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
|
9acb597d5d
|
Adjust scripting types visibility in editor
|
2023-01-02 10:36:24 +01:00 |
|
Wojciech Figat
|
9a5c105db9
|
Merge branch '1.5' into dotnet7
|
2022-12-21 10:35:58 +01:00 |
|
Wojtek Figat
|
a3a001633b
|
Fix Custom Editors groups regression
|
2022-11-30 17:47:56 +01:00 |
|
|
|
96dc279ebd
|
Implement .NET 7 runtime support and bindings generation
|
2022-11-26 14:37:07 +02:00 |
|
Wojciech Figat
|
bd90280da7
|
Missing improvement from 9192375ddb into Material Instance parameters editor
|
2022-07-05 16:00:39 +02:00 |
|
Wojtek Figat
|
a881c90b2e
|
Refactor engine to support double-precision vectors
|
2022-06-13 00:40:32 +02:00 |
|
Wojtek Figat
|
158c29e598
|
Add **Dictionaries to Visual Scripting**
|
2022-04-27 22:47:54 +02:00 |
|
Wojtek Figat
|
3c841b1be1
|
Add support for font size and color in Header attribute
|
2022-04-15 19:16:50 +02:00 |
|
Wojtek Figat
|
e11410c5d1
|
Fix Gameplay Global usage in material with material instance error
|
2022-01-26 23:08:48 +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
|
4a8291d596
|
Minor fixes
|
2021-12-09 17:08:10 +01:00 |
|
Wojtek Figat
|
39a4dab81f
|
Fix
|
2021-08-19 13:06:19 +02:00 |
|
Wojtek Figat
|
62c43f9f95
|
Add helper tooltips for Scene Animation actions UI
|
2021-08-10 13:54:22 +02:00 |
|
Wojtek Figat
|
cbbfb16628
|
Add scripting API events in Visual Script
|
2021-01-22 10:55:13 +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 |
|