113,405 Commits over 3,959 Days - 1.19cph!
Fixed map renderers for dungeon cells (only used on xmas dungeons)
Fixed collapsed renderers never switching to their disabled state, causing slow performance degradation as players that leave monuments would never stop rendering those meshes
Added a distance meter to the RendererLOD inspector to show the current camera distnace (will use in-game camera if game is running otherwise will use scene view position)
Merge from hackwee_renderlod_collapse
Merge SidecarRewrite -> Bikes
Convert harbor approach node error into a warning
Fix player not being able to initialise if the boat paths are disabled
Fixed underwater labs not rendering (in theory, they don't seem to work at all in the editor?)
Wait a second after sending the nexus.redirect command before kicking the player off the server
Increase delay before disconnecting in nexus.redirect command to give the loading screen a better chance of rendering
Should fix the game stalling for a bit before you see the loading screen saying you're changing servers
Might fix passengers in vehicles needing to manually reconnect in transfers
Use GenericLerp to get smooth interpolated sidecar angle changes
Try to destroy ping instance ASAP in sequential mode
Add 0.5s wait between pings to prevent job system interference
Add larger wait when waiting for ping to be done
Fix wheel trouble more + adjust sidecar angles
More sidecar work, fix collision trouble, fix wheel trouble (mostly)
Fix some incorrect transformation in RepositionEntitiesFromTransfer
Add some logging to troubleshoot why positions might go bad after a transfer
Added the ability for a viewmodel to disable the arms skin mesh entirely, useful for clothing like hazmats where we never want to see the skin
Added a clip mask feature to the skin shader, allows us to mask out a particular area of the hands
Exposed a clip mask texture field on the ViewmodelClothing component so we can declare a mask per clothing item (eg. show the skin up to where a set of gloves begins, mask it out underneath the gloves though)
Only current issue is that the clip mask doesn't work with the viewmodel camera, will need some shader help for that
Fix gameplay bulk events & lag spike events not using data object format
Fix server_id missing from the CSV tables
Working on a sidecar with hinge joint and separate rigidbody
Auto-reopen the attack heli gunner UI after transferring between servers, if it was open before transferring
Fix the gunner UI postfx overlay staying active for the gunner if the heli turns off while the gunner UI is open
Add HV ammo & incendiary ammo to the mixing table
- pistol ammo = GP + Metal
- rifle ammo = +1 metal on right
- hv ammo = +1 GP on left
= incendiary ammo = +1 sulfur on right
https://files.facepunch.com/jakerich/PF33K4pcvWYvmH2U/iy3xnFV864Zc4kau.png
Also re-ordered the mixing table so all basic teas are shown grouped together
Fixed wires not being parented correctly to armored door hatches
Fix pooling warning message
Log lag spikes caused by RPCs & console commands
- default threshold 40ms
- add `command_lagspike_threshold` and `rpc_lagspike_threshold` commands to configure
Adjusted search light collider to make it easier to wire like before
Fixed manpad explosion vertex stream regression.
Freeze hot air balloons in the air while transfer protected so they don't fall into the ocean
Fixed MLRS air burst explosion streaks breaking with the new streak type.
proper setup on corrugated sheet kit
- ▇▅▇▊ ▋▄▄▊█▅ ▇█▊ ▉▆▌█▉▍ ▌▄ █▄▅▍▄▊▆▌▅▄ █▇▉█ ▇▍▋▌▅▄, ▍▅▍▋▇▌▋▉ ▉▋▄▇▋▇▌▅▅▊▋ ▇▌▋▆▅▍▅▅▅▌
- ▍▊▊▋▋▄ ▇▄ █▊▆▍ ▊▇▇▄ ▄▉▅▉▆▋ ▅▅▌▅▅▌▌ ▌▆▋▉▊▊ ▄▇▊▄ ▆▉▄▋▄█ █▆█▍ ▅▌▊▍▊▊▆▉ ▉▍▉ ▌▉▆▊█▉ ▇▄▋▇▊ █▉▍▍▆▍▄ ▊▇▍▋▍▋▍▊ ▌▍▄▇▉▌
Fixed argument exceptions in dictionary
Move packets per type from JSON to seperate CSV
Added range info to the seismic sensor item information panel UI
Fixed broken Rowboat prefab
Fixed broken rowboat prefab
Setup map marker update on invokerepeating rather than FixedUpdate
Reset the ObjectWorkQueue before it early exits when no work is present
Don't serialize queues that did zero work in a frame
▌▅▉ ▉▍▄▇▊█▇▊▊ ▅▅█ ▌▇▊▆ ▉▌▉▍▋▊▊▄
master house interior progress
Implement ObjectWorkQueue profiling dumping to CSV
Fix ObjectWorkQueue using full name instead of name of type
Enable ObjectWorkQueue profiling by default
Add `runtime_profiling_interval` to allow the flush interval to be changed (default 60s)
Fix #CLIENT compilation errors