reporust_rebootcancel

120,535 Commits over 4,018 Days - 1.25cph!

7 Months Ago
merge from main
7 Months Ago
merge from localization
7 Months Ago
Fixed instant camera world model LODs
7 Months Ago
Fixed store item category texts always showing as Clothing Skin
7 Months Ago
-Fire Extinguisher LODs, Prefab and collision changes
7 Months Ago
Add placeholder audio to wolf attack and hit
7 Months Ago
Merge: from main Tests: none
7 Months Ago
Fix not being able to move after closing sign drawing UI with chat open
7 Months Ago
Restored F7 report popup texts size again
7 Months Ago
Merge: from main Tests: built all modes, tried to repro 2 previous known bugs - didn't happen.
7 Months Ago
Frontiersman UI
7 Months Ago
Reduce wolves mass to reduce the impact their make on vehicles when attacking Fix IsNpc returning false on client for wolves Fix wolf appearing as "wolf2" when killing a player and not being translated Fix wolf achievements and stats
7 Months Ago
merge from main
7 Months Ago
Merge: from main Tests: none
7 Months Ago
Merge from main
7 Months Ago
Manually added cliffs to lake scenes the old fashion way
7 Months Ago
S2P launch site so the barricade mound fix gets applied
7 Months Ago
merge from world_update_2 - Staging wipe
7 Months Ago
Merge from fix_barricades_tunnel_entrance -> main
7 Months Ago
Fix barricades not being placeable on the 2nd variant of the above ground <-> below ground entrance of train tunnels
7 Months Ago
Duplicate Timeline script
7 Months Ago
Backups
7 Months Ago
Merge from world_update_2
7 Months Ago
Fixed LODGroup conflict on blunderbuss world model
7 Months Ago
Merge from world_update_2
7 Months Ago
Merge from Blunderbuster
7 Months Ago
Merge from world_update_2
7 Months Ago
Added "Tools/Find/Culling Volume one way connections" Fixed missing connections in cave_large_sewers_hard, cave_medium_hard, cave_small_medium, cave_large_sewers_hard
7 Months Ago
Merge from world_update_2
7 Months Ago
- Removed the last vestige of code that allows servers to arbitrarily set the loading messages - Moved the queue language into the client with proper localization - Cleaned up order of connection/queue processing, instead of putting every player through the queue process, we only queue players when the server is actually full - Packet type Message.Type.Message can now be used to set a custom tip in the loading screen (will disable existing rotating tips), only accepts a single string instead of two previously.
7 Months Ago
Fix NRE when attempting to repair an item and removing the item from the repair bench at the same time
7 Months Ago
Merge from fix_monument_scenes_map_gen -> main
7 Months Ago
Fix monument scenes not being disabled when the client is doing local map generation - this shouldn't occur often as servers now serve procgen maps as downloadable files
7 Months Ago
Update conflicting prefab id on br_sphere prefab Manifest
7 Months Ago
merge from fix_barricade_snapping -> world_update_2
7 Months Ago
Fix socket mods not working after Construction.Placement was refactored from class to struct - showed up as high walls and barricades not snapping
7 Months Ago
Fixed mesh import settings on a bunch of divesite meshes Fixed seaweed decal not rendering (incorrect decal layer)
7 Months Ago
Add new panels that can be parented by community UI - all panels are scaled by uiscale Names - Inventory - Crafting - Contacts - Clans - TechTree - Map
7 Months Ago
Allowed foliage to spawn on cliff topology to fix blank gaps in between cliffs
7 Months Ago
Custom height map colliders for all cliffs (this should fix floating foliage issue)
7 Months Ago
Underwater light extinction fix test
7 Months Ago
merge from main
7 Months Ago
merge from world_update_2
7 Months Ago
Reimported cliff_tall_d
7 Months Ago
radtown music missing files
7 Months Ago
radtown music
7 Months Ago
junkpile_water and oceanwreckbuoys seaweed dressing
7 Months Ago
merge from main
7 Months Ago
▇▊▅▅▄ ▍▋█▉ ▍▋▋▋▋█▆▉▋▄▋_▊▆▊▅▋_▋▊▋ (▌▋▆▊▊ ▅▄█▄█ ▌▉█▊▅▌▊▆▋▌▅)
7 Months Ago
Optim: Send trees in batches over multiple frames to avoid spike on player connection This is experimental, but it seems stable initially. On 4.5k procgen world from a save it took 90ms(very rough numbers, including client-side spawning overhead) in total to send all trees, but each frame 1 player took on average 0.2ms to gather & send data. Also need to fix a bunch of bugs Tests: Ran craggy in local editor session - no exceptions.