branchrust_reboot/main/Caboose/Blackjackcancel

178 Commits over 30 Days - 0.25cph!

3 Years Ago
Gameplay WIP. Dealer makes his play. Some work on end-of-round scoring.
3 Years Ago
Custom PlayersInRound() IEnumerator prevents having to check HasUserInCurrentRound all the time in card game foreach loops. Other WIP.
3 Years Ago
Merge Caboose -> Blackjack
3 Years Ago
Gameplay WIP
3 Years Ago
A more aesthetically pleasing dealer value display
3 Years Ago
Ignoring a workspaces.db file that a VS extension uses
3 Years Ago
Merge Main -> Blackjack
3 Years Ago
Gameplay WIP
3 Years Ago
- Don't send the dealer's hidden card to the client at all until the end of the round - Widget shows dealer's score
3 Years Ago
A few fixes
3 Years Ago
Players can bust (value over 21). Round can end with only one player left.
3 Years Ago
Stand/Hit actions
3 Years Ago
Fixed All In not working
3 Years Ago
Add support for going all-in. WIP basic actions and turns.
3 Years Ago
Calculate score for player's cards and show it in the UI
3 Years Ago
CardGamePlayerWidget now has a dynamic layout. Added optional extra area, will be used to show the player's card value in Blackjack
3 Years Ago
Fixed bet not submitting
3 Years Ago
If in editor, auto-give the player some scrap when they play a card game (similar to how vehicles get free fuel).
3 Years Ago
Allow changing dynamic bet amount with mouse wheel
3 Years Ago
Merge Main -> Blackjack
3 Years Ago
Force-quit anyone who didn't place a bet during the initial phase timer
3 Years Ago
Move table-destroy payout code to the base CardGameController
3 Years Ago
Stopped Rust complaining about not understanding the command line args that Unity is automatically adding ("licensingIpc", "hubSessionId" etc)
3 Years Ago
Reduced "Rust+ companion server connectivity", "Failed to find DungeonGridRoot", and "Failed to find DungeonBaseRoot" errors to warning level when in editor (prevent spam in game window).
3 Years Ago
Display bets correctly for Blackjack in the widget.
3 Years Ago
Text edits
3 Years Ago
UI text work
3 Years Ago
Lower Blackjack mount eye pos so the player doesn't feel like they're inhabiting a wacky waving inflatable tube man when they look straight down
3 Years Ago
Moved the poker-specific stuff in CardGamePlayerWidget into TexasHoldEmUI
3 Years Ago
UI action phrases for Blackjack game actions
3 Years Ago
Center Blackjack cards in the UI
3 Years Ago
Deal the rest of the initial cards, hide only the second on the dealer's cards
3 Years Ago
Show players' cards in Blackjack
3 Years Ago
Blackjack initial card deal, saving last actions
3 Years Ago
Merge Caboose -> Blackjack. I promise this is the last merge today.
3 Years Ago
Merge Caboose -> Blackjack again
3 Years Ago
Merge in the latest work
3 Years Ago
Merge Caboose -> Blackjack
3 Years Ago
Merge Main -> Blackjack
3 Years Ago
Blackjack bets are submitted properly. Don't show the pot UI.
3 Years Ago
Merge Main -> Blackjack
3 Years Ago
Bet/Raise UI improvements. Fixed up/down input showing in poker when Reveal Hand was active. Formatting - changing some card game files to Rust standard code formatting.
3 Years Ago
Improved the clarity of the increase/decrease bet interface
3 Years Ago
Merge Main -> Blackjack
3 Years Ago
Action flags fix
3 Years Ago
Merge Main -> Blackjack
3 Years Ago
Rename the card table storage, since the Blackjack game isn't really at a table
3 Years Ago
"Place your bets" UI + more
3 Years Ago
Card game UI
3 Years Ago
Blackjack UI