1,028 Commits over 1,340 Days - 0.03cph!
Citizen/animgraph: tie the new airborne flailing to wish_groundspeed
Citizen/animgraph: added better airborne flailing + fixed airborne-ground-airborne jank protection using a timeout of 1000ms instead of 100ms
Citizen/animgraph: added Sprint_NW
Citizen/animgraph: added Sprint_NE + other misc. small tweaks
Citizen/animgraph: reverse the orders of "lock when waned" in the landing animation groups
Citizen: reduced the lean in the sprint forwards animation clip by ~20 degrees
Citizen/animgraph: expanded landing animations (new crouching & movement-specific behaviours), + big improvements to blending out of landing
Citizen/animgraph: improved sprinting animation & handling of the locomotion 'wish' layer
Citizen/animgraph: further improved the lean layer, especially when holding a weapon
Head look adjustments forthcoming still. https://files.facepunch.com/maxlebled/1b1711b1/2023-11-17%2017-35-37.mp4
Citizen/animgraph: rework input-based lean layers
The upper body lean component now works much better, and is nicely staggered with the additive pelvis position component. A copy of the system, with different settings, is now applied while crouching, which improves settling back to idle. The upper body bit is still a bit hacky due to the lack of model-space additive support, but this works OK enough for now. The entire system is composited in *before* the "center delta" system, so it can't stomp any non-default idle poses anymore.
https://files.facepunch.com/maxlebled/1b1611b1/2023-11-16%2021-41-22.mp4
Citizen/animgraph: re-added 2X walks to the 2D blendspace, made them use new fast walks where currently applicable, and renamed "Walk_[direction]_2X" to "Walk2X_[direction]" for consistency
Add *#local.json to .gitignore so that local keyboard preferences don't get committed
Citizen/animgraph: added experimental Sprint_N animation (doesn't play nice with compositing yet)
Citizen/animgraph: lowered distance of strides in WalkFast_E/N, reining in the look of the legs especially once other layers contribute to the pose
Citizen/animgraph: added WalkFast_E/NE & updated S
Citizen: updated WalkFast_N
Citizen/animgraph: fixed foot IK parameters also affecting hands
Citizen/animgraph: new parameters for "manual" / code-side IK, removed b_vr
FPArms: another pass at movement anims
FPArms: camera is now handled separately on a different path & made additive so that simultaneous jump/land/airborne + attack anims don't stomp each other unpleasantly
Citizen: move foot attachments into prefab
FPArms: updated weightlists
FPArms: overhauled punching animgraph (still some things to iron out, but the core functionality works again at least)
Fix .gitignore wildcard that should have been *.*_c instead of *_c & restore the few assets caught by the former
Revert "Remove all vmat_c files from repo"
This reverts commit 78190dfd8e5471286d0142df92a07cd8d3968e14.
Remove all vmat_c files from repo
Exclude .mayaSwatches from main repository too
Remove all compiled content that is now excluded by .gitignore
.gitignore: ignore all compiled content except shaders
.gitignore: ignore all compiled content except shaders
Weapons: sync with changes
FPArms: update shared sprint anim
FPArms: removed hold parameters, started reimplementation of punching animgraph with everything learned from the more recent weapon graphs
Weapons: remove HoldAdjustment_ parameters from all animgraphs
v_mp5/v_usp: sync up with recent changes
FPArms: add sprinting anim to punching animgraph
FPArms: remove hold adjustment sequences from adjustment prefab
FPArms: added weaponless sprint animation & renamed existing shared run/sprint anims
FPArms: added shared holster animation
v_usp/v_spaghellim4: added holster animations
v_spaghellim4: base animgraph
v_spaghellim4: basic viewmodel setup
FPArms: more shared stuff
Merge branch 'master' of sbox
v_usp/v_mp5: use shared references instead of previous cross references
FPArms: jump/airborne/land use shared zero reference point, added shared fire anims
FPArms: shared idlelayer uses shared zero reference point instead of other pose
Merge branch 'master' of sbox
FPArms: added run/sprint & local zero reference to the shared anim prefab
v_mp5/v_usp: changes related to first person arms work (see main commit comments: 2573bebbec159e3703c437a5887d64fa5dd94665)
FPArms: many changes involving moving stuff into the first person arms VMDL for easier sharing & genericization (see commit comment)
• removed hold_* bones
• added weapon_root, weapon_root_children, weapon_IK_hand_*, and hand_*_to_weapon_ikrule, following the same hierarchy as existing weapons (weapon_root is a separate root bone)
• weapon_root_children is a new bone between weapon_root and the children ("trigger", "magazine", etc. and the IK bones); this is so that weightlists can be moved into the arms VMDL instead of having to be explicitly defined in each weapon. Only part-specific weightlists (e.g. "mode_selector" for the MP5 knob) need to exist as part of weapon VMDLs now.
• transferred common weightlists involving weapon_root
• debug gizmo meshes (reminder: they're in a bodygroup) now show the weapon IK targets & the weapon_root bone
• added "shared" animationlist prefab which holds generic template anims that weapons can reuse; the goal is to make these as independent from each other as possible (no interlocking references), more to come soon
v_usp: added run/sprint additives (mp5 re-use for now)
v_mp5/v_usp: manually synced up graph Parameters & Tags