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
|
10180de9c6
|
Merge remote-tracking branch 'origin/master' into 1.8
# Conflicts:
# Source/Editor/Utilities/EditorUtilities.cpp
# Source/Editor/Utilities/EditorUtilities.h
|
2024-02-19 22:26:16 +01:00 |
|
Wojtek Figat
|
082768d08c
|
Refactor ThreadLocal when running on hardware with more cores than PLATFORM_THREADS_LIMIT
|
2024-02-07 23:39:02 +01:00 |
|
Wojtek Figat
|
8e3123a129
|
Add better stack trace reporting in crashes when running on non-Windows platforms
|
2024-01-18 16:06:34 +01:00 |
|
Wojtek Figat
|
b4186052df
|
Add printing stack trace even when not using log file
|
2024-01-18 16:04:22 +01:00 |
|
Wojtek Figat
|
4e190c2e3c
|
Add decoding stack trace function names on Apple platforms
|
2023-11-19 18:04:24 +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
|
ecc6f83130
|
Use Utilities::HertzToText from #1120 to log cpu clock speed
|
2023-05-28 12:03:22 +02:00 |
|
Wojtek Figat
|
364676ceae
|
Fix compile warning in 32-bit build
|
2023-04-18 18:19:34 +02:00 |
|
Wojtek Figat
|
aeb0bf700f
|
Fix old Platform proces api usage
|
2023-03-30 18:07:47 +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
|
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
|
c4b6865659
|
Merge branch 'master' into mac
|
2022-01-09 19:15:15 +01:00 |
|
Wojtek Figat
|
192af7ec14
|
Refactor native core objects to simplify usage for newcomers
|
2022-01-08 15:06:23 +01:00 |
|
Wojciech Figat
|
d017dd14ca
|
Add Mac platform
|
2021-12-27 14:04:16 +01:00 |
|
Wojtek Figat
|
b3eb17f61e
|
Add Platform.Users to handle users per-platform
|
2021-11-07 20:46:56 +01:00 |
|
Wojtek Figat
|
48a867ef16
|
Add PS5 platform defines and types
|
2021-10-08 16:25:16 +02:00 |
|
Wojtek Figat
|
2e18db7bb8
|
Reenable memory allocations profiling in Editor with Tracy
|
2021-08-13 13:44:48 +02:00 |
|
Wojtek Figat
|
9f9d946d69
|
Fixes
|
2021-07-06 15:33:28 +02:00 |
|
Wojtek Figat
|
a84afc207e
|
Disable tracy mem allocs recording in Editor due to too big impact on profiler buffers usage
|
2021-07-05 14:59:27 +02:00 |
|
stefnotch
|
0f505f56ad
|
Improve privacy
We don't need the computer name or user name in the log files by default
|
2021-06-20 19:07:39 +02:00 |
|
Wojtek Figat
|
543d1a3c0e
|
Add Tracy profiler support
|
2021-05-02 11:27:10 +02:00 |
|
Wojtek Figat
|
09671823e4
|
Optimize String usage with StringView for basic file paths operations
|
2021-05-02 11:25:42 +02:00 |
|
Wojtek Figat
|
0e75dba142
|
Optimize C++ compilation time
|
2021-04-30 16:27:57 +02: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
|
cc201e198d
|
Add Switch platform
|
2021-03-09 14:26:30 +01:00 |
|
Wojtek Figat
|
a45b71617d
|
Add separate Platform::GetStackTrace and Platform::GetStackFrames
|
2021-02-26 13:58: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 |
|
mafiesto4
|
025ae99901
|
Implement process starting on Linux platform
|
2021-02-14 23:05:23 +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
|
21ec0f103e
|
Implementing GetBatteryInfo() in PlatformBase.
|
2021-01-02 18:41:00 +01:00 |
|
Jean-Baptiste Perrier
|
03eb39afe6
|
Bumping all copyright headers to 2021.
|
2021-01-02 14:28:49 +01:00 |
|
Wojtek Figat
|
be1b9857f9
|
Fix UWP build
|
2020-12-17 13:39:39 +01:00 |
|
Wojtek Figat
|
6fb9eee74c
|
You're breathtaking!
|
2020-12-07 23:40:54 +01:00 |
|