branchrust_reboot/main/Caboose/Blackjackcancel

178 Commits over 30 Days - 0.25cph!

3 Years 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.
3 Years Ago
End the round properly if the player has blackjack + code formatting
3 Years Ago
Halve the time between Blackjack rounds
3 Years Ago
Merge Main -> Blackjack
3 Years Ago
Fixed payout rules, add a rule about aces when doubling down
3 Years 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
3 Years Ago
Fixed incorrect terminal order
3 Years Ago
No-game display for the small screens
3 Years Ago
Fixed a UI override causing trouble
3 Years Ago
Info text for various situations on the player's screen
3 Years Ago
Don't show the higher score count if it's over 21
3 Years Ago
Show player bet and scrap total
3 Years Ago
Merge Main -> Blackjack
3 Years Ago
Don't shrink the "10" card number, it just looks bad
3 Years Ago
Functional inputs UI for the small screens + other content on them. Better method for getting a list of current inputs.
3 Years Ago
Some UI setup of the small screen, and other fixes
3 Years Ago
Fix unassigned train parent triggers in this branch (due to creating the standard train trigger)
3 Years Ago
Fixed the console colours not working anymore in this branch
3 Years Ago
Changed halloween.enabled from ServerVar to ReplicatedVar so that client-side entities can check whether it's currently enabled.
3 Years Ago
Compile fix
3 Years 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.
3 Years Ago
A few general adjustments
3 Years Ago
Fixed card content not showing up anymore
3 Years 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)
3 Years Ago
Card table on test map
3 Years Ago
Reinstate a couple of things that I needed to stomp on merge
3 Years Ago
Merge Main -> Blackjack
3 Years Ago
Update loot panels before merge
3 Years Ago
Remove the countdown text
3 Years 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.
3 Years Ago
"Place Bets" display
3 Years Ago
Moved UI info to have it less central, so it's easier to keep seeing the Blackjack main screen
3 Years Ago
Update the dealer's cards between rounds
3 Years Ago
Keep showing dealer cards after round ends
3 Years Ago
Card backings for the monitor UI
3 Years Ago
Show the dealer's cards on the monitor. Fix server-side errors.
3 Years Ago
Card spacing code (dealer)
3 Years Ago
Small secret blackjack Halloween mode for players to discover next year
3 Years Ago
General blackjack face stuff + other UI stuff
3 Years Ago
Scanlines and dirt for the blackjack monitor UI
3 Years Ago
A green light for the CRT
3 Years Ago
Basic UI refresh methods
3 Years 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
3 Years Ago
Show some of the monitor background texture through the UI in the best way we can (canvas blending options suck)
3 Years Ago
Alpha edits etc
3 Years Ago
Added no-game and between-round layouts for the small monitors
3 Years Ago
Added a between-rounds screen layout for the main monitor. Removed unused Has21 method.
3 Years Ago
Dealer display fits up to seven cards (the max the dealer could ever have)
3 Years Ago
Setup for one row of dealer cards
3 Years Ago
Dealer face and headers