Wojtek Figat
2cac149741
Code cleanup for #1377
2023-10-06 15:58:23 +02:00
Wojtek Figat
f1d57e47cb
Fix regression in some context menus on Windows due to recent changes to windows showing after first paint
2023-10-04 17:34:14 +02:00
Wojtek Figat
19a0eab966
Merge branch 'sceneanim_null_check_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-sceneanim_null_check_fix
2023-10-01 12:12:21 +02:00
Wojtek Figat
5e3bb4d51e
Merge branch 'font-size-fixes' of https://github.com/Tryibion/FlaxEngine into Tryibion-font-size-fixes
2023-10-01 12:05:20 +02:00
58445f04c4
Fix potential incorrect null checks in FlaxEngine.Objects
...
The null-conditional operator checks for reference equality of the
Object, but doesn't check the validity of the unmanaged pointer. This
check is corrected in cases where the object was not immediately
returned from the bindings layer and may have been destroyed earlier.
2023-09-28 22:05:58 +03:00
Wojtek Figat
481bbd3a77
Merge branch 'editor_bindings' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-editor_bindings
2023-09-28 20:17:35 +02:00
Nils Hausfeld
b6ad252305
- Removed unnecessary null-conditional operator
...
- Removed unnecessary Float2 allocation
2023-09-23 19:14:06 +02:00
642766d9cc
Add Editor input options for Play Current Scenes and running cooked game
2023-09-23 15:23:07 +03:00
Nils Hausfeld
963300c2cb
- Implemented shift tab support for Container Controls
2023-09-23 11:56:45 +02:00
Wojtek Figat
19651db45e
Merge branch 'max-min-on-click' of https://github.com/Tryibion/FlaxEngine into Tryibion-max-min-on-click
2023-09-22 18:49:14 +02:00
bbf8883275
Fix docking hint areas not hiding after dragging a window
2023-09-21 20:13:06 +03:00
Chandler Cox
eb5a1f1103
Fix max and min on double click main menu buttons for custom menu bar
2023-09-20 17:49:17 -05:00
Wojtek Figat
a56ce92867
Fix crash when importing model with materials and Split Objects enabled
2023-09-19 23:07:10 +02:00
Chandler Cox
f4b7ae41a9
Fix profiler rows with larger font sizes.
2023-09-16 14:51:47 -05:00
Wojtek Figat
dbd85fddfe
Refactor Editor Tab controls system to allows customizing the tab header controls
2023-09-12 22:24:15 +02:00
Wojtek Figat
16fed8927c
Refactor #1266 (code quality and simplicity)
2023-09-11 20:02:53 +02:00
Wojtek Figat
2ddb44afa8
Merge branch 'ContentBrowserImprovement' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-ContentBrowserImprovement
...
# Conflicts:
# Source/Editor/Windows/ContentWindow.cs
2023-09-11 15:39:48 +02:00
Wojtek Figat
829d3b3642
Add editor shortcuts usability when toolstrip or main menu controls are focused
2023-09-11 15:07:06 +02:00
Chandler Cox
39ecfe8c24
Small bug fix
2023-09-03 12:11:33 -05:00
Chandler Cox
924e1c6d81
Fix right click deselecting scene tree nodes.
2023-09-03 06:36:29 -05:00
Wojtek Figat
462da342a7
Fix ContextMenuSingleSelectGroup selection of the first item that had default value
2023-09-01 11:43:02 +02:00
Wojtek Figat
3b163b6c4b
Minor cleanup
2023-08-27 16:36:37 +02:00
Wojtek Figat
94bd4d39f7
Merge branch 'animevent-abswrapper-remove' of https://github.com/Tryibion/FlaxEngine into Tryibion-animevent-abswrapper-remove
2023-08-27 16:31:48 +02:00
Wojtek Figat
6261f02d1c
Merge branch 'add-tab-breaks' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-tab-breaks
2023-08-27 16:29:31 +02:00
Wojtek Figat
97b56d1e72
Minor tweak #1332
2023-08-27 16:28:35 +02:00
Chandler Cox
87aba23299
Add tab breaks for window tabs.
2023-08-26 16:49:37 -05:00
Chandler Cox
7e429854d6
Simplify check to use attribute.
2023-08-23 09:03:56 -05:00
Chandler Cox
e1645210b3
Add check and indication if no anim events are found.
2023-08-23 08:46:21 -05:00
Chandler Cox
e16e2e2877
Prevent AbstractWrapper from showing in Add AnimEvent CM.
2023-08-23 08:35:35 -05:00
Chandler Cox
a737e7bb05
Small fix to UI
2023-08-22 17:36:09 -05:00
Chandler Cox
ce4cf9b34b
Add timeline position numbers and add to GUI.
2023-08-22 15:42:16 -05:00
Wojtek Figat
81860e5f18
Cleanup code #1215 and add cook game icon
2023-07-31 19:02:53 +02:00
Wojtek Figat
6e9b9b6d0e
Merge branch 'feature/1151-play-mode-actions' of https://github.com/envision3d/FlaxEngine into envision3d-feature/1151-play-mode-actions
2023-07-31 17:24:55 +02:00
NoriteSC
0b89164328
Merge branch 'FlaxEngine:master' into ContentBrowserImprovement
2023-07-28 15:56:40 +02:00
NoriteSC
6a65ccd5ef
rev1
2023-07-24 22:10:12 +02:00
Chandler Cox
f80b7ee2a5
Fix spacing
2023-07-23 18:58:47 -05:00
Chandler Cox
12005ad314
Simplify functionality into function.
2023-07-23 15:20:57 -05:00
Chandler Cox
02d135053f
Add scroll to selected asset/content item on asset picker select menu open.
2023-07-23 15:10:31 -05:00
envision3d
dba0675873
Merge branch 'master' of https://github.com/FlaxEngine/FlaxEngine into feature/1151-play-mode-actions
2023-07-20 02:00:53 -05:00
Wojtek Figat
9536c37623
Add ability to unset type reference with null item
2023-06-28 15:12:58 +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
Wojtek Figat
14d12418b6
Add iOS and Apple icons
2023-06-12 14:34:31 +02:00
Wojtek Figat
81ae687238
Merge remote-tracking branch 'origin/master' into 1.6
2023-05-28 16:34:38 +02:00
Wojtek Figat
62946f6359
Cleanup and improve code from #1109
2023-05-28 16:12:32 +02:00
Wojtek Figat
482d516c2e
Merge branch 'color-picker' of https://github.com/Menotdan/FlaxEngine into Menotdan-color-picker
2023-05-28 13:38:37 +02:00
Wojtek Figat
694980160b
Merge remote-tracking branch 'origin/master' into 1.6
...
# Conflicts:
# Source/Editor/CustomEditors/CustomEditorsUtil.cs
# Source/Engine/Networking/NetworkReplicator.cpp
# Source/Engine/Scripting/ManagedCLR/MUtils.cpp
# Source/Tools/Flax.Build/Bindings/BindingsGenerator.Cpp.cs
2023-05-24 23:28:38 +02:00
Wojtek Figat
e10aa1ff58
Add support for editing dictionary keys that are structures
2023-05-24 22:58:07 +02:00
Menotdan
1d079842f6
Add Mac screen utilities, and removed an unneeded log.
2023-05-17 23:57:23 -04:00
Menotdan
a870513086
Color picker finally works, refactored the code.
2023-05-16 13:54:25 -04:00