userlamalovecancel

6,937 Commits over 2,680 Days - 0.11cph!

2 Years Ago
Don't show warning that a FlexElement isn't marked as absolute if the element is the root object of a prefab
2 Years Ago
Fix broken implicit autosizing for non-absolute elementsin prefabs
2 Years Ago
Fix broken padding behavior Add a scene to test all layout combos with padding
2 Years Ago
More editor mode improvements
2 Years Ago
Namespace everything, support layout in editor mode without FlexLayoutManager
2 Years Ago
Make FlexTransition nicer to use
2 Years Ago
Sample menu sidebar
2 Years Ago
Remove redundant fields from transition definitions Fix a padding bug
2 Years Ago
█▄▌▉█ ▅▉▄▇▉▄▍ ▅▅█▇██▍ ▆▊▇ ▊▄▊█▄▍▅▍ ▉▊▉▄ ▄▋█▄ ▉▌▍ ▇▋▊▉▊
2 Years Ago
▍▅▋▍▅▉ ▆▉▍ █▌▉ ▄▉▇▉▅▊▌▄ ▆▊ ▅▍▇▉█▅▆▉ █▌▇▍▍▊▍
2 Years Ago
█▌▄▊▊▊▋ ▄▌▄▅▋█▄ ▊▌▋▄ ▌▊▅█▍▊ ▆▌▊ █▄▋▅ ▉ ▍▍▊ ▉▅▇▍ ▉▌▆█▅█▅▌▄ ▄▉▆▊▆▌▅
2 Years 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
2 Years 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
2 Years Ago
Fix auto sizing not working anymore
2 Years Ago
Fix a scale bug not related to percent units
2 Years Ago
Progress on supporting percent units for min/max element sizes
2 Years Ago
Example accordion-ish UI with collapsible sections that animate when opening/closing
2 Years Ago
Allow scaling flex elements to support animations and whatever else
2 Years Ago
Give max size higher precedence than min size so it clamps to max size if min > max
2 Years Ago
Add support for align self Some bug fixes when running outside the editor Add another example scene with a flexible scroll view
2 Years Ago
Add skipqueueid and removeskipqueue commands to set/unset a SteamID to always skip the queue Save skip queue permission into users.cfg
2 Years Ago
Merge from main
2 Years Ago
Remove unnecessary dirtying of elements Add profiler blocks
2 Years Ago
Editor asmdef too Add tooltips for properties
2 Years Ago
Create an asmdef for this Reset rotation and scale to defaults automatically
2 Years 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'
2 Years Ago
Support auto sizing x/y axis the root flex element
2 Years Ago
Fix elements not respecting max width when they have children that prefer to be larger than it
2 Years Ago
Properly distribute grow/shrink when some children hit their min/max size
2 Years Ago
Fix children overflowing on cross axis when not using align items stretch
2 Years Ago
Only determine flex children once per layout Set driven properties in editor on layout
2 Years Ago
Fix NRE when deleting flex elements
2 Years Ago
Add dependency on react-is because actions is failing
2 Years Ago
Add a flag to turn nexus features off Don't render nexus servers on the list if not enabled
2 Years Ago
Merge branch 'master' into nexus-ui Update sentry config Fix error page message shown when not in a clan Update react-class-model Update protos Add function to call the nexus API to get its details WIP server grouping for nexus Show unique names for the mock servers instead of stomping them all to the same value Refactor the mock configs so we can do that better and get it reflecting the nexus params too Fix nexus servers not immediately being grouped correctly when adding/removing them Automatically refresh groups once in a while just in case data changes Render server groups under a group header Update protos Automatically add other servers from the nexus when we have at least one already Automatically correct the IP address and port of paired nexus servers if they changed Ungroup servers when their zone is not found in the nexus anymore Fetch player info from the nexus to get appKey etc Remove appKey fields from server and notification data Support removing server groups so the button does something now Show an icon on the server you are currently assigned to Zone Name -> Key Upgrade to expo SDK 44 Merge branch 'nexus-ui' Fix devices scroll view not filling the screen (without breaking scrolling again, hopefully)
2 Years Ago
Upgrade to expo SDK 44
2 Years Ago
Update items Update translations Merge branch 'master' into release
2 Years Ago
Trim binds so it's ok to have spaces between symbols like semicolons
2 Years Ago
Add meta.exec command to execute multiple other commands within a single command (useful when combined with cycled binds)
2 Years Ago
▋▇▅█▄█ ▆▉▆▊▊ ▉▅▆▍▇▌▉ ▇▅▅ ▄▇ ▍▋▍▋▋▇▇ ▍▌▋▄▆▍-▉▋▅▊ ▍▊▋█▆▍▉▍▄ ▋▅ █▉▍▉▋▄ ▅▊▅▋ ▉▆▍▋▌ ▋▅▄▄ ▌▅▇▋ ▆▉▇▌▋▌█
2 Years Ago
Merge from nexus
2 Years Ago
Merge from main
2 Years Ago
Clean up measurement code so main and cross axis are separated
2 Years Ago
Text constraining seems to be working, just need to clean up
2 Years Ago
Get flex text kind of working
2 Years Ago
Implement shrinking
2 Years Ago
Fix some measurement bugs
2 Years Ago
Editor fixes
2 Years Ago
Some bug fixes
2 Years Ago
Progress on getting things working