Commit Graph

639 Commits

Author SHA1 Message Date
56e6e53d0c Update SDL to 3.1.3 preview 2024-12-19 20:09:41 +02:00
25b6605027 _window positioning that works on windows 2024-12-19 20:09:41 +02:00
bc33d1a0f5 _noprog? 2024-12-19 20:09:40 +02:00
5e950833ff _works 0,0 primary screen, returned positions correct but visually wrong 2024-12-19 20:09:40 +02:00
9a04cee71f _works 2024-12-19 20:09:39 +02:00
b79c9402fd _wip parent-child positioning fixes 2024-12-19 20:09:39 +02:00
b0aed96d18 Fix Linux compilation without SDL 2024-12-19 20:09:39 +02:00
c003506906 Fix compilation 2024-12-19 20:09:38 +02:00
473dc4a1a0 Update SDL3 2024-12-19 20:09:38 +02:00
8d97e21b28 Fix compilation issues 2024-12-19 20:09:38 +02:00
ce932b1739 Fix windows not being hidden initially 2024-12-19 20:09:37 +02:00
506ad85cad Fix parent window position handling with popup/tooltip windows 2024-12-19 20:09:37 +02:00
e86ccefd3c Fix compilation errors in other platforms 2024-12-19 20:09:37 +02:00
ed3d1ce366 Fallback to X11 message box implementation when SDL fails 2024-12-19 20:09:36 +02:00
37177edeaa Fix popup and context menus not working on Wayland 2024-12-19 20:09:35 +02:00
7981483a5b Hide warnings for unsupported SDL operations on Wayland 2024-12-19 20:09:35 +02:00
c3ca359b4b Log a warning for not implemented Wayland functionality 2024-12-19 20:09:35 +02:00
99cf7292aa Fix compilation in Linux 2024-12-19 20:09:34 +02:00
4c6f39d489 Enable warning sound in question dialogs 2024-12-19 20:09:34 +02:00
4a7f6c34f3 Implement relative mouse mode (raw input) for SDL platform 2024-12-19 20:09:33 +02:00
ba248a61bd Add flag for Window types 2024-12-19 20:09:33 +02:00
62df728452 Add command-line switches to force X11 and Wayland SDL drivers 2024-12-19 20:09:32 +02:00
fe0d97aad1 Implement SDL platform, windowing and input handling 2024-12-19 20:09:32 +02:00
7f7d839f23 Refactor application window class name 2024-12-19 20:09:32 +02:00
c445bfd5d4 Move Window related enums to separate header file 2024-12-19 20:09:31 +02:00
62843476b7 Refactor Windows drag and drop implementation 2024-12-19 20:09:31 +02:00
7595c572d7 Refactor ScreenUtilities 2024-12-19 20:09:31 +02:00
a9dccd2949 Fix centered window location on X11 2024-12-19 20:09:30 +02:00
Wojtek Figat
0ef1220846 Another iteration on cooking job 2024-12-05 15:29:24 +01:00
Wojtek Figat
987916cc1c Another iteration on cooking job 2024-12-05 12:23:32 +01:00
Wojtek Figat
3434731c2a Another blind fix 2024-10-07 00:40:22 +02:00
Wojtek Figat
28bf60e62d Fix compilation 2024-10-06 23:54:20 +02:00
Wojtek Figat
c6fa20abaa Better fix for 573e99dd2d 2024-10-05 23:15:38 +02:00
Wojtek Figat
573e99dd2d Fix compilation regression 2024-10-04 22:16:38 +02:00
Wojtek Figat
b9849e2b5c Fix parsing numbers to support sign 2024-10-04 15:59:48 +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
Wojtek Figat
da203352fd Refactor old code documentation 2024-09-24 18:20:12 +02:00
Wojtek Figat
21b4c7c916 Merge remote-tracking branch 'origin/master' into 1.9 2024-08-16 14:52:57 +02:00
Wojtek Figat
1c77245818 Merge branch 'req-exit' of https://github.com/Tryibion/FlaxEngine into Tryibion-req-exit 2024-08-15 15:34:52 +02:00
a066e0078d Add CHECK_DEBUG soft check for non-release builds 2024-08-07 21:17:45 +03:00
Chandler Cox
03de914dbc Add Requesting engine exit event. Expose Fatal erro and requesting exit to c# 2024-08-07 12:16:07 -05:00
Wojtek Figat
bc313c8630 Merge remote-tracking branch 'origin/master' into 1.9 2024-08-05 20:00:39 +02:00
eb3a940a31 Fix Linux platform CreateProcess not working with whitespace in path 2024-08-05 18:42:27 +03:00
Wojtek Figat
51f30958cd Revert "Add timeBeginPeriod(1) on Win32 platforms to improve timer precision"
This reverts commit dbda31d570.
2024-07-24 23:29:38 +02:00
Wojtek Figat
dd61d5793c Merge branch 'woa_support' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-woa_support
# Conflicts:
#	Source/ThirdParty/assimp/config.h.in
#	Source/Tools/Flax.Build/Deps/Dependencies/Assimp.cs
2024-07-24 19:03:53 +02:00
Wojtek Figat
5ddf24381b Merge branch 'deprecation_messages' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-deprecation_messages 2024-07-24 16:41:49 +02:00
Wojtek Figat
dbda31d570 Add timeBeginPeriod(1) on Win32 platforms to improve timer precision 2024-07-10 15:34:38 +02:00
e08b57e814 Support custom deprecation messages in bindings generator 2024-06-17 20:43:14 +03:00
Wojtek Figat
f02e7d0936 Fix compilation error 2024-06-13 23:01:51 +02:00