userBill Bcancel
branchrust_reboot/maincancel

1,542 Commits over 1,705 Days - 0.04cph!

1 Year Ago
Fixed conflict between the card game "play" action text token and the main menu "play game" text token which is also just "play". Renamed mine to cards_play.
1 Year Ago
Minor fix for the way the dealer handles aces, now implementing the Soft 17 rule correctly
1 Year Ago
Merge MoreCabooseFixes -> Main
1 Year Ago
Slot machines now drop their scrap when destroyed
1 Year Ago
Increased caboose decay time to 4x whatever TrainCar.decayminutes is set to. The default is 30 minutes, which puts caboose at two hours. Note that decay only starts when no one is nearby, and resets if someone boards the train.
1 Year Ago
Fixed dynamic bet bug + dynamic bet now remembers the player's last bet amount
1 Year Ago
Fix "don't have enough scrap" message popping up and immediately disappearing.
1 Year Ago
Disable the editor free scrap
1 Year Ago
Re-add the minor blackjack halloween thing
1 Year Ago
If the player has split and gets to 21 on the first hand, switch automatically to the other hand. Previously was bugged, and automatically ended both hands.
1 Year Ago
Refresh to the new dealer expression right away as the round ends, to align it with the audio
1 Year Ago
Minor spelling fix
1 Year Ago
Handle cases where one ace valued at 11 but other ace(s) valued at 1 is the optimal play
1 Year Ago
Fixed being able to bet over the max using the alternate betting input
1 Year Ago
Instead of dropping current bet as an item after save/load, pay it out to storage
1 Year Ago
Remove culled minilights from caboose dressing to fix "Missing light component" error spam
1 Year Ago
Removed all RendererBatch scripts from caboose dressing objects (please don't use RendererBatch on moving objects)
1 Year Ago
Insurance payouts are now shown in the UI. Encode both result codes and the insurance payout into the winnings int.
1 Year Ago
Turned Blackjack max initial bet into a convar, blackjackmachine.maxbet. Minimum 25. Maximum 1,000,000. Default 500.
1 Year Ago
Prevent players from using the wire tool to hook up to the caboose light switches etc
1 Year Ago
Added costs for split/double down/insurance moves to the input UI
1 Year Ago
Minor formatting fix
1 Year Ago
Limit the maximum initial bet in Blackjack to 500 scrap. Without a max, players could amass an exponential fortune very quickly from a few all-in games, which seemed a little dangerous (although of course the potential to LOSE a fortune is also there). You can still split and double down for a potential maximum bet of up to 2000.
1 Year Ago
Rule changes per feedback on what's most standard: - Allow doubling down after splitting - Don't allow further hits after doubling down
1 Year Ago
Fixes for Blackjack with multiple players: - Fixed more game leaving bugs. - Fixed turn timer not resetting correctly for everyone after the betting phase if there are multiple players. - Fixed turn timer sometimes showing the wrong player's timer. - Since it's everyone's turn at once in Blackjack, it was making all the player widgets show green, which was just confusing. Changed Blackjack to only show the local player in green.
1 Year Ago
Much better handling (and bug fixes) of multiple-player Blackjack games where one player's turn times out or they leave. A few further improvements still coming.
1 Year Ago
Fixed card game inputs UI showing scrap values of over four digits well (can happen with All In option)
1 Year Ago
Fixing getting Blackjack not paying out!
1 Year Ago
Let the static (modder) version of the blackjack machine be seen from further away (the Caboose one has a very short LOD distance since it can't really be seen from outside of the train car).
1 Year Ago
Proper per-player turn timers for Blackjack
1 Year Ago
Fix Caboose XOR switch pickup again
1 Year Ago
Fix XOR switch double-up
1 Year Ago
Merge FontWarningFix -> Main
1 Year Ago
Another caboose XOR switch pickup fix attempt
1 Year Ago
Fixed caboose window glass model double-up
1 Year Ago
Reduce caboose window quad tint back to where it used to be before I increased it, since we have real glass as well now
1 Year Ago
Fixed split and insurance bets not clearing correctly at the end of a round
1 Year Ago
Server compile fixes
1 Year Ago
If the player splits aces, they can't hit again, they just get their two extra cards
1 Year Ago
Disable temp testing cards
1 Year Ago
Minor edit
1 Year Ago
Fixed players being able to stack more than the usual scrap max by adding scrap to a card game's storage and then dismounting
1 Year Ago
Merge Caboose -> Main. Added Split support to Blackjack. Adds updated Caboose environment work.
1 Year Ago
Double fixed being able to pick up caboose XOR switch
1 Year Ago
Added BlackjackMachine.static for modders to place one on its own.
1 Year Ago
Fixed being able to pick up the XOR switch on the caboose
1 Year Ago
Fixed errors when hitting the blackjack table with a hammer when the caboose is damaged. Adjusted blackjack table and card table bounds.
1 Year Ago
Fixed wrong-layered Vehicle World colliders for the top of the caboose
1 Year Ago
Added missing window quad
1 Year Ago
Increased the tint on the Caboose window glass. Players were confused whether you should be able to shoot through the windows (you cannot) as the glass was fairly difficult to see.