Commit Graph

267 Commits

Author SHA1 Message Date
Wojtek Figat
b9e29520cf Fix __popcnt on MSVC only if SSE 4.2 is available 2021-10-25 10:52:13 +02:00
Wojtek Figat
8938f13a0b Add support for compiling and running engine without C# scripting
(configurable via `EngineConfiguration.UseCSharp` in Flax.Build)
2021-10-23 16:43:15 +02:00
Wojtek Figat
0b3d6b03ac Add helper docs 2021-10-23 16:43:14 +02:00
Wojtek Figat
112fa7ec23 Fix code style
#659
2021-10-21 19:10:15 +02:00
Wojtek Figat
c3c98ad20b Merge branch 'LinuxProcess' of git://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-LinuxProcess 2021-10-21 19:04:30 +02:00
Wojtek Figat
061de0159d Merge branch 'CopyLinuxFile' of git://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-CopyLinuxFile 2021-10-21 18:57:32 +02:00
Wojtek Figat
8eefe76bda Fixes 2021-10-21 18:57:26 +02:00
Wojtek Figat
11632872d6 Merge branch 'MoveLinuxFile' of git://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-MoveLinuxFile 2021-10-21 18:53:33 +02:00
Wojtek Figat
3194e58fb9 Merge branch 'CalculateDPI' of git://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-CalculateDPI 2021-10-21 18:49:40 +02:00
nothingTVatYT
8d77dd9f04 Merge branch 'master' into LinuxProcess 2021-10-21 04:14:04 +02:00
nothingTVatYT
56ec927554 add LinuxProcess that supports workingDir, env and logging 2021-10-21 04:03:42 +02:00
Wojtek Figat
11e73e1b94 Fix RunProcess on Linux with custom working directory 2021-10-20 23:13:44 +02:00
Wojtek Figat
5dbbfed654 PS5 support progress 2021-10-20 15:35:12 +02:00
Wojtek Figat
f91be91693 Add missing memory profiler events to Unix platforms 2021-10-20 15:35:12 +02:00
nothingTVatYT
ae24641e07 offset is not used 2021-10-18 04:15:07 +02:00
nothingTVatYT
94c0dad4bc optimize file copy to sendfile on Linux 2021-10-18 04:11:28 +02:00
nothingTVatYT
37f42a9234 fix MoveFile for Linux 2021-10-18 00:54:39 +02:00
nothingTVatYT
78eab24c68 fix dpi calculation for Linux and multiple screens 2021-10-18 00:38:08 +02:00
Wojtek Figat
7660ef59ff Fixes 2021-10-17 17:41:34 +02:00
Wojtek Figat
25be2902ac Fixes 2021-10-17 16:01:57 +02:00
Wojtek Figat
e7edbacd69 Fix invalid memory write in StringUtils::ConvertANSI2UTF16 on Unix if length is empty 2021-10-17 16:00:55 +02:00
Wojtek Figat
48a867ef16 Add PS5 platform defines and types 2021-10-08 16:25:16 +02:00
Wojtek Figat
147e5ada46 Fix headless mode in Editor on Linux without X11 2021-10-03 18:55:26 +02:00
Wojtek Figat
51bcaeb812 Fix crash on editor close on Linux due to FS watcher double free 2021-10-03 18:27:33 +02:00
Wojtek Figat
2f64312a7d Add support for kdialog for file open picker on Linux 2021-10-03 18:15:11 +02:00
Wojtek Figat
0a60bd1d3b Fix capturing stack trace from user native assemblies on Windows 2021-09-28 20:36:07 +02:00
Wojtek Figat
53022ff013 Fix code quality issues detected by PVS-Studio 2021-09-21 18:23:31 +02:00
Wojtek Figat
3e00bcca49 Merge remote-tracking branch 'origin/master' 2021-08-31 09:36:44 +02: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
98776a709e Refactor GDK platform settings and tools, expose more options MicrosoftGame.config 2021-08-30 16:15:06 +02:00
Wojtek Figat
c69e620e04 Fixes 2021-08-30 16:15:05 +02:00
Wojtek Figat
146626045f Fixes 2021-08-27 16:05:50 +02:00
Wojtek Figat
05fc1b8dd1 Refactor GDK platform to be base for Xbox consoles 2021-08-26 17:28:16 +02:00
Wojtek Figat
d9410f9cdd Post merge fixes and cleanup
#571
2021-08-26 17:27:38 +02:00
Wojtek Figat
782d29f427 Merge branch 'xboxone' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-xboxone 2021-08-26 12:44:53 +02:00
Wojtek Figat
e22e919099 Increase maximum window width limit to 8k 2021-08-26 12:19:38 +02:00
Wojtek Figat
6efa835898 Fixes and tweaks for Linux fs watcher 2021-08-23 22:25:04 +02:00
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
honzapatCZ
c17d86a134 removal of old XboxOneStuff 2021-07-21 15:10:39 +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