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