reporust_rebootcancel

126,618 Commits over 4,109 Days - 1.28cph!

4 Years Ago
Added torpedo storage interaction to the solo sub
4 Years Ago
Added torpedo storage and interaction to duo sub
4 Years Ago
Move UpdateWaterDrinkingPoint to BasePlayer.LateClientCycle, it might be less likely to trigger rigidbody syncs here
4 Years Ago
- ItemContainer can now have a list of any amount of exclusively allowed items, instead of 0 or 1. StorageContainer can now have 0-2 allowed items vs. previous 0-1 (could be upgraded to allow any number, but I didn't want to break all existing assignments to allowedItem by making it an array). - Protocol++. - Added submarine torpedo storage container.
4 Years Ago
Merge from fishing
4 Years Ago
Added a fishing vending exchange Added some extra forgiveness time before the line snaps Line fixes
4 Years Ago
Remove an allocation in the line renderer Fixed line appearing offset when going into debug cam
4 Years Ago
Reduce crafting requirements for rod Will no longer catch inanimate objects when using meat or fish as bait Remove chance modifier based on bait value (min/max values are better tool for this) Fixed missing fishing rod world model Fixed players being able to interfere with fishing by swimming near the bobber Added a convar to show the strain UI Halved condition loss Increased the minimum amount of time to wait before a fish bits so they don't bite before the bobber comes to rest Player can now move while catch success animation is playing
4 Years Ago
Manifest rebuild
4 Years Ago
Merge Submarine->Aux
4 Years Ago
Merge Main->Submarine
4 Years Ago
Spawn the bobber a bit higher
4 Years Ago
Tarp viewmodel fix
4 Years Ago
Water.quality convar will only be read once every 10 seconds (quality will automatically change after 10 seconds to the final value if it was changed inside the 10 second window)
4 Years Ago
Manifest
4 Years Ago
Static CCTV cameras naming pass for modules Underwater labs specific lootcrates and lootspawns presets Initial loot spawns setup across all modules (this may need revisit as we gather data)
4 Years Ago
Fixed disconnect on dying when not inside any triggers. Sorry Staging players.
4 Years Ago
Underwater labs modules puzzles setup More dwellings work
4 Years Ago
Make moonpool water plane convex, so that subs can detect it
4 Years Ago
Stability edit for centre of mass changes
4 Years Ago
Allow duo sub passenger to wield items
4 Years Ago
Don't allow pushing subs if not grounded
4 Years Ago
rohans latest version of crittermovement shader
4 Years Ago
Set submarine greeble prefabs to be the flat version, created new curved versions and 90degree bend versions of all pieces, made pieces tile much better, added end caps for tiling pieces, added small decal like pipe inlet to blend with wall better, repositioned pieces to sit on the wall better, set up all new prefabs. Still need to make end tile caps blend in to wall better, fix up any bugs
4 Years Ago
Dwellings dressing backup
4 Years Ago
Labs Dwelling spawners collection prefab Setup nested dweller prefabs inside modules and placed spawners
4 Years Ago
Preparations for Underwater labs dwellers
4 Years Ago
Preparations for Underwater labs dwellers
4 Years Ago
Dressing backup - moonpools wip
4 Years Ago
removed unnecessary industrial light in Lighting3 prefab, this prefab should only contain moonpool water lighting
4 Years Ago
Submarine speed edit
4 Years Ago
Adjusting sub physics
4 Years Ago
Added MonumentInfo to mountain and ice lake prefabs
4 Years Ago
▌▉█▋▊▄▄█▋▊▌ █ ▄█▄ ▉▄▋▉▆▄▊ ▋▍▊ █▌▋ ▉▋▍▅▊▊▋▋▊ ▇▅▌▌ ▅▋▆▍▌ ▅▇▅ ▊▇▋▅▆▆▆▋█ ▄▆▆▇▌▄▊▋▋█▊ ▇▍ ▊▉▊ █▍▌█▄ ▋▆█▉ ▌▇▅ ▍█▇█▍▅ ▇▍ ▉█▆ ▋ ▊% ▅▄▋▊▋▋ ▊▅ █▋▆█▆█▇ ▍ ▋▋▄▊ ▉▌▇▄▆▇ ▋▇▊▄ ▍▋'▄ ▌▌▊▉▌▌ ▄▋▄█▊ ▅▄▋▊▍▍▌ ▊▅▅ ▄▇ ▋▊██ ▍▇ █▇▋ ▉▇▇▊▊▇▍ ▍▍▍█▇ ▊▍▆▊▅, █▋ ▆▆▉▍ ▋▉▌ ▌█▇ ▄▇▉ ▄▌▉ ▊▇ ▄▆▉ ▍▋▆▅▊▍▄ ▋▅▌ ▌▍▋▅▉ ▄█▉ ▄▋▉▉▉ ▌▉ ▍▇ ▌▇▉▇▄▅▅ ▆▉▇▋▅ ▊▌▄▆ ▉▆█▋ ▌▇ ▉▆▋▄█▄█ ▅▇▉▊▉
4 Years Ago
Adding a collection of steel metal crates made from various other crates and re-skinned
4 Years Ago
Show IO information on crafting UI (same as weapons)
4 Years Ago
Improve submarine stability
4 Years Ago
Merge from fishing
4 Years Ago
Added some help tips when the player fails while fishing
4 Years Ago
Don't allow aiming until a lure is equipped Disable DDDraw Disable fishing UI (for testing)
4 Years Ago
Minor pedal speed tweak
4 Years Ago
A bit more pedal angle
4 Years Ago
Animated duo sub pedals
4 Years Ago
- Renamed PoolVehicle to IPoolVehicle. - Made the submarines an IPoolVehicle. - Removed the wake on trigger enter, IPoolVehicle already covers it. - Made BaseBoat an IPoolVehicle as well, and removed it from Kayak (it's a BaseBoat subclass).
4 Years Ago
Fixed being able to cancel a cast while the successful cast animation is playing, caused some weird animation issues
4 Years Ago
Detail collider trigger detection caused too many issues. Go back to the old way, and just add a small Vehicle World collider on the sub's client side just for detecting water volume triggers. Subs now float reliably in swimming pools.
4 Years Ago
If a sub is sitting in an empty swimming pool and somebody starts to fill it, wake up the rigidbody so that it'll hopefully start to float
4 Years Ago
Let the vehicle detailed physics layer interact with triggers, so it can detect water volumes
4 Years Ago
Use Vehicle Detailed instead of Vehicle World in the swimming pool and paddling pool layer masks for the water volumes. Fixes submarines returning different water level results between client and server when used in a pool.
4 Years Ago
Fix tire calculation working incorrectly, was increasing difficulty incorrectly