userBill Bcancel
reporust_rebootcancel

8,735 Commits over 1,705 Days - 0.21cph!

1 Year Ago
Fixed override for MotorRowboat MountMenuVisible
1 Year Ago
Oops, another fix to the mount check
1 Year Ago
Fixed virtual -> override
1 Year Ago
Don't allow initially mounting a boat if it's flipped
1 Year Ago
Rowboat now dismounts the player if it's inverted, even if not clipping into anything.
1 Year Ago
Also fixed betting wheels being able to get the same terminal twice
1 Year Ago
Betting wheel terminals now make sure they're only assigned to a maximum of one wheel - whichever wheel is closest to them
1 Year Ago
Fixed player name label not showing when obscured by snowman headwear, pumpkin headwear, nomad suit backpack, arctic suit backpack etc
1 Year Ago
Merge MoreCabooseFixes -> Main
1 Year Ago
Slightly simplified code
1 Year Ago
Fixed server compile
1 Year Ago
Failure to input a move before turn timeout in Blackjack no longer boots the player from the game by default. Instead, it tries to input a SubmitBet or Stand if possible, letting them still complete the round. If the player continues to give no inputs for four minutes, they'll then still be booted from the game. Four minutes is now the no-inputs timeout in poker as well.
1 Year Ago
Merge Main -> MoreCabooseFixes
1 Year Ago
Merge Main -> StaticCaboose
1 Year Ago
Fixed badly positioned payout UI on the caboose slot machine
1 Year Ago
Fixed slot machine NRE if player dismounts during a spin
1 Year Ago
Replaced slots, poker table, and blackjack in the static caboose with new static variants
1 Year Ago
Removed fire barrel on rail platform at Compound
1 Year Ago
Made the static caboose an entity. Fixes RealmedRemove not working correctly on it. Updated Compound with the change.
1 Year Ago
Added static caboose to Compound, ran S2P
1 Year Ago
Þe olde manifest update
1 Year Ago
Fixed static caboose lighting not working
1 Year Ago
Static caboose dressing prefab minor edits
1 Year Ago
New static variant of Caboose Dressing ("Caboose Dressing Static"). IsDynamic set to off on all the culling/LOD/etc scripts
1 Year Ago
- Removed StaticTrainCaboose.entity, replaced with TrainCaboose.static that has the latest Caboose work (still not actually a Prefab Variant since it's so different, being a static object). - Various changes to scripts, colliders, etc, to make it a static mesh instead of an entity.
1 Year Ago
Merge Main -> Static Caboose
1 Year Ago
Fixed Caboose not shutting off the lights anymore when there's no-one nearby
1 Year Ago
Merge Main -> StaticCaboose
1 Year Ago
Remove unneeded card UI animation component
1 Year Ago
Merge MoreCabooseFixes -> Main
1 Year Ago
Delay showing cards in the screen UIs, so they don't get ahead of the main UI animation
1 Year Ago
Show face-down cards before flipping them face up (Helk request). Also modified the animations a bit to make them snappy. New PlayingCardSprite script handles the animatinons.
1 Year Ago
Merge Main -> StaticCaboose
1 Year Ago
Fix errors when using StaticTrainCaboose.entity
1 Year Ago
Added LODGroups to primitive cubes (for modders) that didn't have them. The only one I've left without an LODGroup is terrain_blend_cube, as that seems likely to be used in a way that's large-scale and needed at a distance.
1 Year Ago
Increase time between dealer moves to 1s
1 Year Ago
Show neutral dealer face in a standoff
1 Year Ago
Add a wait between each of the Blackjack dealer's moves
1 Year Ago
Merge MoreCabooseFixes -> Main
1 Year Ago
Fix project settings defines
1 Year Ago
Fixed modular car lockable status change not immediately updating the modular conditionals
1 Year Ago
Added a one second delay between the player's last move and the dealer's play in Blackjack. Gives the final move time to update things before the round is over. New InGameRoundEnding state for card games.
1 Year Ago
Removed the various LODGroup and RendererLOD scripts from the Caboose Dressing prefab and combined them all into a single new LODGroup. Adjusted the cutoffs.
1 Year Ago
Enable/disable the caboose window quads with the lights
1 Year Ago
Fixed the caboose ceiling light bulb being nigh on invisible when off
1 Year Ago
Fixed caboose bug causing lights to not work anymore
1 Year Ago
Improved handling on the small screen for having too many cards as well
1 Year Ago
Blackjack - Main screen handles the dealer having >7 cards
1 Year Ago
Merge Main -> MoreCabooseFixes
1 Year Ago
Merge Main -> MoreCabooseFixes