userJake_Richcancel
reporust_rebootcancel

5,431 Commits over 1,553 Days - 0.15cph!

3 Years Ago
Remove "send list of bags every 60s"
3 Years Ago
Ensure that list of sleeping bags are sent out to old & new owner every time a sleeping bag is assigned
3 Years Ago
Only make bed public when unclaimed on map if the bed was set to public mode Destroy bed with gibs enabled when unclaimed
3 Years Ago
Allow deleting bags that are still on cooldown Use existing FindForPlayer method incase one gets changed in the future
3 Years Ago
Fix keycards losing durability when swiping on a reader twice
3 Years Ago
Doubled resolution of the other hanging & terrain signs (512x256) Quadrupled the resolution of the standing & hanging banner (1024x256)
3 Years Ago
Double resolution of wooden signs to match painting signs
3 Years Ago
Add test for disabling components & fix codegen since "test" convar name changed
3 Years Ago
Merge jarryd's CUI branch that allows updating CUI without destroying & recreating it Add ability to use 'enabled' field to enable/disable CUI components Additional fixes to make components update Codegen CUI test command
3 Years Ago
Fix analytics serialization error when object is serialized as a field
3 Years Ago
Fixed steam nicknames not working due to expiry checking the wrong way
3 Years Ago
Convert infinite ammo editor convar into normal convar Synced to server with clientinfo Only works if you are admin or developer Infiniteammo convar no longer saved automatically
3 Years Ago
Fix vending machines giving out greater than max stack size after restart
3 Years Ago
Add explicit linking of corpses to their spawn groups
3 Years Ago
Mark loot in train tunnels as 'tunnel' or 'tunnel_stop'
3 Years Ago
Include "quitting" tag when errors are logged while rust is quitting
3 Years Ago
Add description to command
3 Years Ago
Add `skin_radius skin radius` command Add `skin` optional parameter to BuildingBlock.ChangeGrade
3 Years Ago
Reimplemented authradius & deauthradius without auth rafactoring
3 Years Ago
Reapply analytics that got squashed in merge
3 Years Ago
Merge from main -> authradius_cmd
3 Years Ago
Fix lag caused by iterating friends when opening "give auth" ui
3 Years Ago
Compile fix from plastic undoing code
3 Years Ago
Update sentry client-staging key to old dsn
3 Years Ago
Fix not writing normal characters when escaping string
3 Years Ago
Ignore NPCs when calculating aggregate items on a server
3 Years Ago
Fix sentry looking for outdated "main" branch, instead look for release via "experimental/release" & "release"
3 Years Ago
Merge from main -> gameplay_metrics
3 Years Ago
Fix loot marked as "not in monument" when category is an empty string
3 Years Ago
Set category of loot from powerlines as "powerline"
3 Years Ago
Add 'server_allow_steam_nicknames' replicated convar to allow modded servers to disable steam nicknames
3 Years Ago
Only show steam nickname if your friend is on your team or is friendly in contact system
3 Years Ago
Fix potential NRE in LogItemsLooted()
3 Years Ago
Try to fix NRE by logging when an invoke with a null action is added
3 Years Ago
Replace forward slashes in branch with dashes
3 Years Ago
Include server address & version when reporting client errors
3 Years Ago
Merge from main -> gameplay_metrics
3 Years Ago
Include steamid & username for errors on client, ip address for server
3 Years Ago
Don't report HttpExceptions
3 Years Ago
Split staging into two seperate projects
3 Years Ago
Fix team aggregates & pooling for it
3 Years Ago
OnDestroy() not Destroy()
3 Years Ago
Fix spawn groups not being removed from SpawnHandler when destroyed
3 Years Ago
Add 'radial_menu_mode' convar Add option to change radial menu from hold to toggle mode so it works on trackpads
3 Years Ago
Fix pumpkin being equipped on head when you right click it from inventory
3 Years Ago
Accidently put #if UNITY_EDITOR instead of reverse
3 Years Ago
Only developers & admins can use 'graphics.itemskins' to disable workshop skins
3 Years Ago
unlock_all_skins disabled by default convar no longer saved (so it resets to false default)
3 Years Ago
Add menu option for to toggle using steam nicknames for friends
3 Years Ago
Fix escaping in JSON serialization