userlamalovecancel

6,655 Commits over 2,557 Days - 0.11cph!

1 Year Ago
Add a scrollbox prefab Add a sample of auto sized flex scroll views
1 Year Ago
1 Year Ago
Count basis when measuring the main axis
1 Year Ago
Add support for flex basis
1 Year Ago
Support rotation in flex transition
1 Year Ago
Fix gap calculation off by 1
1 Year Ago
Exclude space used by gap when calculating percent unit values on the main axis
1 Year Ago
Merge from server_browser_ui
1 Year Ago
Change rotate behavior for the sign painting UI so it's more intuitive (rotates in the direction you move the mouse) Increase the sensitivity for panning in the painting UI Also in case you didn't know like me, you can pan in the painting UI by moving the mouse with shift+RMB held down
1 Year Ago
Update the painting UI palette to one that has a lot more colors (last changed in 2015!)
1 Year Ago
Fix extra gap between server tags caused by empty tag groups
1 Year Ago
Update tag search behavior to find servers with all of the selected tags instead of any of them Tags are now grouped so selecting monthly+biweekly for example will still match either monthly or biweekly, but other tags will still need to match too
1 Year Ago
Fix gradient blocking clicks above the refresh button
1 Year Ago
Add server tags for different regions More UI work to make things look nicer
1 Year Ago
Add Facepunch.Flexbox WIP server browser UI tweaks to make filtering servers nicer
1 Year Ago
Fix some issues with switching to/from play mode Fix percent units not taking element scale into consideration
1 Year Ago
1 Year Ago
1 Year Ago
Fix align items stretch sizing elements larger/smaller than the container when the element is scaled
1 Year Ago
Don't show warning that a FlexElement isn't marked as absolute if the element is the root object of a prefab
1 Year Ago
Fix broken implicit autosizing for non-absolute elementsin prefabs
1 Year Ago
Fix broken padding behavior Add a scene to test all layout combos with padding
1 Year Ago
More editor mode improvements
1 Year Ago
Namespace everything, support layout in editor mode without FlexLayoutManager
1 Year Ago
Make FlexTransition nicer to use
1 Year Ago
Sample menu sidebar
1 Year Ago
Remove redundant fields from transition definitions Fix a padding bug
1 Year Ago
█▄▌▉█ ▅▉▄▇▉▄▍ ▅▅█▇██▍ ▆▊▇ ▊▄▊█▄▍▅▍ ▉▊▉▄ ▄▋█▄ ▉▌▍ ▇▋▊▉▊
1 Year Ago
▍▅▋▍▅▉ ▆▉▍ █▌▉ ▄▉▇▉▅▊▌▄ ▆▊ ▅▍▇▉█▅▆▉ █▌▇▍▍▊▍
1 Year Ago
█▌▄▊▊▊▋ ▄▌▄▅▋█▄ ▊▌▋▄ ▌▊▅█▍▊ ▆▌▊ █▄▋▅ ▉ ▍▍▊ ▉▅▇▍ ▉▌▆█▅█▅▌▄ ▄▉▆▊▆▌▅
1 Year Ago
Progress on supporting percent units for min/max element sizes Fix a scale bug not related to percent units Fix auto sizing not working anymore Fix another scaling bug with scaling when the element grows/shrinks Cache parameters from child elements when calculating sizing so we avoid repeated work for no reason Merge branch 'percent-unit' Replace RectOffset with struct that uses floats instead Add a generic transition component for animating UIs
1 Year Ago
Fix another scaling bug with scaling when the element grows/shrinks Cache parameters from child elements when calculating sizing so we avoid repeated work for no reason
1 Year Ago
Fix auto sizing not working anymore
1 Year Ago
Fix a scale bug not related to percent units
1 Year Ago
Progress on supporting percent units for min/max element sizes
1 Year Ago
Example accordion-ish UI with collapsible sections that animate when opening/closing
1 Year Ago
Allow scaling flex elements to support animations and whatever else
1 Year Ago
Give max size higher precedence than min size so it clamps to max size if min > max
1 Year Ago
Add support for align self Some bug fixes when running outside the editor Add another example scene with a flexible scroll view
1 Year Ago
Add skipqueueid and removeskipqueue commands to set/unset a SteamID to always skip the queue Save skip queue permission into users.cfg
1 Year Ago
Merge from main
1 Year Ago
Remove unnecessary dirtying of elements Add profiler blocks
1 Year Ago
Editor asmdef too Add tooltips for properties
1 Year Ago
Create an asmdef for this Reset rotation and scale to defaults automatically
1 Year Ago
WIP refactor to support text better Unity upgrade Progress on getting things working Some bug fixes Editor fixes Fix some measurement bugs Implement shrinking Get flex text kind of working Text constraining seems to be working, just need to clean up Clean up measurement code so main and cross axis are separated Fix NRE when deleting flex elements Only determine flex children once per layout Set driven properties in editor on layout Fix children overflowing on cross axis when not using align items stretch Properly distribute grow/shrink when some children hit their min/max size Fix elements not respecting max width when they have children that prefer to be larger than it Support auto sizing x/y axis the root flex element Merge branch 'text-flow'
1 Year Ago
Support auto sizing x/y axis the root flex element
1 Year Ago
Fix elements not respecting max width when they have children that prefer to be larger than it
1 Year Ago
Properly distribute grow/shrink when some children hit their min/max size
1 Year Ago
Fix children overflowing on cross axis when not using align items stretch
1 Year Ago
Only determine flex children once per layout Set driven properties in editor on layout