Wojtek Figat
|
d42e315e55
|
Fix atomics to accept constant
|
2024-04-13 19:20:49 +02:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|
Wojtek Figat
|
587578ccfb
|
Update platforms impl
|
2023-05-28 16:45:08 +02:00 |
|
Wojtek Figat
|
81ae687238
|
Merge remote-tracking branch 'origin/master' into 1.6
|
2023-05-28 16:34:38 +02:00 |
|
Wojtek Figat
|
9cdd1cbc45
|
Add Platform::GetMousePosition/WindowsPlatform::SetMousePosition for unified access to screen-space mouse position on all platforms
#1109
|
2023-05-28 15:30:16 +02:00 |
|
Wojtek Figat
|
7b8c013918
|
Various minor cleanups
|
2023-05-19 13:53:18 +02:00 |
|
Wojtek Figat
|
3bbc7faf11
|
Refactor platform process startup with CreateProcessSettings
|
2023-03-22 14:09:20 +01:00 |
|
Wojtek Figat
|
0ba261d338
|
Add iOS platform (refactor Mac into shared Apple platform impl)
|
2023-03-15 20:58:23 +01:00 |
|
Wojciech Figat
|
f3366178ea
|
Refactor manually written managed bindings to use C-style exported P/Invoke
|
2023-01-23 18:14:38 +01:00 |
|
Wojciech Figat
|
eebc4951de
|
Merge branch '1.5' into dotnet7
# Conflicts:
# Source/Platforms/DotNet/NUnit/agents/net40/nunit-agent.exe
# Source/Platforms/DotNet/NUnit/agents/net40/nunit.engine.api.dll
# Source/Platforms/DotNet/NUnit/agents/net40/nunit.engine.core.dll
# Source/Platforms/DotNet/NUnit/agents/net7.0/nunit.agent.addins
# Source/Platforms/DotNet/NUnit/nunit.engine.api.dll
# Source/Platforms/DotNet/NUnit/nunit.engine.core.dll
# Source/Platforms/DotNet/NUnit/nunit.engine.dll
# Source/Platforms/DotNet/NUnit/nunit3-console.exe
# Source/Platforms/DotNet/NUnit/nunit3-console.exe.config
# Source/Platforms/DotNet/NUnit/testcentric.engine.metadata.dll
# Source/Tools/Flax.Build/Deps/Downloader.cs
# Source/Tools/Flax.Stats/CodeFrame.cs
# Source/Tools/Flax.Stats/CodeFrameNode.cs
# Source/Tools/Flax.Stats/Flax.Stats.Build.cs
# Source/Tools/Flax.Stats/Languages.cs
# Source/Tools/Flax.Stats/Program.cs
# Source/Tools/Flax.Stats/TaskType.cs
# Source/Tools/Flax.Stats/Tools.cs
# Source/Tools/FlaxEngine.Tests/TestEditorUtils.cs
|
2023-01-10 15:49:44 +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 |
|
|
|
96dc279ebd
|
Implement .NET 7 runtime support and bindings generation
|
2022-11-26 14:37:07 +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
|
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
|
a881c90b2e
|
Refactor engine to support double-precision vectors
|
2022-06-13 00:40:32 +02:00 |
|
Wojciech Figat
|
8c2241c6dc
|
Update copyright year
|
2022-01-14 13:31:12 +01:00 |
|
Wojtek Figat
|
b3eb17f61e
|
Add Platform.Users to handle users per-platform
|
2021-11-07 20:46:56 +01:00 |
|
Wojtek Figat
|
0b3d6b03ac
|
Add helper docs
|
2021-10-23 16:43:14 +02:00 |
|
Zbigniew Skowron
|
aecc81f5e5
|
Fixed many invalid uses of StringView::GetText(), where a null-terminated string was required.
Renamed GetText() to GetNonTerminatedText() to reduce chance of same bugs appearing in the future.
|
2021-08-09 00:29:19 +02:00 |
|
Wojtek Figat
|
4765e1af12
|
Add support for allocator type in Dictionary
|
2021-07-08 00:34:50 +02:00 |
|
Wojtek Figat
|
543d1a3c0e
|
Add Tracy profiler support
|
2021-05-02 11:27:10 +02:00 |
|
Wojtek Figat
|
c7c339957b
|
Merge remote-tracking branch 'origin/1.1' into 1.2
# Conflicts:
# Source/Editor/Editor.Build.cs
|
2021-03-15 09:38:58 +01:00 |
|
Wojtek Figat
|
e09f4eb6dc
|
Switch impl progress
|
2021-03-09 19:18:40 +01:00 |
|
Wojtek Figat
|
48ae338fb2
|
Move default AllocatePages/FreePages impl from Unix to PlatformBase
|
2021-03-09 14:32:24 +01:00 |
|
Wojtek Figat
|
81f3a65a5f
|
Merge branch 'fix-per-window-dpi' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-per-window-dpi
# Conflicts:
# Source/Editor/Utilities/Utils.cs
# Source/Editor/Windows/Assets/MaterialWindow.cs
# Source/Editor/Windows/Assets/ParticleEmitterWindow.cs
# Source/Engine/Platform/Linux/LinuxWindow.cpp
# Source/Engine/Platform/Windows/WindowsWindow.cpp
|
2021-03-08 20:50:31 +01:00 |
|
Wojtek Figat
|
a45b71617d
|
Add separate Platform::GetStackTrace and Platform::GetStackFrames
|
2021-02-26 13:58:02 +01:00 |
|
stefnotch
|
0a9e9e6695
|
Address review comments
|
2021-02-21 20:50:21 +01:00 |
|
Damian Korczowski
|
1b234fd32b
|
Update AllocatePages comment to point to the correct page size API
|
2021-02-21 14:45:31 +01:00 |
|
Damian Korczowski
|
15028c60ba
|
Remove GetDefaultPageSize
Duplicate. We already have the API for this: `Platform::GetCPUInfo().PageSize`.
|
2021-02-21 14:44:16 +01:00 |
|
Damian Korczowski
|
161e9bd373
|
Add page allocation utility functions
|
2021-02-19 21:47:17 +01:00 |
|
Wojtek Figat
|
7de0010772
|
Merge branch 'batteryinfo' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-batteryinfo
|
2021-01-11 16:13:17 +01:00 |
|
Jean-Baptiste Perrier
|
03eb39afe6
|
Bumping all copyright headers to 2021.
|
2021-01-02 14:28:49 +01:00 |
|
Jean-Baptiste Perrier
|
a4607385fd
|
Adding GetBatteryInfo() to PlatformBase.
|
2021-01-02 12:53:20 +01:00 |
|
Wojtek Figat
|
6fb9eee74c
|
You're breathtaking!
|
2020-12-07 23:40:54 +01:00 |
|