|
|
d1a6bdceed
|
Add params tag to API_PARAM for C# variadic parameters support
|
2023-07-23 12:47:00 +03:00 |
|
Wojtek Figat
|
7b88569e73
|
Add sealed tag to virtual functions in API bindings to block inheritance in C#/VS
|
2023-07-14 11:57:38 +02:00 |
|
|
|
4f78f79201
|
Support line-breaks in API_INJECT_CODE macro
|
2023-07-02 22:13:04 +03:00 |
|
Wojtek Figat
|
46cfa01622
|
Add this to API_PARAM for static method extension of a type
|
2023-02-13 16:04:33 +01:00 |
|
Wojtek Figat
|
238095b862
|
Add DefaultValue support for scripting parameters
|
2023-01-29 22:10:22 +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 |
|
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
|
d90245bf32
|
Add Tag parsing in scripting type (for custom extensions)
|
2022-10-26 14:59:50 +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
|
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 |
|
Wojtek Figat
|
fe1cab6a7f
|
Add Default auto-generated member to scripting structures and improve deserialization
|
2022-08-01 18:49:54 +02:00 |
|
Wojtek Figat
|
2bd3c0f74f
|
Add support for constexpr fields in Scripting API
|
2022-06-16 21:56:48 +02:00 |
|
Wojciech Figat
|
c6e909c867
|
Refactor API_INJECT_CPP_CODE into API_INJECT_CODE to support code injection in other languages
|
2022-06-14 11:53:31 +02:00 |
|
Wojtek Figat
|
c87f2f5b56
|
Optimize empty comments parsing in Scripting API
|
2022-05-23 19:57:07 +02:00 |
|
Wojtek Figat
|
e4e5745101
|
Fix parsing comments for Scripting API types that are templates
|
2022-05-23 19:56:43 +02:00 |
|
Wojtek Figat
|
85fd540b97
|
Add new API_TYPEDEF metadata for Scriptign API types instantiation (with Alias option)
|
2022-05-23 19:50:37 +02:00 |
|
Wojtek Figat
|
b70bce1746
|
Add support for generic types in Scripting API with Template flag
|
2022-05-23 19:43:34 +02:00 |
|
Wojciech Figat
|
8c2241c6dc
|
Update copyright year
|
2022-01-14 13:31:12 +01:00 |
|
Wojciech Figat
|
e778fe8342
|
Fix passing pointers as output pointer or reference in scripting api
|
2021-12-21 18:14:56 +01:00 |
|
Wojciech Figat
|
e9557352a0
|
Update copyright year in some source files
|
2021-12-08 09:44:10 +01:00 |
|
Wojciech Figat
|
3648f8bef2
|
Add Hidden attribute to scripting fields/properties/methods/events
|
2021-11-15 16:39:13 +01:00 |
|
Wojtek Figat
|
3bb7f83729
|
Fix parsing DEPRECATED specifier on enums in scripting api
|
2021-10-14 11:06:37 +02:00 |
|
Wojtek Figat
|
4e6fa25877
|
Add support for using DEPRECATED to mark scripting API as obsolete
|
2021-10-12 23:48:47 +02:00 |
|
Wojtek Figat
|
fc629ff5d9
|
Fix restriction if using I as prefix for interface names
|
2021-10-04 13:31:41 +02:00 |
|
Wojtek Figat
|
1e08ed177b
|
Fix parsing doc comments in scripting api with inlined summary tag
|
2021-06-16 12:05:56 +02:00 |
|
Wojtek Figat
|
b3d9ec687d
|
Refactor base types initialization to be done during API processing
|
2021-05-27 23:34:55 +02:00 |
|
Wojtek Figat
|
506df8c516
|
Fix using fixed array initializers in scripting API field
|
2021-05-15 23:20:34 +02:00 |
|
Wojtek Figat
|
7b2c034fba
|
Fix using Delegate<> in API event
|
2021-04-14 12:23:50 +02:00 |
|
Wojtek Figat
|
f11686a7b7
|
Add support for caching scripting API bindings during build
|
2021-02-16 09:42:11 +01:00 |
|
Wojtek Figat
|
5714741a5d
|
Add support for multi-threaded scripting API headers parsing
|
2021-02-15 15:04:23 +01:00 |
|
Wojtek Figat
|
312e4ad010
|
Merge branch 'master' into 1.1
# Conflicts:
# Source/Engine/Content/JsonAsset.h
# Source/Engine/Core/Config/Settings.h
|
2021-02-15 10:40:59 +01:00 |
|
Wojtek Figat
|
adbb467206
|
Add support for mutable keyword on API_FIELD
|
2021-02-10 11:29:07 +01:00 |
|
Wojtek Figat
|
103d630d80
|
Fix tooltips generation for native properties to reflect getter and setter docsa
|
2021-02-07 21:41:17 +01:00 |
|
Wojtek Figat
|
fb74aef541
|
Add check for C++ bindings generator for property getter and setter method value types to match
|
2021-02-02 23:14:21 +01:00 |
|
Wojtek Figat
|
a6d5fb318a
|
Fix default field value parsing to skip whitespaces
|
2021-01-12 14:14:08 +01:00 |
|
Wojtek Figat
|
be319c446d
|
Refactor settings types to use scripting API
|
2021-01-05 14:14:34 +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 |
|
Wojtek Figat
|
8dc5b11f51
|
Add API_INTERFACE to scripting API bindings for implementing interfaces
|
2021-01-04 14:18:59 +01:00 |
|
Wojtek Figat
|
566a653c0a
|
Fix using ApiToken constant
|
2021-01-03 23:38:43 +01:00 |
|
Wojtek Figat
|
6fb9eee74c
|
You're breathtaking!
|
2020-12-07 23:40:54 +01:00 |
|