reporust_rebootcancel

124,052 Commits over 4,171 Days - 1.24cph!

5 Years Ago
Expands on Jarryd's post-unparent-failure safety check. Instead of checking once, keeps checking at intervals until it's confirmed that the player is outside the bounds and unparented
5 Years Ago
removing old residential buildings prefabs
5 Years Ago
shadow proxies for residential buildings, prefabed residential buildings and variants from compound to make future updating easier
5 Years Ago
Fix inverted ShouldUnparent
5 Years Ago
Commit Jarryd's backup check: "0.5s after we reject an Unparent check all parented players to see if they are still around and unparent any that are invalid"
5 Years Ago
Be safer with the padding check (won't affect work cart as it has 0 padding anyway)
5 Years Ago
Merge trigger exit fix -> Workcart
5 Years Ago
tweaking shadow casters on a handfull of prefabs
5 Years Ago
Potential fix for falling off back of workcart issue: Check bounds intersect when unparenting (we already do this when parenting) New check is behind a bool so it's only enabled on the workcarts Changed Train Engine shut off logic to check if any players are parented to it rather than checking trigger contents (since a player could now leave the trigger but still be considered parented as it's enclosed in the volume)
5 Years Ago
Subtract continuous physics change since it didn't help
5 Years Ago
Switch workcart from Discrete to Continuous Speculative
5 Years Ago
Remove the extra trigger check at the end of the base player tick since it didn't help the issue
5 Years Ago
Add teleport2death convar to go to the last death location
5 Years Ago
When winning a jackpot (anything that shoots confetti) block pulling for 4 seconds
5 Years Ago
Merge Main -> Workcart
5 Years Ago
▆▋█▆█ ▍▉▌▄▍▋▍▍▆▅█▊▄█▍▊▅▆▊▄▍▉ ▅▇▋▌▅▅. ▊▋▊█ ▆▉▉▆▍, ▉▊▉ █▇▅ ▄▍█▍█▄▅ ▄█▋▅▉ ▇▇█▇ ▅▊▌▆█'█ ▍▇█. ▌▊▊▊▊▅▊▊█ ▄█▇▍▊▅█▊ ▅▊ ▅▍▆▌█, ▆▉ ▌▉▄ ▊▊▍▄ █▉ ▇██▌▊█ ▍▍▇▄ ▍▅ ▍▋▌▋▇▆▆.
5 Years Ago
Merge from main
5 Years Ago
Merge Workcart -> Main. Merges André's trigger update test and parent trigger changes.
5 Years Ago
André's test fix, call ForceUpdateTriggers at the end of every player tick if the player is parented
5 Years Ago
streamer skin approval
5 Years Ago
Disable clipping check on the work cart platform parenting trigger, just in case it's involved in people getting kicked off
5 Years Ago
Workcart parenting tweaks
5 Years Ago
Shadow proxies - part 4
5 Years Ago
Merge Main > Workcart
5 Years Ago
Fixed "LODS aren't updating during elevator rides if the player doesn't move with WASD"
5 Years Ago
merge from WorkcartExtra
5 Years Ago
set workcart to use sit_workcart mount pose
5 Years Ago
added workcart sit mountpose enum
5 Years Ago
Workcart - Updated Ik positions for hands
5 Years Ago
Added driving workcart player pose to player animator
5 Years Ago
Workcart menu background video
5 Years Ago
Merge Main -> Workcart
5 Years Ago
Merge WorkcartExtra -> Workcart
5 Years Ago
Merge Main -> Workcart
5 Years Ago
merge from workcart
5 Years Ago
Proximity warning is now unable to detect other trains that are moving along the track in a direction that's away from you (in absolute terms, not relative). Prevents warning sounding continuously when chasing another train.
5 Years Ago
Shadow proxies for Vehicle folder content - static vehicles only
5 Years Ago
Codegen Phrases Network++
5 Years Ago
Shadow proxies for Structures folder content
5 Years Ago
Move InheritedVelocityScale 1 to be for trains only
5 Years Ago
Fix Unity editor hanging/crashing when running in SERVER mode more than once
5 Years Ago
Merge from item_loss_ui_fix
5 Years Ago
Fix IconRender scene breaking Unity the second time it runs in CLIENT+SERVER
5 Years Ago
Remove some GetComponents, Cancel the tween when ending
5 Years Ago
Fixed electrical typo in AND, OR and XOR switches
5 Years Ago
Fixed item loss UI notices on vitals not appearing (prefab was disabled) Item loss notices are now pooled
5 Years Ago
Prevent trains taking damage from initial collisions when manually spawned
5 Years Ago
PreventMovement edit
5 Years Ago
Disabled work cart base repel and hurt trigger as the player would get permanently stuck in it after reconnecting if they disconnected while mounting. Can sort out a better solution for this next month.