32,424 Commits over 4,048 Days - 0.33cph!
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
Merge from hitch_improvements
Merge from alt_look_model (third person model updates when alt looking)
Disable raycasting on market terminal UI elements
Electrical counter fixes:
- Visual: Font size now scales smaller when the number doesn't fit
- Visual: Better centered the numbers
- Performance: Set the camera on the UI canvas on init, so Unity doesn't call FindObjectWithTag on it constantly. Disabled Raycast Target on a couple of UI elements.
Fix for l96 worldmodel issues.
-improved uvs on LOD0 which was causing issues.
[Editor only] Allow overriding the F9 screenshot resolution with any specified resolution
Compile fix, don't need IComparable anymore
Rewrote the whole results calculator (side pots, draws, abandoned scrap) to fix any payout bugs once and for all.
Make sure we always clear previous bet data correctly after end-of-round
Better fix for abandoned scrap calculation
Subtract fix from
60523, pending an improved fix