Skip to content

[Domain] Fix stair portal stall#261

Closed
SilverSupplier wants to merge 1 commit into
mainfrom
codex/fix-stair-portal-stall
Closed

[Domain] Fix stair portal stall#261
SilverSupplier wants to merge 1 commit into
mainfrom
codex/fix-stair-portal-stall

Conversation

@SilverSupplier
Copy link
Copy Markdown
Collaborator

Summary

  • Fix stalled vertical stair transitions when an agent reaches just short of the portal plane after crowd pressure.
  • Keep normal vertical crossing strict, and only apply the near-portal tolerance after the route has been stalled.
  • Add regression coverage for a stalled vertical transition near the portal plane.

Related Issue

Area

  • Engine
  • Domain
  • Application
  • Docs
  • Build
  • Analysis
  • Chore

Architecture Check

  • I kept the dependency direction application -> domain -> engine.
  • I did not add Qt UI code to src/domain.
  • I did not add domain or application dependencies to src/engine.
  • I used src/ as the include root.

Verification

  • cmake --preset windows-debug
  • cmake --build --preset build-debug
  • ctest --preset test-debug
  • cmake --build --preset build-no-app-debug
  • ctest --preset test-no-app-debug

Risks / Follow-up

  • The tolerance is intentionally small and only applies after a stall, so agents still need to reach the stair portal before changing floors.

@SilverSupplier SilverSupplier requested a review from learncold as a code owner May 20, 2026 16:46
@learncold learncold closed this May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Task- U자 계단 연결부 끼임 개선

2 participants