Wojtek Figat
cf40facefe
Add engine fatal error types handling
...
Add general out-of-memory handling
Add safety memory buffer for crash or out of memory handling
Refactor Globals exit/error state to be in Engine class
2025-01-24 20:07:12 +01:00
Wojtek Figat
4add5dcf49
Add missing default value and fix doc comment
...
#3150
2025-01-13 17:31:34 +01:00
Chandler Cox
563f0b9ab4
Move Build .aab to Android platform settings and make it side-by-side
2025-01-13 07:24:50 -06:00
Wojtek Figat
207c6a0cb5
Refactor platform apis comments and cleanup a bit
2024-09-24 18:29:30 +02:00
Wojtek Figat
b134a5567d
Format comments
2024-04-25 19:30:12 +02:00
Wojtek Figat
75e25bf1f7
Merge branch 'bug/issue-2476' of https://github.com/duarteroso/FlaxEngine into duarteroso-bug/issue-2476
2024-04-25 19:27:11 +02:00
Duarte Roso
b6e36c0014
Add android settings
...
Added:
- version code
- minimum Sdk version
- target Sdk version
2024-04-23 16:09:10 +02:00
Duarte Roso
d4774a2bfe
Change screen orientation enum
2024-04-23 15:13:04 +02:00
Wojtek Figat
d42e315e55
Fix atomics to accept constant
2024-04-13 19:20:49 +02:00
Wojtek Figat
e1944bce96
Add statically disabled geometry shaders on mobile
2024-03-30 22:08:44 +01:00
Wojtek Figat
14902dc29e
Merge remote-tracking branch 'origin/master' into 1.8
...
# Conflicts:
# Flax.flaxproj
2024-02-26 19:49:39 +01:00
Wojtek Figat
859c420d76
Update year in copyright note
2024-02-26 19:00:48 +01:00
Wojtek Figat
0075184a99
Merge branch 'master' into 1.8
2024-01-05 17:13:51 +01:00
Wojtek Figat
6fb5c43e2a
Merge branch 'fix-file-time' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-fix-file-time
2024-01-05 10:41:05 +01:00
Wojtek Figat
df33de7176
Add ASTC texture compression on Android
2024-01-03 23:01:33 +01:00
nothingTVatYT
21c4667f8c
same problem for Android and Apple
2023-12-28 22:36:33 +01:00
Wojtek Figat
b4c23c969a
Fix unlink usag on Unix systems to properly use returned value
...
#2078
2023-12-27 21:11:01 +01:00
Chandler Cox
4725f51431
Move android screen orientation into platform settings
2023-12-11 10:00:19 -06:00
Chandler Cox
df83491313
Add ability to change default Android screen orientation.
2023-12-08 15:48:43 -06:00
Wojtek Figat
389bf89e2a
Add GetStackFrames on Android
2023-11-19 11:07:44 +01:00
Wojtek Figat
6fd34bf5cc
Fix compilation regression
2023-11-14 12:15:51 +01:00
Wojtek Figat
eaafb72ca9
Optimize some includes and use automatic serializers for platform settings
2023-11-13 23:54:07 +01:00
Wojtek Figat
0387f7df8a
Add name to Android main thread
2023-11-04 22:21:52 +01:00
Wojtek Figat
c01614b8f5
Fix build regression from 7180080f19
2023-10-13 16:09:18 +02:00
Wojtek Figat
a2e2ef51be
Various twekas
2023-06-01 00:47:05 +02:00
Wojtek Figat
385ef7361c
Fix file size on unix systems if file is missing
2023-04-28 23:55:11 +02:00
Wojtek Figat
eed2cdfe04
Progress on dotnet7 runtime hosting with mono
2023-03-22 17:59:46 +01:00
Wojtek Figat
0ba261d338
Add iOS platform (refactor Mac into shared Apple platform impl)
2023-03-15 20:58:23 +01:00
Wojtek Figat
60f21d1a92
Update old copyright headers
2023-03-03 17:14:35 +01:00
68e04ca7e4
Add FLAXENGINE_API to platform specific classes
2023-02-26 17:29:51 +02:00
Wojciech Figat
9626e9bbb6
Update copyright year
2023-01-10 15:29:37 +01: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
dafa6bff2e
Add inlined current thread id on Linux and Android
2022-01-11 13:24:53 +01:00
Wojciech Figat
653c209567
Fixes and tweaks for C++ API reference docs generation
2021-12-02 10:13:20 +01:00
Wojtek Figat
35969dfd85
Fix texture refs in platform settings to be SoftObjectReferences instead of raw Guid
2021-11-09 23:52:46 +01:00
Wojtek Figat
b3eb17f61e
Add Platform.Users to handle users per-platform
2021-11-07 20:46:56 +01:00
Wojtek Figat
1e6d4026da
Change WindowBase to allow for better code sharing for platforms without advanced windowing
2021-07-22 17:02:27 +02:00
Wojtek Figat
b7a7bc891a
Minor tweaks
2021-07-21 15:42:04 +02:00
Wojtek Figat
38e2824415
Fix locale on Android
2021-07-13 12:51:04 +02:00
Wojtek Figat
ef163b80a7
Fix naming native threads on Linux and Android
2021-07-13 11:46:58 +02:00
Wojtek Figat
33b31f9155
Fix using Keyboard and Mouse in C# scripting
2021-06-02 09:48:02 +02:00
Wojtek Figat
0e75dba142
Optimize C++ compilation time
2021-04-30 16:27:57 +02: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
51e62c7e9d
Fix file copy on unix systems
2021-02-28 17:02:02 +01:00
Wojtek Figat
fc4dc8cb50
Merge remote-tracking branch 'origin/1.1' into linux-editor
...
# Conflicts:
# Source/FlaxEngine.Gen.cs
# Source/Tools/Flax.Build/Utilities/Utilities.cs
2021-02-16 18:54:25 +01:00
stefnotch
20d9c7181f
Untested cross platform implementation
2021-02-08 10:07:47 +01:00
mafiesto4
f8feccc27d
Fixes for unix directories list with path filter
2021-01-10 22:58:34 +01:00
Wojtek Figat
12f34f33b3
Fix PlatformSettings typedef on Android
2021-01-05 14:17:15 +01:00
Wojtek Figat
31bab88a5b
Fix PlatformSettings typedef on Android
2021-01-05 14:15:49 +01:00