Commit Graph

10102 Commits

Author SHA1 Message Date
mafiesto4 da5570e89f Fix terrain shader compilation regression 2024-09-22 11:28:26 +02:00
mafiesto4 c943b3a526 Restore single editor tab window header on platforms with not yet implemented drag features (mac, linux)
#2770
2024-09-22 11:08:31 +02:00
mafiesto4 428a56af28 Fix old api usage warning 2024-09-22 10:53:01 +02:00
mafiesto4 eb825f516e Fix terrain splatmap cache clearng 2024-09-22 10:40:10 +02:00
mafiesto4 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
mafiesto4 e0a488dec1 Fix failed check in Camera::ConvertMouseToRay when result is invalid ray 2024-09-12 12:41:22 +02:00
mafiesto4 0bc98a5f18 Improve asset reference debug in C# when it's empty 2024-09-12 12:41:03 +02:00
mafiesto4 e834f2ec94 Hide internal codegen variable from debugger 2024-09-12 12:40:50 +02:00
mafiesto4 4087e9c291 Add deprecated property to fix compile in old projects
42b4443e14
2024-09-12 12:40:29 +02:00
mafiesto4 31bce25c37 Add deprecated property to fix compile in old projects
42b4443e14
2024-09-12 12:40:13 +02:00
mafiesto4 2d61e329cb Update asset 2024-09-12 09:12:08 +02:00
mafiesto4 e7dc58c596 Fix crash when showing shader source that is empty
#2896
2024-09-12 09:11:55 +02:00
mafiesto4 28ebfa597e Merge branch 'GaryMcWhorter-agx-tonemapping' 2024-09-12 09:06:45 +02:00
mafiesto4 1ca356c2f1 Merge branch 'Tryibion-enum-combo-box-open' 2024-09-12 09:03:09 +02:00
mafiesto4 b776242cc7 Merge branch 'enum-combo-box-open' of https://github.com/Tryibion/FlaxEngine into Tryibion-enum-combo-box-open 2024-09-12 09:03:01 +02:00
mafiesto4 33ccdea761 Fixes and shader update
#2673
2024-09-12 09:02:48 +02:00
mafiesto4 7bc4de4e6b Merge branch 'agx-tonemapping' of https://github.com/GaryMcWhorter/FlaxEngine into GaryMcWhorter-agx-tonemapping 2024-09-12 07:58:01 +02:00
mafiesto4 21d4242340 Merge branch 'xxSeys1-VSScriptingDescripPanelSettingNameChange' 2024-09-12 07:42:50 +02:00
xxSeys1 3a1dde0081 rename VisualScriptingDescriptionPanel to NodeDescriptionPanel
The description panel no longer only shows in the visual scripting editor but also in the material editor.
There is one editor setting that shows/ hides both so I changed the name to something more general.
2024-09-11 22:19:44 +02:00
mafiesto4 cc01952059 Fix Visject parameter values restore after script is saved in editor by using original value diff
#2276
2024-09-11 20:44:45 +02:00
mafiesto4 12c9ae1490 Add surface nodes size snapping when using grid
#1456
2024-09-11 20:24:19 +02:00
mafiesto4 9bbeec5105 Merge branch 'Menotdan-visject_grid_snap' 2024-09-11 20:11:48 +02:00
mafiesto4 c26a806a35 Code cleanup
#1456
2024-09-11 19:57:57 +02:00
mafiesto4 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
mafiesto4 749b743cf6 Merge branch 'Tryibion-module-remove' 2024-09-11 13:41:37 +02:00
mafiesto4 26ad61c1ce Merge branch 'module-remove' of https://github.com/Tryibion/FlaxEngine into Tryibion-module-remove 2024-09-11 13:41:30 +02:00
mafiesto4 85ff553a72 Merge branch 'Tryibion-fixedalloc-maxcount' 2024-09-11 13:40:45 +02:00
mafiesto4 19226dcf94 Merge branch 'fixedalloc-maxcount' of https://github.com/Tryibion/FlaxEngine into Tryibion-fixedalloc-maxcount 2024-09-11 13:40:34 +02:00
mafiesto4 7311522328 Fix compile regression with large worlds 2024-09-11 13:39:15 +02:00
mafiesto4 27280bb7ff Merge branch 'Menotdan-new-content-creations' 2024-09-11 13:38:41 +02:00
mafiesto4 4683262cf3 Small codestyle tweaks
#2415
2024-09-11 13:38:31 +02:00
Tryibion c452ffec8b Add aadditional check for allocation args generic arg count. 2024-09-10 13:08:44 -05:00
Tryibion 09b3640116 Add code gen for FixedAllocation arrays to generate Collection attribute with accolation count. 2024-09-10 13:04:33 -05:00
mafiesto4 1bc09fb962 Merge branch 'new-content-creations' of https://github.com/Menotdan/FlaxEngine into Menotdan-new-content-creations 2024-09-10 20:00:18 +02:00
mafiesto4 21ed4a2371 Fix Flipbook node bug
#2690
2024-09-10 12:13:28 +02:00
mafiesto4 c1a5db616e Add ProjectPoint for Editor Viewport
#2814
2024-09-10 11:10:15 +02:00
mafiesto4 aef06656f0 Fix using Tag as key of serialized dictionary in cooked build
#2560
2024-09-09 22:30:01 +02:00
mafiesto4 05d191f491 Remove any leftover executable files deployed from .NET SDK 2024-09-09 22:25:37 +02:00
mafiesto4 abb684aed2 Fix spline length calculations bug
#2385
2024-09-09 20:47:49 +02:00
mafiesto4 bbb0d36494 Fixed issues found by PVS-Studio 2024-09-09 18:21:59 +02:00
mafiesto4 c62575612b Fix missing parameters metadata on nested material layers
#731
2024-09-09 12:34:18 +02:00
mafiesto4 d939421c82 Merge branch 'Tryibion-fix-spelling-virtual' 2024-09-09 07:58:08 +02:00
mafiesto4 060dd748a7 Merge branch 'fix-spelling-virtual' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-spelling-virtual 2024-09-09 07:58:02 +02:00
mafiesto4 a8b2358987 Merge branch 'Tryibion-add-shift-end-text' 2024-09-09 07:57:08 +02:00
mafiesto4 b05b94c811 Merge branch 'add-shift-end-text' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-shift-end-text 2024-09-09 07:54:51 +02:00
mafiesto4 89462856e3 Fix mixed tab/spaces in script templates
#2906
2024-09-09 07:34:45 +02:00
mafiesto4 8795667e10 Merge branch 'Tryibion-cs-template-path' 2024-09-09 07:20:15 +02:00
mafiesto4 a7af0be9bb Merge branch 'cs-template-path' of https://github.com/Tryibion/FlaxEngine into Tryibion-cs-template-path 2024-09-09 07:20:02 +02:00
mafiesto4 2e183d77c8 Merge branch 'Tryibion-fix-last-list-element-label' 2024-09-09 07:18:18 +02:00
mafiesto4 f1fde0542e Merge branch 'fix-last-list-element-label' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-last-list-element-label 2024-09-09 07:18:11 +02:00