Wojtek Figat
a001a5fbdc
Remove mutex usage since scenes are loaded in sync for now
2023-10-01 13:17:37 +02:00
Wojtek Figat
b960600102
Optimize scenes loading with Job System
2023-10-01 10:55:01 +02:00
de7c6483e0
Add LateFixedUpdate event for C# scripts
2023-05-11 21:10:14 +03:00
Wojtek Figat
510fc443e8
Refactor CoreCLR runtime into explicit dotnet api instead of mocking mono api
...
Required by platforms that will use mono under the hood for .Net 7
New `USE_CSHARP` define for C# ability
Engine doesn't use `mono_*` apis directly but via MCore/MClass/MMethod/ apis
2023-03-27 17:29:42 +02: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
9626e9bbb6
Update copyright year
2023-01-10 15:29:37 +01:00
Wojtek Figat
3239150a61
Refactor scene objects initialization to call OnAwake before all OnStart
...
#520
2022-07-17 17:05:59 +02:00
Wojciech Figat
8c2241c6dc
Update copyright year
2022-01-14 13:31:12 +01:00
Wojtek Figat
b7a7bc891a
Minor tweaks
2021-07-21 15:42:04 +02:00
Wojtek Figat
a7cb12f597
Fix Script deserialization if ParentID is not specified in stream
2021-07-14 11:39:32 +02:00
Wojtek Figat
f5e5686853
Optimize includes in ThreadLocal.h
2021-07-08 00:34:49 +02:00
Wojtek Figat
9857fb12c4
Fix crash when using C# script that inherits from C++ script
2021-04-20 11:47:32 +02:00
Wojtek Figat
5b31a8222c
Fix crash when using C# script that inherits from C++ script
2021-04-20 11:47:21 +02:00
Wojtek Figat
dbec1389e8
Fix using Scripts in async
2021-03-01 10:46:06 +01:00
Wojtek Figat
cc8e78b505
Merge remote-tracking branch 'origin/master' into navigation-features
...
# Conflicts:
# Source/Editor/Content/Settings/NavigationSettings.cs
# Source/Engine/Engine/PhysicalMaterial.cs
# Source/Tools/Flax.Build/Bindings/BindingsGenerator.Api.cs
2021-01-04 14:31:56 +01:00
Jean-Baptiste Perrier
03eb39afe6
Bumping all copyright headers to 2021.
2021-01-02 14:28:49 +01:00
Wojtek Figat
4665e8fbdb
Add support for basic classes to Scripting Type (without scripting object as a base)
2020-12-22 12:55:57 +01:00
Wojtek Figat
6fb9eee74c
You're breathtaking!
2020-12-07 23:40:54 +01:00