|
|
96dc279ebd
|
Implement .NET 7 runtime support and bindings generation
|
2022-11-26 14:37:07 +02:00 |
|
|
|
784605f974
|
Fix crash when opening tooltip windows on Linux
|
2022-09-04 18:35:24 +03:00 |
|
Wojtek Figat
|
a881c90b2e
|
Refactor engine to support double-precision vectors
|
2022-06-13 00:40:32 +02:00 |
|
Wojtek Figat
|
a8ff3da908
|
Fixes
|
2022-01-19 12:14:22 +01:00 |
|
Wojciech Figat
|
8c2241c6dc
|
Update copyright year
|
2022-01-14 13:31:12 +01:00 |
|
Wojtek Figat
|
317a9d63bc
|
Post-merge cleanup and improvements for #655
|
2022-01-11 15:04:40 +01:00 |
|
Wojtek Figat
|
923cec3618
|
Merge branch 'LinuxGamepads' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-LinuxGamepads
|
2022-01-11 13:39:34 +01:00 |
|
Wojtek Figat
|
dc9d060ae7
|
Fix drag&drop on Linux with file that has spaces in a path
|
2022-01-11 13:38:34 +01:00 |
|
Wojtek Figat
|
dafa6bff2e
|
Add inlined current thread id on Linux and Android
|
2022-01-11 13:24:53 +01:00 |
|
Wojtek Figat
|
0bff47e9a2
|
Merge branch 'font-fix' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-font-fix
|
2022-01-11 12:51:23 +01:00 |
|
Wojciech Figat
|
653c209567
|
Fixes and tweaks for C++ API reference docs generation
|
2021-12-02 10:13:20 +01:00 |
|
Wojtek Figat
|
1f5a18ea2d
|
Fix Linux build
|
2021-11-10 20:12:30 +01:00 |
|
Wojtek Figat
|
dd85cb1676
|
Fix Linux build
|
2021-11-10 19:58:47 +01:00 |
|
Wojtek Figat
|
35969dfd85
|
Fix texture refs in platform settings to be SoftObjectReferences instead of raw Guid
|
2021-11-09 23:52:46 +01:00 |
|
Wojtek Figat
|
b3eb17f61e
|
Add Platform.Users to handle users per-platform
|
2021-11-07 20:46:56 +01:00 |
|
nothingTVatYT
|
7817ba24ab
|
use a fixed font if the requested cannot be found for message boxes
|
2021-10-21 20:49:07 +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
|
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 |
|
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 |
|
nothingTVatYT
|
70f999f344
|
add LinuxInput for Gamepad support
|
2021-10-18 00:27:23 +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
|
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 |
|
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
|
caeeae6a32
|
Fix locale on Linux
|
2021-07-13 18:28:28 +02:00 |
|
Wojtek Figat
|
ef163b80a7
|
Fix naming native threads on Linux and Android
|
2021-07-13 11:46:58 +02:00 |
|
Wojtek Figat
|
1eda04f695
|
Fix compilation on Linux
|
2021-07-08 13:30:51 +02:00 |
|
Wojtek Figat
|
33b31f9155
|
Fix using Keyboard and Mouse in C# scripting
|
2021-06-02 09:48:02 +02:00 |
|
Wojtek Figat
|
167f7e268d
|
Fix Linux build
|
2021-04-30 17:03:40 +02:00 |
|
Wojtek Figat
|
3ef41e1e23
|
Merge branch 'master' into localization
|
2021-04-27 16:54:49 +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
|
ace8295ab7
|
Merge remote-tracking branch 'origin/master' into localization
# 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-22 16:10:36 +02:00 |
|
Wojtek Figat
|
3ed55c89f0
|
Add drag&drop support for Linux
|
2021-04-21 23:47:28 +02:00 |
|
Wojtek Figat
|
7bc0e3c14d
|
Fix dummy locale on Linux
|
2021-04-14 12:27:48 +02: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
|
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
|
98a753267f
|
Linux support improvements
|
2021-02-28 14:56:57 +01:00 |
|