docs: single-threaded simulation study (#54) + ModernUO as reference #55
No reviewers
Labels
No labels
alpha:wave-0
alpha:wave-1
alpha:wave-2
alpha:wave-3
area:assets
area:combat
area:ecology
area:infra
area:render
area:scripting
area:ui
area:world
enhancement
epic
migration
post-alpha
roadmap
tech-debt
type:bug
type:chore
type:design
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
marco/IsoMmo!55
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/command-queue-study"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes the study part of #54.
docs/command-queue-study.md: the two world models (lock-shared vs single-threaded sim), validated against ModernUO (single game thread + timer wheel, no world lock, packets processed on the game thread → immediate feedback, B2 flavor). Decision: adopt B, migrated via a single-threaded executor, phased green. Combat model: pipeline in a system + per-typeOnHitreaction hooks on the entity (the middle way). Also records ModernUO as our architectural reference in CLAUDE.md. No code — implementation is the phased plan in the doc (Phase 1 next).