userlamalovecancel

3,185 Commits over 2,527 Days - 0.05cph!

4 Days Ago
Cherry pick 147457 (asset scene build optimizations)
4 Days Ago
Don't set process affinity in editor if running batch mode
13 Days Ago
▍ █▅▆▉▌ ▊█▅▆▄▄▅█▅▋ ▌▄ ▉▅▊█▇▊ ▌▆▇▇ ▇█ █▍▌ ▇▇▋▆▇ ▆▅▅▄ ▋▉▊▋▉▋▌█▋▋▆▄ ▋█▄ ▉▇▇█▆▄ ▋▌▄▆▌▅█
16 Days Ago
Add another parameter to chat.add2 so modders can put text before the username without polluting the client's name cache
17 Days Ago
Sort network cell tile offsets so the closer ones queue up to be networked first
17 Days Ago
Handle the weird string prefab references in Skinnable to make bbq.workshop.prefab go in the right AssetScene
17 Days Ago
Merge from terrain_lower_fixes
17 Days Ago
Bake before loweing terrain in holes (commented out for now due to a bug)
17 Days Ago
Military tunnel s2p for updated terrain lowering
17 Days Ago
Launch site s2p for updated terrain lowering
17 Days Ago
Don't lower terrain on the edges of holes Fix terrain lower OOB when alpha map resolution doesn't match heightmap resolution
17 Days Ago
Merge from heightmap_bake_fix
22 Days Ago
Revert unnecessary changes to GetCloseConnections, HasCloseConnections, and HasConnections that was causing server perf issues
23 Days 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
24 Days Ago
Speed up asset scene build a little bit, skip UIElements VisualTreeAssets so we don't get stuck on them
28 Days Ago
▇ ▇▌▊▅▌▌▋ ▋▊▆▌▍▅ ▍▆▅▆▉▄▋▊ ▄▆▋ ▍▉▇▇▍▄█▅ ▆▆ ▉▊▉▊▉ ▍▍▌█▌▋ ▊▋▇ ▌▋▌▊ ▄▉▋ ▇▉▌▅▇
32 Days Ago
Merge from improved_network_groups
32 Days Ago
Bug fixes for checking visibility across different network group layers when they have different cell sizes
35 Days Ago
Update Mono.Cecil, use .net standard build
35 Days Ago
Fix StampClanLogo NRE when closing the painting UI quickly after opening it
35 Days Ago
Merge from improved_network_groups
35 Days Ago
Merge from main
37 Days Ago
Merge from main
37 Days Ago
Fix missing text on leave clan button
37 Days Ago
Merge from tunnel_netgroup_fix_merge
37 Days Ago
Subtract 146072 + merge from tunnet_netgroup_fix
37 Days Ago
Rerun s2p on launch site to modify the usual heightmap texture instead
37 Days Ago
Modify the heightmap texture directly instead of making a copy in s2p
37 Days Ago
Subtract 146162
37 Days Ago
Merge from tunnet_netgroup_fix
37 Days Ago
Bundle textures next to monument prefabs in the monuments bundle
38 Days Ago
Merge from tunnel_netgroup_fix
38 Days Ago
Increase tunnel layer threshold from -40 to -20 so more underground tunnels get network culled from the surface (and the opposite)
38 Days Ago
Rerun s2p for launch site
38 Days Ago
Merge from main
38 Days Ago
Merge from s2p_particle_flatten_fix
39 Days Ago
Merge from main
39 Days Ago
Merge from tunnet_netgroup_fix/launch_site_hole_carve
42 Days Ago
Merge from improved_network_groups/variable_cell_size
42 Days Ago
Add support for different entity ranges per entity Internally the overworld now has three overlapping network group grids with different cell sizes Players subscribe to all layers with different radii Entities can be configured with a preference for which network layer to place them on
43 Days Ago
Fix most of the ServerOcclusionGroup tests Default grid size was too small (it just used out of bounds cells before) Fixed IsVisibleFrom to also test against the circular radius Reset some convars that can make the tests fail
43 Days Ago
Merge from main
43 Days Ago
Code review fixes
44 Days Ago
Use larger cell sizes for the deep sea network group layer so we can reduce the number of cells we need to subscribe to Reduce visibilityRadiusDeepSea from 20 to 10 because the radius is in cells and cell sizes are twice as big now
44 Days Ago
Add support for different cell sizes for network group layers
50 Days Ago
Subscribe to network groups around the player in a chunky circle instead of square
52 Days Ago
Raise launch site so its terrain has room to be lowered into the hole (added Tools/Terrain/Raise Terrain for this) Added an option to SceneToPrefab which automatically lowers the heightmap inside of terrain holes to where colliders are SceneToPrefab will save the heightmap as a separate asset that only the prefab references
57 Days Ago
Merge from tunnet_netgroup_fix
57 Days Ago
Compile fix
57 Days Ago
Merge from main