userlamalovecancel

2,408 Commits over 2,649 Days - 0.04cph!

Yesterday
Update FP.Nexus (prefer AssignedZoneKey over ConnectZoneKey for player client)
2 Days Ago
Merge from nexus_fixes
2 Days Ago
Tag servers with nexus enabled with `nexuszone` (`^x`) Hide zone servers from the server list (disable with nexus.hideZones) Expose nexus info in A2S rules response when nexus is enabled
3 Days Ago
Fix map button not enabling on the connect modal for the nexus path
3 Days Ago
Fix nexus map squishing after those changes
3 Days Ago
Nexus connect modal fixes
3 Days Ago
Fix MaxPlayers being wrong after my changes
3 Days Ago
Merge from nexus_fixes
3 Days Ago
Mark classes used for the nexus server browser as JSON models so they don't get mangled by the obfuscator
4 Days Ago
Merge from nexus_fixes
4 Days Ago
Codegen
4 Days Ago
Merge from main
4 Days Ago
Wrap nexus clan backend calls in try catches so the RPCs report errors back to the client instead of timing out waiting for a response
4 Days Ago
Improved position checks when ejecting things off the ferry so they shouldn't clip into things or be on top of other things Depends on entity bounds which should be correct (hopefully always)
5 Days Ago
Ferry reliability improvements: * Prefer online, not full zones on its schedule * Retire ferries if they have no valid server to go to anymore * Ferries now lock in their destination when stopping at the ferry terminal dock so they can't switch mid-trip * Fixed a few bugs with the ferry terminal's ETA signs * Fixed the server spawning missing ferries without making sure that the area is clear first (they spawn at the dock!)
7 Days Ago
Add nexus.hideFullIslands to automatically disable transferring to islands the server knows is full
7 Days Ago
Automatically skip queue for players who just transferrred to the server Transfer protection only lasts a few minutes which would be eaten up by a queue, causing flying helicopters to crash and other vehicles to become lootable
7 Days Ago
Include basic nexus info in analytics
7 Days Ago
Allow viewing maps for each zone/server in the nexus too if it is set
8 Days Ago
Implement connecting to nexus servers from the connect modal Automatically select the starter zone if there is only one choice Hide connect button until a starting zone is selected (if needed) Client-side nexus tag for easily identifying which servers are nexus clusters Fix zone list not hiding fully on the connect modal
8 Days Ago
Fix wrong transform used for zone list causing header to be destroyed
8 Days Ago
Add in the zone list and nexus map on the server connect screen
9 Days Ago
Progress on showing nexuses on the new menu, this time without the separate tab Fixed nexus player authentication that's been broken since moving the backend endpoint
10 Days Ago
Change ServerInfo from a struct to class, it had no business being a struct at over 156 bytes large
11 Days Ago
Don't fail server boot if world.cfg is an empty string
12 Days Ago
Merge from nexus_fixes
12 Days Ago
Updated Facepunch.Nexus, all player IDs are now ulong instead of strings
14 Days Ago
Fix map_image_url and level_url being shared when the map is disabled or fog of war is enabled Block sending Rust+ the map in that case too
15 Days Ago
Fix load screen hiding for passengers a bit too long before the driver loads in Block ticks, RPCs, and interactions from players while they are still transfer protected
15 Days Ago
Probably fix passenger desync when flying a scrap heli to another server
15 Days Ago
Update CraggyIsland_Nexus scene Fix nexus.redirect not working properly after switching menu scene to load async Fix disconnect callback not running when being redirected to another server during nexus auth
15 Days Ago
Add in missing null check in InspectUids Updated protobuf codegen executables
15 Days Ago
Update default nexus endpoint
16 Days Ago
Fix clan leaderboard never refreshing after it loads once
16 Days Ago
Show that the clan system is disabled when trying to interact with a clan table
16 Days Ago
Update clan.info command to accept steamIDs in addition to clanIDs
17 Days Ago
Add an option to disable showing clan tags on nameplates
17 Days Ago
Stop sending map seed to Rust+ Remove map seed from level URL and map image URL
17 Days Ago
Stop sending vending machine and event map markers (cargo, heli, travelling vendor) to Rust+
24 Days Ago
Merge from rustplus_camera_fixes
25 Days Ago
Replace entity ID randomization with a randomized offset
26 Days Ago
Make entityId required for consistency with app
26 Days Ago
Server side raycast jitter
27 Days Ago
Merge from rustplus_camera_fixes
27 Days Ago
Merge from main
27 Days Ago
Double camera renderer resolution, no impact on server perf because it does the same raycasts per sec
28 Days Ago
Burst compile these jobs in builds, shouldn't have issues with it anymore
28 Days Ago
Tighten the detailed colliders, move RC camera slightly forward to try and keep them out of view Remove ignored colliders because Unity doesn't give us hits in order and increasing maxHits a lot is too expensive for this
28 Days Ago
Merge from rustplus_camera_fixes
28 Days Ago
Don't randomize entity IDs for trees, keep randomizing others Stop messing with player raycast results because the app can deal with it