Wojtek Figat
|
37bf4bb34f
|
Unify all GetActorsTree usages in Editor
|
2023-06-12 18:25:44 +02:00 |
|
Wojtek Figat
|
31c9b85a3f
|
Fix prefab diff context menu in Editor to properly diff against arrays
|
2023-06-11 20:44:04 +02:00 |
|
Wojtek Figat
|
3bbfe9de8a
|
Code cleanup, add tooltip and cache property option in layout #1140
|
2023-06-09 17:32:57 +02:00 |
|
Wojtek Figat
|
a0d6f3c22b
|
Merge branch 'ui-resize-update' of https://github.com/Swiggies/FlaxEngine into Swiggies-ui-resize-update
|
2023-06-09 17:23:00 +02:00 |
|
Wojtek Figat
|
9faf9e43fb
|
Codestyle fix #1118
|
2023-06-09 17:15:06 +02:00 |
|
Chandler Cox
|
424e832ec7
|
Fix bug on disabling element on init if it is zero.
|
2023-05-31 21:23:34 -05:00 |
|
Chandler Cox
|
5c67c4f5d4
|
Handle zero case correctly by disabling value boxes on zero.
|
2023-05-31 14:31:01 -05:00 |
|
Chandler Cox
|
70cb4d3cd9
|
Fix bug of moving value from zero.
|
2023-05-31 13:01:41 -05:00 |
|
Olly Rybak
|
fce41b95f6
|
Added bool to properties window to carry value between controls
|
2023-05-29 20:55:55 +10:00 |
|
Olly Rybak
|
522015c2d7
|
Better functionality + styling
|
2023-05-29 00:43:14 +10:00 |
|
Chandler Cox
|
75f1c8baaa
|
Fix scale linking to be a ratio.
|
2023-05-25 10:17:08 -05:00 |
|
Chandler Cox
|
e9250ab365
|
Fix spacing
|
2023-05-25 08:25:57 -05:00 |
|
Chandler Cox
|
a45f067719
|
Fix zero scale value changing when scales are linked. #1117
|
2023-05-25 08:24:49 -05:00 |
|
Wojtek Figat
|
e10aa1ff58
|
Add support for editing dictionary keys that are structures
|
2023-05-24 22:58:07 +02:00 |
|
Wojtek Figat
|
7efb3e3f3d
|
Add SoftTypeReference<T> to scripting API for lazy-load type references (via typename)
|
2023-05-24 22:56:29 +02:00 |
|
Wojtek Figat
|
982639f215
|
Fix syncing Custom Editor value when using it to edit value-type
|
2023-05-24 22:55:02 +02:00 |
|
Olly Rybak
|
c92a3e566e
|
New button styling
|
2023-05-21 09:57:39 +10:00 |
|
Wojtek Figat
|
e045f096a9
|
Add network debugging panel to actors and scripts
#1066
|
2023-05-16 14:59:15 +02:00 |
|
Wojtek Figat
|
4482fc0bcf
|
Cleanup #1086
Reuse text for UI tooltip
Remove `IconButton` and use simple button instead
Cleanup code style
|
2023-05-16 12:13:23 +02:00 |
|
Wojtek Figat
|
73ee5676c6
|
Merge branch 'scale-icon-change' of https://github.com/Menotdan/FlaxEngine into Menotdan-scale-icon-change
|
2023-05-16 12:01:10 +02:00 |
|
Wojtek Figat
|
eab14e28da
|
Add play/pause/stop buttons to particle effect editor while in play-mode
|
2023-05-12 14:39:57 +02:00 |
|
Menotdan
|
5bc76de7d6
|
Merge branch 'master' into scale-icon-change
|
2023-05-10 17:16:44 -04:00 |
|
Wojtek Figat
|
8edc154501
|
Fix UIControl linkage to Prefab window when creating UI within prefab Editor
#1007
|
2023-05-08 19:22:23 +02:00 |
|
Menotdan
|
681564189f
|
Finish implementing IconButton and use that to create a more intuitive scale linking interface.
|
2023-05-08 00:42:38 -04:00 |
|
Menotdan
|
141555377b
|
Begin working on an IconButton class, and demoing the IconButton idea using the scale link icon.
|
2023-05-07 22:58:57 -04:00 |
|
Wojtek Figat
|
bc1cb402ab
|
Merge branch 'layermatrix' of https://github.com/Withaust/FlaxEngine into Withaust-layermatrix
|
2023-05-07 10:52:10 +02:00 |
|
Wojtek Figat
|
37e8fa7b76
|
Fix creating localization table on blank project
#1060
|
2023-05-05 14:54:42 +02:00 |
|
Wojtek Figat
|
daa06cb320
|
Merge branch 'small_fix_combobox' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-small_fix_combobox
|
2023-05-05 11:09:27 +02:00 |
|
Wojtek Figat
|
747abba4f7
|
Merge branch 'col-size-edit' of https://github.com/Tryibion/FlaxEngine into Tryibion-col-size-edit
|
2023-05-05 10:55:13 +02:00 |
|
Wojtek Figat
|
5e31a678bd
|
Improve C# Object comparison by using native pointer compare #1061 #713 #795
|
2023-05-05 10:49:07 +02:00 |
|
Chandler Cox
|
98a5985ce9
|
Fix bug of the collection size changing while still editing or sliding the size box.
|
2023-05-04 11:03:39 -05:00 |
|
Ruan Lucas
|
518ce457df
|
fix doc
|
2023-05-02 08:56:18 -04:00 |
|
Wiktor Kocielski
|
89d34650c0
|
Fix LayersMatrixEditor
|
2023-04-26 00:28:51 +03:00 |
|
Wojtek Figat
|
978b3f835a
|
Add editor playback utilities for Audio Source and Scene Animation Player
|
2023-04-22 17:25:55 +02:00 |
|
Chandler Cox
|
773047dc69
|
Add Copy Euler angles to Quaternion editor.
|
2023-03-16 21:46:07 -05:00 |
|
Wojtek Figat
|
969053a240
|
Add JsonAsset.Save to fix saving new tag
#885
|
2023-02-16 14:32:52 +01:00 |
|
Chandler Cox
|
b4cce7db00
|
Fix issue with different lengths of text for scale properties.
|
2023-02-12 20:51:03 -06:00 |
|
Wojtek Figat
|
45866e6771
|
Minor code cleanup #930
|
2023-02-09 09:47:27 +01:00 |
|
Wojtek Figat
|
73ac1c5d43
|
Merge branch 'scale-lock' of https://github.com/Tryibion/FlaxEngine into Tryibion-scale-lock
|
2023-02-09 09:42:16 +01:00 |
|
Wojtek Figat
|
78001b8298
|
Merge branch 'center-set-type' of https://github.com/Tryibion/FlaxEngine into Tryibion-center-set-type
|
2023-02-09 09:39:40 +01:00 |
|
Wojtek Figat
|
7fae0d9fb6
|
Fix to ignore warning due to missing NDA consoles packages
|
2023-02-08 23:41:24 +01:00 |
|
Wojtek Figat
|
d09dfd1f61
|
Add **Canvas Scaler** control for resolution-independent UI
#448 #525
|
2023-02-08 19:51:16 +01:00 |
|
Wojtek Figat
|
9a84811f35
|
Fix editor values comparison in properties panel to match serializer rules
|
2023-02-06 13:44:45 +01:00 |
|
Chandler Cox
|
d5d5fb698f
|
Small name changes
|
2023-02-05 20:17:21 -06:00 |
|
Chandler Cox
|
0f38fdda30
|
Remove unused include.
|
2023-02-05 15:12:04 -06:00 |
|
Chandler Cox
|
e4afc49ac6
|
Added saving the users choice in the properties window and adding link and unlink to the scale context menu.
|
2023-02-05 15:07:12 -06:00 |
|
Chandler Cox
|
b113bdb774
|
Changed to use enum for simplification
|
2023-02-04 22:28:34 -06:00 |
|
Chandler Cox
|
03f299bc3b
|
Added apply across actors.
|
2023-02-04 22:20:18 -06:00 |
|
Chandler Cox
|
9c591b3c08
|
Add scale lock button
|
2023-02-04 21:56:18 -06:00 |
|
Chandler Cox
|
a061347f5a
|
Centers the "Set Type" Button context menu for UI Controls in the editor.
|
2023-02-03 19:22:25 -06:00 |
|