123,886 Commits over 4,079 Days - 1.27cph!
Fixed track splines on large curves / added missing coliders to some prefabs / cleaned up the train test scene
Added 108m curve pieces / tweaked double tunnels geometry
Add some logic to prevent requesting the same texture more than once from the server
Remove some neon sign backwards compatibility code left in to not break paddy's demos
▆█▄▇▊▌ ▊▉█▆▍ ▄█▋▆██▊▌▇▇▄▄
▅▌▊▍▋▅▋▉▅ ███▄▊▌ ▅▊█▋▊▄▉▊ ▆▄▅▊▍▍ ▄▌▍▅ ▍▍▋ ▅▍▅▉▌▍ ▉▆▌▆ █▍▅▋▉▍▉ ▇▉▊▅▇▌▊ █▋ ▉▅▊█▆-▅▋▅▄ ▊▆▆▌▄▄██▋▊▊ ▋▅ █▍█ ▌▇▇▉▌▅ ▉▄ ▄ █▇▊▇▍▇
Re-textured sedan vehicle
▄▊▌▄▍▊▍█▊ ▍█▇▆▊▄▊▍▍ ▊▄▉▉▄▌▊▉ ▅█▌▋▇▍ ▉▌▉ ▉▌▆█▆▋ ▌▆▋▋ ▋▅▌▋▆▄▅ ▊█▋█▊▍▇ ▇█ █▊▌▊▉-▋█▄▉ ▌▋█▇▇▊▇▆▅▍█ (▇▊▉▋ ▆▆▄▄▄)
▉▇▅▌▉ ▋█▍▉▊▋ ▉▉▄█ ▄▉▇▊'▊ █▇▌█ ▉▍ ▇▌ ▉▍▄▊▅▌▅█▄▉▇▋ ▍▉ ▊▊▅▌▋▌▊ ▄▍ ▊▍▆▉ ▆▉▊▆▉█▊ █▉ ▊▄ █▋▌▍▄ ▍▄ ▍▋▌▊▅▇▊▅█▅█ (▄▇▋▌▆▍▍█ ▆▋▇ ▇▅▅▄▄█ ▍▍▋▄▍▊▍▉ ▋▉▇▆▉ █▍█, ▄▉▆▇ ▉▉ ▍▍▉▋ ▆▊ ▇▊ ▉▅▆▆)
more wip oilrig behaviour
Disabled Xmas event
Disabled Xmas tree and icewall crafting
reverted airdrop
bah humbug
S2P Compound and Bandit_town
Added snowball gun and snowballs to xmas loot table
Add some decay over time if a sled isn't being used
Don't autokill sled when it collides with another sled
Added BlocksDoor bool to BaseMountable to control door opening logic (defaults to true)
Sleds no longer block doors from opening
Fixed ice walls spawning gibs from all varieties instead of just the active variety (was causing the extreme gib forces)
Fixed snow machine not adapting its collision mesh on the server if in listen-server mode
neon signs use different inventory handling and deploy sounds
projectiles can disable default surface impact effects
snowball gun projectile only plays snowball impact sound
Have the snow machine create a collision mesh on the server as well as the existing collision and visual meshes it generates on the client. Allows sled to work on snow machine snow (previously only worked on listen server)
hooked up snowball gun impact sounds
Fix socket check against snow machine terrain still not working sometimes (let it cast 0.1m further)
If a sled isn't moving you can now press W to give it a slight forward nudge while mounted
snowball inventory sounds
neon sign uses chain link impact sound
sled slide sounds louder, stereo w/ spread, and gain/pitch curve tweaks
Restore the previous brush when the eraser is selected and you click a color
Hide "Power Usage: 1" in the item details for wooden signs
Updated Snow Machine container name
Relaxed Snow machine placement
Deleted a load of now unused utils etc. Some light refactoring.
Fixed sled not being placeable on snow machine snow - TerrainCheck sock now checks "Terrain" layer as well as "World"
Apply the effect of gravity on sloped track
Decrease non-snow friction, wait a bit more time before switching to friction material
Wait a second before showing the help pop up (prevents it popping up when travelling over small patches of non-snow surfaces)
-Only allow mounting WorkCart when already standing on its platform (prevent drive-by mounting by jumping at the right moment)
-Fix bounds.Contains use, since it's AABB only, not rotated (Unity pls)