Wojtek Figat
|
50fb39d238
|
Merge remote-tracking branch 'origin/master' into 1.5
|
2023-01-15 12:44:45 +01:00 |
|
Wojtek Figat
|
f127bbebe1
|
Refactor enum flags with __underlying_type and new EnumHasAnyFlags/EnumHasAllFlags
Fixes #832
Closes #886
|
2023-01-15 12:44:39 +01:00 |
|
Wojciech Figat
|
a450990ee2
|
Merge branch 'first-capital-letter-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-first-capital-letter-fix
|
2023-01-13 12:20:57 +01:00 |
|
Wojciech Figat
|
0fa58531e8
|
Merge branch 'fix-missing-scene-animation' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-missing-scene-animation
|
2023-01-13 12:03:41 +01:00 |
|
Wojciech Figat
|
8e354cc36e
|
Merge branch 'visject-cm-search-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-visject-cm-search-fix
|
2023-01-13 12:01:20 +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
|
986fa13585
|
Reuse texture sampling code for procedural sampling node #872
|
2023-01-13 11:37:53 +01:00 |
|
Wojciech Figat
|
2d44ae3a4d
|
Merge branch 'stochastic-sampling-node' of https://github.com/Swiggies/FlaxEngine into Swiggies-stochastic-sampling-node
|
2023-01-13 10:40:16 +01:00 |
|
Wojciech Figat
|
810f7fb803
|
Fix xcopy path on Windows in Flax.Build
|
2023-01-12 22:05:35 +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
|
e7f40a4c0e
|
Fix unit test if running under .net 4.6.2 unit test agent
|
2023-01-10 14:33:51 +01:00 |
|
Wojciech Figat
|
6b076e4fd4
|
Update NUnit to 3.16.1
|
2023-01-10 14:26:26 +01:00 |
|
Wojciech Figat
|
79864ffd5f
|
Change missing VulkanSDK error to be logged once per session
|
2023-01-10 13:51:29 +01:00 |
|
Wojciech Figat
|
4d6f758994
|
Update NUnit to 3.16.1
|
2023-01-10 13:41:58 +01:00 |
|
Wojtek Figat
|
ca2e2e1f41
|
Fix native scripting interface method override in managed scripts on Clang-platforms
|
2023-01-10 11:45:23 +01:00 |
|
Wojtek Figat
|
a74b847e65
|
Fix ScriptingObject::FromInterface to return object if the pointer is already valid object
|
2023-01-10 11:45:23 +01:00 |
|
Wojtek Figat
|
17f9219cd0
|
Add TargetCompiler to Flax.Build toolchains
|
2023-01-10 11:45:23 +01:00 |
|
Wojciech Figat
|
0595f38fe4
|
Fix threading issues with GPU buffers mapping
|
2023-01-09 22:41:06 +01:00 |
|
Wojciech Figat
|
e2aa6b8970
|
Fix default value in viewport options
|
2023-01-09 22:40:54 +01:00 |
|
Wojciech Figat
|
67c63f1410
|
Optimize GPU Resource name to prevent memory allocs when changing name frequently
|
2023-01-09 22:40:26 +01:00 |
|
Wojciech Figat
|
70cce0e1ee
|
Fix regression crash when using DoF, optimize DoF usage of GPU memory
|
2023-01-09 16:06:47 +01:00 |
|
Chandler Cox
|
0cd562c528
|
Fix in visject cm sometimes not populating all options once search box is cleared.
|
2023-01-08 16:04:55 -06:00 |
|
Wojtek Figat
|
58844622a0
|
Simplify managed method invoke generation for AOT vs JIT platforms
|
2023-01-08 13:50:45 +01:00 |
|
Wojtek Figat
|
cfcf29a62e
|
Fixes for passing new unit tests with edge cases of scripting bindigns usage
|
2023-01-08 00:34:33 +01:00 |
|
Wojtek Figat
|
064994eb1a
|
Add more test cases for various scripting bindings features
|
2023-01-08 00:34:32 +01:00 |
|
Wojciech Figat
|
c011e8af62
|
Add support for CanRender in postFx to depend on specific render setup
|
2023-01-06 13:45:36 +01:00 |
|
Wojciech Figat
|
b753b18682
|
Add profiler events for plugins init/deinit
|
2023-01-06 13:36:12 +01:00 |
|
Wojtek Figat
|
4012434102
|
Fix test
|
2023-01-03 23:04:09 +01:00 |
|
Wojtek Figat
|
b4faa128b7
|
Fix case when Variant wrappers overlap with the name
|
2023-01-02 22:04:14 +01:00 |
|
Wojtek Figat
|
9ffeb8031b
|
Fix tests regression
|
2023-01-02 21:45:51 +01:00 |
|
Wojtek Figat
|
59568fb5c8
|
Minor editor tweaks
|
2023-01-01 23:17:23 +01:00 |
|
Wojtek Figat
|
bc7bf72660
|
Fix case when child context menu is already hidden and changed to other from code
|
2023-01-01 21:42:35 +01:00 |
|
Wojtek Figat
|
4afa59a783
|
Fix missing scripting and serialization extensions for SceneReference usage in scripts
|
2023-01-01 19:15:59 +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 |
|
Wojtek Figat
|
9554636971
|
Add bigger input value boxes to Visject Surface
|
2023-01-01 18:30:15 +01:00 |
|
Wojtek Figat
|
f246fc018d
|
Fixes for 2df3574cfa
|
2023-01-01 16:54:01 +01:00 |
|
Wojtek Figat
|
2df3574cfa
|
Refactor new tags system to use uint for tag index (0 is invalid tag)
|
2023-01-01 16:39:34 +01:00 |
|
Wojtek Figat
|
c976d190a5
|
Add Tag to PhysicalMaterial for physical surfaces tagging
|
2023-01-01 16:38:50 +01:00 |
|
Wojtek Figat
|
b73bd519be
|
Add navmesh update on terrain sculpt undo/redo and deffer navmesh update when sculpting action ends to prevent stalls
|
2022-12-31 14:43:50 +01:00 |
|
Wojtek Figat
|
081305fab7
|
Fix regression from 0ca8fe2f45 for value types
|
2022-12-31 13:23:36 +01:00 |
|
Wojtek Figat
|
a10fb703fc
|
Add unit test for scripting interface to ensure generated bindings code works fine
|
2022-12-31 13:10:19 +01:00 |
|
Chandler Cox
|
6a46efcf45
|
Fixed missing the scene animation proxy from the content context menu.
|
2022-12-30 18:40:11 -06:00 |
|
Wojtek Figat
|
0ca8fe2f45
|
Fix passing reference types back to the native code from scripting event
|
2022-12-31 00:22:04 +01:00 |
|
Wojtek Figat
|
a253e01dbd
|
Add unit test for scripting event to ensure generated bindings code works fine
|
2022-12-31 00:21:28 +01:00 |
|
Chandler Cox
|
80baa13814
|
Fix tests to match captial first letter
|
2022-12-29 21:14:51 -06:00 |
|
Chandler Cox
|
7c3d5d739a
|
small fix
|
2022-12-29 21:11:40 -06:00 |
|
Chandler Cox
|
cf908fcfeb
|
changed to change it in property UI
|
2022-12-29 21:11:39 -06:00 |
|
Chandler Cox
|
f52e76fe30
|
Always capitalize the first letter of a property name label
|
2022-12-29 21:11:39 -06:00 |
|
Wojtek Figat
|
e2e66e0eec
|
Fix crash when unboxing integer value type from managed callback via generated bindings
|
2022-12-30 00:08:32 +01:00 |
|