branchrust_reboot/main/CardGamescancel

464 Commits over 120 Days - 0.16cph!

3 Years Ago
Handle the case where a player leaves (or dies) mid-game, when they're all-in for more than the other player(s), and hence should have got some of the pot back even if they lost. Pay out the pot ignoring all-in limits if there are no more players to pay out to.
3 Years Ago
Rename card images for extra clarity when used in the inspector
3 Years Ago
Fix third person cards showing if player is in first person
3 Years Ago
Show 3rd person card models
3 Years Ago
Merge from main
3 Years Ago
Unsaved
3 Years Ago
Fix chat window in poker UI not respecting show chat option
3 Years Ago
Fixed non bypassed keybinds still working while in poker UI
3 Years Ago
Merge from main
3 Years Ago
Client compile fix
3 Years Ago
Fixed voice chat icon not appearing after joining a card game
3 Years Ago
Fixed some keybinds being allowed when text input fields have focus
3 Years Ago
Show translated hand results on player UI widgets at end of game
3 Years Ago
Fix poker results calculation order bug
3 Years Ago
Merge Main -> CardGames
3 Years Ago
Fixed extra player widgets appearing on tables with less than 6 seats
3 Years Ago
Add a sanity check warning if there is any scrap left in the pot after winner payouts
3 Years Ago
Dispose old winner info proto data properly on the server side
3 Years Ago
Check and Call can't ever be options in the same turn, so let them both be on the C key for simplicity
3 Years Ago
Increase time between rounds to six seconds
3 Years Ago
Fixed the player's cards not always updating at the next round. Updated how PopulateCards is set.
3 Years Ago
Fixed protobuf winner data not being copied across
3 Years Ago
Compile fix for inspector vars
3 Years Ago
Have the UI say to hold Space
3 Years Ago
If player's score is the same, sort by bet amount in ascending order. Should ensure that final payout is correct
3 Years Ago
Set the world cam on the playing cards canvas
3 Years Ago
Move the card UI slightly closer to the card
3 Years Ago
Raise the round winner info so it doesn't overlap world-space cards
3 Years Ago
Set up the transparent card images, use them in the UI
3 Years Ago
Fix naming confusion
3 Years Ago
Fix server compile on PlayingCardsViewmodel
3 Years Ago
Update WinnerBreakdown RPC handling
3 Years Ago
Network++
3 Years Ago
Merge Main -> CardGames
3 Years Ago
Properly assign playing cards on vm Disable UI cards
3 Years Ago
▍█▍▇▊▍▄▊ ▆▉▇▇▉▇ ▇▊▌▋▆ ▋▌▌▆▆█ ▉▋▊▋
3 Years Ago
█▅▆▅▆▄ ▊▅▅▅▉▉▌▌▊ ▄█▅▆▇▋▊▄ ▍▇ ▍▌▄ █▆▇▇▍▍▍▌ ▊▊▄▊ ▌▇ ▍▉█▋ ▊▅ ▅█▊▄ ▉█▍▌▄▇▋. ▇▆▊▊▌ ▌▅▊ ▍▌ ▋█▌ ▅▉█▇▊ ▉█▉▆▊▌ ▄▊▇▌ ▉▍▄ ▌▇▌▋█▆ ▊▅▋▆ ▅▊▆ ▇▄▋▍▄ ▍▉▆▉▌▆▄▉▋ ▊▆█▇▄▄▌ ▍▄▍▇▅▆ ▊█▋▆█ ▊█▉ ▄▌▇▌▉▇ + ▌▇▉▊▋▍█▄▍▆▌ ▄▉██▍▋▉ ▍▋▌▋▋▉▋▇ ▅▅▉▇▄▉ ▉▊▍ ▉▉▇▊▅▋ ▉▉█▇▇ ▅▍ ▅▅▄▌▍▋ █▄▉▍▌▇▋. ▆▉▉▅▇█▍ █▌▇█▌ ▋▄▇▅ ▆▆█▆▆ ▄█▆▆▊ ▌▅▍▍▊█ ▆█ █ ▄▍ ▇▄▌▆█▆▌ ▊▍▅▋▅▌▇▋█▅▉ ▆▄▇▍ ▋▊▋▉ ▌▊▍
3 Years Ago
Cancel TimeoutTurn invoke if game ends
3 Years Ago
vm playing cards updates
3 Years Ago
Remove any lingering scrap in the pot when loading a save
3 Years Ago
You now need to hold space down for a second to dismount the card table while in game
3 Years Ago
Fix up the card send/rec RPC
3 Years Ago
Final(?) card material update. Looking good in all lighting situations now.
3 Years Ago
Another material edit
3 Years Ago
Change card material again
3 Years Ago
Added a notification when a player leaves the game
3 Years Ago
Fixed another leaving game edge case
3 Years Ago
Material edit
3 Years Ago
Improved the look of the world space cards UI. The UI component is now affected by light sources, reds don't look so bright
3 Years Ago
Fixed some more edge cases where players leaving mid-game weren't being handled