userlamalovecancel
branchrust_reboot/maincancel

484 Commits over 2,496 Days - 0.01cph!

Today
Merge from clan_bugfixes
Yesterday
Stop WaterSystem from making the scene view continuously render for no reason You can enable Always Refresh in the scene view if you want it back
Yesterday
Merge from clan_tab_refresh_button
2 Days Ago
Mark a few more clan UI methods as UnityEvents
2 Days Ago
Merge from prop_assetscene_split
21 Days Ago
Merge from props_usage
43 Days Ago
Merge from terrain_lowering_nms_large_cave
45 Days Ago
Merge from terrain_lowering_nms_large_cave
48 Days Ago
Merge from terrain_lowering_nms_large_cave
59 Days Ago
Cherry pick 147457 (asset scene build optimizations)
59 Days Ago
Don't set process affinity in editor if running batch mode
2 Months Ago
Sort network cell tile offsets so the closer ones queue up to be networked first
2 Months Ago
Handle the weird string prefab references in Skinnable to make bbq.workshop.prefab go in the right AssetScene
2 Months Ago
Merge from terrain_lower_fixes
3 Months Ago
Revert unnecessary changes to GetCloseConnections, HasCloseConnections, and HasConnections that was causing server perf issues
3 Months Ago
Clamp dungeon layer calculation in NetworkVisiblityGrid.PositionToLayer so there's no index out of bounds exception when entities exist at y >= 1500 If mods want to take advantage of the dungeon layers they can use the ones from 1000-1500, there's more than enough space already
3 Months Ago
Merge from improved_network_groups
3 Months Ago
Fix StampClanLogo NRE when closing the painting UI quickly after opening it
3 Months Ago
Merge from improved_network_groups
3 Months Ago
Fix missing text on leave clan button
3 Months Ago
Merge from tunnel_netgroup_fix_merge
3 Months Ago
Merge from tunnet_netgroup_fix
3 Months Ago
Merge from tunnel_netgroup_fix
3 Months Ago
Merge from s2p_particle_flatten_fix
4 Months Ago
Merge from tunnet_netgroup_fix
4 Months Ago
Add missing SetApplicationId call for Discord integration
4 Months Ago
Fix truncation of entity IDs from 32->64 bits in FileStorage.Get (thanks Jexs) This was causing artwork to disappear on some servers
5 Months Ago
Merge from discord_sdk_1.8
8 Months Ago
Update TerrainCopyPaste to generate undo snapshots before pasting
8 Months Ago
Merge from fix_use_bundles
8 Months Ago
Editor tool to copy paste terrain sections around
8 Months Ago
Include all prefabs under Assets/Scenes/Prefabs in the props asset scene for custom maps to use
8 Months Ago
Merge from server_history_dns
8 Months Ago
Merge from steam_timeline
9 Months Ago
Fix missing await when writing file to cache in WebUtil.DownloadFileTemp
9 Months Ago
Merge from httpimage_cache
9 Months Ago
Merge from replace_parallel
9 Months Ago
Merge from httpimage_cache
9 Months Ago
Flag when textures are using an uncompressed format in the texture import analyzer tool
9 Months Ago
Set a purchase limit for general tab items so multiple cannot be purchased
9 Months Ago
Maybe more reliable code to prevent items in the general tab from being purchased multiple times
9 Months Ago
Fix custom map markers not falling back to world prefab category after HierarchyUril removal
10 Months Ago
Preserve scale from blackjack screen prefabs so they don't spawn in huge
10 Months Ago
Fix attack heli flares and blackjack screens incorrectly using instantiate instead of GameManager CreatePrefab
10 Months Ago
Merge from s2p_flatten
10 Months Ago
Merge from s2p_flatten
10 Months Ago
Merge from remove_hierarchyutil
10 Months Ago
Allow nexus.redirect with port <= 0 to infer the port from an SRV record (or default port)
11 Months Ago
Don't allow unloading the props asset scenes used by custom maps because some prefabs are needed at runtime via WorldGrid
11 Months Ago
Wait for the map file to finish uploading before allowing players to connect to the server Before this players who connect in the first moments of the server opening would need to generate the map, so they'd load in a lot slower even though they were first to connect