From 0b4a942acb60bb848c64260dfd782f0d8e6eff03 Mon Sep 17 00:00:00 2001 From: Sergey Lapin Date: Thu, 14 Nov 2024 07:06:05 +0300 Subject: [PATCH] Updated TODO --- src/modules/stream/ui/building_layout_graph.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/modules/stream/ui/building_layout_graph.cpp b/src/modules/stream/ui/building_layout_graph.cpp index 757aea9..a4bcbd5 100644 --- a/src/modules/stream/ui/building_layout_graph.cpp +++ b/src/modules/stream/ui/building_layout_graph.cpp @@ -4,6 +4,11 @@ #include "editor_event.h" #include "building_layout_graph.h" +// TODO: allocate zones in completed units and grow them. +// TODO: setup subregions for unit zones +// TODO: merge floors with the same index - create separate entity? Or use grid floor's entity for that. +// TODO: setup subregions for rooms. + BuildingLayoutGraph *BuildingLayoutGraph::singleton = nullptr; BuildingLayoutGraph::BuildingLayoutGraph()