userCrayzcancel

1,928 Commits over 913 Days - 0.09cph!

1 Year Ago
Actually save the verification 🤦
1 Year Ago
Add server verification command Check server's whitelist status from backend
1 Year Ago
Add route to check if a server is verified
1 Year Ago
Switch to port 8080 Add server verification route
1 Year Ago
Recompile all assets Add global jump & distance travelled stats
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
Set tickrate Maps page style tweak
1 Year Ago
Only play video when hovering package
1 Year Ago
Add a loading screen Style improvements
1 Year Ago
Rewrite RTK linebreaking algorithm
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
Small fixes
1 Year Ago
Cleanup overflow & nowrap usage, add IsTruncated to TextBlock Recalculate label's yoga node to the size of truncated text
1 Year Ago
Show tt's strafe as ranked
1 Year Ago
Update controls for input actions Fix navigation, use NavHostPanel Fix parse error if map has no thumbnail
1 Year Ago
Fix label's size, use self now that it's not a child
1 Year Ago
Fix timer text alignment Brake default to shift Fix missing materials in leaderboard posts and checkpoints
1 Year Ago
Fix up stylesheet paths Add input action to open chat
1 Year Ago
Fit edit/delete button icons in input actions page
1 Year Ago
Link up files
1 Year Ago
Setting save/restore Misc settings page Use stored client settings
1 Year Ago
Basic settings page Bit of scss cleanup Style tweaks
1 Year Ago
Show map type and difficulty on server list
1 Year Ago
Dropdown hover color
1 Year Ago
Simpler difficulty levels, show difficulty on map page Can sort maps by various parameters
1 Year Ago
Add map type & difficulty filters
1 Year Ago
Fix dropdown's popup size
1 Year Ago
Show disconnect notice Fix exception Add a loading spinner when fetching data
1 Year Ago
Disconnect button & appear slightly different in-game
1 Year Ago
Map single/create game page
1 Year Ago
Cleanup and fix ambiguous navlink Server list connect & refresh Show tag on ranked servers
1 Year Ago
Simple server filter Maps page
1 Year Ago
Fix stylesheet path Start on the game menu
1 Year Ago
Cleanup & add control to move through a clothing's colors Set default skins as children of skin1 Fix duplicates
1 Year Ago
Fix nre List of subcategory buttons rather than a dropdown Fix initial zoom distance Dress and equip items
1 Year Ago
Fix skin material not being applied to SceneModel clothes
1 Year Ago
Scroll past the mask Category buttons Add sub-category filter Reset scroll on item list rebuild
1 Year Ago
Start on new avatar page
1 Year Ago
Clean up text overflow & nowrap
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
Alias w/h
1 Year Ago
Get rid of svg cache Cleanup Use svg's default size if none is specified
1 Year Ago
Update SkiaSharp & HarfBuffSharp to latest This includes a patch to work around SKBitmap.Decode failing on images from web, this problem didn't exist in our previous SkiaSharp version Get SVG drawing worked out Load svg from filesystem SVG image loader Revert previous iteration Add a testing page Update Sandbox.Engine.csproj Svg panel & updated test page
1 Year Ago
Svg panel & updated test page
1 Year Ago
Update Sandbox.Engine.csproj
1 Year Ago
Add a testing page
1 Year Ago
Update SkiaSharp & HarfBuffSharp to latest This includes a patch to work around SKBitmap.Decode failing on images from web, this problem didn't exist in our previous SkiaSharp version Get SVG drawing worked out Load svg from filesystem SVG image loader Revert previous iteration
1 Year Ago
SVG image loader Revert previous iteration