Skip to content

Commit

Permalink
Refactor: Re-implemented PathDirectory as a C++ class
Browse files Browse the repository at this point in the history
The design and usage of PathDirectory remains the same.

Internally this class now uses a QMultiHash for the node hashes.
Performance characteristics of the primary methods are unchanged but
some of the ancilary methods are now a bit quicker.
  • Loading branch information
danij-deng committed Aug 10, 2012
1 parent ef2a98e commit 67ea60c
Show file tree
Hide file tree
Showing 12 changed files with 1,883 additions and 1,607 deletions.
2 changes: 1 addition & 1 deletion doomsday/engine/engine.pro
Expand Up @@ -556,7 +556,7 @@ SOURCES += \
portable/src/p_sight.c \
portable/src/p_think.c \
portable/src/p_ticker.c \
portable/src/pathdirectory.c \
portable/src/pathdirectory.cpp \
portable/src/pathmap.c \
portable/src/plane.c \
portable/src/point.c \
Expand Down

0 comments on commit 67ea60c

Please sign in to comment.