Wojtek Figat
dbda31d570
Add timeBeginPeriod(1) on Win32 platforms to improve timer precision
2024-07-10 15:34:38 +02:00
Wojtek Figat
859c420d76
Update year in copyright note
2024-02-26 19:00:48 +01:00
Wojciech Figat
9626e9bbb6
Update copyright year
2023-01-10 15:29:37 +01:00
Wojciech Figat
8c2241c6dc
Update copyright year
2022-01-14 13:31:12 +01:00
Wojtek Figat
fab7bd48c5
Optimize atomic and interlocked memory operations on Win32Platform (Windows and Xbox) by inlining
2021-08-30 20:31:40 +02:00
Wojtek Figat
43e5805e50
Tweaks
2021-07-06 11:13:43 +02:00
Wojtek Figat
404891fe01
Fix building for Xbox Scarlett
2021-07-02 10:53:38 +02:00
GoaLitiuM
cc60814334
Increase accuracy of Windows Sleep function
...
Windows 10 version 1803 (build 17134) and later versions support
high-resolution waitable timer, which offers much better accuracy over
Sleep function without the need of increasing the global timer
resolution. For older versions of Windows, we reduce the timer
resolution to 1ms and use normal waitable timer for sleeping.
2021-05-30 01:48:15 +03:00
Wojtek Figat
8f1f88b3ba
Fix running Flax on Windows with STD console output
2021-05-14 21:44:13 +02:00
Wojtek Figat
543d1a3c0e
Add Tracy profiler support
2021-05-02 11:27:10 +02:00
Wojtek Figat
0e75dba142
Optimize C++ compilation time
2021-04-30 16:27:57 +02:00
Wojtek Figat
b2729e35c2
Fixes for UWP build
2021-04-17 19:36:38 +02:00
Wojtek Figat
0754434295
Fix UWP build
2021-03-27 19:27:22 +01:00
Wojtek Figat
8b4a001641
Move Win32 GetBatteryInfo into Windows and UWP platforms impl
2021-02-26 15:42:46 +01:00
Wojtek Figat
5a9ca6f130
Merge remote-tracking branch 'origin/1.1' into linux-editor
...
# Conflicts:
# Source/Engine/Core/Math/BoundingSphere.cs
# Source/Engine/Debug/DebugDraw.cpp
# Source/Engine/Platform/Win32/Win32Platform.cpp
# Source/Engine/Platform/Win32/Win32Platform.h
2021-02-23 22:32:17 +01:00
Wojtek Figat
cf3ac7a26e
Merge remote-tracking branch 'origin/master' into linux-editor
...
# Conflicts:
# Source/Engine/Core/Math/Color.cs
# Source/Engine/Navigation/Navigation.cpp
# Source/Engine/Platform/Win32/Win32Platform.cpp
2021-02-23 22:29:07 +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
Wojtek Figat
05d5fd4fec
Optimize compilation time for Win32 platforms
2021-02-20 19:45:58 +01:00
Damian Korczowski
161e9bd373
Add page allocation utility functions
2021-02-19 21:47:17 +01:00
Wojtek Figat
cd2ae08da0
Fixes and tweaks to the networking impl
2021-01-27 10:37:15 +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
aa97296123
Add windows implementation.
2021-01-23 15:35:22 +01:00
Wojtek Figat
6252c111b4
Tweak BatteryInfo
2021-01-11 16:38:12 +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
e9f72dbbbf
Adding ACLineStatus enum.
2021-01-02 13:15:15 +01:00
Jean-Baptiste Perrier
624ab4b8dd
Implementing GetBatteryInfo() to Win32Platform.
2021-01-02 12:54:16 +01:00
Wojtek Figat
6fb9eee74c
You're breathtaking!
2020-12-07 23:40:54 +01:00