Commit Graph

5521 Commits

Author SHA1 Message Date
97ccb1cd21 _x11 fixes 2025-01-23 21:56:39 +02:00
aac7149106 Apply patches to rapidjson
Some checks are pending
Build Android / Game (Android, Release ARM64) (push) Waiting to run
Build iOS / Game (iOS, Release ARM64) (push) Waiting to run
Build Linux / Editor (Linux, Development x64) (push) Waiting to run
Build Linux / Game (Linux, Release x64) (push) Waiting to run
Build macOS / Editor (Mac, Development ARM64) (push) Waiting to run
Build macOS / Game (Mac, Release ARM64) (push) Waiting to run
Build Windows / Editor (Windows, Development x64) (push) Waiting to run
Build Windows / Game (Windows, Release x64) (push) Waiting to run
Cooker / Cook (Mac) (push) Waiting to run
Tests / Tests (Linux) (push) Waiting to run
Tests / Tests (Windows) (push) Waiting to run
2025-01-23 19:11:42 +02:00
4546d838ea Fix button latching on Windows after drag and drop operation 2025-01-23 19:11:41 +02:00
2944c640ca Implement new window dragging system 2025-01-23 19:11:41 +02:00
b91837e783 Fix mouse resetting issues after ending relative mode 2025-01-23 19:11:40 +02:00
c955361eac Fix frame stutter when window is focused 2025-01-23 19:11:40 +02:00
363e419398 Cleanup Linux SDL implementation 2025-01-23 19:11:39 +02:00
aaaa2570da Implement Wayland protocols module and file generation 2025-01-23 19:11:39 +02:00
b67fad4ddc Fix mouse warping after ending relative mode 2025-01-23 19:11:38 +02:00
9f527c91e9 Fix window ShowInTaskbar setting 2025-01-23 19:11:03 +02:00
424771293d Fix various issues with child window positioning 2025-01-23 19:11:02 +02:00
6fd0b78f64 Add Window.IsAlwaysOnTop property 2025-01-23 19:11:02 +02:00
09289d420d Use SDL locale 2025-01-23 19:11:02 +02:00
c201591df4 Update SDL to 3.2.0 2025-01-23 19:10:58 +02:00
ae3c9d6fea Fix Linux compilation without SDL 2025-01-21 19:17:11 +02:00
4b514802ad Fix compilation 2025-01-21 19:17:11 +02:00
66bb90e7ea Update SDL3 2025-01-21 19:17:10 +02:00
02a6f38932 Fix compilation issues 2025-01-21 19:17:10 +02:00
0f0913cb77 Fix windows not being hidden initially 2025-01-21 19:17:10 +02:00
1f413c5776 Fix parent window position handling with popup/tooltip windows 2025-01-21 19:17:09 +02:00
81137fc7fe Fix compilation errors in other platforms 2025-01-21 19:17:09 +02:00
e759e128c7 Fallback to X11 message box implementation when SDL fails 2025-01-21 19:17:08 +02:00
e96ef49f09 Fix popup and context menus not working on Wayland 2025-01-21 19:17:08 +02:00
f4f756e310 Hide warnings for unsupported SDL operations on Wayland 2025-01-21 19:17:07 +02:00
bb53710523 Log a warning for not implemented Wayland functionality 2025-01-21 19:17:07 +02:00
568569a09c Fix compilation in Linux 2025-01-21 19:17:07 +02:00
f0ad18fb82 Enable warning sound in question dialogs 2025-01-21 19:17:06 +02:00
08bbb1707e Implement relative mouse mode (raw input) for SDL platform 2025-01-21 19:17:06 +02:00
ff4b92320d Add flag for Window types 2025-01-21 19:17:05 +02:00
c7b2bd8d24 Add command-line switches to force X11 and Wayland SDL drivers 2025-01-21 19:17:05 +02:00
9fe3e92dd6 Implement SDL platform, windowing and input handling 2025-01-21 19:17:04 +02:00
05109ca74f Refactor application window class name 2025-01-21 19:17:04 +02:00
1387a48da9 Move Window related enums to separate header file 2025-01-21 19:17:04 +02:00
45524d0fb0 Refactor Windows drag and drop implementation 2025-01-21 19:17:03 +02:00
ae962cbdc5 Refactor ScreenUtilities 2025-01-21 19:17:03 +02:00
fea009a034 Fix centered window location on X11 2025-01-21 19:17:03 +02:00
bac8277b2a Fix initial position of Tooltips 2025-01-21 19:17:02 +02:00
Wojtek Figat
4add5dcf49 Add missing default value and fix doc comment
#3150
2025-01-13 17:31:34 +01:00
Wojtek Figat
a204ada6d3 Merge branch 'aab-building' of https://github.com/Tryibion/FlaxEngine into Tryibion-aab-building 2025-01-13 17:18:35 +01:00
Wojtek Figat
7fcf8c2d4c Improve #3138 to pass over setting value to null and via proper cast so value type stays the same 2025-01-13 16:08:43 +01:00
Wojtek Figat
3796b0ccae Revert #3117 and do it different way as some types can be valid even if different thus use internal parameter setter for type validation 2025-01-13 16:07:47 +01:00
Wojtek Figat
90316dfa52 Minor code changes to PR 2025-01-13 15:46:35 +01:00
Chandler Cox
563f0b9ab4 Move Build .aab to Android platform settings and make it side-by-side 2025-01-13 07:24:50 -06:00
Wojtek Figat
07b9e5bfdd Merge branch 'invert-channels' of https://github.com/Tryibion/FlaxEngine into Tryibion-invert-channels 2025-01-13 09:20:22 +01:00
Wojtek Figat
7ac2376231 Simplify code 2025-01-12 23:57:52 +01:00
Wojtek Figat
3d76a99c9b Merge branch 'anim-param-warn-type' of https://github.com/Tryibion/FlaxEngine into Tryibion-anim-param-warn-type 2025-01-12 22:00:30 +01:00
Chandler Cox
e87bb2325b Standardize spacing for import path ui in assets. add import path ui to model prefab. 2025-01-07 20:43:57 -06:00
Chandler Cox
13863344d2 Warn if value is the wrong type for the animation graph parameter trying to be set. 2025-01-07 20:26:25 -06:00
Wojtek Figat
bff25a8dd8 Merge branch 'mat-warn-wrong-type' of https://github.com/Tryibion/FlaxEngine into Tryibion-mat-warn-wrong-type 2025-01-06 23:57:59 +01:00
Chandler Cox
7eb2088af0 Use Variant::CanCast() for type check. 2025-01-06 15:40:38 -06:00