121,141 Commits over 4,018 Days - 1.26cph!
LightExProcessor - fixed GC allocs rebuilding job data, don't realloc results array unless growing
Fixed mud_a_sewers material looking black under low shader level (powerplant)
Fixed checksum mismatch when using server level transfer
Added server.leveltransfer convar
Added maxpacketspersecond_world convar
Renamed maxrpcspersecond to maxpacketspersecond_rpc
Renamed maxcommandspersecond to maxpacketspersecond_command
Remaned maxtickspersecond to maxpacketspersecond_tick
Renamed maxcommandpacketsize to maxpacketsize_command
s2p powerplant monument: fix for broken coal material on train carts
[D11] [UI] Updated translation for Server Search OSK on Find/Join Server page.
[D11] [UI] Fixed translations of various OSK's on reporting flow and server admin pages.
[D11][UI] Removed unnecessary canvas renderers and adjusted canvases
[D11][OPTIMIZAE] Job stuff done for async mouth/spine/eyes. Need to do some checks to make sure its not slower than the original. I've turned off async skinning again because theres an error in the editor + i've seen some screenshots from QA and there are clearly still problems.
Fixed issues with (un)powered lighting in excavator; updated monument scene and prefabs
[D11] [UI] Fixed being able to give non-wearable or holdable items to lockers by default. Moved generic functions for loot panels out of water catcher and into base loot panel class as virtual functions. Added missing "Give" translation.
Made playerseed and shuffleplayerseed take optional argument that specifies the target player (only visible locally, only in demos or admin / dev)
[D11][OPTIMIZE] SpinkIK/Eyes/Mouth multi-threading ( but still disabled, having local build problems need to clean up )
Extended Excavator prevent building volumes around collection areas
Excavator harvest menu typo fixes
▌▆█▉▌▉▍ ▅▍▌▉█▍▊ ▇▋▇▄▋▅▄▇▉▇ ▌▅▆▍▊▌▆▄ ▉▍ ▅▋▉▄▉▉▅
Decoupling view stuff from LocalPlayer
Fixed duplicated networkables in demo mode
[D11][OPTIMIZE] Preliminaries on player late cycle threading. D11_OPTIMIZE_PLAYERLATECYCLE to enable ( though I've disabled it for now because I've just done a naive thread to rid the unity errors/resolve the results )
[D11] [UI] Fixed item pickup notice disappearing when harvesting while it fades out.
[D11] [Audio] Recompiles pc crossvoice plugin as release.
[D11] [Audio] compiles pc crossvoice plugin as release
▅▍▋▆▍ ▍▄▊▊▋█▌ ▇▍▊▌▊▆█ ▌▊▊▊ ▉▋▄▋ ▅▊▄▅ ▅▄▊▆▆█ ▉▊▇▊▍▊█ █▊▉▅▍ (▋▍▄▍▅▉█▆▆)
Additional profile markers for CommandBufferManager fill delegates
Don't continue to process foliage grid if work is complete for current cell
[D11] Fix for loading incorrect user data into quick stats panel
[D11] Hook up leaderboard navigation
Added two more backup light boxes to raise disabled visibility from the outside.
Trying automatic culling mode on exhaust vfx to maybe fix the spritesheet animation occasionally glitching out.
S2P excavator
Fixed excavator diesel engine pfx visible on spawn
Removed ParticleSystemCull from diesel engine pfx; ParticleSystemLOD already doing the job
[D11] Use Rustworks stats for QuickStatsPanel
[D11] Add Rustworks leaderboards
Tweaked splat tiling to make the details bigger and splats less repetitive
Tweaked puddle splat layer material values
Merge from /hdrp/world_art_revamp
Fixed ESP names wrapping
Tab toggles MovieMaker UI
Fixed MovieMaker UI drawing above Main Menu
[D11] Potential fix for win64 client bug
Fixed moviemaker not being able to find prefab
Use moviemaker camera for debugcamera
[D11][OPTIMIZE] Client climate update threaded. Checked on ps4/editor and seems to work without error. D11_OPTIMIZE_CLIMATE to enable/disabe