userlamalovecancel

6,559 Commits over 2,496 Days - 0.11cph!

40 Minutes Ago
Use async loading to load the menu+game+engine UI in parallel
7 Days Ago
Merge from main
7 Days Ago
Move FlexLayoutManager so it spawns in sooner to fix console spam while loading the menu
11 Days Ago
Check for and apply Harmony mod updates automatically while the server is running
11 Days Ago
Actually increase max number of server tags to show to 4 Add the new `tut` tag to the server.tags autocorrect
11 Days Ago
▄▉▍ ▌▋▌▍█▄█▆ ▌▆▍ ▋▇▅ ▍▆▋ ▍▋█▊▅ █▋▋█▊▌▇
12 Days Ago
▌█▍▊▅ █▌▋▌ ▅▊▋▊▍▊▉▇▊▍▄▊
13 Days Ago
Client compile fix
14 Days Ago
Plastic ignore client.serverlist SQLite DB and server_demos folder
14 Days Ago
Add autocorrect logic for the server.tags convar so it would always be formatted correctly
14 Days Ago
Save configs when connecting to a server just in case
14 Days Ago
Find and save endspoints from Steam favorite servers to favorites.cfg so they can auto upgrade to the more reliable DNS-based favorites
19 Days Ago
Auto refresh address and port for DNS-favorited servers Format the favorites.cfg as an object so it's easier to make changes to later
20 Days Ago
Subtitle text override for general items
20 Days Ago
Add a name field to takeovers so they're easier to find in the inspector
20 Days Ago
Remove unused UIBackgroundBlur
20 Days Ago
Allow overriding the icon images for items in the general tab of the item store
21 Days Ago
Unity upgrade Reset flex transition state sooner so it shouldn't interfere with other scripts Handle min/max size in flex text, fixes weird layout issues on text when the size is clamped Cleanup ds_store files
21 Days Ago
Strip out the effect player stuff from UIEffect
21 Days Ago
Set videos for nomad, lumberjack, and arctic packs
21 Days Ago
Keep the item icons square on the takeover screens to prevent them from looking stretched
21 Days Ago
Use different prefabs for limited and general tab Implement reveal transition per item icon
21 Days Ago
Add cover video component
21 Days Ago
Hook up buy button on the modal
24 Days Ago
Fill items on the last row of the abyss pack
24 Days Ago
Close takeover screen when clicking anything off of it Force scroll to top on takeover screens cause they keep auto scrolling down a bit when editing prefabs
24 Days Ago
Split items into two rows for lumberjack takeover
24 Days Ago
Fix incorrect sizing of skin viewer on takeover screens
24 Days Ago
Finish hooking up modal details
24 Days Ago
Fill in the replaced item and breaks down into sections
24 Days Ago
Fix item background color disappearing when closing the modal by pressing esc
24 Days Ago
Remove old modal, fix NRE Close modal when pressing esc Close modal when clicking outside of it
24 Days Ago
Add RevealTransitionOnEnable component for lewis
24 Days Ago
Plastic ignore favorites.cfg
25 Days Ago
Add server.favoritesEndpoint to set the DNS hostname to save when favoriting this server (requires query port unless a SRV record also exists) Server browser will save the endpoint and use it to find the server even if its IP (and port, if using SRV) changes
26 Days Ago
Add support for connecting to servers using SRV DNS records
26 Days Ago
Redo header
26 Days Ago
Subtract 93194
30 Days Ago
Close item store takeover screen when esc is pressed
30 Days Ago
Rough impl of hovering limited store items for a 3D skin view
33 Days Ago
Backup save file right after the server saves
34 Days Ago
Remove redundant cancellation token source in server manager Add some more guards to try and prevent exiting out when not actually cancelled Gracefully stop the Rust server when closing server manager with Ctrl+C
35 Days Ago
Add FlexScipedUpdate so it's easy to do batched updates which run layout immediately after instead of deferring until LateUpdate
36 Days Ago
Add code
36 Days Ago
Initial commit
39 Days Ago
Merge fixes in some random prefabs
40 Days Ago
Fixes, built locally and tested to confirm it works
41 Days Ago
Add missing using
41 Days Ago
More logging to troubleshoot missing heartbeat issues
41 Days Ago
Write the map image to disk so Skia can render it, but it just crashes and breaks things most of the time