mafiesto4
|
c7bb7be20f
|
Merge branch 'improvedImportPath' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-improvedImportPath
|
2025-05-08 14:38:20 +02:00 |
|
xxSeys1
|
5b618b4f31
|
add icons to more commonly used editor windows
|
2025-05-05 13:24:21 +02:00 |
|
xxSeys1
|
08a86066d0
|
add window shortcuts
|
2025-05-05 13:24:01 +02:00 |
|
xxSeys1
|
c45cba18a6
|
fix menu positioning
|
2025-05-04 21:18:00 +02:00 |
|
xxSeys1
|
fccd43502b
|
add create file Content Panel toolstrip button
|
2025-05-04 21:14:10 +02:00 |
|
xxSeys1
|
d8059c3db3
|
disable create file dialog create button if asset can't be created
|
2025-05-04 20:08:12 +02:00 |
|
xxSeys1
|
e568e6e17b
|
improve import path ui
|
2025-05-01 19:15:43 +02:00 |
|
mafiesto4
|
a56e2e7b1e
|
Merge branch 'prefabSearchOperatorTooltip' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-prefabSearchOperatorTooltip
|
2025-04-29 09:21:55 +02:00 |
|
mafiesto4
|
fbb829a915
|
Merge branch 'fix-profiler-memory' of https://github.com/Zode/FlaxEngine into Zode-fix-profiler-memory
|
2025-04-29 09:17:30 +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
|
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 |
|
Ari Vuollet
|
84ada18299
|
Fix unlock mouse hotkey not unlocking CursorLockMode.Locked cursor
|
2025-04-21 23:13:23 +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
|
7e59c3b9a7
|
Fix restoring locked cursor state when window gains focus again
|
2025-04-19 21:14:03 +03:00 |
|
GoaLitiuM
|
c3bae49aae
|
Force cursor to center of Game Window when tab handle is clicked
|
2025-04-19 21:13:43 +03:00 |
|
GoaLitiuM
|
dac74829b4
|
Add flag for Window types
|
2025-04-19 21:13:34 +03:00 |
|
GoaLitiuM
|
b622a1cc5e
|
Implement SDL platform, windowing and input handling
|
2025-04-19 21:13:32 +03:00 |
|
mafiesto4
|
5d3d9d7e82
|
Improve output log hint when empty
#3363
|
2025-04-12 23:18:25 +02:00 |
|
xxSeys1
|
4e44831bbe
|
fix searchbox width
|
2025-04-11 19:07:39 +02:00 |
|
xxSeys1
|
0c1e0e48d4
|
always sort the search results alphabetically
|
2025-04-10 22:12:47 +02:00 |
|
xxSeys1
|
6884df02fd
|
remove trailing . on message
|
2025-04-10 21:34:00 +02:00 |
|
xxSeys1
|
63655d18c5
|
add a info message on Debug Log pause on warning
|
2025-04-10 21:31:12 +02:00 |
|
xxSeys1
|
4170699348
|
add hint if there are no search results
|
2025-04-10 09:25:52 +02:00 |
|
xxSeys1
|
9e23c324bf
|
add a hint to the Output Log if there are no messages shown because of filters
|
2025-04-10 00:01:31 +02:00 |
|
xxSeys1
|
d58a9beb3d
|
why was this not in the last commit?
|
2025-04-09 23:45:43 +02:00 |
|
xxSeys1
|
5049f3b2d8
|
add hint if no filters are active
|
2025-04-09 23:45:00 +02:00 |
|
xxSeys1
|
6e44eebb9e
|
another fix
|
2025-04-09 17:01:17 +02:00 |
|
xxSeys1
|
aecbab5613
|
more fixes
|
2025-04-09 14:30:08 +02:00 |
|
xxSeys1
|
6bf90f29c5
|
fixes
|
2025-04-09 14:29:19 +02:00 |
|
xxSeys1
|
19edce1770
|
add controls and filter to actor toolbox search
|
2025-04-09 10:43:52 +02:00 |
|
mafiesto4
|
eb86002fbd
|
Add AutoAttachDebugPreviewActor option to editor for quick debugging anim graphs on dynamically spawned player
|
2025-04-08 22:44:31 +02:00 |
|
mafiesto4
|
c75b33eb7d
|
Fix scripts reload to auto-save any modified assets in editor windows
|
2025-04-08 22:34:45 +02:00 |
|
mafiesto4
|
047a637029
|
Fix Output Window debug console input when using history
#3353
|
2025-04-08 17:39:39 +02:00 |
|
mafiesto4
|
3de6ac2658
|
Reuse code
#3354
|
2025-04-08 17:05:15 +02:00 |
|
mafiesto4
|
58813d09c3
|
Merge branch 'PrimitivesInToolboxSearch' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-PrimitivesInToolboxSearch
|
2025-04-08 16:55:44 +02:00 |
|
xxSeys1
|
f432e54809
|
add primitive meshes to toolbox search
|
2025-04-08 13:44:11 +02:00 |
|
mafiesto4
|
df1313af33
|
Merge branch 'add-order-in-spawn' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-order-in-spawn
|
2025-04-08 12:57:29 +02:00 |
|
Tryibion
|
5ffe6a39ab
|
Add mising default parameter value in override.
|
2025-04-07 21:13:30 -05:00 |
|
Tryibion
|
2452face38
|
Add set order in parent for spawning actor with a parent in editor.
|
2025-04-07 21:10:36 -05:00 |
|
mafiesto4
|
8b5c35ac6d
|
Merge branch 'prop-lock-select' of https://github.com/Tryibion/FlaxEngine into Tryibion-prop-lock-select
|
2025-04-07 22:26:42 +02:00 |
|
Ari Vuollet
|
9c5c98e8f3
|
Fix docked asset windows not getting restored after scripts compilation
|
2025-04-07 22:22:13 +03:00 |
|
mafiesto4
|
9c3fd052cd
|
Remove copyright year from source files and update to 2025
|
2025-04-07 19:22:21 +02:00 |
|
Tryibion
|
d0ad0859ea
|
Add unlock selection switch for prefab.
|
2025-04-02 22:45:07 -05:00 |
|
Tryibion
|
996188864c
|
Select selected objects on unlock properties.
|
2025-04-02 21:53:10 -05:00 |
|
mafiesto4
|
3b518cdf2c
|
Merge remote-tracking branch 'origin/master' into 1.10
|
2025-03-31 16:58:25 +02:00 |
|
mafiesto4
|
368ef9185b
|
Fix various editor labels placement after UI resizing refactor
#3317
|
2025-03-31 15:35:32 +02:00 |
|
mafiesto4
|
b5e3d02539
|
Merge branch 'ContentFinderSearchboxFix' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ContentFinderSearchboxFix
|
2025-03-31 15:15:56 +02:00 |
|