diff options
author | Pacien TRAN-GIRARD | 2014-02-23 22:40:43 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-02-23 22:40:43 +0100 |
commit | 5de55c8b8417b22a72ff0c59687a7c0c2eaf8a6e (patch) | |
tree | 4d348fe1ecd12c739c3b2f1c1ece7d113abe8d9f /report | |
parent | 0c5793abf9cf5efe97eed6f778e18171198ff857 (diff) | |
download | esieequest-5de55c8b8417b22a72ff0c59687a7c0c2eaf8a6e.tar.gz |
Update report
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 c4f6c52..36b9f19 100644 --- a/report/progression.tex +++ b/report/progression.tex | |||
@@ -85,6 +85,16 @@ the Game class and its processCommand() method. | |||
85 | 85 | ||
86 | \subsection{Comparison with reference} | 86 | \subsection{Comparison with reference} |
87 | 87 | ||
88 | The printLocationInfo() method, used only twice, has been trimmed by the commit | ||
89 | 590a932e5 and has been replaced by a call to the getLongDescription() method of | ||
90 | the Room class. | ||
91 | |||
92 | A missing getter for the Room description has been added as part of the commit | ||
93 | f84606424. | ||
94 | |||
95 | The loop building the command list String has been modified to use an Iterator | ||
96 | with the commit 0c5793abf. | ||
97 | |||
88 | \subsection{StringBuilder} | 98 | \subsection{StringBuilder} |
89 | 99 | ||
90 | \subsection{Room objects} | 100 | \subsection{Room objects} |