Wojciech Figat
|
e8d39e706f
|
Add C++ properties replication support
|
2022-10-27 16:21:53 +02:00 |
|
Wojciech Figat
|
52e0e70908
|
Add support for different access level for scripting property functions
|
2022-10-27 15:14:34 +02:00 |
|
Wojciech Figat
|
3ede538fcb
|
Add support for non-const ref parameters with conversion (eg. string or array) in scripting api function parameters
|
2022-10-26 15:59:34 +02:00 |
|
Wojciech Figat
|
19f1c4251c
|
Fix scripting api bindings for types with changed scripting name (other than native type name)
|
2022-10-26 15:00:29 +02:00 |
|
Wojciech Figat
|
d90245bf32
|
Add Tag parsing in scripting type (for custom extensions)
|
2022-10-26 14:59:50 +02:00 |
|
Wojciech Figat
|
b3eb38009d
|
Improve various types usage in scripting api
|
2022-10-26 14:58:46 +02:00 |
|
Wojciech Figat
|
3f1dba86a3
|
Fix parsing scripting function parameters with function parameter within default parameter value
|
2022-10-26 14:58:05 +02:00 |
|
Wojciech Figat
|
771f8ad02b
|
Add objects spawning to networking
|
2022-10-24 12:07:16 +02:00 |
|
Wojciech Figat
|
32e052a87b
|
Refactor native Stream serialization to new API
|
2022-10-20 17:28:12 +02:00 |
|
Wojciech Figat
|
e5866a3ff4
|
Fix generated replication C# code reference to NetworkStream type
|
2022-10-20 15:18:21 +02:00 |
|
Wojciech Figat
|
e115aa2c4e
|
Merge remote-tracking branch 'origin/master' into 1.5
# Conflicts:
# Source/Engine/Content/JsonAsset.cpp
|
2022-10-19 13:36:46 +02:00 |
|
Wojciech Figat
|
a5a39ac3d6
|
Fix crash in object id reference replication
|
2022-10-19 11:35:50 +02:00 |
|
Wojciech Figat
|
7621252f46
|
Add automatic replication for C# types with fields marked with NetworkReplicated attribute
|
2022-10-19 09:26:40 +02:00 |
|
Wojciech Figat
|
0c120494b4
|
Improve Mono.Cecil type search if typed reference doesn't exist
|
2022-10-18 15:26:14 +02:00 |
|
Wojciech Figat
|
76b14af7ec
|
Add various improvements
|
2022-10-18 15:03:56 +02:00 |
|
Wojciech Figat
|
dda4f26102
|
Add support for custom Action Command in TaskGraph
|
2022-10-18 15:03:09 +02:00 |
|
Wojciech Figat
|
3a3a94b610
|
Add Mono.Cecil to Flax.Build
|
2022-10-18 15:02:49 +02:00 |
|
Wojciech Figat
|
5c24f8c365
|
Add ScriptingTypeHandle support for scripting bindings as System.Type
|
2022-10-13 13:35:15 +02:00 |
|
Wojtek Figat
|
3c9d9cd8d6
|
Add support for deserialization of deprecated properties in scripting types
|
2022-10-12 20:39:40 +02:00 |
|
Wojciech Figat
|
09b35266f7
|
Add automatic network serializers generation for NetworkReplicated fields in C++ types
|
2022-10-12 11:22:53 +02:00 |
|
Wojciech Figat
|
09e50bb0e1
|
Simplify code in bindings generator
|
2022-10-11 11:38:35 +02:00 |
|
Wojciech Figat
|
3d574f4169
|
Fix generated project reference in test project
|
2022-10-11 11:38:22 +02:00 |
|
Wojciech Figat
|
4c71f40bc2
|
Add Module tags feature for build config in custom plugins
|
2022-10-10 15:02:52 +02:00 |
|
Wojciech Figat
|
4d08dc77b2
|
Add custom Tags for scripting api types to be used by plugins
|
2022-10-10 14:40:59 +02:00 |
|
Wojciech Figat
|
7924a62db6
|
Add support for custom types/members attributes parsing in scripting bindings
|
2022-10-10 14:38:54 +02:00 |
|
Wojciech Figat
|
5faa11e0a2
|
Fix reading type inheritance in bindings generation with comment at the end
|
2022-10-10 13:27:37 +02:00 |
|
Crawcik
|
5b212bb8bc
|
Fixing mac/linux csharp binaries referencing
|
2022-09-24 17:52:59 +02:00 |
|
Wojtek Figat
|
e6996ff22f
|
Fix missing virtual C++ function override in C# if the thunk points to vtable index at offset=0
|
2022-09-14 22:14:25 +02:00 |
|
Wojtek Figat
|
a006fcec40
|
Fix overlapping VC++ and CSharp projects in Visual Studio solution
|
2022-09-12 20:17:52 +02:00 |
|
Crawcik
|
f154bfcfc1
|
Flax.Build compress toogle option
|
2022-09-07 18:15:14 +02:00 |
|
Crawcik
|
8b0d1b4a8c
|
Editor compression fix on unix
|
2022-09-07 17:43:11 +02:00 |
|
Crawcik
|
dd8f923bf5
|
VSC dotnet gen & omnisharp flags
|
2022-09-07 16:54:42 +02:00 |
|
Crawcik
|
19d9cd282d
|
Linux include paths fix
|
2022-09-07 16:53:30 +02:00 |
|
Wojtek Figat
|
1d7ba2210a
|
Fix crash on API event in C# after Editor hot-reload
|
2022-09-01 22:55:29 +02:00 |
|
Wojtek Figat
|
7af0dc1b43
|
Add support for setting C++ version for build module compilation
|
2022-08-07 16:46:17 +02:00 |
|
Wojtek Figat
|
cc59a2b5fe
|
Fix Android build with NDK 25
|
2022-08-03 18:09:52 +02:00 |
|
Wojciech Figat
|
dbd48ac5b4
|
Fix parsing html tags with starting with slash
|
2022-08-03 10:15:42 +02:00 |
|
Wojciech Figat
|
e59de73948
|
Fix small issues
|
2022-08-02 16:53:31 +02:00 |
|
Wojciech Figat
|
095f20ab6a
|
Add HtmlParser to engine utilities (with unit tests for it)
|
2022-08-02 16:05:21 +02:00 |
|
Wojtek Figat
|
fe1cab6a7f
|
Add Default auto-generated member to scripting structures and improve deserialization
|
2022-08-01 18:49:54 +02:00 |
|
Wojtek Figat
|
bdb69d57dd
|
Refactor Plugins system to support plugins in C++ scripts
|
2022-07-28 21:05:03 +02:00 |
|
Wojtek Figat
|
41aefb1bda
|
Attempt to fix test build
|
2022-07-27 09:38:30 +02:00 |
|
Wojciech Figat
|
51c49cfac9
|
Add UseCSharp to engine config and fix parsing cmd line options list
|
2022-07-25 13:18:53 +02:00 |
|
Wojtek Figat
|
66d1015399
|
Simplify build options merging
|
2022-07-18 18:09:11 +02:00 |
|
Wojtek Figat
|
b67649dfbd
|
Add ExternalModules to game modules for custom scripting binaries linking
|
2022-07-18 18:09:10 +02:00 |
|
Wojtek Figat
|
5c5824bbb7
|
Add support for the latest Windows 11 SDK (22H2)
#700
|
2022-07-15 23:32:19 +02:00 |
|
Wojtek Figat
|
528a009b6b
|
Merge branch 'fix_dxcompiler_linkage' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-fix_dxcompiler_linkage
|
2022-07-15 20:36:56 +02:00 |
|
Wojtek Figat
|
047821f7d2
|
Fix missing strip tool for Android build
|
2022-07-14 00:13:05 +02:00 |
|
Wojtek Figat
|
dda8912332
|
Use custom version of android_native_app_glue
|
2022-07-13 23:41:00 +02:00 |
|
Wojtek Figat
|
93fe79c0ac
|
Update to .Net Framework 4.5.2
|
2022-07-13 21:19:47 +02:00 |
|