userlamalovecancel

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

1 Hour Ago
Add in missing null check in InspectUids Updated protobuf codegen executables
Today
Update default nexus endpoint
Today
Fix clan leaderboard never refreshing after it loads once
Today
Show that the clan system is disabled when trying to interact with a clan table
Yesterday
Update clan.info command to accept steamIDs in addition to clanIDs
Yesterday
Add an option to disable showing clan tags on nameplates
Yesterday
Stop sending map seed to Rust+ Remove map seed from level URL and map image URL
3 Days Ago
Stop sending vending machine and event map markers (cargo, heli, travelling vendor) to Rust+
9 Days Ago
Merge from rustplus_camera_fixes
11 Days Ago
Replace entity ID randomization with a randomized offset
11 Days Ago
Make entityId required for consistency with app
12 Days Ago
Server side raycast jitter
12 Days Ago
Merge from rustplus_camera_fixes
12 Days Ago
Merge from main
12 Days Ago
Double camera renderer resolution, no impact on server perf because it does the same raycasts per sec
13 Days Ago
Burst compile these jobs in builds, shouldn't have issues with it anymore
13 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
13 Days Ago
Merge from rustplus_camera_fixes
13 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
14 Days Ago
Fix drone's view being obscured by the drone's colliders
14 Days Ago
Enable fire button for drones in Rust+
14 Days Ago
Fix camera raycasts returning bullshit sometimes
14 Days Ago
Fix Rust+ cameras missing the ocean
15 Days Ago
Add clan ID to Rust+ clan announcement push notification data
16 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
29 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+
36 Days Ago
Merge from clan_bugfixes
36 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
36 Days Ago
Fix some slowess with editing large text inputs, hopefully doesn't break some emoji stuff though
36 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
37 Days Ago
Merge from clan_bugfixes
37 Days Ago
Enable clan system by default, except in hardcore
37 Days Ago
Use save version number for the clan DB file so that a new one is created with wipes instead of persisting
37 Days Ago
Fix BuildActionResult NREs hopefully
39 Days Ago
Don't add clan score events for players killing themselves
39 Days Ago
Clan table map shader tweaks (alpha cutout, multiply albedo instead of mixing by alpha)
39 Days Ago
Replace ClanManager callbacks with UniTask (mostly)
42 Days Ago
Add a streaming controller to the sign painting UI so unity loads higher detail textures for the model when painting clan logos
42 Days Ago
Move a few clan testing commands out of editor only (server admin required)
42 Days Ago
Don't include clan logo in every clan action response
47 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
47 Days Ago
Auto close the clan member details panel on tab change or clan UI close
47 Days Ago
Show character budgets for clan announcement and player notes
48 Days Ago
Filter clan names on the leaderboard
48 Days Ago
Merge from clan_bugfixes
48 Days Ago
Allow clan members to view score events in the default member role
48 Days Ago
Disable rich text and escape characters in a bunch of places
48 Days Ago
More helpful error messages for invalid text given as clan name, rank name, and player notes
49 Days Ago
Fix disbanding clans showing up on the leaderboard
49 Days Ago
Stop WaterSystem from making the scene view continuously render for no reason You can enable Always Refresh in the scene view if you want it back