userlamalovecancel
reporust_rebootcancel

3,108 Commits over 2,345 Days - 0.06cph!

3 Days Ago
Include all prefabs under Assets/Scenes/Prefabs in the props asset scene for custom maps to use
3 Days Ago
Merge from server_history_dns
3 Days Ago
Fix history DNS resolutions not refreshing without a client restart
3 Days Ago
Automatically migrate servers from steam's server history to favorites.cfg if they have a DNS endpoint configured
6 Days Ago
Extend favorites.cfg to also hold the 50 most recently played servers, with the favoritesEndpoint DNS record saved instead of IP:port if available
20 Days Ago
Merge from steam_timeline
27 Days Ago
Mostly remove a per frame OverlapSphere when updating the camera to check if it's underwater
28 Days Ago
Fix HttpImage attempting to delete asset/builtin textures when the remote image fails to load
30 Days Ago
Get rid of the pooling for SteamFriend to fix game invites going to the wrong player
30 Days Ago
Fix menu prefabs not preprocessed in place after death_screen_optimize merge (broke Use Bundles too)
30 Days Ago
Fix missing await when writing file to cache in WebUtil.DownloadFileTemp
36 Days Ago
Merge from httpimage_cache
36 Days Ago
Fix HttpImage not working with extensionless image URLs
38 Days Ago
▍▌▇▌▇ ▄▇▉▉ █▉▌▇▌▄▍▋▅▉_▉▊▄▍▋
38 Days Ago
Merge from replace_parallel
38 Days Ago
Merge from main
38 Days Ago
Merge from httpimage_cache
38 Days Ago
Merge from refcounting
38 Days Ago
Defer deleting images from HttpImage cache so we don't unload and then immediately load when refreshing UI (friends list, etc)
39 Days Ago
Reference count textures loaded by HttpImage, unload them when no longer referenced
41 Days Ago
▆▍▉'▅ ▉▉▊▉▉ ▅▌▆▊█▌▆ ▄▅█▍▅▅▄▄▇▇ ▋▆▌▅▆▆▆ ▌▊ ▋▍▋▊▊ ▊▋▍▆ ▆▊▍▄▆▊ ▄█▍▋▌▄▍█▌▆▌█ ▊█▌ ▊▍▋ ▋▄▇▆█ ▌▆█▅ ▋▋▋█▊▍▅ ▅▌ ▆▉▍.▊▌ █▍ █▌▆▄▉█▊▊ ▅▇▆▇▋▄▅█
41 Days Ago
▋▊▌▍▅▋▅ ▄█▋▅█ [▍▌▅▊▉▉█▉] ▄▍ ▌▋▆▋▌▉▊ ▇▌ ▍▌▌▇▋▅▄ ▉▄▌██▅▋▋▉▄▅ ▉▍ ▍▆▉▊
42 Days Ago
Update HttpImage component to cache downloaded images by url in the temp folder
43 Days Ago
Add a hash of the map URL to the map download cache file name to prevent file name collisions Delete cached map and redownload when the version or checksum doesn't match what was expecfed
43 Days Ago
Flag when textures are using an uncompressed format in the texture import analyzer tool
45 Days Ago
Set a purchase limit for general tab items so multiple cannot be purchased
47 Days Ago
Start and end game phase on the timeline based on when you're in a server or not
47 Days Ago
Merge from main
48 Days Ago
Maybe more reliable code to prevent items in the general tab from being purchased multiple times
49 Days Ago
Fix custom map markers not falling back to world prefab category after HierarchyUril removal
53 Days Ago
Run scene2prefab (skip hlod)
53 Days Ago
SceneToPrefab flattening bug fixes * Don't flatten UI objects * Don't flatten anything under AIInformationZone
55 Days Ago
Stop preprocessing wearables with rig stripping enabled because it breaks the workshop icon generation
2 Months Ago
Fix bug in new implementation of Parallel.Call that caused the terrain accordion incident
2 Months Ago
Subtract 127690 - get rid of the custom Parallel class
2 Months Ago
Preserve scale from blackjack screen prefabs so they don't spawn in huge
2 Months Ago
Fix attack heli flares and blackjack screens incorrectly using instantiate instead of GameManager CreatePrefab
2 Months Ago
Merge from s2p_flatten
2 Months Ago
Run scene2prefab (skip HLOD)
2 Months Ago
Fix train tunnel entrances not linking up properly
2 Months Ago
Fix objects flagged as not allowing flattening being deleted when a parent is deleted
2 Months Ago
Run scene2prefab (skip HLOD)
2 Months Ago
Never skip checking objects for references or we'll delete things we need
2 Months Ago
Disable flattening on a few more components Remove duplicated DungeonGridLink in entrance_ferry_terminal
2 Months Ago
Merge from s2p_flatten
2 Months Ago
Run scene2prefab (skip HLOD)
2 Months Ago
Merge from main
2 Months Ago
Remove redundant DungeonGridInfo component from ferry terminal train tunnel entrance
2 Months Ago
Handle references to any component instead of just transforms, just to be safe Fix DungeonGridInfo NRE because DungeonVolume is no longer a child after flattening Fix animators breaking after S2P flattening
2 Months Ago
Merge from main