mafiesto4
|
c6e4fbd966
|
Merge branch 'fix-input-edit-ui' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-input-edit-ui
|
2025-04-29 09:15:04 +02:00 |
|
xxSeys1
|
47a6da9e40
|
add editor option for disabled transform gizmo brightness
|
2025-04-27 15:56:34 +02:00 |
|
Zode
|
6fe6ba20fb
|
Fix profiler memory propagation
|
2025-04-26 21:40:12 +03:00 |
|
xxSeys1
|
2ea3cde203
|
add search operator tooltip to prefab editor search bar
somewhat of a follow up to #3300
|
2025-04-26 16:33:49 +02:00 |
|
Tryibion
|
1ab05b620a
|
Another small grammer mistake.
|
2025-04-26 07:08:49 -05:00 |
|
Tryibion
|
4b387d040d
|
Fix spelling on Additive Blend node tooltip.
|
2025-04-26 07:07:27 -05:00 |
|
Tryibion
|
9d527ab4a6
|
Remove editable from check for enabling inputs for game window GUI.
|
2025-04-25 20:36:53 -05:00 |
|
Tryibion
|
bbc221086a
|
Fix GUI input when edit GUI option is false and game is being played.
|
2025-04-25 17:55:07 -05:00 |
|
xxSeys1
|
1704cfba4d
|
do not clear user search on script reload
|
2025-04-25 18:32:05 +02:00 |
|
mafiesto4
|
caf0251a9c
|
Fix bug in CustomEditorWindow usage
#3392
|
2025-04-22 12:00:35 +02:00 |
|
Ari Vuollet
|
84ada18299
|
Fix unlock mouse hotkey not unlocking CursorLockMode.Locked cursor
|
2025-04-21 23:13:23 +03:00 |
|
Ari Vuollet
|
635fe8017e
|
Fix EditorViewport buttons activating items on scene
|
2025-04-21 23:13:23 +03:00 |
|
Ari Vuollet
|
c40c31fbb7
|
Reduce lock usage during window events
|
2025-04-19 21:14:13 +03:00 |
|
Ari Vuollet
|
0a20378acd
|
Handle Wayland dragging actions ending prematurely
|
2025-04-19 21:14:12 +03:00 |
|
Ari Vuollet
|
d4e87877b6
|
Fix editor viewport activating while dragging a window
|
2025-04-19 21:14:12 +03:00 |
|
Ari Vuollet
|
dc0e4ffce2
|
Allow context menu to show when activating scene tree with right click
|
2025-04-19 21:14:11 +03:00 |
|
Ari Vuollet
|
ebf3999cfe
|
Fix rubber band selector activating outside of the viewport
This usually happens while trying to drag the window from window handle
|
2025-04-19 21:14:09 +03:00 |
|
Ari Vuollet
|
a1ccbbb5b9
|
Use sensible window minimum size limits in editor windows
|
2025-04-19 21:14:09 +03:00 |
|
Ari Vuollet
|
95fd527515
|
Apply drag and drop styling on refactored WindowDragHelper
Reapplies changes from commit 38b00f458c
|
2025-04-19 21:14:07 +03:00 |
|
Ari Vuollet
|
13ddd15b44
|
Focus viewports earlier to fix CursorLockMode not always activating
|
2025-04-19 21:14:06 +03:00 |
|
Ari Vuollet
|
7e59c3b9a7
|
Fix restoring locked cursor state when window gains focus again
|
2025-04-19 21:14:03 +03:00 |
|
Ari Vuollet
|
17ab1e6830
|
Fix window handle clicking to not restore window from maximized state
|
2025-04-19 21:14:01 +03:00 |
|
Ari Vuollet
|
1f45110e5f
|
Fix rubber band selector activating when using Alt-key to orbit
|
2025-04-19 21:14:01 +03:00 |
|
Ari Vuollet
|
5401166a07
|
Fix error when entering playmode while holding right mouse button
|
2025-04-19 21:14:00 +03:00 |
|
Ari Vuollet
|
e777a71784
|
Fix error while dragging files around Content window
|
2025-04-19 21:13:59 +03:00 |
|
Ari Vuollet
|
c13e91a0d0
|
Release rubber band selection when viewport starts controlling the view
|
2025-04-19 21:13:59 +03:00 |
|
Ari Vuollet
|
0a4cb9e9b1
|
Show current display server in Editor window tooltip
(cherry picked from commit 62968dd4376bb0a3c0aa09316174e0e00a9ea31b)
|
2025-04-19 21:13:56 +03:00 |
|
Ari Vuollet
|
096651f4c1
|
Properly mark floating windows with transparency support
(cherry picked from commit c660fac52446676ca1ff2aaa1332e7eae2ac5444)
|
2025-04-19 21:13:56 +03:00 |
|
Ari Vuollet
|
d115d22ee6
|
Implement new window dragging system
|
2025-04-19 21:13:52 +03:00 |
|
Ari Vuollet
|
c3ffbe2f42
|
Fix error when docking to sides of tabbed panel
|
2025-04-19 21:13:51 +03:00 |
|
Ari Vuollet
|
592215dd30
|
Support compiling third party library C files as C code
|
2025-04-19 21:13:50 +03:00 |
|
GoaLitiuM
|
188e4313f9
|
Fix various issues with child window positioning
|
2025-04-19 21:13:47 +03:00 |
|
Ari Vuollet
|
fb4b5b2575
|
Allow window with single tab to be dragged from tab area
|
2025-04-19 21:13:46 +03:00 |
|
Ari Vuollet
|
4e1251276d
|
Fix ValueBox mouse position resetting after releasing the button
|
2025-04-19 21:13:45 +03:00 |
|
GoaLitiuM
|
c3bae49aae
|
Force cursor to center of Game Window when tab handle is clicked
|
2025-04-19 21:13:43 +03:00 |
|
Tryibion
|
6fa4fc6149
|
Fix rotation using SDL
|
2025-04-19 21:13:43 +03:00 |
|
GoaLitiuM
|
f2fd98f742
|
Fix parent window position handling with popup/tooltip windows
|
2025-04-19 21:13:40 +03:00 |
|
GoaLitiuM
|
e7cda362b7
|
Fix popup and context menus not working on Wayland
|
2025-04-19 21:13:37 +03:00 |
|
GoaLitiuM
|
3f6bf15554
|
Implement relative mouse mode (raw input) for SDL platform
|
2025-04-19 21:13:34 +03:00 |
|
GoaLitiuM
|
dac74829b4
|
Add flag for Window types
|
2025-04-19 21:13:34 +03:00 |
|
GoaLitiuM
|
94d6f213a0
|
Enable native windowing system settings with SDL platform
|
2025-04-19 21:13:33 +03:00 |
|
GoaLitiuM
|
b622a1cc5e
|
Implement SDL platform, windowing and input handling
|
2025-04-19 21:13:32 +03:00 |
|
GoaLitiuM
|
05dba0f1f5
|
Refactor ScreenUtilities
|
2025-04-19 21:13:30 +03:00 |
|
mafiesto4
|
414b229b27
|
Fix capturing empty project icon when Editor viewport was never rendered
|
2025-04-17 10:49:44 +02:00 |
|
mafiesto4
|
980473cce6
|
Add info for future project version cache file changes
|
2025-04-17 10:39:16 +02:00 |
|
mafiesto4
|
45f202fdf7
|
Fix culture info editor picker to show under button
#3387
|
2025-04-16 09:39:24 +02:00 |
|
Zode
|
7b4da6dd2b
|
Fix issues with absolute snapping
|
2025-04-15 21:38:49 +03:00 |
|
mafiesto4
|
d351c96a40
|
Cleanup code
#3359
|
2025-04-13 21:46:04 +02:00 |
|
mafiesto4
|
b3ab1b7a4a
|
Merge branch 'AutoCollision' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-AutoCollision
|
2025-04-13 21:33:04 +02:00 |
|
mafiesto4
|
b719d6dd04
|
Add more informative logging when .NET sdk is missing for proper game cooking
|
2025-04-13 20:41:30 +02:00 |
|