branchrust_reboot/main/xmas_2020cancel

138 Commits over 30 Days - 0.19cph!

3 Years Ago
Add some logic to prevent requesting the same texture more than once from the server
3 Years Ago
Remove some neon sign backwards compatibility code left in to not break paddy's demos
3 Years Ago
Added snowball gun and snowballs to xmas loot table
3 Years Ago
Don't autokill sled when it collides with another sled
3 Years Ago
Added BlocksDoor bool to BaseMountable to control door opening logic (defaults to true) Sleds no longer block doors from opening
3 Years Ago
Fixed ice walls spawning gibs from all varieties instead of just the active variety (was causing the extreme gib forces)
3 Years Ago
neon signs use different inventory handling and deploy sounds
3 Years Ago
projectiles can disable default surface impact effects snowball gun projectile only plays snowball impact sound
3 Years Ago
hooked up snowball gun impact sounds
3 Years Ago
If a sled isn't moving you can now press W to give it a slight forward nudge while mounted
3 Years Ago
Merge from main
3 Years Ago
snowball inventory sounds
3 Years Ago
neon sign uses chain link impact sound
3 Years Ago
sled slide sounds louder, stereo w/ spread, and gain/pitch curve tweaks
3 Years Ago
Restore the previous brush when the eraser is selected and you click a color
3 Years Ago
Hide "Power Usage: 1" in the item details for wooden signs
3 Years Ago
Updated Snow Machine container name Relaxed Snow machine placement
3 Years Ago
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)
3 Years Ago
Add some rotational force to the sled if it's in the air to try and prevent flipping Don't show the help popup if a sled is in mid-air
3 Years Ago
Sand now counts as a valid surface for the sled
3 Years Ago
New custom non-snow material with less friction that sled switches to once it leaves snow, sled should carry more momentum once it leaves snow
3 Years Ago
Increase direction match force (1 > 3)
3 Years Ago
Flip deploy angle of sled so it faces away from player
3 Years Ago
Updated animated neon sign icons + enable mipmaps on all Move neon signs into the electrical category
3 Years Ago
Fix photo frames without a photo showing the photo from the previously opened photo frame with a photo
3 Years Ago
Cleaned up from IceWall prefab
3 Years Ago
Neon sign power consumption and crafting tweaks
3 Years Ago
Update the neon painting UI so the brush preview doesn't look super tiny after the texture resolution changes
3 Years Ago
Fix static neon signs spawning in unpowered when they're definitely powered
3 Years Ago
Fix being unable to clear signs other than neon (moved a func but didn't update the reference in this prefab)
3 Years Ago
Fix censorsigns not censoring the drawable part of the photo frames properly
3 Years Ago
Cherry pick 57051, 57064, and 57067
3 Years Ago
sled sound distance tweaks
3 Years Ago
neon sign sounds
3 Years Ago
sled impact sound tweaks
3 Years Ago
sled sound tweaks
3 Years Ago
Addressing code review feedback - implement ResetState - update prefabs instead of upgrading in preprocess
3 Years Ago
Large neon sign RendererLOD, manifest
3 Years Ago
Add medium animated neon sign
3 Years Ago
Large animated neon update + icon
3 Years Ago
Large neon sign no longer animatable Added large animated neon sign with 5 frames
3 Years Ago
Change "Duplicate Frame" into "Copy Previous Frame"
3 Years Ago
Fix neon signs being shut off when the textures load in
3 Years Ago
Fix older signs not saving images anymore (server thought the sign has 0 frames)
3 Years Ago
Fix signs images only appearing on LOD0 Fix frames 2 and 3 being far away from the sign
3 Years Ago
Fix NRE when trying to paint on normal signs
3 Years Ago
Actually revert accidental ProjectSettings changes
3 Years Ago
Fix opening a sign for editing turning the sign off locally
3 Years Ago
Merge from neon_frames
3 Years Ago
remove stray debug.logs from sled sound stuff