Commit Graph

4744 Commits

Author SHA1 Message Date
Wojtek Figat
02e3697817 Fix using proper engine native module for importing symbols 2023-01-24 10:13:08 +01:00
Wojtek Figat
1c72798229 Update readme instructions for Linux 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
71c2770df0 Merge branch 'GoaLitiuM-dotnet7_vscode_debugging' into dotnet7 2023-01-24 09:32:31 +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
754ccaa9b4 Merge branch 'GoaLitiuM-dotnet7' into dotnet7 2023-01-24 09:30:56 +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
Wojciech Figat
f1f5dacb6f Add unit test to verify LibraryImport attributes usage for proper bindings 2023-01-24 09:25:39 +01:00
Wojtek Figat
9e90cb260a Add support for custom icons for actors in ViewportIconsRenderer 2023-01-23 23:43:59 +01:00
Wojtek Figat
c854b657c1 Add actor virtual functions OnDebugDraw/OnDebugDrawSelected/OnEnable/OnDisable to override in scripting 2023-01-23 23:43:16 +01:00
Wojtek Figat
a72fbc00bb Ignore generated vs code file 2023-01-23 20:36:25 +01:00
Wojtek Figat
1a0b38bbfe Merge branch 'GoaLitiuM-vscode_fixes' into 1.5 2023-01-23 20:34:41 +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
f3366178ea Refactor manually written managed bindings to use C-style exported P/Invoke 2023-01-23 18:14:38 +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
3ca0ea2e50 Fix unfreed managed string handles 2023-01-22 17:29:34 +02:00
a917567e92 Fix passing weak managed string handles in marshallers 2023-01-22 17:29:30 +02:00
Wojciech Figat
d752fcb127 Merge branch 'Tryibion-better-tag-picker' into 1.5 2023-01-20 12:03:35 +01:00
Wojciech Figat
66d5850a76 Asset update 2023-01-20 12:02:40 +01:00
Wojciech Figat
df2d151063 Merge branch 'better-tag-picker' of https://github.com/Tryibion/FlaxEngine into Tryibion-better-tag-picker 2023-01-20 11:51:50 +01:00
Wojciech Figat
31e27e84a9 Minor fix 2023-01-20 11:48:53 +01:00
Wojciech Figat
a7bccae5d3 Merge branch 'Tryibion-add-tag-fix' into 1.5 2023-01-20 11:47:41 +01:00
Wojciech Figat
286de25c15 Merge branch 'add-tag-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-tag-fix 2023-01-20 11:47:18 +01:00
Chandler Cox
5d601621cf small fix 2023-01-20 02:14:05 -06:00
Chandler Cox
56c9be6f8c fixes 2023-01-20 01:55:09 -06:00
Chandler Cox
64dcfa21b8 small fixes 2023-01-20 01:22:36 -06:00
Chandler Cox
6c1ce82e5c Small cleanup 2023-01-20 00:56:46 -06:00
Chandler Cox
efe11d0105 Added selecting text box when tag add drop panel open 2023-01-20 00:55:54 -06:00
Chandler Cox
85df496657 Better tag picker 2023-01-20 00:51:46 -06:00
Chandler Cox
f110926288 Moved into function in Asset Window. 2023-01-19 16:10:17 -06:00
Chandler Cox
fb12e63bb1 Fixed editor not saving added tags #885 2023-01-19 15:57:51 -06:00
Wojciech Figat
c1c1f5d60e Fix sending client RPC to all clients (including the owner) 2023-01-19 14:47:29 +01:00
Wojtek Figat
eaa63e679e Fix selected UI control outline when using custom Game viewport aspect
#897
2023-01-18 15:36:42 +01:00
Wojciech Figat
689a042e88 Fix sending client RPC from host that is both server and client 2023-01-18 13:39:51 +01:00
Wojciech Figat
04727cf2bc Add error log if the RPC is invoked on non-networked object 2023-01-18 13:38:18 +01:00
Wojciech Figat
ec2bdb7437 Fix crash when copying empty span of data into DataContainer 2023-01-18 13:20:24 +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
0abac8c5c4 Merge branch 'GoaLitiuM-author_update' into 1.5 2023-01-17 21:34:12 +01:00
Wojtek Figat
a633aa69c3 Remove mono debugger from VS Code extensions list 2023-01-17 15:35:15 +01:00
Wojtek Figat
32440d6993 Add support for using system-installed Vulkan SDK on Linux 2023-01-17 15:34:45 +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
ee5a7cf1ef Update authors 2023-01-16 18:14:17 +02:00
Wojciech Figat
fc65e5a7a6 Fix leftover UI control state when it gets disabled/hidden/reparented 2023-01-16 15:08:57 +01:00
Wojciech Figat
99ce5cd4d4 Fix for Visual Studio projects when using vs2022 2023-01-16 13:33:36 +01:00