neon-sprawl/docs/plans
VinPropane 382e662f1d NEON-29: fix step assist guard and lift for flat-faced terrace steps
_try_walk_step_assist compared goal surface Y to the capsule centre
(~0.9 m above floor) instead of the actual capsule bottom, disabling
the assist for any surface below ~0.925 m — every terrace we added.
The lift formula used offsets 0.45/0.55 instead of the full capsule
total half-height (CAPSULE_HALF_HEIGHT + PLAYER_CAPSULE_RADIUS = 0.9),
producing zero/negative lift.

Fix: guard uses actual_feet_y = pos.y - CAPSULE_HALF_HEIGHT - PLAYER_CAPSULE_RADIUS;
lift targets goal.y + total_half_height via clampf. Flat floor clicks
and cylinder bumps are unaffected (guard still disabled when goal.y is
at or below true feet level).
2026-04-11 19:21:37 -04:00
..
NEON-2-implementation-plan.md chore: migrate Jira references from NS-* to NEON-* in docs and rules 2026-04-07 00:15:06 -04:00
NEON-3-implementation-plan.md chore: migrate Jira references from NS-* to NEON-* in docs and rules 2026-04-07 00:15:06 -04:00
NEON-4-implementation-plan.md chore: migrate Jira references from NS-* to NEON-* in docs and rules 2026-04-07 00:15:06 -04:00
NEON-5-implementation-plan.md chore: migrate Jira references from NS-* to NEON-* in docs and rules 2026-04-07 00:15:06 -04:00
NEON-6-implementation-plan.md chore: migrate Jira references from NS-* to NEON-* in docs and rules 2026-04-07 00:15:06 -04:00
NEON-7-implementation-plan.md chore: migrate Jira references from NS-* to NEON-* in docs and rules 2026-04-07 00:15:06 -04:00
NEON-8-implementation-plan.md chore: migrate Jira references from NS-* to NEON-* in docs and rules 2026-04-07 00:15:06 -04:00
NEON-14-implementation-plan.md chore: migrate Jira references from NS-* to NEON-* in docs and rules 2026-04-07 00:15:06 -04:00
NEON-15-implementation-plan.md NEON-15: address review nits (shutdown token, plan verification note) 2026-04-08 22:09:12 -04:00
NEON-16-implementation-plan.md NEON-16: harden idle jitter follow-up 2026-04-10 00:46:53 -04:00
NEON-25-implementation-plan.md NEON-25: isometric follow camera, CameraState, tests, and docs 2026-04-07 23:46:04 -04:00
NEON-26-implementation-plan.md NEON-26: address code review follow-ups (zoom validation, docs) 2026-04-08 22:58:28 -04:00
NEON-27-implementation-plan.md NEON-27: address review suggestions — doc alignment pass 2026-04-08 23:52:46 -04:00
NEON-28-implementation-plan.md NEON-28: Dev obstacle smoke, nav reparent on hide, and docs 2026-04-10 23:55:50 -04:00
NEON-29-implementation-plan.md NEON-29: fix step assist guard and lift for flat-faced terrace steps 2026-04-11 19:21:37 -04:00
NEON-30-implementation-plan.md NEON-30: address review — check AC boxes, add manual-check section to README 2026-04-09 23:03:17 -04:00
internal-content-authoring.md chore: Epic 2 E2.M1 stub, content CI validation, doc follow-ups 2026-04-03 21:27:52 -04:00