userlamalovecancel

2,408 Commits over 2,649 Days - 0.04cph!

7 Months Ago
Merge from main
7 Months Ago
Upgrade to Discord social SDK 1.8.13395 Hook up RegisterAuthorizeRequestCallback
10 Months Ago
Update TerrainCopyPaste to generate undo snapshots before pasting
10 Months Ago
Merge from fix_use_bundles
10 Months Ago
Editor tool to copy paste terrain sections around
10 Months Ago
Include all prefabs under Assets/Scenes/Prefabs in the props asset scene for custom maps to use
10 Months Ago
Merge from server_history_dns
10 Months Ago
Fix history DNS resolutions not refreshing without a client restart
10 Months Ago
Automatically migrate servers from steam's server history to favorites.cfg if they have a DNS endpoint configured
10 Months 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
11 Months Ago
Merge from steam_timeline
11 Months Ago
Mostly remove a per frame OverlapSphere when updating the camera to check if it's underwater
11 Months Ago
Fix HttpImage attempting to delete asset/builtin textures when the remote image fails to load
11 Months Ago
Get rid of the pooling for SteamFriend to fix game invites going to the wrong player
11 Months Ago
Fix menu prefabs not preprocessed in place after death_screen_optimize merge (broke Use Bundles too)
11 Months Ago
Fix missing await when writing file to cache in WebUtil.DownloadFileTemp
11 Months Ago
Merge from httpimage_cache
11 Months Ago
Fix HttpImage not working with extensionless image URLs
11 Months Ago
Merge from replace_parallel
11 Months Ago
Merge from main
11 Months Ago
Merge from httpimage_cache
11 Months Ago
Merge from refcounting
11 Months Ago
Defer deleting images from HttpImage cache so we don't unload and then immediately load when refreshing UI (friends list, etc)
11 Months Ago
Reference count textures loaded by HttpImage, unload them when no longer referenced
11 Months Ago
Update HttpImage component to cache downloaded images by url in the temp folder
11 Months 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
11 Months Ago
Flag when textures are using an uncompressed format in the texture import analyzer tool
11 Months Ago
Set a purchase limit for general tab items so multiple cannot be purchased
12 Months Ago
Start and end game phase on the timeline based on when you're in a server or not
12 Months Ago
Merge from main
12 Months Ago
Maybe more reliable code to prevent items in the general tab from being purchased multiple times
12 Months Ago
Fix custom map markers not falling back to world prefab category after HierarchyUril removal
12 Months Ago
Run scene2prefab (skip hlod)
12 Months Ago
SceneToPrefab flattening bug fixes * Don't flatten UI objects * Don't flatten anything under AIInformationZone
12 Months Ago
Stop preprocessing wearables with rig stripping enabled because it breaks the workshop icon generation
1 Year Ago
Fix bug in new implementation of Parallel.Call that caused the terrain accordion incident
1 Year Ago
Subtract 127690 - get rid of the custom Parallel class
1 Year Ago
Preserve scale from blackjack screen prefabs so they don't spawn in huge
1 Year Ago
Fix attack heli flares and blackjack screens incorrectly using instantiate instead of GameManager CreatePrefab
1 Year Ago
Merge from s2p_flatten
1 Year Ago
Run scene2prefab (skip HLOD)
1 Year Ago
Fix train tunnel entrances not linking up properly
1 Year Ago
Fix objects flagged as not allowing flattening being deleted when a parent is deleted
1 Year Ago
Run scene2prefab (skip HLOD)
1 Year Ago
Never skip checking objects for references or we'll delete things we need
1 Year Ago
Disable flattening on a few more components Remove duplicated DungeonGridLink in entrance_ferry_terminal
1 Year Ago
Merge from s2p_flatten
1 Year Ago
Run scene2prefab (skip HLOD)
1 Year Ago
Merge from main
1 Year Ago
Remove redundant DungeonGridInfo component from ferry terminal train tunnel entrance