Commit Graph

5328 Commits

Author SHA1 Message Date
Wojtek Figat
808c741ed7 Add SDKs printing in Github Actions for more verbosity of the setup 2023-04-18 19:39:50 +02:00
Wojtek Figat
9eaef3447c Improve Flax.Build build rules caching to include .NET runtime version and engine installation check 2023-04-18 19:06:49 +02:00
Wojtek Figat
364676ceae Fix compile warning in 32-bit build 2023-04-18 18:19:34 +02:00
Wojtek Figat
e21756d685 Add logging .NET runtime version to build tool 2023-04-18 18:19:03 +02:00
Wojtek Figat
7df206f533 Fix deploying system .NET runtime files after system-installed .NET has been updated 2023-04-18 18:18:43 +02:00
Wojtek Figat
e3ceaa3f9a Update Flax deployment scripts for dotnet7 2023-04-18 18:17:47 +02:00
Wojtek Figat
8b2d3db3f1 Fix passing boxed reference values to managed thunk and properly unbox non-POD structures 2023-04-18 15:54:54 +02:00
Wojtek Figat
589941d6b2 Add non-POD structure test for method or event parameter reference passing via scripting bindings 2023-04-18 14:00:16 +02:00
Wojtek Figat
f046642ba7 Improve stability by fixing various crashes with dotnet7 2023-04-18 12:36:33 +02:00
Wojtek Figat
024dd74ae1 Fix interface marshaller codegen for dotnet7 2023-04-17 22:34:00 +02:00
Wojtek Figat
8c02dfbb3f Ignore logging missing env var on Windows 2023-04-17 19:02:58 +02:00
Wojtek Figat
9a84f9e4ac Improve native library path on dotnet when using plugins 2023-04-17 14:06:47 +02:00
Wojtek Figat
9322a2006a Post merge fixes for new dotnet7 2023-04-17 14:04:08 +02:00
Wojtek Figat
67b373c6df Merge remote-tracking branch 'origin/master' into 1.6 2023-04-17 13:18:08 +02:00
Wojtek Figat
0842a95dd6 Merge branch 'Tryibion-change-profilier-play-icon' 2023-04-17 13:08:52 +02:00
Wojtek Figat
c3ef9f993b Merge branch 'change-profilier-play-icon' of https://github.com/Tryibion/FlaxEngine into Tryibion-change-profilier-play-icon 2023-04-17 13:08:46 +02:00
Wojtek Figat
378e48e7aa Fix cached DraggedOverNode to be properly reset after drag and #996 2023-04-17 13:06:56 +02:00
Wojtek Figat
7ad497ca3b Merge branch 'Tryibion-actor-drag-visual-change' 2023-04-17 12:59:24 +02:00
Wojtek Figat
0e3dedbc5b Merge branch 'actor-drag-visual-change' of https://github.com/Tryibion/FlaxEngine into Tryibion-actor-drag-visual-change 2023-04-17 12:59:08 +02:00
Wojtek Figat
414bce38bb DOn't even start drag and drop if content item is detached from UI 2023-04-17 12:54:01 +02:00
Wojtek Figat
67da36a611 Merge branch 'Tryibion-change-wrap-words' 2023-04-17 12:51:07 +02:00
Wojtek Figat
dc32386590 Merge branch 'change-wrap-words' of https://github.com/Tryibion/FlaxEngine into Tryibion-change-wrap-words 2023-04-17 12:51:02 +02:00
Wojtek Figat
e9bdc8b319 Fix crash when starting drag&drop with invalid control state (detached from window) 2023-04-17 12:36:59 +02:00
Wojtek Figat
4449f1ddcf Merge branch 'Withaust-master' 2023-04-17 12:34:29 +02:00
Wojtek Figat
6562a8769e Merge branch 'master' of https://github.com/Withaust/FlaxEngine into Withaust-master 2023-04-17 12:34:23 +02:00
Wojtek Figat
fcb71134c2 Merge branch 'Tryibion-content-bug-fix' 2023-04-17 12:29:16 +02:00
Wojtek Figat
b7dcf9576e Merge branch 'content-bug-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-content-bug-fix 2023-04-17 12:29:03 +02:00
Wojtek Figat
2eea7abc27 Add Create collision data action to be performed for each model selected in the Content Window 2023-04-17 12:20:02 +02:00
Wojtek Figat
71b5b528fd Remove shadows casting and sdf data from editor camera model 2023-04-17 11:52:19 +02:00
d5b8e44572 Cache networking code generation task results 2023-04-17 11:12:16 +02:00
Wojtek Figat
b85184eee0 Optimize vectors normalization 2023-04-17 11:10:14 +02:00
Wojtek Figat
c3cc78b7c2 Cleanup code after #1001 2023-04-16 19:46:36 +02:00
Wojtek Figat
297b4f2a81 Merge branch 'PrecisionRender-cpp-clamp-length' 2023-04-16 19:43:03 +02:00
Wojtek Figat
e1ea6a0676 Merge branch 'cpp-clamp-length' of https://github.com/PrecisionRender/FlaxEngine into PrecisionRender-cpp-clamp-length 2023-04-16 19:42:55 +02:00
Wojtek Figat
4378b9e455 Merge branch 'Tryibion-change-cook-text' 2023-04-16 19:41:26 +02:00
Wojtek Figat
f843b3858a Merge branch 'change-cook-text' of https://github.com/Tryibion/FlaxEngine into Tryibion-change-cook-text 2023-04-16 19:41:20 +02:00
Wojtek Figat
f5c9dce34a Fix network RPC object id mapping back to server id when sent from client 2023-04-16 18:55:31 +02:00
Wojtek Figat
8a80a26523 Add networking replication codegen for C# array properties with object references or custom structures 2023-04-16 15:30:51 +02:00
Wojtek Figat
2e22abaff9 Refactor C# network replication codegen to be more extendable based on value context source 2023-04-16 14:56:54 +02:00
Wojtek Figat
d38badb54b Add array property replication code-gen for C# networking 2023-04-16 13:00:28 +02:00
Wiktor Kocielski
dbd5c71344 Fix RMB deletion to take selection into account 2023-04-15 22:32:52 +03:00
PrecisionRender
49e05bc206 Add ClampLength functions to C++ Vector3 2023-04-15 12:53:19 -05:00
Wojtek Figat
2d51332bf7 Rename networking codegen initializer to NetworkingPlugin for C# netcode 2023-04-15 12:05:33 +02:00
Wojtek Figat
e4804db160 Add NetworkRpcParams for sending RPC to specific set of clients or to read sender id 2023-04-15 12:04:40 +02:00
Chandler Cox
4e5795ab91 Changed Cook&Run to Cook & Run. 2023-04-14 16:21:19 -05:00
Chandler Cox
acecda482d Changes the play icon to a stop icon and vice versa when clicked for the profiler. 2023-04-14 15:29:02 -05:00
Chandler Cox
da85771472 Small fixes 2023-04-14 15:07:06 -05:00
Chandler Cox
e8aa2f922b Allow word wrapping to wrap on capital letters and underscores. 2023-04-14 15:00:50 -05:00
Chandler Cox
62a335fab0 Fix bug of re-parenting actors if children and parent actors are selected 2023-04-14 13:34:43 -05:00
Chandler Cox
d813078e91 Made it so the visuals of dragging an actor will only show between the nodes and on the node. 2023-04-14 12:55:40 -05:00