2,845 Commits over 2,072 Days - 0.06cph!
Merge from platform_types
Disable AnimatorLOD in spectator builds
Disable occlusion culling when the render controller initializes
Hide spectator from snapshots
Disable foliage and decor refresh because they don't get rendered
Move the sky so it doesn't render weird
Update LODs when rendering CCTV, validate images properly too
Add support for multiple job assignments per client
Stripping down the CCTV render code
Close the game when the spectator client disconnects, if it auto connected to a server
Spawn spectator players in the sky (with noclip+god mode)
Build config for spectator client
Fix issues with connecting using the spectator build
Fix LocalPlayer not being set
Spectator clients can connect now, kind of
WIP spectator networking stuff
Don't allow auto turrets to retaliate against gun traps
▋▆▍ ▄▍█▌▊▌.▋▍█▄▉▉▇▉▋▇▄▅▍▄▍▅ (▋█▋█▋▉▍ ▅▄▇▊▌) █▍ █▄█▍▌▆▄▋ ▊▇█▋ ▄▋▆ ▋▌▆▍▍▆ ▍▅▅▅ ▆▍▇▍▆▌█▄ ▋▍ ▍▋▄_▅▋▄▍▋▇ ▍▍█▅▍▇ ██▍▉▋█▍ (▆▋▊▇ ▋▋█ ▉▍▋▆▌ ▆▍ ▋▅▆▌▆▆▋ ▆▆▋▋▇▊▋▇▉ ▉▍█▍█▆█ █▇ ▆▇▋ ▍▆ ▆▇ ▋▇▊▇▊▋▉)
Fix being unable to break down more than one item at a time
Fix being unable to power storage monitors directly from batteries
Adjust recycler rounding so there is no benefit to recycling some stackable items individually
WIP spectator "platform" and authentication
Refactoring platform code to use a new UserId type instead of direct ulong
Make StorageContainer.HasSlot override exist in client builds - fixes deploy guides not appearing for storage monitors
Remove duplicated lamps from bandit town, replaced with the newer prefab instead
Update icon rendering to handle translucent bits better
Rerender the reinforced glass window icon
Fix passthrough not showing for windmills, solar panels, and fuel generators
Add world.rendermap to render a high res PNG of the map
Fix batteries displaying the wrong passthrough on the wire tool UI
Storage monitor icon
Allow deploying storage monitors onto the large wooden box
Merge from storagemonitor
Fix placement position on TC
Fix null Steam auth ticket showing up as an ArgumentNullException - it'll pass through and get handled appropriately instead
Get rid of audio (this change + delete the audio bundle)
Strip out particle systems (saves 400mb in system RAM)
Set the max texture size to 16x16 (saves 600mb in system RAM)
Fix the storage monitor providing information even when it's not powered
Merge from storagemonitor
Merge from wiretoolmeasure
client.connect will now fill in the connection screen properly and add the server to your history
Allow read+write on color picker textures (and skip them in the import analyzer)
Fix more possible NREs in ForceUnderwear
▉▄▅ █▋▊▆▇▅▍▅▆▇▊▊▆▆█▋▋ ▋▊▇▋▉▌▊▋ ██▆ ▉▅▉▆▌ ▇▅▍▆ ▊ ▋▅▆▍▆ ▅▄ ▅, ▋▍▊▊▌ ▄▍▋█▌▌▄█▌▊▊▊▅▌▇ ▋▍▅██▅▍█ ▄ ▋▆▋ ▉▊ ▋█▊▍▆ █▆▅▍ ▆▅▆▆▍▉
Fix benchmark NRE in ForceUnderwear
Add AuthResponse.InvalidAuthSession for better kick reasons