changeset 312:1240b08cb621

updated
author wenlin_fife@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 14 Aug 2009 00:51:51 +0000
parents a0e00b4b0fac
children fa3778416433
files doc/dependencies/dirdeps.dot doc/dependencies/filedeps.dot doc/dependencies/moduledeps.png
diffstat 3 files changed, 5 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/doc/dependencies/dirdeps.dot	Fri Aug 14 00:02:12 2009 +0000
+++ b/doc/dependencies/dirdeps.dot	Fri Aug 14 00:51:51 2009 +0000
@@ -58,7 +58,7 @@
     style=filled;
     color=lightgrey;
     node [style=filled,color=white];
-    "pathfinder"; "pathfinder/linearpather"; "pathfinder/routepather"
+    "pathfinder"; "pathfinder/routepather"
     label = "pathfinder";
 }
 subgraph cluster_8 {
@@ -106,7 +106,6 @@
     "controller" -> "loaders/native/video_loaders"
     "controller" -> "model"
     "controller" -> "model/metamodel/grids"
-    "controller" -> "pathfinder/linearpather"
     "controller" -> "pathfinder/routepather"
     "controller" -> "util/base"
     "controller" -> "util/log"
@@ -197,10 +196,6 @@
     "pathfinder" -> "model/structures"
     "pathfinder" -> "util/base"
     "pathfinder" -> "util/math"
-    "pathfinder/linearpather" -> "model/metamodel"
-    "pathfinder/linearpather" -> "model/metamodel/grids"
-    "pathfinder/linearpather" -> "model/structures"
-    "pathfinder/linearpather" -> "util/log"
     "pathfinder/routepather" -> "model/metamodel"
     "pathfinder/routepather" -> "model/metamodel/grids"
     "pathfinder/routepather" -> "model/structures"
@@ -234,6 +229,7 @@
     "vfs/zip" -> "vfs"
     "vfs/zip" -> "vfs/raw"
     "video" -> "util/base"
+    "video" -> "util/log"
     "video" -> "util/resource"
     "video" -> "util/structures"
     "video" -> "util/time"
--- a/doc/dependencies/filedeps.dot	Fri Aug 14 00:02:12 2009 +0000
+++ b/doc/dependencies/filedeps.dot	Fri Aug 14 00:51:51 2009 +0000
@@ -46,7 +46,6 @@
     "engine/core/controller/engine.cpp" -> "model/metamodel/grids/hexgrid.h"
     "engine/core/controller/engine.cpp" -> "model/metamodel/grids/squaregrid.h"
     "engine/core/controller/engine.cpp" -> "model/model.h"
-    "engine/core/controller/engine.cpp" -> "pathfinder/linearpather/linearpather.h"
     "engine/core/controller/engine.cpp" -> "pathfinder/routepather/routepather.h"
     "engine/core/controller/engine.cpp" -> "util/base/exception.h"
     "engine/core/controller/engine.cpp" -> "util/log/logger.h"
@@ -148,6 +147,7 @@
     "engine/core/gui/console/console.cpp" -> "video/renderbackend.h"
     "engine/core/gui/console/console.h" -> "util/time/timer.h"
     "engine/core/gui/guilistener.cpp" -> "guilistener.h"
+    "engine/core/gui/guimanager.cpp" -> "eventchannel/key/ec_key.h"
     "engine/core/gui/guimanager.cpp" -> "eventchannel/key/ec_keyevent.h"
     "engine/core/gui/guimanager.cpp" -> "eventchannel/mouse/ec_mouseevent.h"
     "engine/core/gui/guimanager.cpp" -> "gui/base/gui_font.h"
@@ -295,14 +295,6 @@
     "engine/core/pathfinder/heuristic.cpp" -> "util/math/fife_math.h"
     "engine/core/pathfinder/heuristic.h" -> "model/metamodel/modelcoords.h"
     "engine/core/pathfinder/heuristic.h" -> "util/base/singleton.h"
-    "engine/core/pathfinder/linearpather/linearpather.cpp" -> "linearpather.h"
-    "engine/core/pathfinder/linearpather/linearpather.cpp" -> "model/metamodel/grids/cellgrid.h"
-    "engine/core/pathfinder/linearpather/linearpather.cpp" -> "model/structures/instance.h"
-    "engine/core/pathfinder/linearpather/linearpather.cpp" -> "model/structures/layer.h"
-    "engine/core/pathfinder/linearpather/linearpather.cpp" -> "util/log/logger.h"
-    "engine/core/pathfinder/linearpather/linearpather.h" -> "model/metamodel/abstractpather.h"
-    "engine/core/pathfinder/linearpather/linearpather.h" -> "model/structures/location.h"
-    "engine/core/pathfinder/linearpather/linearpather.h" -> "model/structures/map.h"
     "engine/core/pathfinder/routepather/routepather.cpp" -> "model/metamodel/grids/cellgrid.h"
     "engine/core/pathfinder/routepather/routepather.cpp" -> "model/structures/instance.h"
     "engine/core/pathfinder/routepather/routepather.cpp" -> "model/structures/layer.h"
@@ -321,9 +313,7 @@
     "engine/core/pathfinder/routepather/routepathersearch.cpp" -> "pathfinder/searchspace.h"
     "engine/core/pathfinder/routepather/routepathersearch.cpp" -> "routepathersearch.h"
     "engine/core/pathfinder/routepather/routepathersearch.cpp" -> "util/math/fife_math.h"
-    "engine/core/pathfinder/routepather/routepathersearch.h" -> "pathfinder/search.h"
     "engine/core/pathfinder/routepather/routepathersearch.h" -> "util/structures/priorityqueue.h"
-    "engine/core/pathfinder/search.h" -> "model/structures/location.h"
     "engine/core/pathfinder/searchspace.cpp" -> "model/structures/instance.h"
     "engine/core/pathfinder/searchspace.cpp" -> "model/structures/layer.h"
     "engine/core/pathfinder/searchspace.cpp" -> "model/structures/map.h"
@@ -475,6 +465,7 @@
     "engine/core/video/cursor.cpp" -> "image.h"
     "engine/core/video/cursor.cpp" -> "imagepool.h"
     "engine/core/video/cursor.cpp" -> "renderbackend.h"
+    "engine/core/video/cursor.cpp" -> "util/log/logger.h"
     "engine/core/video/cursor.cpp" -> "util/structures/rect.h"
     "engine/core/video/cursor.cpp" -> "util/time/timemanager.h"
     "engine/core/video/fonts/fontbase.cpp" -> "fontbase.h"
@@ -618,6 +609,7 @@
     "engine/core/view/renderers/cellselectionrenderer.cpp" -> "util/math/fife_math.h"
     "engine/core/view/renderers/cellselectionrenderer.cpp" -> "video/renderbackend.h"
     "engine/core/view/renderers/cellselectionrenderer.cpp" -> "view/camera.h"
+    "engine/core/view/renderers/cellselectionrenderer.h" -> "model/structures/location.h"
     "engine/core/view/renderers/cellselectionrenderer.h" -> "view/rendererbase.h"
     "engine/core/view/renderers/coordinaterenderer.cpp" -> "coordinaterenderer.h"
     "engine/core/view/renderers/coordinaterenderer.cpp" -> "model/metamodel/action.h"
Binary file doc/dependencies/moduledeps.png has changed