userCrayzcancel
branchsbox/mastercancel

191 Commits over 882 Days - 0.01cph!

1 Year Ago
Don't let mousewheel up/down execute double clicks
1 Year Ago
Add support for word-spacing css property
1 Year Ago
Add hotload support for svgs
1 Year Ago
Support bodygroups for citizen skins
1 Year Ago
Fix text sometimes being truncated when it shouldn't Often occurred in the main menu when a Text was updated from a razor state change Improve consistency when deciding if to relayout truncated text
1 Year Ago
Handle thumbnail video hover slightly better
1 Year Ago
Only play video when hovering package
1 Year Ago
Fix strikethrough and underlines not drawing at small resolutions Also a bit of cleanup around the area moving stuff to functions
1 Year Ago
Recalculate width of labels who've been truncated (#1116) Run truncated labels through yoga again with the new measurements. https://files.facepunch.com/crayz/1b2111b1/Photoshop_ongkU1whrx.png
1 Year Ago
Fix label's size, use self now that it's not a child
1 Year Ago
Fit edit/delete button icons in input actions page
1 Year Ago
Fix dropdown's popup size
1 Year Ago
Fix skin material not being applied to SceneModel clothes
1 Year Ago
SVG support in ui (#1030) * Adds basic support for drawing pixel perfect SVG 1.2 images in UI * Sample usage: <svg src="path/to/file.svg" /> (also see SvgTests.razor)
1 Year Ago
Fix an obsolete warning
1 Year Ago
Allow multiple commands from in-game console i.e. command1;command2;
1 Year Ago
Fix Game.Server not being filled in on server
1 Year Ago
Fix exception when Log.Error receives a null parameter
1 Year Ago
Don't land on the blank lobby page after leaving a game Fixes the occasional blank menu on disconnect
1 Year Ago
Fix gamemode & map error report tags getting set to null or previously loaded game
1 Year Ago
Replace game template input obsoletes
1 Year Ago
Allow WebSocket uri schemes
1 Year Ago
Fix default value of slider entries in lobby game settings Assign the slider's value after min & max so it knows what the clamp range is Remove dead code
1 Year Ago
Update launch config tab titles when config changes
1 Year Ago
Fix css filters not accounting for margins
1 Year Ago
Apply scaling to text stroke width & line height
1 Year Ago
WebSurface's in-browser navigations will update the current url Resolves sboxgame/issues/issues/2977
1 Year Ago
Fixes razor <style> blocks sometimes failing to update We'd cache all stylesheets that occur at runtime then fail to update when trying to return to a stylesheet that existed previously, even if it's different than the block's present stylesheet. Resolves sboxgame/issues/issues/2999
1 Year Ago
Disable video settings in editor mode
1 Year Ago
Add letter-spacing transition
1 Year Ago
Add support for line-height css property Supports px and % values https://files.facepunch.com/crayz/1b0711b1/sbox-dev_JqHcXREoIW.mp4
1 Year Ago
Add emoji/linebreak test to text overflow test page
1 Year Ago
Fixes a bug with incorrect forced linebreak positions on fontruns with no linebreaks Use break-all for server and lobby list titles for visual consistency
1 Year Ago
Fixes highlight not repainting consistently when text selection changes
1 Year Ago
Fix text selection not working on center and right aligned texts
1 Year Ago
Format everything in RichTextKit Nothing changed except formatting. I forgot to do this when bringing it over, forcing it now so it's not a nuisance going forward (mostly spaces to tabs and looking at diffs)
1 Year Ago
Add support for `word-break` css property (#853) Supports `normal` and `break-all` values. Normal will break by word, break-all will break by character. https://files.facepunch.com/crayz/1b0211b1/sbox-dev_Yt8zD84LqS.mp4
1 Year Ago
Fixed inconsistency in text-shadows with multiple lines of text https://files.facepunch.com/crayz/1b2311b1/Photoshop_ZFN5bkrhnW.png
1 Year Ago
Replace RichTextKit.dll with a stripped version of its source (#820)
1 Year Ago
Don't shrink the player count on server & lobby widget entries
1 Year Ago
Add support for text-overflow css property (#803) text-overflow is now supported with `clip` or `ellipsis`
1 Year Ago
Add special character validation to package ident
1 Year Ago
Fixes mouse clicks getting eaten when they shouldn't
1 Year Ago
Swallow game input if window recently became active
1 Year Ago
Fix graphic settings changing volume
1 Year Ago
Unit tests for project templates (#784) * Fixes compile errors in our extension & tool templates * Updates Sandbox.Test csproj to copy over templates and base code needed for compiling games * Added unit tests that fail if game/tool/extension templates do not compile
1 Year Ago
Fix ButtonGroup deleting its buttons + potential NRE Added developer settings category
1 Year Ago
Settings menu improvements (#770) * ButtonGroup can hold a value and treated as a form option * Switch Video Mode, VSync, Anti-Aliasing, Texture Filtering, and Game Language from DropDown to ButtonGroup * Each settings page has its own Restore Default/Cancel/Save Changes button * Fixed Save Changes button not highlighting when things are changed * Implement Restore Default action for all settings * Added .is-label to Glass styles, used it for settings labels * Stage keybind changes and only applied after pressing Save Changes
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