241,389 Commits over 3,867 Days - 2.60cph!

1 Year Ago
Basics of "take only" mode.
1 Year Ago
Ignore "Non-convex MeshCollider with non-kinematic Rigidbody is no longer supported" log
1 Year Ago
merge from experimental
1 Year Ago
merge from main
1 Year Ago
Remove more unused shit from shaders, separate lighting constants between legacy and non legacy in shader code, initialize light code in DoLightShape
1 Year Ago
█▋▅▊▊ ▇▉▋▍▄ ▇▋▉▋▅▅ ▇▋▆ █▆▇▍▆▉▉▊▋▉▍▉ ▄▊▉▋▄▄▉ ▆▌ ▄▄█▋▋▄▆▍▍▋ ▌▉█ ▋▅▄▋▍▄▄▋▌▆▄▉
1 Year Ago
merge from main
1 Year Ago
merge from save239
1 Year Ago
merge from weapon_racks
1 Year Ago
merge from mfm_errors, seems ok
1 Year Ago
merge from main with a ton of plastic errors?
1 Year Ago
Add global.showemojierrors for debugging
1 Year Ago
▋▊▆▅█ ▆█▆ ▅█▅▇▋▅ ▆▋██▄▋▆ ▊▌ ▋▍▄▊▇ ▊▆▍▆▌ ▇ ▆▋▆▋▄
Leaderboard backup, run #4228
1 Year Ago
Merge from save239
1 Year Ago
Added useCollisionPositionInsteadOfTransform and minimumRigidbodyImpactWeight fields to PhysicsEffects component to better handle effect sfx on large entities like the tugboat useCollisionPositionInsteadOfTransform should be enabled on large objects that could get hit from multiple angles while stationary (enabled on tugboat) minimumRigidbodyImpactWeight allows us to prevent rigidbodies below a certain weight from triggering impact sfx, set to 5.5 on the tugboat to prevent dropped items from playing the boat impact sfx
1 Year Ago
Unsaved change from 84454
1 Year Ago
Hooked up Petur's tugboat damage FX. Disabled the Fire Lights for now until I have a way to turn them on and off properly.
1 Year Ago
Updated the UI tooltip for "occupied" sleeping bag to now include underwater as a possibility
1 Year Ago
Merge from save239
1 Year Ago
Fixed a TugboatSounds NaN issue when scrubbing demos Fixed projectiles getting stuck in endless loops when pausing and scrubbing demos Fixed a PositionLerp NRe when scrubbing demos
1 Year Ago
Removed my tugboat concrete barriers, this has now been handled in a more official capacity.
1 Year Ago
Don't allow spawning from a sleeping bag if it's underwater
1 Year Ago
Minor edit
1 Year Ago
Convar changes: - Tugboat.tugboat_corpse_seconds is now Tugboat.tugcorpseseconds. Default 7200 (2 hours). - New Tugboat.tugdecayminutes replaces MotorRowboat.outsidedecayminutes and MotorRowboat.deepwaterdecayminutes for tugboat. Default 2160 (36 hours). - New MotorRowboat.decaystartdelayminutes sets time between a boat or sub being last used and decay starting. Default 45. This was the previous default but it wasn't convar'd. - New Tugboat.tugdecaystartdelayminutes sets same as the above but for tugboat. Default 1440 (24 hours).
1 Year Ago
Added a ring of PreventBuilding areas around the tugboat, to prevent griefing by building nearby
1 Year Ago
Creating mipped textures from managed flushes render context before generating mips, fixes corrupted menu textures with some amd drivers
1 Year Ago
Enabling instancing on some cliff shaders
1 Year Ago
Fix renderers only being removed for building blocks Make `InstancedMeshFilter` a client component so it gets culled off the server Remove virtual prefab tracking when loading map (will clear every instanced prefab when map unloads instead) Fix instanced world prefabs spawning under terrain
1 Year Ago
▍▋▇▉▌█▌▋ ▄▆▊▄▄▆▇▅▆▌ ▉▅ ▄█▍▌▆ ▅▄▌▍ ▉▊▋▍▍▇▍ ▅▅ ▅▆▊▇▋▄▅ ▍▅▊ ▉▉▅▋▄▍▇█▋ ▉▇▊█ ▍▌█▉ ▍▄▄▍▇▄▅ ▋▇▉▊▋▌ ▊▇ ▄▇▆▇█▍ ▋▄▊▌
1 Year Ago
Merge from main
1 Year Ago
Fixed items dropped on Tugboat sometimes causing tugboat physics stall. Dropped items now use Continuous Speculative. Removed DroppedMode covar. When Unity detects a bad Continuous or Continuous Dynamic collision - i.e. one that looks like it will pass through an object between ticks - it stops the object immediately in place. This is the reason why modular cars must use Discrete physics collision and by extension why we need the Vehicle World physics layer to supply big chunky colliders, and the additional lastPosWasBad checks in ModularCar.Server VehicleFixedUpdate. If we used continuous, cars would occasionally come to an unexplained complete halt when driving fast on rough terrain. Continuous Speculative is a different thing entirely - more like Discrete collision, but the collider bounds extend into the space where they'll be during the next tick. At our low 16Hz tick rate, this wasn't usable for modular cars either as it turned them into something that felt like a big long surfboard at high speeds. QA discovered a bug where Tugboat physics would sometimes glitch out and come to a stop when items were dropped on it while it was moving. This immediately reminded me of the continuous collision resolution problem above, but Tugboat was already using Continuous Speculative - chosen mainly because Continuous Speculative, being designed to handle even kinematic collisions, behaved relatively well when the Tugboat collided with the moving non-rigidbody Cargo Ship. What I've now found is that the Continuous/Continuous Dynamic "move back to previous pos and set velocity to zero" bad-collision fix seems to apply to both members of a collision, even if one isn't on Continuous/Continuous Dynamic. Dropped items were Continuous Dynamic by default, and moving them to the Continuous Speculative layer fixes this bug. I don't expect any trouble with the change since they're relatively slow-moving. The dropped item collision mode was on a convar. Since all options except for Continuous Speculative are likely to cause trouble of some sort on moving physics bodies, I've removed the droppedmode convar entirely.
1 Year Ago
Fixed water from a bucket being so powerful that it sinks tugboats
1 Year Ago
Fix map missing the markers list UI
1 Year Ago
MP5 fbx fix
1 Year Ago
Merge from main
1 Year Ago
Ensure CullingJob skips over hidden meshes
1 Year Ago
Setting 2019 ComputeBuffer to SubUpdates causes it to silently not update :(
1 Year Ago
studiomdl.exe larger vtx buffer and safeguards against overflow crashing
1 Year Ago
▊▋▇ █▇▊▇▋▋▉ ▆▆▅ ▄▇▍▄ ▊▆▇▊▄ ▆▇▆▊█▊ ▅▉▍▅▍▊▌
1 Year Ago
Move location of "spawn virtual world prefab"
1 Year Ago
Moved Rust content to asset party https://asset.party/rust/rustassets
1 Year Ago
Diver suit texture updates
1 Year Ago
Make loading progress messages more explanatory Sort jump list by last opened, cleanup Show progress windows in center of screen New project sets newly created project as active
1 Year Ago
Style tweak
1 Year Ago
Message when package changes, or game is updated Clean up asset edit page, fuck dropdowns
1 Year Ago
Rust Meta files
1 Year Ago
merge from main
1 Year Ago
merge from save239
1 Year Ago
Use existing progress class Make ProgressWindow a dialog without close button