aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-03-05 11:47:07 +0100
committerPacien TRAN-GIRARD2014-03-05 11:47:07 +0100
commitdf2bf2cfdb75c474764b7b443c4a203bb1fe7075 (patch)
treec923edaac9e6eb3a671f320257a277df685c4ffa
parent04f03d12815161b81444626ac9fd9a596b59a544 (diff)
downloadesieequest-df2bf2cfdb75c474764b7b443c4a203bb1fe7075.tar.gz
Update report
-rw-r--r--report/progression.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex
index 6f4479a..b681e02 100644
--- a/report/progression.tex
+++ b/report/progression.tex
@@ -192,8 +192,13 @@ description from the Item model and ask the View to display it.
192 192
193\subsection{items} 193\subsection{items}
194 194
195A Room can contain multiple items since commit 04f03d128.
196
195\subsection{Collection choice} 197\subsection{Collection choice}
196 198
199The collection chosen to implement the multiple items support was the HashMap in
200order to associate an item name (String) to an Item, so that the user is able
201to perform actions on a particular one (take, drop, use, etc\ldots).
197 202
198\section{Zuul with history} 203\section{Zuul with history}
199 204