Wojtek Figat
|
b2c824b77e
|
Fix various memory leaks on exit
|
2021-03-14 23:58:03 +01:00 |
|
Wojtek Figat
|
81f3a65a5f
|
Merge branch 'fix-per-window-dpi' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-per-window-dpi
# Conflicts:
# Source/Editor/Utilities/Utils.cs
# Source/Editor/Windows/Assets/MaterialWindow.cs
# Source/Editor/Windows/Assets/ParticleEmitterWindow.cs
# Source/Engine/Platform/Linux/LinuxWindow.cpp
# Source/Engine/Platform/Windows/WindowsWindow.cpp
|
2021-03-08 20:50:31 +01:00 |
|
Wojtek Figat
|
5de2998774
|
Format code
|
2021-03-08 09:30:52 +01:00 |
|
Wojtek Figat
|
85c29c3d2b
|
Merge branch 'network' of git://github.com/jb-perrier/FlaxEngine into 1.1
# Conflicts:
# Source/Engine/Platform/Win32/Win32Network.cpp
|
2021-03-08 09:30:25 +01:00 |
|
Wojtek Figat
|
77b21de534
|
Fix UTF-8 and UTF-16 encoding support usage in Json resources
Closes #310
Closes #27
|
2021-03-07 21:30:01 +01:00 |
|
Wojtek Figat
|
400cc97100
|
Add StringUtils::ConvertUTF162UTF8
|
2021-03-07 21:05:19 +01:00 |
|
Wojtek Figat
|
2b42e9256c
|
Cleanup and optimize StringUtils::ConvertUTF82UTF16
|
2021-03-07 18:09:26 +01:00 |
|
Wojtek Figat
|
835cb93261
|
Add integration with Rider IDE
|
2021-03-02 13:43:50 +01:00 |
|
Wojtek Figat
|
21d96c6baf
|
Fix loading game assets in cooked build via path relative to the project folder
|
2021-03-01 13:00:07 +01:00 |
|
Wojtek Figat
|
51e62c7e9d
|
Fix file copy on unix systems
|
2021-02-28 17:02:02 +01:00 |
|
Wojtek Figat
|
b3fdc9eddd
|
Add ShowFileExplorer on Linux
|
2021-02-28 16:45:16 +01:00 |
|
Wojtek Figat
|
7ec57f8ddb
|
Add support for opening url links on Linux
|
2021-02-28 16:15:20 +01:00 |
|
Wojtek Figat
|
957b92eac7
|
Fix windows cleanup to prevent unmapped leftovers on Linux X11
|
2021-02-28 16:11:59 +01:00 |
|
Wojtek Figat
|
98a753267f
|
Linux support improvements
|
2021-02-28 14:56:57 +01:00 |
|
Wojtek Figat
|
8b4a001641
|
Move Win32 GetBatteryInfo into Windows and UWP platforms impl
|
2021-02-26 15:42:46 +01:00 |
|
Wojtek Figat
|
a45b71617d
|
Add separate Platform::GetStackTrace and Platform::GetStackFrames
|
2021-02-26 13:58:02 +01:00 |
|
Wojtek Figat
|
43d578deb2
|
Add support for borderless window style on Windows that supports system docking and aero shadow
|
2021-02-25 14:46:16 +01:00 |
|
Wojtek Figat
|
3da6f9186c
|
Add clipboard support on Linux
|
2021-02-24 21:19:14 +01:00 |
|
Wojtek Figat
|
bc1b666b83
|
Fix compilation errors on CI
|
2021-02-24 00:34:41 +01:00 |
|
Wojtek Figat
|
4cc7ec0461
|
Fix compilation errors on CI
|
2021-02-24 00:21:02 +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 |
|
stefnotch
|
0a9e9e6695
|
Address review comments
|
2021-02-21 20:50:21 +01:00 |
|
Damian Korczowski
|
1b234fd32b
|
Update AllocatePages comment to point to the correct page size API
|
2021-02-21 14:45:31 +01:00 |
|
Damian Korczowski
|
5bdf4dc74e
|
Fix Unix platform
|
2021-02-21 14:44:47 +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 |
|
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 |
|