Wojciech Figat
|
acb1cef19d
|
Use plain-C style exported function for P/Invoke bindings on Clang
|
2023-01-24 18:32:23 +01:00 |
|
Wojtek Figat
|
20c32ea6ed
|
Impl progress on c++ name mangling on Clang for proper P/Invokes binding
|
2023-01-24 17:31:09 +01:00 |
|
Wojtek Figat
|
e818d37dd6
|
Add separated bindings method impl for scripting evnts binding on Clang
|
2023-01-24 16:55:06 +01:00 |
|
Wojciech Figat
|
048a4ac1e3
|
Use separated internal managed binding method declaration and implementation on Clang to properly export symbol for P/Invoke
|
2023-01-24 14:00:39 +01:00 |
|
Wojtek Figat
|
02e3697817
|
Fix using proper engine native module for importing symbols
|
2023-01-24 10:13:08 +01:00 |
|
Wojciech Figat
|
761d3735a7
|
Minor adjust followup #894
|
2023-01-24 09:41:18 +01:00 |
|
Wojciech Figat
|
c6be71c4ff
|
Merge branch 'dotnet7_vscode_debugging' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet7_vscode_debugging
|
2023-01-24 09:32:25 +01:00 |
|
Wojciech Figat
|
798b950046
|
Merge branch 'dotnet7' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet7
|
2023-01-24 09:30:38 +01:00 |
|
Wojciech Figat
|
c9c35eb74e
|
Merge remote-tracking branch 'origin/1.5' into dotnet7
|
2023-01-24 09:25:45 +01:00 |
|
Wojtek Figat
|
a853850116
|
Merge branch 'vscode_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-vscode_fixes
|
2023-01-23 20:34:35 +01:00 |
|
Wojciech Figat
|
405ae519dd
|
Refactor generated bindings P/Invoke to support name mangling for symbols
|
2023-01-23 18:41:12 +01:00 |
|
Wojciech Figat
|
38fcfee9a4
|
Merge branch '1.5' into dotnet7
|
2023-01-23 14:47:12 +01:00 |
|
Wojciech Figat
|
25811ed6d4
|
Optimize bindings code generation via String Builder pooling
|
2023-01-23 13:22:43 +01:00 |
|
Wojciech Figat
|
df997c8e3c
|
Fix invalid RPC properties gather when using attribute constructor arguments
|
2023-01-18 13:04:38 +01:00 |
|
Wojciech Figat
|
15fd2e884e
|
Add printing exact source code location on networking bindings generation for C# types
|
2023-01-18 13:04:10 +01:00 |
|
Wojciech Figat
|
e2e7facad0
|
Fix using dependency module from nested referenced build in C#
|
2023-01-18 11:53:30 +01:00 |
|
Wojtek Figat
|
a633aa69c3
|
Remove mono debugger from VS Code extensions list
|
2023-01-17 15:35:15 +01:00 |
|
Wojciech Figat
|
7b20bc38a4
|
Merge branch '1.5' into dotnet7
# Conflicts:
# Content/Shaders/GI/DDGI.flax
# Content/Shaders/GI/GlobalSurfaceAtlas.flax
# Content/Shaders/TAA.flax
# Content/Shaders/VolumetricFog.flax
# Source/Tools/Flax.Build/Projects/VisualStudio/VCProjectGenerator.cs
|
2023-01-17 11:52:52 +01:00 |
|
|
|
be720257ca
|
Fix crash when marshalling generated managed interfaces
Marshaller returns a permanent handle, avoid releasing it during marshalling
|
2023-01-16 20:12:42 +02:00 |
|
Wojciech Figat
|
99ce5cd4d4
|
Fix for Visual Studio projects when using vs2022
|
2023-01-16 13:33:36 +01:00 |
|
|
|
20d8c9f4ee
|
Generate omnisharp.json file for VS Code solutions
|
2023-01-14 19:25:36 +02:00 |
|
|
|
5e9d153c6a
|
Generate C# debugger launch profiles for VSCode
|
2023-01-14 19:17:54 +02:00 |
|
Wojciech Figat
|
810f7fb803
|
Fix xcopy path on Windows in Flax.Build
|
2023-01-12 22:05:35 +01:00 |
|
Wojciech Figat
|
59ba9102a6
|
Merge branch 'dotnet7' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet7
|
2023-01-12 15:15:40 +01:00 |
|
Wojciech Figat
|
daa92db25c
|
Add support for using managed method thunks on dotnet7 in all cases
|
2023-01-12 15:14:43 +01:00 |
|
Wojciech Figat
|
3df10d1d0a
|
Add configuration-specific C# libs references to generates csproj file
|
2023-01-11 16:25:47 +01:00 |
|
Wojciech Figat
|
b1ecb2f0eb
|
Fix xcopy path on Windows in Flax.Build
|
2023-01-11 14:27:37 +01:00 |
|
Wojciech Figat
|
6ef5c76e1a
|
Fix regression from recent scripting fixes/features on 1.5
|
2023-01-10 16:13:53 +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
|
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 |
|
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
|
17f9219cd0
|
Add TargetCompiler to Flax.Build toolchains
|
2023-01-10 11:45:23 +01:00 |
|
|
|
7048281931
|
Hide AbstractWrappers in Editor
|
2023-01-09 15:20:24 +02:00 |
|
Wojtek Figat
|
4e4f4e700b
|
Updates for dev with dotnet on linux
|
2023-01-08 20:27:28 +01:00 |
|
Wojtek Figat
|
c53af39c92
|
Merge remote-tracking branch 'origin/1.5' into dotnet7
|
2023-01-08 15:05:56 +01:00 |
|
Wojtek Figat
|
5ec9716eac
|
Progress for dotnet7 support on Linux
|
2023-01-08 15:05:36 +01: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 |
|
Wojciech Figat
|
8896ebadda
|
Minor fixes for dotnet7
|
2023-01-06 11:31:08 +01:00 |
|
Wojtek Figat
|
63d3c9b1e0
|
Fix build on Linux
|
2023-01-04 19:00:06 +01:00 |
|
Wojciech Figat
|
0b8d4850f0
|
Use manual pdb file loading for debug symbols in C#
|
2023-01-04 09:56:58 +01:00 |
|
Wojtek Figat
|
4012434102
|
Fix test
|
2023-01-03 23:04:09 +01:00 |
|
Wojciech Figat
|
26f8e5aa9e
|
Use embedded debug information for C# dll to have proper stack trace information on game scripts exceptions
|
2023-01-03 18:38:44 +01:00 |
|
Wojciech Figat
|
e596d48729
|
Merge remote-tracking branch 'origin/1.5' into dotnet7
|
2023-01-03 14:34:20 +01:00 |
|
Wojciech Figat
|
ceacdc8d08
|
Fixes for dotnet7 bindings to pass unit tests
|
2023-01-03 14:34:16 +01:00 |
|
Wojtek Figat
|
b4faa128b7
|
Fix case when Variant wrappers overlap with the name
|
2023-01-02 22:04:14 +01:00 |
|
Wojciech Figat
|
dea307179f
|
Merge branch 'dotnet7' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet7
# Conflicts:
# Source/Engine/Engine/NativeInterop.cs
|
2023-01-02 11:04:36 +01:00 |
|
Wojciech Figat
|
e718766073
|
Merge branch 'dotnet7' of https://github.com/envision3d/FlaxEngine into envision3d-dotnet7
|
2023-01-02 10:59:39 +01:00 |
|
Wojciech Figat
|
d3cdca6b33
|
Merge remote-tracking branch 'origin/1.5' into dotnet7
|
2023-01-02 10:37:04 +01:00 |
|