diff options
author | Pacien TRAN-GIRARD | 2014-03-06 16:55:48 +0000 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-03-06 16:55:48 +0000 |
commit | 44260a59df288b2c1225ec0a70cb02c215844f69 (patch) | |
tree | 43f6798170b1b8fa5976e3cee25903668c9c1ad6 /report | |
parent | c1edc7c5edc0055b7f2d5d57f907e4a9696cb20a (diff) | |
parent | 017d326b42ed4e77b26b0f2b4a865c9b46bb3004 (diff) | |
download | esieequest-44260a59df288b2c1225ec0a70cb02c215844f69.tar.gz |
Merge branch 'zuul-with-items-v1' into 'master'
Zuul With Items V1
Diffstat (limited to 'report')
-rw-r--r-- | report/progression.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex index 215ab82..6600430 100644 --- a/report/progression.tex +++ b/report/progression.tex | |||
@@ -183,12 +183,22 @@ separate the logic from the data storage as part of commit bd639caa0. | |||
183 | 183 | ||
184 | \subsection{Item} | 184 | \subsection{Item} |
185 | 185 | ||
186 | Item support was added as part of commit 3fc06f393. | ||
187 | |||
186 | \subsection{item description} | 188 | \subsection{item description} |
187 | 189 | ||
190 | In order to respect the MVC pattern, the Performer controller should get the | ||
191 | description from the Item model and ask the View to display it. | ||
192 | |||
188 | \subsection{items} | 193 | \subsection{items} |
189 | 194 | ||
195 | A Room can contain multiple items since commit 04f03d128. | ||
196 | |||
190 | \subsection{Collection choice} | 197 | \subsection{Collection choice} |
191 | 198 | ||
199 | The collection chosen to implement the multiple items support was the HashMap in | ||
200 | order to associate an item name (String) to an Item, so that the user is able | ||
201 | to perform actions on a particular one (take, drop, use, etc\ldots). | ||
192 | 202 | ||
193 | \section{Zuul with history} | 203 | \section{Zuul with history} |
194 | 204 | ||