userCrayzcancel

1,928 Commits over 913 Days - 0.09cph!

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