userlamalovecancel

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

1 Year Ago
Merge from friend_chat_fixes
1 Year Ago
Basic steam timeline support
1 Year Ago
Changed the HttpImage component on friends list avatars to more closely match avatars next to chat messages Possible fix for Discord avatars disappearing only in builds of the game?
1 Year Ago
Limit how long DMs coming from steam/discord can be when rendered in game
1 Year Ago
Fix Steam friends refreshing every 15s even when UI isn't visible (menu is hidden but still interactable) Fix menu friends list not refreshing immediately when opening it Replace UIFriends.Update with a lower frequency invoke
1 Year Ago
Fix chat message avatars not being aligned to the top of longer chat messages
1 Year Ago
Merge from app_skip_field
1 Year Ago
Fix compile (some fields got stomped because these weren't in sync)
1 Year Ago
Updated Rust+ protos so they are compatible with other protobuf code generators
1 Year Ago
Limit how often the client can call the Discord friends lookup endpoint Incrementally update Steam friends list based on persona state change events instead of polling every 15s Still do polling when the friends list UI is visible to make sure it's in sync
1 Year Ago
Update protobuf code generator tool
1 Year Ago
Updated hackweek_reduce_copies changes to latest
1 Year Ago
Merge from menu_friends_list
1 Year Ago
Increased pending send limit from 256 to 2048 so rcon spam is less likely to cut it off
1 Year Ago
Show send message option if one of your Discord friends who you don't have on Steam sends a game message too
1 Year Ago
Add a send message option in the chat message context menu
1 Year Ago
Merge from steamworks_161 (updated other dlls)
1 Year Ago
Other files pulled from steam, if that even works
1 Year Ago
Updated steam_api for server which is in a different path for some reason
1 Year Ago
Merge from steamworks_161
1 Year Ago
Update Facepunch.Steamworks to use Steamworks SDK 1.6.1
1 Year Ago
Merge from auto_cpu_affinity
1 Year Ago
Server compile fix
1 Year Ago
Codegen, add toggle to options menu
1 Year Ago
Automatically set CPU affinity to preferred cores for 7950X3D, 7900X3D, etc
1 Year Ago
Support min/max item def IDs for uploading item icons via the WorkshopIconRender component
1 Year Ago
Move renderersout of the rig to make FindRig work properly
1 Year Ago
Merge from nexus
1 Year Ago
Update FP.Nexus - fix failing to receive larger messages
1 Year Ago
Merge from main
1 Year Ago
Merge from nexus (fix server NRE when transferring while in a team)
1 Year Ago
Fix formatting after merge
1 Year Ago
Merge from main
2 Years Ago
Use ShowErrorToast instead of ShowToast
2 Years Ago
Fix incorrect "too many subscribers" error message when trying to pair a smart alarm you're already subscribed to Change Rust+ pairing error messages to use toasts instead of chat
2 Years Ago
Merge from hackweek_optimize_statics
2 Years Ago
Merge from entitymenu_codegen_optimize
2 Years Ago
Don't skip moving statics when adding [Il2CppEagerStaticClassConstruction] because it still seems a bit better to move them too
2 Years Ago
Merge from main
2 Years Ago
Automatically add [Il2CppEagerStaticClassConstruction] to types with static constructors that don't depend on others
2 Years Ago
Automatically refactor static fields to try and reduce the number of static constructor call sites
2 Years Ago
Fix soundtrack not showing as purchased Implement song preview with auto toggle off
2 Years Ago
Proper toggle setup for playing music
2 Years Ago
Populate the DLC tab and get popups working Fix FlexTransition breaking if SwitchState is called before Awake is actually called
2 Years Ago
Fix RpcTarget.PlayerAndSpectators NRE if the player is invalid Fixes nexus transfers erroring out when removing players from their team
2 Years Ago
Merge from main
2 Years Ago
Change the in game news to use FP.Flexbox - should fix all the random layout issues we get Also adds better ultrawide support by not letting it stretch across your entire screen
2 Years Ago
Probably fix random TrySpawn exception Add masking to EnvironmentFishCritter shader (untested at all)
2 Years Ago
Update one of the fish materials
2 Years Ago
Merge EnvironmentFish and CritterMovement shaders into EnvironmentFishCritter