2,842 Commits over 2,072 Days - 0.06cph!
Protobuf code generator update (pooled bytes)
Fix errors so tasks actually get completed and a response is sent back
Manager initialize and update
Route requests back to the receiver when completed
Smart switch requires TC auth to manually turn on/off
Fix outOfStock flag being inverted
Regenerate protobufs because I apparently reordered fields I was adding and forgot to generate after
Add an editor script to export all the items (with icons) for the app
Add all the vending machine sell order info to the app marker data
WIP client task request system
Map seed should be optional
Send the app the map's seed and salt so we can invalidate map caches properly
▄▍▆ ▆▋▋▊██▊ ▄█▇ ▊▇▆▌▅▌ ▇▊▇ ▌▉▅▄▋▌ (▋▉▆█▍ ▌▉▊▉▄▆▄ ▇▆▋▄▅▉ ▅ ▍▇▋)
Fix server pairing not working since my recent changes
Include basic server info in all push notifications
Don't get the map note type from the Note object - the field itself tells us what it is
Don't initialize the default notification settings in SmartAlarm's constructor because Unity complains (in editor only?)
▋▇█▌▍█ ▅▋▍▆▇ ▇█▉█▅ █▇▋▉█ █▌ ▊▉█▉▅█▉▌▆▍▌▊▇
▅▄▋█▄▍ ▅▇▄ ▄▅▅▉██▄█ ▇▄▋▆▅▉ ▇▄▊▊▆ █▆ ▉▇█▊▇▉ ▊▆▆▇▆▇▊ ▄▋ ▉▌▋█▉▍▄▆
Update the language used in some of the older strings
Add a convar to set the cooldown before a smart alarm can send another notification
Automatically remove subscribed players from smart alarms if they don't have building privilege anymore
Fix teleport commands not working with sleepers
Fix teleport2marker teleporting you to the bottom of the ocean
▉▇▋██▄ ▅▉▇▉▇▆▋▆▇ ▋█▍ ▄▌ ▍▆▊▇ ▅▍▆▌ ▌▌▄▅▌▄█▉▄▉ ▌█▋▉▍▇ ▆█▊▍▉ ▇▊▉▆ ▄▍▇▊ █▆█ ▋▆▊▉▉▆ █▋▌▌ ▊▍▄▊▄ █▆▇▅ ▋▇ ▇▆▉▅█ (▌▋▄▄▌ ▊▆▇ ▊▉▌ ▇▋▄▍▌▄▋ ▊▋█ ▊▍▉▄ ▇▆▉▅)
▍▆▍▍ ▇▍▍ ▄▉▍▅ ▌▍▊█ ▇▉ ▉▌▅ ▍██▍█ █▆▉▍▅█ ▇▄▌▍ ▆▆▋▊██ (▉▍▉▉▆▆ ▌▌█ ▌▇▅▊▉█ ▌▍█▌)
Make sure client side map markers are cleared when joining a server
Fix the same thing happening with the regular teleport too
Fix teleport2me teleporting a random bot sometimes when the player was not found
▆▌▅ "▆▉▅ ▉▇▉▆" ▋▄▆▅▉▋▋ █▆▊ ▄▋▄▄▍▄▌█▅
Fix being unable to use teleport2owneditem when the player is offline+dead (provide a steamID instead)
Add teleport2marker to teleport you to your marker point on the map
Explicitly set app.serverid's default to empty
Make smart switch and alarm not craftable or researchable
Default the history server list to sort by last played (descending)
Fix smart alarm source item
Forward pairing errors to the client so appropriate error messages can be displayed
Add a cooldown on the resend button so it can't be spam clicked
Add a button to resend the pairing notification (saves a click)
Remove the console commands to enable/disable permission for a server (the menu is used instead)
Smart switch and alarm icons
Some small code adjustments
Hide the new badge over the main menu option after successfully pairing once
Small cleanup, fix client compile, revert convar default value change