userlamalovecancel

6,625 Commits over 2,527 Days - 0.11cph!

29 Days Ago
Automatically upload procedural maps to our backend so that all Rust servers allow players to download maps instead of generating them on first join Downloading the maps is much faster and way less resource intensive Can be disabled by setting server.autoUploadMap to false
29 Days Ago
Fix NRE when shooting players spawned from the console Add assertions when enqueueing writes so it's easier to identify where the problem was in the future
29 Days Ago
Merge from main
30 Days Ago
Merge from main
30 Days Ago
Dispose server queries as soon as they time out to prevent them from doing more work than necessary
30 Days Ago
Fix spinner wheel not resetting the camera to the expected rotation
34 Days Ago
Apply min/max size clamps to element preferred size if they have any restrictions Fix the "Current" button on the "To" field for FlexTransition filling in the wrong field
35 Days Ago
Fix nexus map not appearing until you close and reopen it
35 Days Ago
Change the zone details on nexus map to use flex layout Use a separate prefab for the zone labels on the details panel vs. the map markers
35 Days Ago
Change a bunch of stuff to use phrase instances instead of string tokens (including the planner) Mark the methods/fields for using string tokens as obsolete
35 Days Ago
Fix clicking on popup closing it
35 Days Ago
Add nexus map to the connect screen, make it look nicer when loading in https://files.facepunch.com/Rohan/2024/March/21_20-18-DeficientThrasher.mp4
36 Days Ago
Fix DNS lookup for localhost not working
36 Days Ago
Change nexus favorites to use favorites.cfg
36 Days Ago
Merge from main
38 Days Ago
Use async loading to load the menu+game+engine UI in parallel
46 Days Ago
Merge from main
46 Days Ago
Move FlexLayoutManager so it spawns in sooner to fix console spam while loading the menu
49 Days Ago
Check for and apply Harmony mod updates automatically while the server is running
49 Days Ago
Actually increase max number of server tags to show to 4 Add the new `tut` tag to the server.tags autocorrect
49 Days Ago
▄▉▍ ▌▋▌▍█▄█▆ ▌▆▍ ▋▇▅ ▍▆▋ ▍▋█▊▅ █▋▋█▊▌▇
51 Days Ago
▌█▍▊▅ █▌▋▌ ▅▊▋▊▍▊▉▇▊▍▄▊
52 Days Ago
Client compile fix
52 Days Ago
Plastic ignore client.serverlist SQLite DB and server_demos folder
52 Days Ago
Add autocorrect logic for the server.tags convar so it would always be formatted correctly
52 Days Ago
Save configs when connecting to a server just in case
52 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
57 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
58 Days Ago
Subtitle text override for general items
58 Days Ago
Add a name field to takeovers so they're easier to find in the inspector
59 Days Ago
Remove unused UIBackgroundBlur
59 Days Ago
Allow overriding the icon images for items in the general tab of the item store
59 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
59 Days Ago
Strip out the effect player stuff from UIEffect
59 Days Ago
Set videos for nomad, lumberjack, and arctic packs
59 Days Ago
Keep the item icons square on the takeover screens to prevent them from looking stretched
59 Days Ago
Use different prefabs for limited and general tab Implement reveal transition per item icon
59 Days Ago
Add cover video component
60 Days Ago
Hook up buy button on the modal
2 Months Ago
Fill items on the last row of the abyss pack
2 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
2 Months Ago
Split items into two rows for lumberjack takeover
2 Months Ago
Fix incorrect sizing of skin viewer on takeover screens
2 Months Ago
Finish hooking up modal details
2 Months Ago
Fill in the replaced item and breaks down into sections
2 Months Ago
Fix item background color disappearing when closing the modal by pressing esc
2 Months Ago
Remove old modal, fix NRE Close modal when pressing esc Close modal when clicking outside of it
2 Months Ago
Add RevealTransitionOnEnable component for lewis
2 Months Ago
Plastic ignore favorites.cfg
2 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