191 Commits over 882 Days - 0.01cph!
Fix package selector property not saving or updating
Don't pass #local packages to GameSupport
Convert DevCamera ui to razor
Convert GameIcon & Home to razor
Loading screen to razor
Remove FriendLine html template
Remove/replace html templates in UI tests
Add search & button to display local maps for games with "this list only" map support
Fix Graphics.DrawRoundedRectangle not drawing a border
Add a palette to the color picker
Minor avatar screen cleanup
Fix package card's body text sometimes shrinking and getting clipped
Fix map list not displaying tagged maps for #local packages
Fix clothing list not rendering initially
Improve selection & style for items with variations
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
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
Focus GameFrame when entering full screen
Fixes sbox-issues/issues/2081
Color picker sliders signal a value changed
sbox-issues/issues/2426
Allows panel transforms to transition between different unit types
Color picker sliders take focus, fixes hex input not getting blurred or updating its value
Add starting & current colors to color picker
Pack color picker specific widgets into partials
ColorProperty picker tweaks
Add hex value input to color picker
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
Color picker style improvements & layout tweaks
Fix hue slider being slightly larger
Improve color picker's layout & design, add an alpha slider
https://files.facepunch.com/crayz/1b1111b1/sbox-dev_s2QkeANHgK.mp4
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
A working example for the VirutalScrolling ui test
Fix addon editor getting squished and not scrolling
Fix some odd behaviour with PanelTransform lerps
sbox-issues/issues/2241
Remove matrix array from PanelTransform, just use the struct
Convert backgroundAngle to a turn value, consistent with `to left/right/..`
sbox-issues/issues/2271
Allow BindingFlags.Static for Change callbacks
Fixes sbox-issues/issues/2245
Null ErrorList singleton on destroy
Fix for sbox-issues/issues/2175
Implement paused state for animation-play-state
Remove dead code causing an error when creating game resources
Fix box-shadow's border-radius not matching up
Fix error list resetting its filter on hotload
Don't load into remembered map if the gamemode wants Empty
Set BoxPosition attribute when rendering backdrops
Fixes blur and other filters not covering WorldPanel correctly
Remove invalid css
Minimum height for folder error box to prevent text getting clipped
Don't try to instantiate interfaces when finding code editor
Fixes an issue breaking some users addon manager if they don't have VS or VSCode installed
Add support for "Any With Support" map selection mode to map select page
Maintain previously selected configuration after opening launcher properties
Enable Save button after selecting a package from s&works
Add launch configurations to tools dropdown
Consistent with project settings menu
Fix launcher losing its selection when editing the actively selected config
Fix Entity.Position description
Fix unfinished transitions getting reset on state change
DebugOverlay's ComboBox remembers its selection after a hotload
Fixes error where a local addon's meta won't deserialize strings to enums
Fix ../'s in scss paths causing hotloads to fail
Fix typo
Killed transitions jump to final state before being removed
Supply correct dimension and shorthand for background-size transitions
Add transition for background-position
Pain day 3 for game template
Support copying graphemes outside TextEntry too
Improve console text selection
Improve behaviour of label selection if drag rect is negative size