userlamalovecancel

6,936 Commits over 2,680 Days - 0.11cph!

7 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
7 Months Ago
Split items into two rows for lumberjack takeover
7 Months Ago
Fix incorrect sizing of skin viewer on takeover screens
7 Months Ago
Finish hooking up modal details
7 Months Ago
Fill in the replaced item and breaks down into sections
7 Months Ago
Fix item background color disappearing when closing the modal by pressing esc
7 Months Ago
Remove old modal, fix NRE Close modal when pressing esc Close modal when clicking outside of it
7 Months Ago
Add RevealTransitionOnEnable component for lewis
7 Months Ago
Plastic ignore favorites.cfg
7 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
7 Months Ago
Add support for connecting to servers using SRV DNS records
7 Months Ago
Redo header
7 Months Ago
Subtract 93194
7 Months Ago
Close item store takeover screen when esc is pressed
7 Months Ago
Rough impl of hovering limited store items for a 3D skin view
7 Months Ago
Backup save file right after the server saves
7 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
7 Months Ago
Add FlexScipedUpdate so it's easy to do batched updates which run layout immediately after instead of deferring until LateUpdate
7 Months Ago
Add code
7 Months Ago
Initial commit
7 Months Ago
Merge fixes in some random prefabs
8 Months Ago
Fixes, built locally and tested to confirm it works
8 Months Ago
Add missing using
8 Months Ago
More logging to troubleshoot missing heartbeat issues
8 Months Ago
Write the map image to disk so Skia can render it, but it just crashes and breaks things most of the time
8 Months Ago
Upgrade to Expo SDK 49
8 Months Ago
Some progress on rebuilding the map with GLView
8 Months Ago
Kill most of the map UI code
8 Months Ago
Upgrade to Expo SDK 49
8 Months Ago
Correct versions of some packages
8 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
8 Months Ago
Workaround status bar issues when running under the old windows console host
8 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
8 Months Ago
Add a -parent-pid command line option to have the Rust server automatically quit when the given process ID exits
8 Months Ago
Switch to using new backup endpoint
8 Months Ago
Change item store item prefab to fully use flex layout so it handles the changing column widths Update Facepunch.Flexbox (dynamic column width, aspect ratio)
8 Months Ago
Add flex aspect ratio component Fix flex text not setting its driven properties
8 Months Ago
Change flex columns to calculate dynamic column counts with a minimum width, expanding the columns equally to fill the container
8 Months Ago
Fix cloth on projectiles and world models having the wrong gravity direction Probably fix stretching of cloth when teleporting large distances
8 Months Ago
Fade in/out menu background overrides
8 Months Ago
Fix pooling issue with zone name labels for the map
8 Months Ago
Fix shader error in StandardMap
8 Months Ago
Merge from main
8 Months Ago
Fix screen prefabs being disabled when testing them in play mode
8 Months Ago
Lets try that again
8 Months Ago
Replace soft mask with UITransitionEffect because soft mask was breaking when resizing
8 Months Ago
Fix being unable to open the takeover pages for things that were already purchased Replace buy buttons with indicator that the item has already been purchased and cannot be purchased again
8 Months Ago
Move coconut underwear screen back to its proper folder
8 Months Ago
Re-add the reveal animation for one prefab
8 Months Ago
Two reveal animations with different delays Invert states for reveals so it makes more sense Update Facepunch.Flexbox