31,189 Commits over 3,928 Days - 0.33cph!
Fixed crossbow viewmodel still showing an arrow after the arrow was unloaded via the inventory
merge from HDRP_Art_Backport - 699 days
Update computer station UI textures because they were NPOT so couldn't be compressed
▌▅█▅▋▆ ▆▄▇▇ ▄▌▅▅▆▅▆ ▋▉▊▇▆ ▆▋ █▊▍▊▆ ▅▉▆▅▉▇▆▇ ▍█ ▅▋▌▊▅▅▊▄▋ ▉█▆▋▋▋▄ ▊▍▋▊▅▆ ▉▌▅▌ ▌▋▊▌▍▌▆▆ ▇▌█▉▄▉▋ ▊▅▅ ▌▍▋▉▇█▊ ▇▉ ▆▇▍▅▄█ ▇▆▍█
Experiment with unloading more of the higher resolution mipmaps (if there's pop in let's try increasing budget before reverting)
Enable streaming mipmaps on a bunch of newer deployables
Add texture.streamingBudgetOverride to specify your own budget for streaming textures (instead of the defaults from graphics quality)
Add a bit more stuff to texture.stats
Texture import analyzer highlights deployables to enable streaming mips
rocket_factory_ceiling_support_b needs to be readable (no separate collision mesh)
Merge from gib_pool (disabling read/write on a bunch of gib meshes)
- Fixed the player being left holding cards if they go all-in in a two-player game and get kicked after the result for losing all their scrap.
- Line endings fixed in CardTableSeat
yolo disable read/write on a ton of meshes that have collision meshes so shouldn't need read/write
enable compression on some textures
adjust some audio import settings (mostly ambience - no decompress on load)
Ignore TerrainFormer folder in texture import analyzer
Disable autofix button in analyzer UIs
Update model import analyzer to point out when a render mesh has R/W enabled but there seems to be a matching collision mesh
Poker: If there's NOBODY else in the game at the end of a round, that always means you won (wasn't a real bug but the UI would in some cases only show the scrap as "returned" instead of "won")
Poker: Fix double-showing a result if there are no primary winners
Rename the card table next round phrase since the text content/meaning has changed
Update comment to match current behaviour
Poker:
- Correctly pay out abandoned scrap if there's only one invested player
- Removed unused param from LeaveCurrentRound
Poker - end the game as expected when one player leaves a two-player game (regression bug on Staging)
Don't make the player hold space/esc to leave the poker UI if they aren't in a game yet
Code review: Use MovePosition instead of Teleport in HandleMountedOnLoad
Adjusted seat positions on card tables, fixing the ones where the player's held cards could clip into the table contents
Fixed players dying while playing poker causing the cards they were holding to stay floating there. You know you can't play with ghost cards, bro.
Fixed SetFloatFixed using the deltaTime parameter instead of the dampTime parameter in the dampTime field.
Reduced 'speed' and 'vehicleSteering' dampTimes since they became pretty slow - since all the parameters have been using deltaTime instead of the actual dampTime since
35700 this wasn't visible before.
This bugfix fixes the glitchy animations on players holding guns in demos, although that seems to be partly related to another bug where demos are running around 4% slow.
Removed shader debugging, saves a bit of memory :)
Merge from chainsaw_vis_fix
Merge from dof_target (debugcamera_dollyspeed convar)
When PositionLerp wipes, reset the timeOffset values. Fixes players sliding at the start of demos after jumping to a new position: The TimeOffset was using old values from the previous run until the full TimeOffsetInterval passed and all the old values got shuffled out.
Cherry-pick my modular car terrain detection work
Fixed incorrect spine processing when injured
fixed team dock reject UI highlighting
Removed accidental voice chat log
█▄▌▌▊ ▊▉▇▊ ▌▋▇▋▇▍▇▆▅ ▇▄ ▅▆▇▄▄ (▊█▇█▅▋█ ▄▋▋)
Fixed tree billboards always (often? sometimes?) being always visible on trees that spawn within network range until going back out / in network range
▍▆▋▅▇ ▄▅▌▆▋ ▉▄▊▋▌▉▍ ▆▆▍ ▋▉ ▌▍▋▋▌█ ▉▋▊▊ ▌▊▊▇▉▋▉ ▍▅▄▆▉
█▊ ▍ ▊▄▄▆▆▉▊█▄▌█▍ ▅█▇▌▆ ▆▅▅▉▅▋▄ ▉▉▋▉▋▌█ ▇▉██▊▉▇▍ ▉▋▌▄▆▆ █▌ █▊▄▍▅▆▉ ██▇▍▊▊▋▅▊ ▆▇▅▇▋ ▍▋▇▌ ▆▊ █▋▅▉▋▅ ▋▆▌▋▌▇▄ ▄▄▄▇▉▋ ▆▋ ▉▆▌▌▅ ▅▅█▍▊▅▌▊ ▄▊▇▋▆▉▍▉▆
▌▆█▉▌▊▍ ▋▌▌▋▅█▌█▄▇▆ ▋▇ ▉▍▇▌▊▉ ▋█▅▊▊█▌▇ ▉▇▇▄ ▋▊▉▉ ▊ ▅▆▊▉▅▍▅▌██▍▅ ▍▌▊ ▌▆▍'█ ▉▆▅▆▇ ▄▇▄▋▆█ ▄▋▄▆▅ ▊ ▄▄▉▉▄▌▆ ▄▌▆▊█▊ ▅▉▋▄▄ █▍ ▍▇█▌▍ █▉▍ ▇▅▄▊▋▄▌ (▆▇▍▉▇▌▆▉▌ ▊▉▄▄▍▆▋ ▄▌▅▊▋▊ ▊▉▉▆ ▇ ▋▊▅▄▋▊ ▇▆█▄█ ▄▅ ▋▋▉▆▇▇▉ ▍▄█▄▋▉▇ ▅▉▋▇ ▍▅ ▉▉ ▌▊▊▋█▋▋▌, ▊▉▋▄▍ ▍▄█▆▆)
Better TreeManager (msg me when it comes to unfucking this upcoming merge conflict with HDRP backport, or just subtract this changeset)
Merge CardGames->Main. Protocol++. Adds:
- Only the winner(s) in a showdown is now forced to show their hand. Others players can choose to show.
- Local player can still see what cards they had in the left-side UI after folding.
- Winner's hand is now shown in the central UI alert.
Improved alt looking head clamps, should look better when alt looking at extreme angles while the body is twisted