userlamalovecancel

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

1 Year Ago
Promo item setup for linking a Discord account in game (need to fill in the item ID still!)
1 Year Ago
Fix incorrect clamping on premiumRecheckInterval
1 Year Ago
Recheck premium status for connected players, kick if they change status after joining the server
1 Year Ago
Check if accounts have premium status when connecting to servers
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
1 Year Ago
Use ShowErrorToast instead of ShowToast
1 Year 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
1 Year Ago
Merge from hackweek_optimize_statics
1 Year Ago
Merge from entitymenu_codegen_optimize
1 Year Ago
Don't skip moving statics when adding [Il2CppEagerStaticClassConstruction] because it still seems a bit better to move them too
1 Year Ago
Merge from main
1 Year Ago
Automatically add [Il2CppEagerStaticClassConstruction] to types with static constructors that don't depend on others
1 Year Ago
Automatically refactor static fields to try and reduce the number of static constructor call sites
1 Year Ago
Fix soundtrack not showing as purchased Implement song preview with auto toggle off
1 Year Ago
Proper toggle setup for playing music
1 Year Ago
Populate the DLC tab and get popups working Fix FlexTransition breaking if SwitchState is called before Awake is actually called
1 Year Ago
Fix RpcTarget.PlayerAndSpectators NRE if the player is invalid Fixes nexus transfers erroring out when removing players from their team
1 Year Ago
Merge from main