userlamalovecancel

6,650 Commits over 2,557 Days - 0.11cph!

2 Months Ago
Save configs when connecting to a server just in case
2 Months Ago
Find and save endspoints from Steam favorite servers to favorites.cfg so they can auto upgrade to the more reliable DNS-based favorites
3 Months 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
3 Months Ago
Subtitle text override for general items
3 Months Ago
Add a name field to takeovers so they're easier to find in the inspector
3 Months Ago
Remove unused UIBackgroundBlur
3 Months Ago
Allow overriding the icon images for items in the general tab of the item store
3 Months 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
3 Months Ago
Strip out the effect player stuff from UIEffect
3 Months Ago
Set videos for nomad, lumberjack, and arctic packs
3 Months Ago
Keep the item icons square on the takeover screens to prevent them from looking stretched
3 Months Ago
Use different prefabs for limited and general tab Implement reveal transition per item icon
3 Months Ago
Add cover video component
3 Months Ago
Hook up buy button on the modal
3 Months Ago
Fill items on the last row of the abyss pack
3 Months 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
3 Months Ago
Split items into two rows for lumberjack takeover
3 Months Ago
Fix incorrect sizing of skin viewer on takeover screens
3 Months Ago
Finish hooking up modal details
3 Months Ago
Fill in the replaced item and breaks down into sections
3 Months Ago
Fix item background color disappearing when closing the modal by pressing esc
3 Months Ago
Remove old modal, fix NRE Close modal when pressing esc Close modal when clicking outside of it
3 Months Ago
Add RevealTransitionOnEnable component for lewis
3 Months Ago
Plastic ignore favorites.cfg
3 Months 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
3 Months Ago
Add support for connecting to servers using SRV DNS records
3 Months Ago
Redo header
3 Months Ago
Subtract 93194
3 Months Ago
Close item store takeover screen when esc is pressed
3 Months Ago
Rough impl of hovering limited store items for a 3D skin view
3 Months Ago
Backup save file right after the server saves
3 Months 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
3 Months Ago
Add FlexScipedUpdate so it's easy to do batched updates which run layout immediately after instead of deferring until LateUpdate
3 Months Ago
Add code
3 Months Ago
Initial commit
3 Months Ago
Merge fixes in some random prefabs
3 Months Ago
Fixes, built locally and tested to confirm it works
3 Months Ago
Add missing using
3 Months Ago
More logging to troubleshoot missing heartbeat issues
3 Months Ago
Write the map image to disk so Skia can render it, but it just crashes and breaks things most of the time
3 Months Ago
Upgrade to Expo SDK 49
3 Months Ago
Some progress on rebuilding the map with GLView
3 Months Ago
Kill most of the map UI code
3 Months Ago
Upgrade to Expo SDK 49
3 Months Ago
Correct versions of some packages
3 Months Ago
Workaround for issues on even older windows console hosts? Fix backspace with empty buffer exception Fix unknown commands not clearing the command input
3 Months Ago
Workaround status bar issues when running under the old windows console host
3 Months Ago
Refactor logging so it doesn't go through Console Add support for status bars at the bottom of the terminal Implement status bar to connect to the server's rcon to show performance info and allow running commands Set the -parent-pid command line argument when running the Rust server Update files before backing up server data so we don't double backup when there is a server manager update
3 Months Ago
Add a -parent-pid command line option to have the Rust server automatically quit when the given process ID exits
3 Months Ago
Switch to using new backup endpoint