userlamalovecancel
reporust_rebootcancel

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

Today
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
Today
Probably fix passenger desync when flying a scrap heli to another server
Today
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
Yesterday
Add in missing null check in InspectUids Updated protobuf codegen executables
Yesterday
Update default nexus endpoint
Yesterday
Fix clan leaderboard never refreshing after it loads once
2 Days Ago
Show that the clan system is disabled when trying to interact with a clan table
3 Days Ago
Update clan.info command to accept steamIDs in addition to clanIDs
3 Days Ago
Add an option to disable showing clan tags on nameplates
3 Days Ago
Stop sending map seed to Rust+ Remove map seed from level URL and map image URL
4 Days Ago
Stop sending vending machine and event map markers (cargo, heli, travelling vendor) to Rust+
10 Days Ago
Merge from rustplus_camera_fixes
12 Days Ago
Replace entity ID randomization with a randomized offset
12 Days Ago
Make entityId required for consistency with app
13 Days Ago
Server side raycast jitter
13 Days Ago
Merge from rustplus_camera_fixes
13 Days Ago
Merge from main
13 Days Ago
Double camera renderer resolution, no impact on server perf because it does the same raycasts per sec
14 Days Ago
Burst compile these jobs in builds, shouldn't have issues with it anymore
14 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
15 Days Ago
Merge from rustplus_camera_fixes
15 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
15 Days Ago
Fix drone's view being obscured by the drone's colliders
15 Days Ago
Enable fire button for drones in Rust+
15 Days Ago
Fix camera raycasts returning bullshit sometimes
15 Days Ago
Fix Rust+ cameras missing the ocean
16 Days Ago
Add clan ID to Rust+ clan announcement push notification data
17 Days Ago
Update Rust+ section in menu to link to the app when telling you to install it, and tell you if push notifications aren't enabled for the app yet
30 Days Ago
Remove a redundant copy when serializing messages to be sent to Rust+ Should fix "IOException: Tried to write beyond the buffer bounds" when sending clan info to Rust+
37 Days Ago
Merge from clan_bugfixes
37 Days Ago
Disable line limit on the clan announcement input and let the backend limit it instead Make it so it strips the linebreaks instead of entire lines of text
37 Days Ago
Fix some slowess with editing large text inputs, hopefully doesn't break some emoji stuff though
37 Days Ago
Fix clan leaderboard never refreshing Probably fix clan announcement truncating to 2048 despite everything else allowing more Don't auto select all when clicking on rank name to edit Missing clan map material change
38 Days Ago
Merge from clan_bugfixes
38 Days Ago
Enable clan system by default, except in hardcore
38 Days Ago
Use save version number for the clan DB file so that a new one is created with wipes instead of persisting
38 Days Ago
Fix BuildActionResult NREs hopefully
40 Days Ago
Don't add clan score events for players killing themselves
40 Days Ago
Clan table map shader tweaks (alpha cutout, multiply albedo instead of mixing by alpha)
40 Days Ago
Replace ClanManager callbacks with UniTask (mostly)
43 Days Ago
Add a streaming controller to the sign painting UI so unity loads higher detail textures for the model when painting clan logos
43 Days Ago
Move a few clan testing commands out of editor only (server admin required)
43 Days Ago
Don't include clan logo in every clan action response
48 Days Ago
Change SteamClientWrapper.GetAvatarTexture to return the Rust logo for streamer mode or as a fallback instead of null Fixes clan UI showing real avatars when streamer mode is enabled
48 Days Ago
Auto close the clan member details panel on tab change or clan UI close
48 Days Ago
Show character budgets for clan announcement and player notes
49 Days Ago
Filter clan names on the leaderboard
49 Days Ago
Merge from clan_bugfixes
49 Days Ago
Allow clan members to view score events in the default member role
49 Days Ago
Disable rich text and escape characters in a bunch of places