113,250 Commits over 3,959 Days - 1.19cph!
Adjust spawn location during respawn mission step
Add help prompt for looting corpses
Added a tutorial help popup on the death screen to communicate how to respawn
Don't strip animator on the Hazmat preview suits
Strip colliders, animators, and MonoBehaviours from SkinViewer entities
Removed old timeline asset. Timing tweaks to cinematic
Set up prefabs with animations for all the hazmat suit skins on the store
Fixed skins getting cut off in non-square views
Expose fade to black time
Better handling for tutorial islands that time out
-Clear the players missions so they can restart the tutorial
-Clear the InTutorial flag so they don't get respawned on a non-existent island
-Notify the client (if they are connected) that the tutorial has ended to revert the time and weather settings
Only disable frustum culling if one of the mirrors cameras is enabled (to avoid an inactive/disabled camera turning off frustum culling)
Brutalist church progress
Recycle times & light instance fix.
Mark new building meshes as readable = true so they work with multidraw
Properly fix hemp issue in
93017
▇▄▍▇▆▆ ▋▇▇▅▋▆▌▉▇▍▄█▄ ▆▇▊▋▍▊▊ ▉▌▆█ ▌▊▇▍▋ ▄▌▉ ▌▅▌ ▋▄▄▅▆ ▌▅▆▊▊▄▆▉▍ ▋▆▄ ▊▉▊▌ ▅▌▆▄▌ ▍▌▆▅ █▊▌█ ▊▉▋▋█ ▋█▊▉▌▌█▌. ▄▍▋▋▌ - ▆█▄ ▊▅ ▋▅
Lower the tutorial base slightly so that the player can more easily get into the front door without jumping
Fixed inherited rotational bug
Add `print_instanced_draw_calls` to print draw calls (including how many are batched by multidraw)
Allows us to spot materials that have the wrong settings to help reduce draw calls needing to be submitted by the CPU
Merge from gnb_shadow_material_improvements -> gnb_support_new_building_skins
Disable worms and grubs from hemp in tutorial
Enable instancing on building skin materials
Re-run converter on building block prefabs to convert all new building skins to instanced rendering
merge from test_gnb_memory_leak -> main
(fix GNB memory leak)
Fix the shadow materials of a bunch of building block renderers
Add additional funcitonality to `List Shadow Materials` to fix the materials (convert all ShadowOnly materials to use "shadow" material)
Fix GNB memory leak (submitting draw calls to disabled cameras will leak memory)
Add `instantiate_test` command to test new InstantiateAsync() method
Update CurrentVersion.cs to 2022.3
12k .meta files after it reimported a bunch of textures
ProjectVersion 2021.3.35f1 -> 2022.3.20f1
Manually commenting out audio import deprecation so it compiles
Unity auto-upgrading C# from 2021->2022
Fixing subemitter rotational inherentece fuckery WIP
Cache ItemModCookable and ItemModBurnable inside ItemDefinition
Tighter water reflection probe range, synched with TOD (related to 93000)
Fixed water reflections broken during tutorial cinematics
Close item store takeover screen when esc is pressed
Rough impl of hovering limited store items for a 3D skin view
Regenerate protobuf and move some code to partial class
Reimplement PostSave() but rename to `PostSaveToDIsk()` to make it clearer
Implement bool `isAuthed` on client to fix pooling of SimplePrivilege
Serialize Protobuf.Entity on the outbound network thread on the server
Deserialize Protobuf.Entity in the inbound decryption thread on the client
Change _NetworkCache from MemoryStream -> ProtoBuf.Entity
RefCount ProtoBuf.Entity so we can keep it on the main thread as a cache as well as serialize it on network thread
Initialize ProtocolParser.staticBuffer on each network thread (can do it automatically later)
Remove `netcachesize` convar on the server since we aren't pooling memory streams
InvalidateNetworkCache() will now invalidate the Protobuf.Entity
ToStreamForNetwork() will Save() then put the ProtoBuf.Entity into the NetWrite
ToStream() (normal saving for disk) stays the same
Remove PostSave() (easier to remove than reimplement on network thread)
Fixed map markers flashing when player is downed
Fixed map not opening when downed if using the new toggle map option