113,196 Commits over 3,959 Days - 1.19cph!
Fix incorrect sizing of skin viewer on takeover screens
Finish hooking up modal details
tutorial end cinematic audio tweaks
Military flamethrower - updated with new model, added item prefab, fuel gauge needle anim tweaks
Fill in the replaced item and breaks down into sections
player update. exported/setup jerrycan animation set. made new holdtype controller for it and edited water jug entity
Player preview no longer affected by sun/moon directional light
Fix item background color disappearing when closing the modal by pressing esc
Remove old modal, fix NRE
Close modal when pressing esc
Close modal when clicking outside of it
Add RevealTransitionOnEnable component for lewis
oilrig L3 texturing progress
Plastic ignore favorites.cfg
▊▌▄▇▊▄▆▆▅▅█▄▉ ▊▍▆█▅ ▌█▅_▄▇▇_█▅▋█▊▌_▅
Item Store changes, back button prefab update
▍▅▋█▉ ▆▆▋▄ ▌▌▄_▇▄▊_▊▊▊▉▍▍_▌
Toggle the modal off by default
Re-design of the skin popover
Added placeholder minigun ammo pack
player update. jackhammer holster position edit and set updated idle pose its override controller
oilrig sat tube greybox full greybox flow
merge from full_server_demos
Fixed ice mask being invisible when not on a player, now showing it in the item store viewer
Don't do 3D skin views when item store is used while in-game
Increase max deploy distance convar
Convars to control min health range and attack distances for deployment.
Add deploy checks logic.
Better, more automatic up direction calc for SkinViewer
Realm-remove AI data from client
Handle scientists despawn
harbor2 backup, WTP overgrowth tweaks - mainly thinning overgrowth density in places
some wip creeping tree models until I get back to it
Add server.favoritesEndpoint to set the DNS hostname to save when favoriting this server (requires query port unless a SRV record also exists)
Server browser will save the endpoint and use it to find the server even if its IP (and port, if using SRV) changes
Updated Diver hazmat preview - now showcases the helmet and tank variants
Lower minimum health threshold for tutorial bear attacks (0.6 -> 0.25)
Merge from main -> full_server_demos
Don't upload demos when `upload_demos` is set false or when `upload_url` is unset
Rename variables inside `FullServerDemos.cs` to be as readable as possible
Add `upload_demos` convar to turn off uploading and keep it on disk
Missed one file for CS0197
Fix CS0197 warnings
- change static method `NetRead.Free( ref NetRead )` to `NetRead.RemoveReference()`
- move `Interlocked.Increment()` into `NetRead.AddReference()`
Fix the server recording inbound packets twice: once from decryption thread & once on the main thread