userBill Bcancel
reporust_rebootcancel

8,815 Commits over 1,735 Days - 0.21cph!

3 Years Ago
Merge Main -> CardGames
3 Years Ago
More WIP. Mostly all working correctly now.
3 Years Ago
WIP pause between turns. Splitting the EndTurn process into EndTurn and StartNextTurn. Making code not rely on EndTurn moving on immediately.
3 Years Ago
Double the animation time for card flips
3 Years Ago
Merge Main -> CardGames
3 Years Ago
- 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
3 Years Ago
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")
3 Years Ago
Poker: Fix double-showing a result if there are no primary winners
3 Years Ago
Rename the card table next round phrase since the text content/meaning has changed
3 Years Ago
Update comment to match current behaviour
3 Years Ago
Poker: - Correctly pay out abandoned scrap if there's only one invested player - Removed unused param from LeaveCurrentRound
3 Years Ago
Poker - end the game as expected when one player leaves a two-player game (regression bug on Staging)
3 Years Ago
Don't make the player hold space/esc to leave the poker UI if they aren't in a game yet
3 Years Ago
Code review: Use MovePosition instead of Teleport in HandleMountedOnLoad
3 Years Ago
Adjusted seat positions on card tables, fixing the ones where the player's held cards could clip into the table contents
3 Years Ago
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.
3 Years Ago
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.
3 Years Ago
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.
3 Years Ago
Cherry-pick my modular car terrain detection work
3 Years Ago
Server compile fix
3 Years Ago
Terrain handler now detects physic collider type on the "Default" layer. Refactored surface detection in the terrain handler. Add new handling to modular car physics for frictionless terrain.
3 Years Ago
Merge WorkCart->Main
3 Years Ago
Improve dismount-inside-parenting-volume fix. Keeps the previous view angle rather than resetting to zero, so it works more like a normal dismount.
3 Years Ago
Fix view angles being incorrect when dismounting inside a parenting volume. Fixes Work Cart dismount not always ending with the player facing forwards.
3 Years Ago
Add train to test map
3 Years Ago
Merge Main->WorkCart
3 Years Ago
Merge CardGames->Main
3 Years Ago
Started cleaning up some poker code but mostly left it as-is in the end. The current version is well tested and proven at this point, I decided not to mess with it.
3 Years Ago
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.
3 Years Ago
If players get some scrap back (due to varied all-in amounts), show them as neutral in the UI instead of red
3 Years Ago
Fix winner score not being sent anymore
3 Years Ago
Fix LeftRoundEarly bool check
3 Years Ago
Clear local player card data properly if they leave the table
3 Years Ago
Local player stop holding cards after folding (broke with the new changes to remember the cards they had)
3 Years Ago
Increase local player folded card opacity
3 Years Ago
UI card display fix
3 Years Ago
Merge Main -> CardGames
3 Years Ago
Don't show the icon if the local player had folded
3 Years Ago
Show an icon in the player widget so the local player can see whether they're showing their cards or not
3 Years Ago
Another adjustment
3 Years Ago
Card UI adjustment
3 Years Ago
Allow players to optionally reveal their hand
3 Years Ago
Fix potential NRE in the poker tester window
3 Years Ago
Disable raycasting on market terminal UI elements
3 Years Ago
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.
3 Years Ago
[Editor only] Allow overriding the F9 screenshot resolution with any specified resolution
3 Years Ago
Merge Main -> CardGames
3 Years Ago
Cherry pick card game fixes that can be merged to Release
3 Years Ago
Compile fix, don't need IComparable anymore
3 Years Ago
Rewrote the whole results calculator (side pots, draws, abandoned scrap) to fix any payout bugs once and for all.