userCrayzcancel
reposboxcancel

295 Commits over 882 Days - 0.01cph!

1 Year Ago
Don't apply keybinds until save is pressed
1 Year Ago
Switch various game settings to button groups Add glass.is-label, apply it to all settings labels Give each page its own save/restore buttons + highlight the button when changes are made
1 Year Ago
Move settings pages to Menu.Settings namespace Remove inline setting label style, define it in stylesheet
1 Year Ago
Clean up avatar html/scss, use glass styles
1 Year Ago
▉▇▅ ▉▊█▌▅ & ▄▉▄▌▌/█▄▄▅▌▄ ▆▄▌ ▍▅▉▆▊
1 Year Ago
Fix package selector property not saving or updating Don't pass #local packages to GameSupport
1 Year Ago
Convert DevCamera ui to razor
1 Year Ago
Convert GameIcon & Home to razor Loading screen to razor Remove FriendLine html template
1 Year Ago
Remove/replace html templates in UI tests
1 Year Ago
Add search & button to display local maps for games with "this list only" map support
1 Year Ago
Fix Graphics.DrawRoundedRectangle not drawing a border
1 Year Ago
Add a palette to the color picker
1 Year Ago
Minor avatar screen cleanup
1 Year Ago
Fix package card's body text sometimes shrinking and getting clipped
1 Year Ago
Fix map list not displaying tagged maps for #local packages
1 Year Ago
Fix clothing list not rendering initially
1 Year Ago
Improve selection & style for items with variations
1 Year Ago
Avatar screen subcategories and clothing variations (#626) Adds Parent to the Clothing GameResource Clothings with a Parent will be displayed as a variation in a separate panel Categorizes clothing items by their subcategory Updated a few items to have subcategories and parents
1 Year Ago
Clothing parent documentation and description
1 Year Ago
Style & layout arrangements Group items by subcategory Give glasses and necklace a subcategory Tweaks List item variations separately Setup beanie variations Cleanup Style tweaks Move category buttons to sidebar Group null/empty subcategory names the same Scroll back to top when changing categories Subcategorize tattoos, eyebrows, eyelashes Style tweaks & cleanup
1 Year Ago
Style tweaks & cleanup
1 Year Ago
Group null/empty subcategory names the same Scroll back to top when changing categories Subcategorize tattoos, eyebrows, eyelashes
1 Year Ago
Move category buttons to sidebar
1 Year Ago
List item variations separately Setup beanie variations Cleanup Style tweaks
1 Year Ago
Style & layout arrangements Group items by subcategory Give glasses and necklace a subcategory Tweaks
1 Year Ago
Paint.DrawRect with individual border radiuses Add individual radiuses to tab buttons Cleanup & clamp borders
1 Year Ago
Revert "Focus GameFrame when entering full screen" This reverts commit 8904f4f5b1f11f0a8921373f2a42485a9eaab8ce. Blur and disable console input's focus when entering fullscreen mode This takes care of the editor sometimes auto-focusing the console and getting confused about whether it wants to be full screen or not
1 Year Ago
Focus GameFrame when entering full screen Fixes sbox-issues/issues/2081
1 Year Ago
Palette value updated on clicking a swatch, bind it to the color picker Open color picker as a window
1 Year Ago
Pass Swatch object instead of color to listview Clicking the plus button adds a swatch with picker's value to palette Style & layout tweaks, maintain a nice size for the sv slider
1 Year Ago
Color picker sliders signal a value changed sbox-issues/issues/2426
1 Year Ago
Clean & simplify Palette's ListView gets resized to its vertical height Adjust swatch sizes Last swatch is a plus button, to add the current color
1 Year Ago
Layout & style improvements Item context menu
1 Year Ago
Remove dead code
1 Year Ago
Start on user defined color palettes
1 Year Ago
Allows panel transforms to transition between different unit types
1 Year Ago
Color picker sliders take focus, fixes hex input not getting blurred or updating its value
1 Year Ago
Add starting & current colors to color picker Pack color picker specific widgets into partials ColorProperty picker tweaks Add hex value input to color picker
1 Year Ago
Create text gradients with Skia, fixes overwriting strokes and emojis * Update RichTextKit.dll with newly added Gradient parameter in TextPaintOptions * Deleted D_TEXT_BACKGROUND_IMAGE and recompiled ui_text * Removed text background image from stylesheet parsing * Added new GradientInfo class, generated during stylesheet parsing * Updated SkiaTextBlock to grab gradient info and pass it to RichTextKit
1 Year Ago
Initial work for new text gradients Support for closest-corner, farthest-corner, .., and radial offset Small cleanup Update Topten.RichTextKit.dll Cleanup & some parser error awareness Remove D_TEXT_BACKGROUND_IMAGE Mark GradientInfo internal, text gradients set explicitly by style Update Topten.RichTextKit.dll Tuck gradient type away into GradientInfo
1 Year Ago
Color picker style improvements & layout tweaks Fix hue slider being slightly larger
1 Year Ago
Improve color picker's layout & design, add an alpha slider https://files.facepunch.com/crayz/1b1111b1/sbox-dev_s2QkeANHgK.mp4
1 Year Ago
Mark GradientInfo internal, text gradients set explicitly by style Update Topten.RichTextKit.dll Tuck gradient type away into GradientInfo
1 Year Ago
Initial work for new text gradients Support for closest-corner, farthest-corner, .., and radial offset Small cleanup Update Topten.RichTextKit.dll Cleanup & some parser error awareness Remove D_TEXT_BACKGROUND_IMAGE
1 Year Ago
Simple color picker for color properties Snap to color on mouse press Add comments to new publics Merge pull request #573 from Facepunch/color-picker Simple color picker for color properties
1 Year Ago
Snap to color on mouse press Add comments to new publics
1 Year Ago
Simple color picker for color properties
1 Year Ago
Remove D_TEXT_BACKGROUND_IMAGE
1 Year Ago
Cleanup & some parser error awareness
1 Year Ago
Small cleanup Update Topten.RichTextKit.dll