6,973 Commits over 2,741 Days - 0.11cph!
Dispose server queries as soon as they time out to prevent them from doing more work than necessary
Fix spinner wheel not resetting the camera to the expected rotation
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
Fix nexus map not appearing until you close and reopen it
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
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
Fix clicking on popup closing it
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
Fix DNS lookup for localhost not working
Change nexus favorites to use favorites.cfg
Use async loading to load the menu+game+engine UI in parallel
Move FlexLayoutManager so it spawns in sooner to fix console spam while loading the menu
Check for and apply Harmony mod updates automatically while the server is running
Actually increase max number of server tags to show to 4
Add the new `tut` tag to the server.tags autocorrect
▄▉▍ ▌▋▌▍█▄█▆ ▌▆▍ ▋▇▅ ▍▆▋ ▍▋█▊▅ █▋▋█▊▌▇
Plastic ignore client.serverlist SQLite DB and server_demos folder
Add autocorrect logic for the server.tags convar so it would always be formatted correctly
Save configs when connecting to a server just in case
Find and save endspoints from Steam favorite servers to favorites.cfg so they can auto upgrade to the more reliable DNS-based favorites
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
Subtitle text override for general items
Add a name field to takeovers so they're easier to find in the inspector
Remove unused UIBackgroundBlur
Allow overriding the icon images for items in the general tab of the item store
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
Strip out the effect player stuff from UIEffect
Set videos for nomad, lumberjack, and arctic packs
Keep the item icons square on the takeover screens to prevent them from looking stretched
Use different prefabs for limited and general tab
Implement reveal transition per item icon
Add cover video component
Hook up buy button on the modal
Fill items on the last row of the abyss pack
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
Split items into two rows for lumberjack takeover
Fix incorrect sizing of skin viewer on takeover screens
Finish hooking up modal details
Fill in the replaced item and breaks down into sections
Fix item background color disappearing when closing the modal by pressing esc
Remove old modal, fix NRE
Close modal when pressing esc
Close modal when clicking outside of it
Add RevealTransitionOnEnable component for lewis
Plastic ignore favorites.cfg
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
Add support for connecting to servers using SRV DNS records