Commit Graph

481 Commits

Author SHA1 Message Date
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
Jean-Baptiste Perrier
78c5644de0 Tweak default value. 2021-02-20 15:28:46 +01:00
Damian Korczowski
161e9bd373 Add page allocation utility functions 2021-02-19 21:47:17 +01:00
Jean-Baptiste Perrier
cc0fe5bc28 Use Platform::Allocate/Free. + tweaks. 2021-02-18 23:04:45 +01:00
Jean-Baptiste Perrier
bdfdb422fa Fix. 2021-02-18 22:41:43 +01:00
Jean-Baptiste Perrier
81bb322fd2 Refactor NetworkSocketOption to support user defined size. 2021-02-18 22:41:05 +01:00
Jean-Baptiste Perrier
7b0717094b Fix. 2021-02-18 22:39:41 +01:00
Jean-Baptiste Perrier
431c21caa8 Refactor ClearGroup. 2021-02-18 19:45:16 +01:00
Jean-Baptiste Perrier
d1f30a973d Add RemoveSocketFromGroup. 2021-02-18 19:40:45 +01:00
Jean-Baptiste Perrier
0be22bf4b6 Tweaks. 2021-02-18 18:07:24 +01:00
Jean-Baptiste Perrier
4ec2381716 Add GetSocketFromGroup. 2021-02-18 18:07:12 +01:00
Jean-Baptiste Perrier
4408e3bb3b Add socket option TYPE. 2021-02-18 18:06:36 +01:00
Jean-Baptiste Perrier
af0fb6c6fa Add NetworkAddress. 2021-02-18 18:05:45 +01:00
Wojtek Figat
bcc3b2bd59 Fixes, tweaks and improvements for Linux support 2021-02-16 20:21:23 +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
Wojtek Figat
a98f867bd8 Fix compiler warning 2021-02-16 11:47:39 +01:00
Jean-Baptiste Perrier
26e3400a92 Typo. 2021-02-15 20:54:00 +01:00
Jean-Baptiste Perrier
a2e1346029 Docs tweak. 2021-02-15 20:53:53 +01:00
Jean-Baptiste Perrier
bc6281ee63 Add MTU option. 2021-02-15 20:53:07 +01:00
Jean-Baptiste Perrier
134aec2d15 Simplified name NetworkProtocol. 2021-02-15 20:52:35 +01:00
Wojtek Figat
312e4ad010 Merge branch 'master' into 1.1
# Conflicts:
#	Source/Engine/Content/JsonAsset.h
#	Source/Engine/Core/Config/Settings.h
2021-02-15 10:40:59 +01:00
Wojtek Figat
3e608e6dec Merge branch 'fix-ui-issues' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-ui-issues 2021-02-15 10:22:55 +01:00
mafiesto4
025ae99901 Implement process starting on Linux platform 2021-02-14 23:05:23 +01:00
GoaLitiuM
ccc60af4b6 Fix crash in Windows platform logging with long lines 2021-02-13 01:03:08 +02:00
stefnotch
311793dd7e Fix StartMouseCapture(true) with secondary monitors on the left
Yes, negative mouse coordinates are a thing
2021-02-12 22:50:47 +01:00
Wojtek Figat
8158c94d26 Fix low-level WindowsPlatform::Log to not print invalid characters 2021-02-10 23:13:16 +01:00
mafiesto4
8fe04d6db4 Fix window auto-focus on Linux 2021-02-09 21:52:34 +01:00
mafiesto4
dc63d908b8 Fix resizing and maximizing window on Linux 2021-02-09 19:54:46 +01:00
mafiesto4
be7024784e Fix PathRemoveRelativeParts for rooted paths 2021-02-08 23:17:50 +01:00
mafiesto4
b30ab38ef2 Window impl on Linux progress 2021-02-08 22:53:32 +01:00
mafiesto4
dfe7963436 Fix window maximize on Linux if it's not shown yet 2021-02-08 22:19:18 +01:00
mafiesto4
034890ee7c Window impl on Linux progress 2021-02-08 21:33:38 +01:00
stefnotch
20d9c7181f Untested cross platform implementation 2021-02-08 10:07:47 +01:00
stefnotch
c7feeb624d Tweaks 2021-02-08 09:48:46 +01:00
stefnotch
f5b48e03e9 Per window DPI 2021-02-07 17:26:41 +01:00
mafiesto4
5c2d3cbe7b Fix mouse down/up position on Linux 2021-02-01 10:34:13 +01:00
mafiesto4
f2ac6a970c Move LinuxInput to LinuxPlatform 2021-02-01 10:22:45 +01:00
mafiesto4
d059027a47 Fixes for WIndow impl on Linux 2021-01-31 21:05:39 +01:00
Wojtek Figat
1d19d38c38 Merge remote-tracking branch 'origin/master' into 1.1
# Conflicts:
#	Source/Editor/Surface/SurfaceNode.cs
2021-01-27 10:39:44 +01:00
Wojtek Figat
cd2ae08da0 Fixes and tweaks to the networking impl 2021-01-27 10:37:15 +01:00
Wojtek Figat
cb8ba2d757 Fix WindowsFileSystem::ShowBrowseFolderDialog path length 2021-01-27 00:27:32 +01:00
Jean-Baptiste Perrier
5f85e9ae96 Reset state. 2021-01-26 20:07:35 +01:00
Jean-Baptiste Perrier
09049990bd Default value. 2021-01-26 20:07:09 +01:00
Jean-Baptiste Perrier
674d1fbcc5 Handle error. 2021-01-26 20:06:47 +01:00
Jean-Baptiste Perrier
254bdacc73 Cleanup. 2021-01-26 17:07:37 +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
54b9eaa969 Move static var to local. 2021-01-26 15:48:48 +01:00
Jean-Baptiste Perrier
aaac0aec96 Brace to the next line. 2021-01-26 15:46:27 +01:00
Jean-Baptiste Perrier
af1dfc0d08 Remove "Place holder" comments. 2021-01-26 15:45:35 +01:00