|
|
203cede21d
|
Require semicolon after most engine API macros
|
2024-05-01 18:53:05 +03:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +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
|
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
|
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 |
|
Wojciech Figat
|
8c2241c6dc
|
Update copyright year
|
2022-01-14 13:31:12 +01:00 |
|
Wojtek Figat
|
9a617c630b
|
Fix api error
|
2021-05-16 18:54:40 +02:00 |
|
Wojtek Figat
|
5e401b6a78
|
Refactor Network api, add more dcos, expose it to scripting
|
2021-05-16 14:28:54 +02:00 |
|
Wojtek Figat
|
1567f8723d
|
Fix typo
|
2021-03-16 22:31:51 +01:00 |
|
Wojtek Figat
|
bb6bbe9793
|
Tweaks for network impl on Win32
|
2021-03-16 22:15:46 +01:00 |
|
Jean-Baptiste Perrier
|
78c5644de0
|
Tweak default value.
|
2021-02-20 15:28:46 +01:00 |
|
Jean-Baptiste Perrier
|
81bb322fd2
|
Refactor NetworkSocketOption to support user defined size.
|
2021-02-18 22:41:05 +01:00 |
|
Jean-Baptiste Perrier
|
d1f30a973d
|
Add RemoveSocketFromGroup.
|
2021-02-18 19:40:45 +01:00 |
|
Jean-Baptiste Perrier
|
4ec2381716
|
Add GetSocketFromGroup.
|
2021-02-18 18:07:12 +01:00 |
|
Jean-Baptiste Perrier
|
4408e3bb3b
|
Add socket option TYPE.
|
2021-02-18 18:06:36 +01:00 |
|
Jean-Baptiste Perrier
|
af0fb6c6fa
|
Add NetworkAddress.
|
2021-02-18 18:05:45 +01:00 |
|
Jean-Baptiste Perrier
|
26e3400a92
|
Typo.
|
2021-02-15 20:54:00 +01:00 |
|
Jean-Baptiste Perrier
|
a2e1346029
|
Docs tweak.
|
2021-02-15 20:53:53 +01:00 |
|
Jean-Baptiste Perrier
|
bc6281ee63
|
Add MTU option.
|
2021-02-15 20:53:07 +01:00 |
|
Jean-Baptiste Perrier
|
134aec2d15
|
Simplified name NetworkProtocol.
|
2021-02-15 20:52:35 +01:00 |
|
Wojtek Figat
|
cd2ae08da0
|
Fixes and tweaks to the networking impl
|
2021-01-27 10:37:15 +01:00 |
|
Jean-Baptiste Perrier
|
09049990bd
|
Default value.
|
2021-01-26 20:07:09 +01:00 |
|
Jean-Baptiste Perrier
|
c20f0fa430
|
Remove Init & Exit, logic is now in Win32Platform.cpp.
|
2021-01-26 15:55:51 +01:00 |
|
Jean-Baptiste Perrier
|
15d24308e8
|
Fix "Returns true on error, otherwise false." & Return"s".
|
2021-01-26 15:44:08 +01:00 |
|
Jean-Baptiste Perrier
|
8ac0e7491a
|
Typo Initialize -> Initializes, and so on ...
|
2021-01-26 15:41:39 +01:00 |
|
Jean-Baptiste Perrier
|
1df47bd8c5
|
Add partial docs.
|
2021-01-26 14:50:45 +01:00 |
|
Jean-Baptiste Perrier
|
a51d47a4bb
|
Add partial docs.
|
2021-01-26 14:29:53 +01:00 |
|
Jean-Baptiste Perrier
|
51a2c1e868
|
Add NetworkSocketGroup.
|
2021-01-26 13:41:23 +01:00 |
|
Jean-Baptiste Perrier
|
67a8246077
|
Revamp IsReadable & IsWriteable.
|
2021-01-25 17:54:16 +01:00 |
|
Jean-Baptiste Perrier
|
075b049bb1
|
Fixes.
|
2021-01-25 12:25:20 +01:00 |
|
Jean-Baptiste Perrier
|
6e193d4d0d
|
Add Set/Get sockoption, refactor CreateSocket.
|
2021-01-24 22:54:44 +01:00 |
|
Jean-Baptiste Perrier
|
9b2c940896
|
Switch type.
|
2021-01-24 11:39:59 +01:00 |
|
Jean-Baptiste Perrier
|
3ab54bd7e1
|
Add listen implementation.
|
2021-01-24 00:02:24 +01:00 |
|
Jean-Baptiste Perrier
|
c9655eee8f
|
Add bindable argument.
|
2021-01-23 20:21:06 +01:00 |
|
Jean-Baptiste Perrier
|
54da2c8de0
|
Fix type.
|
2021-01-23 20:19:21 +01:00 |
|
Jean-Baptiste Perrier
|
d76c167ad9
|
Add NetworkBase.
|
2021-01-23 15:34:40 +01:00 |
|