userCrayzcancel

1,928 Commits over 913 Days - 0.09cph!

1 Year Ago
Fix attributes not being applied on client
1 Year Ago
Fix nre
1 Year Ago
Inventory item sounds
1 Year Ago
Inventory & items Big cleanup Don't spawn a zombie in start room
1 Year Ago
Cleanup Window open/close hotkey and sound
1 Year Ago
Tweak panel style Unlimited inventory size Add a draggable window
1 Year Ago
Make rain a looping sound Tweak the player's lighting Tweak post-processing and camera position Put together some ui & fonts
1 Year Ago
Tweak player's damage
1 Year Ago
Add wandering zombies Fix up attack behaviour
1 Year Ago
Add post processing Stack of crates prefab, spawn one in every room
1 Year Ago
Fix css filters not accounting for margins
1 Year Ago
Apply scaling to text stroke width & line height
1 Year Ago
Add rain effect Add footstep sound Small tweaks
1 Year Ago
Spawn player's unit on load Camera tweaks
1 Year Ago
Basic level generation & setup Camera & light tweaks Add minimap
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
Improve behaviour of RJ against walls
1 Year Ago
Add quake controller & map type
1 Year Ago
Update addon and sound compile
1 Year Ago
Bit of cleanup
1 Year Ago
Add rocket launcher Add RocketJump map type Maps set to RocketJump will spawn players with the rocket launcher
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
Add global stats page
1 Year Ago
Cleanup
1 Year Ago
RichTextKit - add WordBreakMode to break by words or characters Add word-break with support for `normal` and `break-all` Normal will break by words, break-all will break by characters
1 Year Ago
Add StrafeDB WebPanel to tab menu
1 Year Ago
Cpr table, map page, run page Remove all traces of wank component library
1 Year Ago
Remove debug code Cap dashboard runs to 10 Maps page, top and info cards
1 Year Ago
Runs & Maps page Order maps by recently played
1 Year Ago
Switch to horizontal navbar New theme for dashboard, servers, and RunList component Always dark mode, cleaning up, and removing wank component library
1 Year Ago
Fix everything
1 Year Ago
Update SkiaSharp & HarfBuzzSharp to latest (2.88.3) Apply workaround for SKBitmap.Decode bug
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
Replace RichTextKit.dll with a stripped version of its source
1 Year Ago
Add OverflowContent to TextBlock (#4)
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
Update RichTextKit.dll Plumb in text overflow Test page Cleanups Switch TextOverflow to an enum Add TextOverflow from BaseStyles.tt
1 Year Ago
Switch TextOverflow to an enum Add TextOverflow from BaseStyles.tt
1 Year Ago
Switch TextOverflow to an enum