Commit Graph

229 Commits

Author SHA1 Message Date
Mariusz Wisniewski
3248dd50f9 Added LinuxFileSystemWatcher 2021-08-16 17:35:36 +02:00
Wojtek Figat
151f551bc9 Merge branch 'fixing-strigview-gettext-uses' of git://github.com/Zbyl/FlaxEngine into Zbyl-fixing-strigview-gettext-uses 2021-08-13 13:57:02 +02:00
Wojtek Figat
2e18db7bb8 Reenable memory allocations profiling in Editor with Tracy 2021-08-13 13:44:48 +02:00
Zbigniew Skowron
bd70e53806 Fixed StringView::GetText() related issued pointed out in review. 2021-08-09 22:21:38 +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
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
caeeae6a32 Fix locale on Linux 2021-07-13 18:28:28 +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
GoaLitiuM
8a003fbe99 Prevent file dialogs from changing the working directory 2021-07-09 20:03:37 +03:00
Wojtek Figat
1eda04f695 Fix compilation on Linux 2021-07-08 13:30:51 +02:00
Wojtek Figat
4765e1af12 Add support for allocator type in Dictionary 2021-07-08 00:34:50 +02:00
Wojtek Figat
446458d20c Add PLATFORM_THREADS_LIMIT for maximum concurrency limiting 2021-07-08 00:34:48 +02:00
Wojtek Figat
ec40a9ba75 Add more profiler events 2021-07-07 13:46:33 +02:00
Wojtek Figat
9f9d946d69 Fixes 2021-07-06 15:33:28 +02:00
Wojtek Figat
43e5805e50 Tweaks 2021-07-06 11:13:43 +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
Wojtek Figat
404891fe01 Fix building for Xbox Scarlett 2021-07-02 10:53:38 +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
1237946a8d Fix synchronization for dbg symbols on Windows 2021-06-16 23:39:05 +02:00
Wojtek Figat
4cd31ce2b4 Remove some unsued lines 2021-06-12 23:20:04 +02:00
GoaLitiuM
474add9d12 Fix input related compile errors in UWP platform 2021-06-06 17:17:29 +03:00
Wojtek Figat
33b31f9155 Fix using Keyboard and Mouse in C# scripting 2021-06-02 09:48:02 +02:00
Wojtek Figat
3c72abad37 Refactor FileSystemWatcher interface to make it simpler 2021-05-30 14:12:17 +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
GoaLitiuM
c01a140077 Refactor Windows version logging, log Windows build number 2021-05-30 01:48:14 +03:00
Wojtek Figat
beb79f6107 Use network for UWP from Win32 impl 2021-05-28 19:43:15 +02:00
Wojtek Figat
9a9b97998c Fix loading native dependencies for binary modules from other folders than engine binaries or project root 2021-05-28 00:12:54 +02:00
Wojtek Figat
d7e2ee986b Add Network impl for PS4 2021-05-19 14:49:10 +02:00
Wojtek Figat
3363f6ac0d Add Network impl for Switch 2021-05-19 10:14:19 +02:00
Wojtek Figat
3553d2f16b Fix Linux build error 2021-05-16 19:15:12 +02: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
8f1f88b3ba Fix running Flax on Windows with STD console output 2021-05-14 21:44:13 +02:00
Wojtek Figat
a8f0035b8b Fix regression in win32 filesystem api using potential substring of StringView
#516 #510
2021-05-12 10:19:31 +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
05f919c50f Optimization and tweaks 2021-05-02 11:25:33 +02:00
Wojtek Figat
7d9d6eb272 Fix compiler warnings for UWP 2021-05-02 11:24:50 +02:00
Wojtek Figat
167f7e268d Fix Linux build 2021-04-30 17:03:40 +02:00
Wojtek Figat
0e75dba142 Optimize C++ compilation time 2021-04-30 16:27:57 +02:00
Wojtek Figat
19941c3e88 Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master 2021-04-28 10:28:36 +02:00
Wojtek Figat
3ef41e1e23 Merge branch 'master' into localization 2021-04-27 16:54:49 +02:00
Wojtek Figat
766a79af12 Remove unused include 2021-04-27 14:29:01 +02:00
Wojtek Figat
b73ff9aaf6 Merge branch '1.1' into 1.2
# Conflicts:
#	Source/Platforms/DotNet/Newtonsoft.Json.dll
#	Source/Platforms/DotNet/Newtonsoft.Json.pdb
#	Source/Platforms/UWP/Binaries/Newtonsoft.Json.dll
#	Source/Platforms/XboxOne/Binaries/Newtonsoft.Json.dll
2021-04-24 12:32:17 +02:00
Wojtek Figat
23e722a9fb Add timeout check for drag&drop on Linux to prevent deadlock 2021-04-23 22:58:09 +02:00
Wojtek Figat
27fbd896f7 Fix Win32 stack traces issue due to invalid search path for debug symbols
#457
2021-04-23 21:53:10 +02:00
Wojtek Figat
d36a36d439 Fix Win32 stack traces issue due to invalid search path for debug symbols
#457
2021-04-23 16:35:18 +02:00
Vizepi
6e885ece34 [CLEAN] Added missing includes in headers 2021-04-23 13:59:02 +02:00