|
|
89c93dd4f7
|
Use XDG user directories on Linux special paths
|
2025-12-19 01:31:40 +02:00 |
|
|
|
74c1e200ce
|
Implement Platform::CreateProcess with SDL backend
Supports handling process standard output and standard error
streams separately in realtime.
|
2025-12-16 00:10:01 +02:00 |
|
|
|
3e91ba3fb2
|
Merge remote-tracking branch 'origin/master' into sdl_platform
|
2025-12-15 19:03:05 +02:00 |
|
Inertia
|
6a3ce862cb
|
- Add X11 Class hints for easy hooking by WMs for window-specific rules (required to fix some bugs in WMs like Hyprland)
|
2025-12-01 11:19:35 +11:00 |
|
|
|
1d8f221f1b
|
Merge remote-tracking branch 'origin/1.11' into sdl_platform_1.11
# Conflicts:
# Source/Engine/Platform/Windows/WindowsPlatform.cpp
# Source/Tools/Flax.Build/Build/ProjectTarget.cs
# Source/Tools/Flax.Build/Configuration.cs
|
2025-09-07 19:31:16 +03:00 |
|
Wojtek Figat
|
826009c1b4
|
Merge remote-tracking branch 'origin/master' into 1.11
# Conflicts:
# Content/Editor/DebugMaterials/DDGIDebugProbes.flax
# Source/Engine/Scripting/Scripting.cpp
|
2025-08-25 23:48:08 +02:00 |
|
|
|
fc341a86e7
|
Merge remote-tracking branch 'origin/master' into sdl_platform
|
2025-08-24 09:44:28 +03:00 |
|
Wojtek Figat
|
744c94b3cc
|
Compilation errors fixing
|
2025-08-02 17:05:13 +02:00 |
|
Wojtek Figat
|
a00ffe6ec3
|
Add Platform::Yield
|
2025-07-28 18:33:05 +02:00 |
|
|
|
28980e5fbf
|
Cleanup
|
2025-07-03 22:02:36 +03:00 |
|
|
|
3e353db1fa
|
Refactor UnixFileSystem
|
2025-07-03 19:41:43 +03:00 |
|
|
|
edeaf6af09
|
Fix compilation without SDL
|
2025-06-24 22:57:49 +03:00 |
|
|
|
6d337464f7
|
Support XDG Desktop Portal as color picker provider
Wayland and XWayland fallback implementation uses XDP in
order to query picked color from desktop.
|
2025-06-24 16:41:32 +03:00 |
|
Wojtek Figat
|
125a973ff2
|
Rename Prefetch to MemoryPrefetch
|
2025-06-06 22:55:14 +02:00 |
|
Wojtek Figat
|
9d8e75caa3
|
Fix various code to improve quality
|
2025-06-06 11:19:32 +02:00 |
|
|
|
5c51021388
|
Fix merge
|
2025-04-19 21:14:08 +03:00 |
|
|
|
4cd61cb381
|
Fix compilation for game builds
(cherry picked from commit f4fcc07288)
|
2025-04-19 21:13:54 +03:00 |
|
|
|
d115d22ee6
|
Implement new window dragging system
|
2025-04-19 21:13:52 +03:00 |
|
|
|
257f54b323
|
Use SDL locale
|
2025-04-19 21:13:46 +03:00 |
|
|
|
f1ffe1acaa
|
Fix Linux compilation without SDL
|
2025-04-19 21:13:42 +03:00 |
|
|
|
fa976b34dc
|
Fallback to X11 message box implementation when SDL fails
|
2025-04-19 21:13:38 +03:00 |
|
|
|
3f6bf15554
|
Implement relative mouse mode (raw input) for SDL platform
|
2025-04-19 21:13:34 +03:00 |
|
|
|
b622a1cc5e
|
Implement SDL platform, windowing and input handling
|
2025-04-19 21:13:32 +03:00 |
|
|
|
05dba0f1f5
|
Refactor ScreenUtilities
|
2025-04-19 21:13:30 +03:00 |
|
Wojtek Figat
|
9c3fd052cd
|
Remove copyright year from source files and update to 2025
|
2025-04-07 19:22:21 +02:00 |
|
Wojtek Figat
|
854d0cc23c
|
Add profiler zone for native library loading
|
2025-04-02 09:23:55 +02:00 |
|
Wojtek Figat
|
5d80cb03f1
|
Fix compilation issues
|
2025-03-07 12:35:54 +01:00 |
|
Wojtek Figat
|
301491bcde
|
Fix Linux platform init to correctly calculate device id and add missing change
|
2025-03-07 11:39:15 +01:00 |
|
Wojtek Figat
|
7135eb3591
|
Add SystemName and SystemVersion to Platform api
|
2025-03-07 11:06:10 +01:00 |
|
Wojtek Figat
|
cc7d88d4a9
|
Fix Platform::GetCacheLineSize to be deprecated in favor of existing CPUInfo.CacheLineSize`
|
2025-03-06 09:08:00 +01:00 |
|
Wojtek Figat
|
06729f6b62
|
Add Program Size Memory access and log on start
|
2025-03-05 12:10:17 +01:00 |
|
Wojtek Figat
|
fa2f2e3104
|
Fix Linux build
|
2025-01-24 12:53:56 +01:00 |
|
Wojtek Figat
|
39419787fa
|
Another compilation fix
|
2025-01-15 08:48:03 +01:00 |
|
Wojtek Figat
|
e02f2990d9
|
Another compilation fix
|
2025-01-14 23:43:31 +01:00 |
|
Wojtek Figat
|
d0a6edbb2c
|
Another compilation fix
|
2025-01-14 23:26:26 +01:00 |
|
Mateusz Karbowiak
|
6f6348508a
|
Nullable implicit cast fix
|
2024-10-06 03:09:04 +02:00 |
|
Wojtek Figat
|
c8eed098ba
|
Fix regression 207c6a0cb5
|
2024-09-24 22:12:42 +02:00 |
|
Wojtek Figat
|
207c6a0cb5
|
Refactor platform apis comments and cleanup a bit
|
2024-09-24 18:29:30 +02:00 |
|
|
|
eb3a940a31
|
Fix Linux platform CreateProcess not working with whitespace in path
|
2024-08-05 18:42:27 +03:00 |
|
Wojtek Figat
|
d42e315e55
|
Fix atomics to accept constant
|
2024-04-13 19:20:49 +02:00 |
|
Wojtek Figat
|
f164626c41
|
Merge branch 'master' of https://github.com/Zode/FlaxEngine into Zode-master
|
2024-04-05 15:49:20 +02:00 |
|
Zode
|
55383c3fa4
|
Patch numpad enter to normal enter on Linux
|
2024-03-30 02:35:11 +02:00 |
|
Wojtek Figat
|
5fdf1789ce
|
Fix support for utf8 character in path on unix systems
#2187
|
2024-03-04 16:45:44 +01:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|
Wojtek Figat
|
696437d6d0
|
Cleanup codestyle #2079
|
2024-02-23 19:56:32 +01:00 |
|
Wojtek Figat
|
e282717a0a
|
Merge branch 'trash-files' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-trash-files
|
2024-02-23 19:55:16 +01:00 |
|
Wojtek Figat
|
6fb5c43e2a
|
Merge branch 'fix-file-time' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-fix-file-time
|
2024-01-05 10:41:05 +01:00 |
|
nothingTVatYT
|
8174e8ab77
|
fix getting file access time for Linux
|
2023-12-28 22:24:34 +01:00 |
|
Wojtek Figat
|
b4c23c969a
|
Fix unlink usag on Unix systems to properly use returned value
#2078
|
2023-12-27 21:11:01 +01:00 |
|
Wojtek Figat
|
c0ef2a1f58
|
Cleamnup code for #2020 and use internal pointer for current tracking window
|
2023-12-16 12:39:10 +01:00 |
|