195,947 Commits over 4,110 Days - 1.99cph!
adding a bunch of candy theme sbsar for xmas
Turned Blackjack max initial bet into a convar, blackjackmachine.maxbet. Minimum 25. Maximum 1,000,000. Default 500.
Prevent players from using the wire tool to hook up to the caboose light switches etc
Added costs for split/double down/insurance moves to the input UI
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.
Rule changes per feedback on what's most standard:
- Allow doubling down after splitting
- Don't allow further hits after doubling down
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.
Disabled light attachment indicator on belt bar, had too many edge cases and we're getting too close to the update. Will try and get it sorted for next month.
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.
Reapply TimelineConvarController
Additional cine props (from /shared)
Reactive target mats
Fix attachment slots being out of order in UI
Fix moving attachments into weapons inside turrets swapping attachments "randomly" rather than adding them
Merge from main -> attachment_item_move
removed internal mod (burst) slot from AR/m249/lmg
Player spawn tiers and tier biome overrides are customizable in world config
merge from performance_sampling
New Header Styles and UIEffects
█▅▊ █▊▉▋▇█▉▊▉ ▉▉█ ▄▋█▅▋▋▉▉ ▆▉▉▋▅ ▄▅█▊▆█▉
Importing Grid system and views from UI repo
Added soft dust to the debris decals
Reapplying
75241 (the commit that enabledSteam networking by default)
merge from SteamNetworking_Tweaks
Don't write steamnagleflush to config so we can enable it for everybody by default later
Subtracting
75313 (the commit that enabled steamnagleflush by default)
Subtracting
75241 (the commit that enabledSteam networking by default, will be applied separately later)
Merge from SteamNetworking_ByDefault
"▌▄▌▇▌▉▄▇▉▊ ▍▋▄ ▄▊▄▊" ▉██▉ ▊█▌▆ ▅▅▆ █▌▉ ▇▉▌▅▍▅▅▅▆▆▊ ▍▍▌█ █▅ ▉▍▅█▋ (< ▆▇▆▉▍▅▊) █▋▍▋▅▊▅▅ (▌▋▍▉▇ ▆▅▍▊▉▄ ▌▊▄▋ ▉▊▅▊▇▉▍▇ ▅▄ █▋▉▋▆▌▆▆▆▆ ▌▍▊▄█▄█ ▉▄ ▍▇▄█▄ █▄▍▍▌)
merge from xor_passthrough_fix
Moved art sources into categorized folders reflecting the game folder hierarchy
merge from recently_seen_team_fix
Various Citizen & clothing source file updates
Don't use a time of day adjusted payout sprite on the caboose slot machines
Reverted flashlight icon change from Friday, fixed icon being left on when attachment is removed
Fixed card game inputs UI showing scrap values of over four digits well (can happen with All In option)
Fixing getting Blackjack not paying out!
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).