Commit Graph

81 Commits

Author SHA1 Message Date
xxSeys1
6a5f22400d update volume slider in game panel on menu show 2025-02-05 12:35:49 +01:00
Wojtek Figat
4e31d436d5 Merge branch 'GamePanelAudio' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-GamePanelAudio 2025-02-01 15:23:33 +01:00
xxSeys1
6c6a557ffb make naming more consistent 2024-10-25 23:00:05 +02:00
xxSeys1
2721364df6 improve naming 2024-10-25 19:30:53 +02:00
xxSeys1
dddd5b83d0 add button to remove override 2024-10-18 16:58:49 +02:00
xxSeys1
af79a32847 make naming more consistent 2024-10-17 22:06:07 +02:00
xxSeys1
a810288e2e do todo 2024-10-17 22:04:53 +02:00
xxSeys1
21083f8905 expand play mode game panel focus options 2024-10-17 19:24:38 +02:00
xxSeys1
a50c21cf36 add audio volume and muted in game panel tab rmb menu 2024-10-09 17:19:00 +02:00
Wojtek Figat
c6e121a777 Add 2k res to scene anim renderer 2024-10-03 13:39:58 +02:00
Chandler Cox
6705205e2f Update cursor unlock text with correct input key bind. 2024-05-17 09:41:02 -05:00
Chandler Cox
430b22d5d7 Dont unfocus game window while cursor is not visible unless the lock mode is none. 2024-05-04 17:37:32 -05:00
Wojtek Figat
77850f91b8 Merge branch 're-add-gamewin-inputs' of https://github.com/Tryibion/FlaxEngine into Tryibion-re-add-gamewin-inputs 2024-03-19 17:55:47 +01:00
Chandler Cox
41637232ea Add back some more game window inputs but dont run the action if the editor is in play mode. 2024-03-19 07:28:30 -05:00
Wojtek Figat
24299dc5cc Fix game ui inputs to UI when game is paused in Editor 2024-03-18 21:36:43 +01:00
Wojtek Figat
c60244878d Add **UI Control gizmo for editing UIs** 2024-03-16 22:00:40 +01:00
Wojtek Figat
8f2bc17a94 Improve UI Control selection outline drawing 2024-03-11 23:34:35 +01:00
Wojtek Figat
8de2249ed8 Refactor Editor UI style for selection and drag drop interactions
#1741
2024-03-07 16:45:09 +01:00
Wojtek Figat
ab81cf17ad Merge branch 'play-mode-window-options' of https://github.com/MineBill/FlaxEngine into MineBill-play-mode-window-options 2024-03-04 19:26:31 +01:00
Chandler Cox
760ef3b8ed Add profiler inputs back to game window. 2024-03-02 14:17:29 -06:00
Chandler Cox
1ff462461e Re-add important inputs to GameWindow 2024-03-01 11:55:19 -06:00
Wojtek Figat
859c420d76 Update year in copyright note 2024-02-26 19:00:48 +01:00
Wojtek Figat
f1fe83ca81 Add RayCast utility to UI controls
#1952
2024-02-26 16:22:56 +01:00
Wojtek Figat
996a2cb09e Fix editor inputs processing in Game window to interferer with game inputs 2024-02-26 12:06:59 +01:00
Wojtek Figat
607859c196 Fix UI Control selection bounds drawing to handle rotations
#2067
2024-02-26 12:06:06 +01:00
Wojtek Figat
7e43cb09e0 Merge branch 'check-box-focus-game' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-check-box-focus-game 2024-02-18 16:07:37 +01:00
MineBill
87addf8197 Add the ability to quickly change window modes for the game window. 2023-12-21 19:50:44 +02:00
Wojtek Figat
eba4b9bcc1 Add immediate game viewport sync after aspect ratio change in Editor 2023-11-21 12:34:31 +01:00
Mr. Capybara
e4dc6d7295 add checkbox to start game focused 2023-11-18 14:43:32 -04:00
Ari Vuollet
900e6338d6 Fix wrong variable name
Co-authored-by: NoriteSC <53096989+NoriteSC@users.noreply.github.com>
2023-10-27 19:21:21 +03:00
06f37794c2 Add input bindings for game window mouse unlock and toggle fullscreen 2023-10-24 22:27:12 +03:00
Wojtek Figat
f2a3338dce Improve #859 2023-10-04 19:58:10 +02:00
Wojtek Figat
8811c9cda0 Merge branch 'game-window-focus-issue' of https://github.com/Tryibion/FlaxEngine into Tryibion-game-window-focus-issue 2023-10-04 19:02:18 +02:00
385c3541c9 Apply global editor bindings in most windows 2023-09-23 15:23:09 +03:00
a1cbaba743 Add Editor input bindings for Profiler window and Profiler actions 2023-09-23 15:23:09 +03:00
envision3d
b9ffb950f3 Refactor and more appropriately organize logic
- move play logic to simulation module
- update play hotkey to call play game/scene delegate function
- link hotkey tooltip text to inputOptions
2023-08-06 13:11:45 -05:00
Wojtek Figat
44036a26d0 Fix UI Control selection highlights when using Canvas Scaler
#977
2023-05-28 21:35:56 +02:00
Wojtek Figat
d09dfd1f61 Add **Canvas Scaler** control for resolution-independent UI
#448 #525
2023-02-08 19:51:16 +01:00
Wojtek Figat
eaa63e679e Fix selected UI control outline when using custom Game viewport aspect
#897
2023-01-18 15:36:42 +01:00
Wojtek Figat
e40cdc8a7f Codestyle cleanup and minor tweaks #879 2023-01-15 14:08:00 +01:00
Wojtek Figat
50100a74bb Merge branch 'custom-game-sizing' of https://github.com/Tryibion/FlaxEngine into Tryibion-custom-game-sizing 2023-01-15 13:48:50 +01:00
Wojciech Figat
9626e9bbb6 Update copyright year 2023-01-10 15:29:37 +01:00
Chandler Cox
79562dc502 Renamed some variables to more match what they do/are. 2022-12-29 12:14:26 -06:00
Chandler Cox
0633ed6819 Small cleanup 2022-12-29 00:47:30 -06:00
Chandler Cox
6c3864983f small cleanup 2022-12-29 00:45:58 -06:00
Chandler Cox
dc6f6e2b93 Clean up 2022-12-29 00:32:57 -06:00
Chandler Cox
63343d4224 2nd pass on viewport sizing CM. Added add menu and apply and delete. 2022-12-29 00:31:19 -06:00
Chandler Cox
ca07c18b93 Fist pass on game viewport resizing menu 2022-12-28 15:53:17 -06:00
Chandler Cox
b225b5a6e6 Simplified setting bounds 2022-12-28 15:53:17 -06:00
Chandler Cox
45564c940f Moved function 2022-12-28 15:53:17 -06:00