userJake_Richcancel
reporust_rebootcancel

3,110 Commits over 915 Days - 0.14cph!

7 Months Ago
Refresh list of nicknames every 30s for the first 2 minutes of gameplay, then move to refreshing steam nicknames every 5min
7 Months Ago
Fix minigun deleting ammo when it runs out of durability and deletes itself (by putting ammo into inventory)
7 Months Ago
Add `breakheld_almost` command to put the held item to 1 durability
7 Months Ago
Fix unable to replace foundation under half height floor after the foundation is destroyed - exclude floors from normal deploy volume - add smaller build volume the exact size of the foundation specifically for floors https://files.facepunch.com/jakerich/8JGYPyRbYbgdmtWo/5QcMFMEycMJf4bG7.png
7 Months Ago
Make all colors in "PickAFriend" menu the bright version Decide if we want to show dark colors for offline players later
7 Months Ago
Add some comments
7 Months Ago
Fix line deleted in merge
7 Months Ago
Merge from main -> reduce_server_tags/compact
7 Months Ago
Fix map entities not being respawned on server restart due to getting a network ID but spawning being skipped (aka oil rig radiation entities)
7 Months Ago
Fix checking cooldown incorrectly Fix quota convar overflowing int by casting convar to long before calculation
7 Months Ago
Allow vending machine to be rotated 90 degrees
7 Months Ago
Merge from main -> harmony2_3
7 Months Ago
Fix backpacks being dropped onto ground inside safezone when you die and being lootable instead of staying on the player's corpse
8 Months Ago
Fix having to run 3m away from stash and return to reveal the stash
8 Months Ago
Add debris spawn points to floor prefabs (triangle, square, floor frames)
8 Months Ago
Support spawning multiple debris objects for floors (one on each side)
8 Months Ago
Fix compile error from namespace
8 Months Ago
▊▇▄ ▉▇▌▊▌▅▍▍▆▌ ▆▌▇█▋▌ ▋▋▍▅ ▌▊▊▊▉▇▊▉▄▍ ▍ ▍▍▋▆▅▇ ▅▍█▄▋
8 Months Ago
Fix all heavy scientists sharing the same loadout name when rolling loot
8 Months Ago
Update reduce_server_tags/compact
8 Months Ago
Merge from main -> reduce_server_tags
8 Months Ago
Fix headbags not dropping when trophy is destroyed or picked up Fix headbags not returned to player when "clear head" is clicked
8 Months Ago
Fix photos & headbags not working when inside a backpack
8 Months Ago
Fix industrial moving items into empty slots instead of moving items into existing partial stacks
8 Months Ago
Increase refresh interval from 5m -> 45m Add `ping_refresh_interval` to modify how often ping refreshes Set to 0 to never run ping estimation Return ping results after each iteration rather than waiting for all 5 iterations to finish before returning any results
8 Months Ago
Update ping manifest Add `ping_parallel` to switch between pinging sequentially and pinging all endpoints at once (default false) Add `ping_samples` to control how many times to ping each endpoint (default 5)
8 Months Ago
Remove client UI button for ping estimation
8 Months Ago
Fix NRE caused by null tags when using cached browser & ping estimation Add `string[] Tags` to standardize tags from cached browser
8 Months Ago
Fix disk quota code not being called Try catch disk quota code incase file IO errors
8 Months Ago
Fix NRE in Performance Logging Try catch & log error rather than throwing exception Prevent NRE in EventRecord.AddObject() incase null objects are ever passed in
8 Months Ago
merge from main -> full_server_demos
8 Months Ago
█▇▍▉▅▅ ▇█▆ ▊▉▉▇▅▆ ▇▍▆ ▍▍ ▊▅▄█▋▋ ▆▉▅▉▋▆▋ ▌▌▊ ▉▆▌▌▆█▋▇▊ ▇▅ ▍▇▌ ▍▊▆▊▉▆ ▆█▌▇▌ ▌▆▋▍▆▌
8 Months Ago
▊▉▌▌▆ ▋▉▌▊ ▌▍█▇ -> ▇▅▅█▅▉_▍▍▍▌▍█_▇▄█▉▄▍▌
8 Months Ago
Codegen
8 Months Ago
Add `ui_pool_max_list_size` convar to fix UI instantiation lag until unity 2022 Set default max list size to 1,000 Don't pool any lists > 1k
8 Months Ago
Merge from main -> 2022_3_20f1
8 Months Ago
Fix right clicking attachments going onto held gun instead of into open backpack
8 Months Ago
Fix clothing being equipped when hover looting into backpack & backpack is full
8 Months Ago
Fix hover loot not working from backpack -> vending machine
8 Months Ago
Fix backpack UI staying active on screen after backpack is closed
8 Months Ago
Convert the normal tags to short tags within the server browser UI (this allows steam server queries to work with short tags) Don't decompress tags in serverinfo as we are operating on the short tags instead
8 Months Ago
Log error if unique ^ prefix is found in tags before commpressing
8 Months Ago
Shorten large gamemode tags (monthly, vanilla, etc) down to a two characters (^a^b^c) Expand tags back to full values when creating ServerInfo struct
8 Months Ago
Move hash & status from server tags -> rules
8 Months Ago
merge from full_server_demos -> aux2
8 Months Ago
merge simple_upload -> full_server_demos
8 Months Ago
Change blocksize convar from bytes -> MB
8 Months Ago
merge harmony2_3 -> aux2
8 Months Ago
Fix wrong conditional compilation symbol in EnsureHarmonyLoaded()
8 Months Ago
Simplify the upload logic to upload each demo chunk slowly rather than try to squeeze each one within 5m Set default max concurrent uploads to 20 streams Add convar to print upload progress `print_upload_progress` Add convar to configure upload timeout `upload_timeout` (default 100s)