250,376 Commits over 3,959 Days - 2.64cph!
S2P launch site so the barricade mound fix gets applied
Leaderboard backup, run #
14212
merge from world_update_2 - Staging wipe
Wrap CallbackBatch exceptions so we know where they're being called from
Merge from fix_barricades_tunnel_entrance -> main
Fix barricades not being placeable on the 2nd variant of the above ground <-> below ground entrance of train tunnels
Duplicate Timeline script
Merge from world_update_2
Explicitly load the steamapi64 dll from the bin folder
Fix menu music NRE
Make Web.DownloadFile a bit more resiliant
Fix NRE in Component.Loading
Fix NRE in TrailRenderer
Fix error reporter not reporting some package errors
Fixed LODGroup conflict on blunderbuss world model
Merge from world_update_2
Merge from world_update_2
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
Merge from world_update_2
- 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.
Fix NRE when attempting to repair an item and removing the item from the repair bench at the same time
Merge from fix_monument_scenes_map_gen -> main
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
Fix issues with Character Select Buttons
Update conflicting prefab id on br_sphere prefab
Manifest
merge from fix_barricade_snapping -> world_update_2
Fix socket mods not working after Construction.Placement was refactored from class to struct
- showed up as high walls and barricades not snapping
Update SpriteTools
Update all Tile Dictionaries to use Vectors as the key instead of parsing to/from strings now that we actually can.
Updated SpriteTools
Add Dig Tiles to Tileset, add Digging functionality to WorldManager.
Created PreviewItem so items have Generated Thumbnails
Created Shovel Holdable which digs up earth, regenerating after a random time.
Dig Tiles now properly save to the world. Optimized world saves in the process
Fixed mesh import settings on a bunch of divesite meshes
Fixed seaweed decal not rendering (incorrect decal layer)
Human/citizen: more "prefabization" & poor man's RBF backport to Citizen
Added TilesetComponent.GetLayerFromName and TilesetComponent.GetLayerFromIndex
Add new panels that can be parented by community UI
- all panels are scaled by uiscale
Names
- Inventory
- Crafting
- Contacts
- Clans
- TechTree
- Map
Added proper documentation to TilesetComponent, made a few things internal and changed some terminology. JsonUpgraders to ensure everyones stuff still works
Updated example files
TreeView nodes do not call OnItemActivate when double clicking the expand/collapse button
Fixes Facepunch/sbox-issues#6487
Allowed foliage to spawn on cliff topology to fix blank gaps in between cliffs
Custom height map colliders for all cliffs (this should fix floating foliage issue)
Underwater light extinction fix test
merge from world_update_2
radtown music missing files
junkpile_water and oceanwreckbuoys seaweed dressing
Add ReadAsPropertyName/WriteAsPropertyName to all Vector2/3/4/Int JsonConverters. This means Vectors will be serialized properly when used as Keys in a Dictionary.
Give titles to windows build scripts, so I know what's running
Merged ghostanim.mdl and blackout.mdl
Instead of doing a hack for Episode 1, just merge all these models from all the half-life 2 games, and including portal 1
Episodic Poison Zombie model with fixed animation events
Advisor episodic model hack
The models are too different to be merged, so we swap the ep2 one in, on spawn
Try / catch around new node types in FindAllReflectionNodeTypes
Update existing refs in GameResources when updating package
Normal GameResource processor uses versioned idents too
Consistently sort reference lists alphabetically so diffs aren't so mental to read
Only update references inside project assets folder
Avoid walking into a LoadResource exception, we don't really care that much
Differentiate between persistent and preview contexts when fetching cloud assets, only update references for persistent installs
Show remote/latest version info, incl version id, in PackagePopup
▇▊▅▅▄ ▍▋█▉ ▍▋▋▋▋█▆▉▋▄▋_▊▆▊▅▋_▋▊▋ (▌▋▆▊▊ ▅▄█▄█ ▌▉█▊▅▌▊▆▋▌▅)
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.