d115d22ee6
Implement new window dragging system
2025-04-19 21:13:52 +03:00
94d6f213a0
Enable native windowing system settings with SDL platform
2025-04-19 21:13:33 +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
7e145c56fd
Merge remote-tracking branch 'origin/master' into 1.10
...
# Conflicts:
# Source/Editor/Windows/Profiler/Memory.cs
2025-03-25 13:37:15 +01:00
Wojtek Figat
56b2c96b3b
Fix missing content database load when opening project without code compilation
...
#2469
2025-02-26 20:29:44 +02:00
Wojtek Figat
9d70fd82d6
Merge remote-tracking branch 'origin/master' into 1.10
...
# Conflicts:
# Source/Engine/Networking/NetworkReplicator.cpp
2024-11-22 16:31:18 +01:00
Wojtek Figat
f8f4edfa76
Fix variious issues
2024-11-21 23:42:05 +01:00
xxSeys1
a33f50d058
add "File" menu option to open game project folder
2024-11-16 19:35:18 +01:00
xxSeys1
6830e4f22b
add hotkey for parent to new actor
...
ctrl + g by default
2024-10-18 22:13:06 +02:00
Wojtek Figat
e9ac02d416
Refactor toolstrip buttons tooltips to properly format empty input bindings
2024-10-01 11:06:13 +02:00
Wojtek Figat
59bbb9e058
Fix error when reopening project
2024-06-24 13:15:05 +02:00
Chandler Cox
3837e8b263
Rename "Options" to "Editor Options" and move under the "Edit" menu.
2024-05-16 23:20:44 -05:00
Chandler Cox
611dd7bad1
Change "Apply window layouts" to "Window layouts"
2024-04-27 09:01:46 -05:00
Wojtek Figat
778b967c61
Fix editor toolstrip by moving game cooking and building to the right for less missclicks
...
#2426
2024-04-14 15:05:25 +02: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
Wojtek Figat
01daa2d66a
Merge branch 'input-settings-changes' of https://github.com/Menotdan/FlaxEngine into Menotdan-input-settings-changes
...
# Conflicts:
# Source/Editor/Modules/UIModule.cs
2024-03-04 18:33:16 +01:00
Wojtek Figat
859c420d76
Update year in copyright note
2024-02-26 19:00:48 +01:00
Wojtek Figat
643fc78dd4
Merge branch 'reload-project' of https://github.com/Tryibion/FlaxEngine into Tryibion-reload-project
2024-02-19 17:48:56 +01:00
Wojtek Figat
5e218c8da9
Improve #2100 and fix undo
2024-02-18 00:03:27 +01:00
Chandler Cox
52da42e62e
Add reload project menu button
2024-01-11 14:19:51 -06:00
MineBill
87addf8197
Add the ability to quickly change window modes for the game window.
2023-12-21 19:50:44 +02:00
whocares77
4e2f0cd22c
Added "Create parent for selected actors" context menu button
2023-12-19 11:02:18 +03:00
Menotdan
13cc45c3d7
Add the option to deselect all whereve there is a select all, Refactor much of the codebase to use keybinds from InputOptions.
2023-12-08 20:16:07 -05:00
Wojtek Figat
e22fa20dc1
Minor fixes to #1740
2023-11-06 14:06:10 +01:00
Wojtek Figat
9eb9294e84
Merge branch 'add-reload-scenes-button' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-add-reload-scenes-button
2023-11-06 13:55:43 +01:00
MineBill
151c6bc6c3
Fix color picker dialog not staying inside the current screen.
2023-11-01 20:07:58 +02:00
Mr. Capybara
70ccc79d54
change button order
2023-10-19 12:33:23 -04:00
Mr. Capybara
b2ba40b082
Add button to reload scenes
2023-10-18 20:34:39 -04:00
Wojtek Figat
1cbf867fc7
Hide build scenes data toolbar button when none action is set and fix tooltip for cook and run action
...
#1731
2023-10-17 22:43:43 +02:00
Wojtek Figat
3ac7c4e0ee
Codestyle fix
2023-10-09 23:21:02 +02:00
Chandler Cox
c6bd989744
Add Game Settings open button to menu.
2023-10-03 22:47:13 -05:00
Wojtek Figat
4d6a27c92a
Merge branch 'Statusbar-Imrpovements' of https://github.com/davevanegdom/FlaxEngine into davevanegdom-Statusbar-Imrpovements
2023-10-01 12:01:31 +02:00
080091c271
Fix missing bindings for Actor related actions
2023-09-23 15:35:55 +03:00
52cf4df641
Add input bindings for File menu actions
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
8ed57863b8
Add Editor input bindings for Tools menu items
2023-09-23 15:23:09 +03:00
69ce189c5d
Add input bindings for Scene viewport related actions and Pilot Actor
2023-09-23 15:23:08 +03:00
642766d9cc
Add Editor input options for Play Current Scenes and running cooked game
2023-09-23 15:23:07 +03:00
davevanegdom
5fc9176ce7
Removed customization for "Normal" and "TextColor"
2023-09-21 23:18:46 +02:00
davevanegdom
21c742bd8a
Customizable statusbar
2023-09-21 14:54:57 +02: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
81860e5f18
Cleanup code #1215 and add cook game icon
2023-07-31 19:02:53 +02:00
envision3d
940b0e02e5
improve state syncing of context menus and editor options
2023-06-28 04:08:36 -05:00
envision3d
39f4c00135
add play button actions, number of players
...
- add context menu support for toolstrip buttons
- add "Play Game" vs. "Play Scenes"
- add context menu for choosing play button action to toolstrip button
- add number of game client selection for cook & run
- add context menu for cook & run to toolstrip button
- add menu items for the above
- add editor option entries for saving user preferences for the above
2023-06-28 02:02:10 -05:00
Chandler Cox
4e5795ab91
Changed Cook&Run to Cook & Run.
2023-04-14 16:21:19 -05:00
Wojtek Figat
6c8b5e5e8a
Improve #970 by using OptionsChanged event
2023-04-04 17:40:05 +02:00
Chandler Cox
1a2eb48705
Added updating the main menu shortcut keys on editor options saved. Also adds an action that can be used to update plugin short keys if needed.
2023-03-16 20:54:56 -05:00
Wojtek Figat
a2af46845d
Merge branch 'master' into 1.5
...
# Conflicts:
# Source/Engine/Renderer/AmbientOcclusionPass.cpp
2023-01-15 18:27:49 +01:00
Chandler Cox
87e69ca564
Changed interface for script compliation error
2023-01-13 18:02:10 -06:00
Chandler Cox
595d2235d3
Hide progress bar on click
2023-01-13 10:28:58 -06:00