userJarryd Campicancel
reporust_rebootcancel

10,950 Commits over 1,950 Days - 0.23cph!

10 Months Ago
Use backpack specific offsets on each weapon holster info Apply specific rotation/offsets for both rocket launchers
10 Months Ago
Added an override bone option to WearableHolsterOffset, allows a piece of clothing to override which bone entities parented to a slot go into (eg. move back mounted weapons to spine4 while a backpack is equipped)
10 Months Ago
Initial implementation of new player remains bag model Show closed state if bag hasn't been opened Show open state once bag has been opened Show debris if the bag has been opened and has more than 3 items in it and it's rigidbody is resting
10 Months Ago
Merge from backpacks
10 Months Ago
▉▆█▊█ ▋▉▅▄ █▅▌▋
10 Months Ago
▄▍▋▇▄▌ ▄▊▍▅ █▄▄▍▍
10 Months Ago
▍▇▇▍▅ ▅▅▊▊ ▇▍▉▋
10 Months Ago
Reduce strict time limit back down to x3 frame budget
10 Months Ago
Added an early out in the industrial conveyor logic that will stop the split item being created if there is no obvious place for it to go on the target output container An unneeded split item could still be created and then rejected from the container in some cases, but this should dramatically lower the number of items being created and then destroyed as part of the conveyor process Don't enforce the strict transfer time limits on the first transfer a conveyor does, as that involves some intial pooling that won't reoccur (likely less problematic in a build) Fixed some cases where the strict time limit wasn't being enforced properly
10 Months Ago
Merge from main
10 Months Ago
Fixed spraycan not reassigning the owner id of entities when reskinning to a redirect skin
10 Months Ago
Merge from tutorial_island
10 Months Ago
Show a ping for the campfire and furnace mission step
10 Months Ago
Replace the metal frags step with a requirement to produce 10 frags, rather than have 100 in your inventory
10 Months Ago
Fixed tutorial loot barrel throwing r/w gib errors
10 Months Ago
Add more crafting propmts to help text (low grade and hammer) Add a sprinting help popup
10 Months Ago
Reduce crafting times by 75% while in tutorial
10 Months Ago
Split tutorial help prompt triggers out into standalone gameobjects per trigger, loading multiple onto the same trigger volume seems unreliable
10 Months Ago
Added ability for deploy objectives to look up using item defs instead of just BaseEntity (still need to support BaseEntity due to building blocks) TutorialBuildTargets can now detect redirect skins
10 Months Ago
Make initial crafting objective use proper item names eg. "Stone Pickaxe" rather than just "pickaxe" Update dialogue for NPC in build base convo to more accurately reflect where the base is now Update soft side help text to mention x shaped structure Capitalise bandage on kill the bear mission
10 Months Ago
Merge from main
10 Months Ago
▅▉▌▆▉ ▅▆▆▆█▇█ ▉▊▌▍▊▆▉▍▄▇▅ ▅▋█▊▊▇▅▅▋▄ ▇█ ▆▌▋▋▅▉▍ ▉ ▇▇▌ ▅ (▆▄▅▊▆/▍▍▋▋█) ▊▉▄█▊▍▄ ▆▉█▆▅▉▄▍ ▉▇█▅▌▋▌▌▆▇ ▊▆█▍▋▅▉▊▌▆ ▅▊ ▋▍▄▉▄▌█ ▍
10 Months Ago
▉▉▍▋▇▄▅ ▋▇▌▅▍ ▋▍▍▉ ▊▍▇ ▆▅▊▍▋▄▍▊ ▇█ ▉▊▍▅▅▄▍_▄▍▉_▅ ▅▄▉▉▊▋▌▅▇▅ (▌▅▌ █▇▌▉▅▋█ ▇▌ ▇▌▆▆ ▋▊▍▍█▋▇▅▄ ▅▄▇▅▆▅█▍▆)
10 Months Ago
▍▆▆▉▍ ▅▋▆▆▉ █▆▄█ ▆▍ ▆▇▇▌▄█ ▋▇▍▆▋ ▋▅ ▊▆▊ ▋▅▊▍▆ ▆▇▊█▋▄█ ▅▌█ (▅▆▄▋▊▅ ▆▅▉'█ ▌▊▊ ▇▍▅▉▆▋█▍▋▆ ▊▍▍▋█▆█ ▆▆▄▌▊█ ▅▍▉▉▉▍ ▅██▊▋▆█▊█▅▇, ██▇▍▇▋ ▋█▌▌ ▅▅ ▉▉▌ ▋▉▍▊▊ ▆▍▄▊)
10 Months Ago
Fixed bardoors loading in the incorrect location, sometimes when entering network range on the client and sometimes when loading a save on the server
10 Months Ago
More timeline tweaks
10 Months Ago
Show paddle tutorial prompt the whole time the player is in the kayak
10 Months Ago
Some more placeholder cinematic stuff
10 Months Ago
Protobuf
10 Months Ago
Merge from tutorial_island
10 Months Ago
Realign cinematic entity in protobuf so it doesn't collide with metal detector
10 Months Ago
Merge from texture-memory-review2
10 Months Ago
Protobuf, reapply planner changes, manifest
10 Months Ago
Merge from main
10 Months Ago
Added a ShouldSuppressLeftHandScreenShake option to new ViewmodelCameraAnimation component, disables the automatic left hand screen shake applied during reloads
10 Months Ago
Rework into a standalone component ViewmodelCameraAnimation Applied to paddle viewmodel for testing
10 Months Ago
Added a cameraModifyBone field to the viewmodel, when a transform is assigned to this its rotation will be added additively to the final camera position Eg. if this bone is rotated 2 degrees on the x and raised 0.1m the camera will do the same Could be used for authored camera animations on viewmodels since the bone could be assigned to a helper bone in the animated hierarchy The bone needs to start at a neutral pos/rot (0,0,0 on both)
10 Months Ago
Player will now look at a designated point during the tutorial cinematic (see postRotationLook and postRotationLook in PlayerEyes)
10 Months Ago
Removed all unused tutorial videos
10 Months Ago
Remove descriptions from tutorial missions, they're not used
10 Months Ago
Player clothing is now rechecked for changes when a demo is scrubbed, fixes cases where scrubbing past clothing changes woudl result in the player not having the correct clothing equipped visually
10 Months Ago
Added an extra blocker above the tutorial island to stop missiles or flying vehicles
10 Months Ago
Merge from tutorial_island (merged all shader changes keeping changes from tutorial_island, since they should be the most up to date)
10 Months Ago
Manifest
10 Months Ago
Merge from main
10 Months Ago
Merge from copypaste
10 Months Ago
Fixed some rotation and parenting issues
10 Months Ago
Fixed teleport2marker command not working when called from a keybind Passing teleport2marker a -1 argument will now teleport to the last placed marker
10 Months Ago
First pass on a simple entity copy+paste system for QA and media purposes debug.CopyEntitiesInRange takes a name and radius, will copy all entities in the radius using the players position as the reference point debug.PasteEntities takes a name and will paste the target entities, using the plaeyrs current position as the origin IO entities that are included in the paste are rebound locally, so any contained circuits will be recreated Entities are saved in the server directory (EntityCopies folder) and can be reused/saved externally/etc
11 Months Ago
Clean up logs