branchrust_reboot/maincancel

31,171 Commits over 3,928 Days - 0.33cph!

2 Years Ago
Fixed being able to bet over the max using the alternate betting input
2 Years Ago
Instead of dropping current bet as an item after save/load, pay it out to storage
2 Years Ago
Fix Add Parent GameObject editor tool not working on parented objects
2 Years Ago
Properly fixed RecordFrameTime errors in editor
2 Years Ago
merge into main
2 Years Ago
Remove culled minilights from caboose dressing to fix "Missing light component" error spam
2 Years Ago
Removed all RendererBatch scripts from caboose dressing objects (please don't use RendererBatch on moving objects)
2 Years Ago
Fixed scientists leaving behind a backpack even if they were fully looted
2 Years Ago
Insurance payouts are now shown in the UI. Encode both result codes and the insurance payout into the winnings int.
2 Years Ago
Remove graphics.HlodShadow and graphics.HlodDebug convars
2 Years Ago
Fixed debug.PrintDebugWorldInfo/debug.CopyDebugWorldInfo not working Remove the replicated variables used in debug.showworldinfoinperformancereadout as they're not needed
2 Years Ago
merge from performance_sampling (fixes)
2 Years Ago
manifest rebuild - build times
2 Years Ago
merge from /main/p17_muzzle_fix
2 Years Ago
██▆ - ▄▅▊▌▊▄▍▇▅ ▊▆▆▋▄█▋
2 Years Ago
▊▄▍ - ▆▋▊█▉▄ ▅▋▅▊ ▊▌▋▉▊ ▍▆▇▉ ▋▍▉▅█▇
2 Years Ago
▍█▊ - ▆▊▌█▄▍ ▌▅▅ ▉▍▉▅▌▄ ▊▋▅▇▆ ▋▊█ ▋▋▋▄▋
2 Years Ago
Turned Blackjack max initial bet into a convar, blackjackmachine.maxbet. Minimum 25. Maximum 1,000,000. Default 500.
2 Years Ago
Prevent players from using the wire tool to hook up to the caboose light switches etc
2 Years Ago
Added costs for split/double down/insurance moves to the input UI
2 Years Ago
Minor formatting fix
2 Years 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.
2 Years Ago
Rule changes per feedback on what's most standard: - Allow doubling down after splitting - Don't allow further hits after doubling down
2 Years 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.
2 Years Ago
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.
2 Years 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.
2 Years Ago
removed internal mod (burst) slot from AR/m249/lmg
2 Years Ago
merge from performance_sampling
2 Years Ago
█▅▊ █▊▉▋▇█▉▊▉ ▉▉█ ▄▋█▅▋▋▉▉ ▆▉▉▋▅ ▄▅█▊▆█▉
2 Years Ago
Skin bundle update
2 Years Ago
network++
2 Years Ago
merge from SteamNetworking_Tweaks
2 Years Ago
▇▇▉▉▆ ██▌▊ ▄▋_▉
2 Years Ago
merge from xor_passthrough_fix
2 Years Ago
merge from recently_seen_team_fix
2 Years Ago
Don't use a time of day adjusted payout sprite on the caboose slot machines
2 Years Ago
Reverted flashlight icon change from Friday, fixed icon being left on when attachment is removed
2 Years Ago
Fixed card game inputs UI showing scrap values of over four digits well (can happen with All In option)
2 Years Ago
Fixing getting Blackjack not paying out!
2 Years 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).
2 Years Ago
Proper per-player turn timers for Blackjack
2 Years Ago
Fix Caboose XOR switch pickup again
2 Years Ago
Fix XOR switch double-up
2 Years Ago
merge form attachment_item_move
2 Years Ago
Expose option to invert Y axis while mounted on the options menu (already existing vehicle_flipy convar)
2 Years Ago
Maybe fixed the new Tuna Can Lantern candle flame being 3 feet tall in the build(???)
2 Years Ago
▅▍▇▉▄ ▉▇▋▋'▇ █▌▆█ ▅▋▉█▄ ▅▆▅ ▅▊▌▋▌ ▆▆▉▆▌ █▉▍ ▉▉▊▋▍▄
2 Years Ago
▊▊▊▇▉ ▊▍▆ ▉▄▋▄▉
2 Years Ago
Merge FontWarningFix -> Main
2 Years Ago
Another caboose XOR switch pickup fix attempt