userJake_Richcancel
reporust_rebootcancel

3,464 Commits over 1,007 Days - 0.14cph!

10 Months Ago
Fix foundation not replacable under a roof - ensure foundation can't be placed clipping into roofs https://files.facepunch.com/jakerich/DiEvbg8FtDsQvCkQ/ZXt1WMKFWMUmUu0d.png https://files.facepunch.com/jakerich/ba6PAFGqdbJdQgs8/xFa89R274Dbx7H8o.png
10 Months Ago
Fix 'Saved = true' being set for the new function
10 Months Ago
Add `refresh_nickname_cache` to force manual refresh of steam nicknames
10 Months Ago
Force the nickname cache to refresh when connecting to a server to give steam every chance in the world to download nicknames
10 Months Ago
Refresh list of nicknames every 30s for the first 2 minutes of gameplay, then move to refreshing steam nicknames every 5min
10 Months Ago
Fix minigun deleting ammo when it runs out of durability and deletes itself (by putting ammo into inventory)
10 Months Ago
Add `breakheld_almost` command to put the held item to 1 durability
10 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
10 Months Ago
Make all colors in "PickAFriend" menu the bright version Decide if we want to show dark colors for offline players later
10 Months Ago
Add some comments
10 Months Ago
Fix line deleted in merge
10 Months Ago
Merge from main -> reduce_server_tags/compact
10 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)
10 Months Ago
Fix checking cooldown incorrectly Fix quota convar overflowing int by casting convar to long before calculation
10 Months Ago
Allow vending machine to be rotated 90 degrees
10 Months Ago
Merge from main -> harmony2_3
10 Months Ago
Fix backpacks being dropped onto ground inside safezone when you die and being lootable instead of staying on the player's corpse
10 Months Ago
Fix having to run 3m away from stash and return to reveal the stash
10 Months Ago
Add debris spawn points to floor prefabs (triangle, square, floor frames)
10 Months Ago
Support spawning multiple debris objects for floors (one on each side)
10 Months Ago
Fix compile error from namespace
10 Months Ago
▊▇▄ ▉▇▌▊▌▅▍▍▆▌ ▆▌▇█▋▌ ▋▋▍▅ ▌▊▊▊▉▇▊▉▄▍ ▍ ▍▍▋▆▅▇ ▅▍█▄▋
10 Months Ago
Fix all heavy scientists sharing the same loadout name when rolling loot
10 Months Ago
Update reduce_server_tags/compact
10 Months Ago
Merge from main -> reduce_server_tags
10 Months Ago
Fix headbags not dropping when trophy is destroyed or picked up Fix headbags not returned to player when "clear head" is clicked
10 Months Ago
Fix photos & headbags not working when inside a backpack
10 Months Ago
Fix industrial moving items into empty slots instead of moving items into existing partial stacks
10 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
10 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)
10 Months Ago
Remove client UI button for ping estimation
10 Months Ago
Fix NRE caused by null tags when using cached browser & ping estimation Add `string[] Tags` to standardize tags from cached browser
10 Months Ago
Fix disk quota code not being called Try catch disk quota code incase file IO errors
10 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
11 Months Ago
merge from main -> full_server_demos
11 Months Ago
█▇▍▉▅▅ ▇█▆ ▊▉▉▇▅▆ ▇▍▆ ▍▍ ▊▅▄█▋▋ ▆▉▅▉▋▆▋ ▌▌▊ ▉▆▌▌▆█▋▇▊ ▇▅ ▍▇▌ ▍▊▆▊▉▆ ▆█▌▇▌ ▌▆▋▍▆▌
11 Months Ago
▊▉▌▌▆ ▋▉▌▊ ▌▍█▇ -> ▇▅▅█▅▉_▍▍▍▌▍█_▇▄█▉▄▍▌
11 Months Ago
Codegen
11 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
11 Months Ago
Merge from main -> 2022_3_20f1
11 Months Ago
Fix right clicking attachments going onto held gun instead of into open backpack
11 Months Ago
Fix clothing being equipped when hover looting into backpack & backpack is full
11 Months Ago
Fix hover loot not working from backpack -> vending machine
11 Months Ago
Fix backpack UI staying active on screen after backpack is closed
11 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
11 Months Ago
Log error if unique ^ prefix is found in tags before commpressing
11 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
11 Months Ago
Move hash & status from server tags -> rules
11 Months Ago
merge from full_server_demos -> aux2
11 Months Ago
merge simple_upload -> full_server_demos