userlamalovecancel

2,353 Commits over 2,618 Days - 0.04cph!

7 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+
14 Days Ago
Merge from clan_bugfixes
14 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
14 Days Ago
Fix some slowess with editing large text inputs, hopefully doesn't break some emoji stuff though
14 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
15 Days Ago
Merge from clan_bugfixes
15 Days Ago
Enable clan system by default, except in hardcore
15 Days Ago
Use save version number for the clan DB file so that a new one is created with wipes instead of persisting
15 Days Ago
Fix BuildActionResult NREs hopefully
17 Days Ago
Don't add clan score events for players killing themselves
17 Days Ago
Clan table map shader tweaks (alpha cutout, multiply albedo instead of mixing by alpha)
17 Days Ago
Replace ClanManager callbacks with UniTask (mostly)
20 Days Ago
Add a streaming controller to the sign painting UI so unity loads higher detail textures for the model when painting clan logos
20 Days Ago
Move a few clan testing commands out of editor only (server admin required)
20 Days Ago
Don't include clan logo in every clan action response
25 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
25 Days Ago
Auto close the clan member details panel on tab change or clan UI close
25 Days Ago
Show character budgets for clan announcement and player notes
26 Days Ago
Filter clan names on the leaderboard
26 Days Ago
Merge from clan_bugfixes
26 Days Ago
Allow clan members to view score events in the default member role
26 Days Ago
Disable rich text and escape characters in a bunch of places
26 Days Ago
More helpful error messages for invalid text given as clan name, rank name, and player notes
27 Days Ago
Fix disbanding clans showing up on the leaderboard
27 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
27 Days Ago
Merge from clan_tab_refresh_button
27 Days Ago
Clan score and log tabs now show last refresh time with a button to refresh the data if it has been more than 30s
28 Days Ago
Mark a few more clan UI methods as UnityEvents
28 Days Ago
Merge from prop_assetscene_split
28 Days Ago
Split the props asset scene into two, one for commonly used prefabs and one for the rest Should help improve load times on most servers with modded maps by cutting down the number of prefabs that load
47 Days Ago
Merge from props_usage
50 Days Ago
Collect analytics on what prefabs from the props asset scene are being used so that we can optimize how they are bundled to reduce memory usage and load time
2 Months Ago
Merge from terrain_lowering_nms_large_cave
2 Months Ago
Re-bake missile silo heightmap to workaround AddToHeightMap issue
2 Months Ago
Merge from terrain_lowering_nms_large_cave
2 Months Ago
Adjust monument nav mesh bounds for NMS and military tunnels to fix AI not navigating on the surface
2 Months Ago
Merge from terrain_lowering_nms_large_cave
2 Months Ago
Enable terrain lowering on nuclear missile silo and large cave sewers
3 Months Ago
Cherry pick 147457 (asset scene build optimizations)
3 Months Ago
Don't set process affinity in editor if running batch mode
3 Months Ago
Add another parameter to chat.add2 so modders can put text before the username without polluting the client's name cache
3 Months Ago
Sort network cell tile offsets so the closer ones queue up to be networked first
3 Months Ago
Handle the weird string prefab references in Skinnable to make bbq.workshop.prefab go in the right AssetScene
3 Months Ago
Merge from terrain_lower_fixes
3 Months Ago
Bake before loweing terrain in holes (commented out for now due to a bug)
3 Months Ago
Military tunnel s2p for updated terrain lowering
3 Months Ago
Launch site s2p for updated terrain lowering
3 Months Ago
Don't lower terrain on the edges of holes Fix terrain lower OOB when alpha map resolution doesn't match heightmap resolution
3 Months Ago
Merge from heightmap_bake_fix
3 Months Ago
Revert unnecessary changes to GetCloseConnections, HasCloseConnections, and HasConnections that was causing server perf issues