userBill Bcancel
branchrust_reboot/main/Caboose/Blackjackcancel

178 Commits over 30 Days - 0.25cph!

1 Year Ago
New stack limit option for AddItem. Allows stacking more of an item to existing items - needed for blackjack payouts that put the player's stack beyond the usual max stack size.
1 Year Ago
End the round properly if the player has blackjack + code formatting
1 Year Ago
Halve the time between Blackjack rounds
1 Year Ago
Merge Main -> Blackjack
1 Year Ago
Fixed payout rules, add a rule about aces when doubling down
1 Year Ago
Don't hide the card when doubling down. It seems that most places do it face up, so let's do that too, it's simpler as well
1 Year Ago
Fixed incorrect terminal order
1 Year Ago
No-game display for the small screens
1 Year Ago
Fixed a UI override causing trouble
1 Year Ago
Info text for various situations on the player's screen
1 Year Ago
Don't show the higher score count if it's over 21
1 Year Ago
Show player bet and scrap total
1 Year Ago
Merge Main -> Blackjack
1 Year Ago
Don't shrink the "10" card number, it just looks bad
1 Year Ago
Functional inputs UI for the small screens + other content on them. Better method for getting a list of current inputs.
1 Year Ago
Some UI setup of the small screen, and other fixes
1 Year Ago
Fix unassigned train parent triggers in this branch (due to creating the standard train trigger)
1 Year Ago
Fixed the console colours not working anymore in this branch
1 Year Ago
Changed halloween.enabled from ServerVar to ReplicatedVar so that client-side entities can check whether it's currently enabled.
1 Year Ago
Compile fix
1 Year Ago
Fixed situations where we tried to get the value of a set of cards on the client when some were actually unknown (and therefore calculated as the default two of spades). Dealer now correctly knows if it got Blackjack and puts on its cool shades.
1 Year Ago
A few general adjustments
1 Year Ago
Fixed card content not showing up anymore
1 Year Ago
Calculate greatest common denominator for payout ratios and show them as a nicely formatted string on the main monitor (so that the ratio string is formed programmatically, and we don't have to worry about it not matching up if we change payouts in the future)
1 Year Ago
Card table on test map
1 Year Ago
Reinstate a couple of things that I needed to stomp on merge
1 Year Ago
Merge Main -> Blackjack
1 Year Ago
Update loot panels before merge
1 Year Ago
Remove the countdown text
1 Year Ago
Use Canvas enable/disable instead of gameobject SetActive (performance). Show dealer's card value as "Bust!" if over 21. Fit a card value of 10 on one line.
1 Year Ago
"Place Bets" display
1 Year Ago
Moved UI info to have it less central, so it's easier to keep seeing the Blackjack main screen
1 Year Ago
Update the dealer's cards between rounds
1 Year Ago
Keep showing dealer cards after round ends
1 Year Ago
Card backings for the monitor UI
1 Year Ago
Show the dealer's cards on the monitor. Fix server-side errors.
1 Year Ago
Card spacing code (dealer)
1 Year Ago
Small secret blackjack Halloween mode for players to discover next year
1 Year Ago
General blackjack face stuff + other UI stuff
1 Year Ago
Scanlines and dirt for the blackjack monitor UI
1 Year Ago
A green light for the CRT
1 Year Ago
Basic UI refresh methods
1 Year Ago
Visual tick rate thing that I'm probably not actually going to use. Committing this so I can go back if I regret deleting it
1 Year Ago
Show some of the monitor background texture through the UI in the best way we can (canvas blending options suck)
1 Year Ago
Alpha edits etc
1 Year Ago
Added no-game and between-round layouts for the small monitors
1 Year Ago
Added a between-rounds screen layout for the main monitor. Removed unused Has21 method.
1 Year Ago
Dealer display fits up to seven cards (the max the dealer could ever have)
1 Year Ago
Setup for one row of dealer cards
1 Year Ago
Dealer face and headers