branchrust_reboot/main/Caboose/Blackjackcancel

178 Commits over 30 Days - 0.25cph!

3 Years Ago
Merge Main -> Blackjack
3 Years Ago
Monitor UI WIP
3 Years Ago
OPERATOR: MAIN SCREEN TURN ON.
3 Years Ago
Import the faces
3 Years Ago
Rename Stake to Bet to match the 2D UI
3 Years Ago
Added the small monitor info screen layout
3 Years Ago
Better text centering - the automatic layout never quite gets this right, it always puts the text a little above center.
3 Years Ago
Auto-layout improvement to handle overlapping cards
3 Years Ago
Card row layout
3 Years Ago
Changing Surrender to Abandon, no half bet back
3 Years Ago
Basic monitor UI layout for the small Blackjack monitors
3 Years Ago
Changed handling of the player having 21
3 Years Ago
Merge Main -> Blackjack
3 Years Ago
Differentiate between a loss and not being in a round at all, so we can do different UI (this didn't matter with poker since we just show "x won the round" rather than "you lose"). Also show Bust as a different result status.
3 Years Ago
Win/Lose phrase changes
3 Years Ago
Bug fixes, and do random move correctly during betting phase
3 Years Ago
Fix poker UI errors when a player folds
3 Years Ago
Merge Main -> Blackjack
3 Years Ago
New winner data, showing the round results in a more Blackjack-ish way. We don't really care about which players won or lost like we do in Poker, so much as just our personal result vs. the dealer.
3 Years Ago
Fixed winner and standoff result calculations
3 Years Ago
Added surrender support (mainly for players leaving the table or getting killed suddenly during a round, but can be an optional move too - pays half the bet back).
3 Years Ago
Merge Main -> Blackjack
3 Years Ago
Small cleanup
3 Years Ago
Fixed betting issues. Support three separate bets at once per player since they could have split and taken insurance. Ignore the pot, we'll destroy and create scrap as it's needed.
3 Years Ago
Handle splits in the winner calculation
3 Years Ago
Properly show when the dealer wins
3 Years Ago
Filled in missing phrases
3 Years Ago
Manifest
3 Years Ago
Merge Main -> Blackjack
3 Years Ago
Win/loss phrases and UI
3 Years Ago
Handling all types of payouts
3 Years Ago
Pay out the insurance (at 2:1). Some additional cleanup.
3 Years Ago
Display insurance bet amount in the widget
3 Years Ago
Don't allow taking insurance after taking insurance
3 Years Ago
Added support for a side bet when buying Insurance. Added support for any custom icon in the player UI widget. Show Insurance icon there.
3 Years Ago
Don't let the dealer count an ace as one when deciding whether to hit or stand
3 Years Ago
Fixed dealer info not showing BUST
3 Years Ago
Handle the hidden card properly when doubling down
3 Years Ago
Sync local player pocket (secondary) cards. Handle doubling down.
3 Years Ago
Refactor/handle playing taking multiple actions during their turn properly
3 Years Ago
Revert debug card choices
3 Years Ago
More general WIP
3 Years Ago
Card game player widget card count is now dynamic (previously hard coded to two cards). Implemented "split" action.
3 Years Ago
Card players can now have a second, separate set of cards (will be used for blackjack splits)
3 Years Ago
Merge Main -> Blackjack
3 Years Ago
General WIP and fixes
3 Years Ago
Fixed cards now animating in the Blackjack UI
3 Years Ago
Implement EditorMakeRandomMove for Blackjack
3 Years Ago
Improved system for managing hidden cards. Allows the Blackjack dealer's first card to be hidden, and second card shown. ProtoBuf no longer needs trueCardCount.
3 Years Ago
Functions for splits, doubling down, and insurance. Sounds.