branchrust_reboot/main/compcancel

243 Commits over 305 Days - 0.03cph!

4 Years Ago
Command to get map markers
4 Years Ago
Update protobuf generate batch script to stay open if there was an error
4 Years Ago
Maintain a list of all MapMarkers on the server
4 Years Ago
Fix some server/client compile errors
4 Years Ago
Add map notes to team info
4 Years Ago
Preserve the protobuf field order
4 Years Ago
Commands to manage notification subscriptions on entities
4 Years Ago
Default notifications to enabled
4 Years Ago
Merge from main
4 Years Ago
Automatically subscribe to entities
4 Years Ago
Bit of refactoring and fixing things that got lost in the merge
4 Years Ago
Subtract decay detector
4 Years Ago
Subtract seismic detector
4 Years Ago
Subtract potentiometer
4 Years Ago
Merge from comp/entities
4 Years Ago
Merge from main
4 Years Ago
Fix chat timestamp always being 0
4 Years Ago
Merge from main
4 Years Ago
Fix broadcast pooling
4 Years Ago
Fix sending unhandled command error with bad data
4 Years Ago
Reject commands sent by banned players
4 Years Ago
WIP team chat integration Keep track of the most recent team chat messages, add a command to get them Add a command to send team chat messages Broadcast team chat messages to listeners as they arrive Got rid of some redundant allocations in DeveloperList
4 Years Ago
Merge from main
4 Years Ago
Merge from main
4 Years Ago
Merge from main
4 Years Ago
Disable notifications in server builds by default (temporary)
4 Years Ago
Pass notification channel to the backend
4 Years Ago
Merge from main
4 Years Ago
Include more of the ocean in the map render
4 Years Ago
Move everything into its own namespace (and better folder name)
4 Years Ago
Fix compile error in client builds Switch to custom domain Document some functions and classes Switch lastCleanup to RealTimeSince Move some classes to their own files
4 Years Ago
Add header image and url to server info command
5 Years Ago
Add more information to the pairing message, and truncate them if they're long
5 Years Ago
Merge from main
5 Years Ago
Change the command server port offset to reduce the chance of colliding with something else
5 Years Ago
Add a command to get the current time parameters
5 Years Ago
Merge from main
5 Years Ago
Code gen
5 Years Ago
Limit the message queue so it can't grow forever Add some convars to tune or disable the command server
5 Years Ago
Cleanup RelationshipManager
5 Years Ago
Fixes
5 Years Ago
Require SteamID + secret token for auth Change SteamID fields to uint64
5 Years Ago
Merge from main
5 Years Ago
Merge from main
5 Years Ago
Merge from main
5 Years Ago
Don't try to send notifications if disabled, use DebugEx if it fails
5 Years Ago
Only send team notifications to offline team members
5 Years Ago
Merge from main
5 Years Ago
Moved some notification code out of BasePlayer, send more info with the login one
5 Years Ago
Cleanup for pairing rate limiting