userJarryd Campicancel
reporust_rebootcancel

13,841 Commits over 2,496 Days - 0.23cph!

5 Hours Ago
Fixed looping gestures fading out after a single loop (but not actually ending)
6 Hours Ago
Added a visible list of all of the currently active subsystems on the PlayerModel inspector, can click them to select the gameobject of that system (since now the player could be affected by a mountable and held entity at the same time)
6 Hours Ago
Fixed every player being followed by a disembodied mouth and eyeballs, just out of sight, forever watching....
Today
Better fix, also fixes first frame of weapon being held not looking correct
Today
Fix held entity sub systems not working in builds (torches)
Today
Apply to motorbike driver seat as well
Today
Sweapped the snowmobile seats over to use an animation subsystem
Today
Print out all of the parameters in a child animator in Debugprintout, that way it works at runtime as well
Today
Multiply the layer weights by player movement (controlled via PlayerVelocityCap and PlayerVelocityMultiplier curve on MeleeWeaponAnimationSubSystem)
Today
Replaced the UseTwoHandMask parameter on the torch animatior with two new float multipliers (RightArmLayerWeight and BothArmsLayerWeight) This allows us to fade in and out both arms independedntly and makes it easier to match the fade outs with motion in the clip (ie. mask us fading out both arms by making sure the fade happens while the left arm is moving)
Today
Fixed OverrideAnimationSubSystem having a weight of 0 for a frame if it's Fade In Time is 0 Set Fade In Time on hand hold sub system to 0 to fix torch being out of position for a frame (right arm controller still fades in so it looks nice, the hand snaps to hold though) Fixed telephone reference on OverrideAnimationSubSystem Fixed most subsystems not fading out properly on disable
Today
Fixed player body being visible in first person
Today
Merge from codegen_refresh_fix
Today
Manually import the generated code files after running CodeGen instead of calling AssetDatabase.Refresh No longer need to alt tab out of the editor and back in to compile after running codegen Keeps legacy behaviour when running in batch mode, let's not mess with builds
Today
Created a new smashable glass entity, spawns gibs when destroyed and turns it's mesh off Will re-enable the mesh after 10-15 minutes if no players are within 100m Added debug.respawnallsmashables that respawns all of the smashable objects instantly Implemented on CarPrefab
Yesterday
Possible NRE fix
Yesterday
Fixed charm picker not working when skins_access was set to 1
Yesterday
Merge from shot_dub_fixes
Yesterday
Added per axis dubbing override tracks (pan/tilt/roll)
Yesterday
Fixed position demo dubbing track displaying as "Position/Rotation" (was only doing position under the hood, was just mislabelled) Fixed DoF dubbing changes not recording
Yesterday
▆▉▉█▌ ▌▉█▄▊ ▍▅▄▋▉▅▅ ▉▌▅▄▉▄▉ ▆▇ ▋▌▅▊▄▋▉▉█▊▅▍▇▋▆
Yesterday
▊▆▌▆▇▍ ▄▍▌▇ ▅▇▇▆
Yesterday
Added new mesh.reducebonecountonlowlod convar, adjusts bone quality on skinned meshes spawned with a player LOD0 - Auto LOD1 - 2 Bones LOD2/3/4 - 1 Bone These use LODGroups so the LOD is calculated based on screen height, making the quality change imperceptible Might have scraped a quarter of a millisecond in a stress test? Hard to judge Defaults to on
Yesterday
Fixed wrong item id on ballistic vest
Yesterday
Hooked up the new shopkeeper anims to the waterwell shopkeepers as well
Yesterday
Replaced the old gesture based NPC wave with a new state on the child animator Also did a bit of cleanup on the wave code, instead of every shopkeeper in the world doing a Vis sweep every 5-10s just do a distance check based on nearby subscribers Makes the process free if no players are around, saves around 0.03ms each invoke
Yesterday
Replaced the stack of 4 sub systems on the vendor with a single animator controller
Yesterday
▌▆▍▉▊▅ ██▋ ▄▊▅ ▊█▍▍▊█ ▇▆ ▊ ▄▍▆█▋▆ ▋▆▅▇▄ ▇▅▅▌ ▆▊ ▇▉█▄▄▌▌▅▄ ▍▌ ▌▆▌ █▆▇▋▆▊ ▅▍ ▍▋▆ ▊▊▊▋▉▆
Yesterday
Some tooltips
Yesterday
Merge from auto_particle_cinematics
Yesterday
Compile fix
Yesterday
Fixed EffectREcycle still recycling the effect if cinematic particle system mode is active when the particle is dragged into the scene
2 Days Ago
Merge from main
2 Days Ago
Merge from melee_subsystem (just setup on the vanilla torch for now)
2 Days Ago
Exposed and improved mask blend speed
3 Days Ago
Fixed missing threshold transitions on torch controller
3 Days Ago
Fixed controller handles starting at full weight
3 Days Ago
Fixed warning spam from ragdolled player models
3 Days Ago
Better/more insane way of blending masks, run two concurrent controllers with different masks and blend them in/out Seems to work well, masks the difference in left hand pos
3 Days Ago
Added API to swap avatar masks Switch to full upper body mask during light/extinguish animations
3 Days Ago
WIP melee weapon animation sub system work Run a child controller per weapon
3 Days Ago
Added static helpers to easily detect and enable/disable stacks of subs systems Sub systems can now be applied to any mountable Sub systems can now be applied to a HeldEntity
3 Days Ago
Replaced the upper body toggle on animator sub systems with a mask field, each system can now be assigned an independent mask If no mask is assigned it will fall back to the full body mask (cannot have no mask at all)
3 Days Ago
Added an outline to animation sub system inspectors, matches the colour of the system in the animation inspector
3 Days Ago
Merge from main Mostly code merges, all auto resolved
6 Days Ago
▍▍▆▆▌▊▌▇▌ ▍▍▆ ▉▄▉▉▇ ▍█ ▌▊▊▅▄▊▄▄▉▇▍▍▊▅▉ ▍▅▌▉ ▍▊▆▄▇ ▍▌▅▌▊ ▅▇▇▉▇█ ▌▆ ▌▅ ▊▌▉▇▍▍▍▆▅▄ ▄▇▊▋▄▋▊▉▇▅▅
7 Days Ago
Subtract 150311
7 Days Ago
Test branch Start from cs 10513 and merge in 150311
8 Days Ago
Fixed broken PlayerModelAnimationInspector after last commit, also added better rendering support for child animator systems
8 Days Ago
Refactored how we create and dispose controller handles, much cleaner Fixes priority not being respected for child animation controllers