Skip to content

[Domain] Add fire and smoke scenario hazards#216

Closed
SilverSupplier wants to merge 2 commits into
mainfrom
codex/hazards-v1-scenario-elements
Closed

[Domain] Add fire and smoke scenario hazards#216
SilverSupplier wants to merge 2 commits into
mainfrom
codex/hazards-v1-scenario-elements

Conversation

@SilverSupplier
Copy link
Copy Markdown
Collaborator

@SilverSupplier SilverSupplier commented May 10, 2026

Summary

  • Add fire/smoke hazards as v1 scenario input elements on EnvironmentState.
  • Persist hazards in project workspace JSON and include them in scenario diff keys.
  • Expose Hazards in scenario authoring with canvas toolbar Fire/Smoke tools that place hazards at specific clicked locations, list edit/delete support, and Smoke visibility-context copy.

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
  • Not run (reason below)

All verification commands passed using the Visual Studio bundled CMake/CTest executables because cmake was not on PATH.

Risks / Follow-up

  • Hazards are authoring/persistence inputs only in v1; no fire spread, smoke concentration, FED/FDS, or runtime physics effect is implemented.

@SilverSupplier SilverSupplier requested a review from learncold as a code owner May 10, 2026 11:42
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-화재/연기 시나리오 입력 요소 v1 구현

1 participant