aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-02-23 22:40:43 +0100
committerPacien TRAN-GIRARD2014-02-23 22:40:43 +0100
commit5de55c8b8417b22a72ff0c59687a7c0c2eaf8a6e (patch)
tree4d348fe1ecd12c739c3b2f1c1ece7d113abe8d9f /report
parent0c5793abf9cf5efe97eed6f778e18171198ff857 (diff)
downloadesieequest-5de55c8b8417b22a72ff0c59687a7c0c2eaf8a6e.tar.gz
Update report
Diffstat (limited to 'report')
-rw-r--r--report/progression.tex10
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
88The printLocationInfo() method, used only twice, has been trimmed by the commit
89590a932e5 and has been replaced by a call to the getLongDescription() method of
90the Room class.
91
92A missing getter for the Room description has been added as part of the commit
93f84606424.
94
95The loop building the command list String has been modified to use an Iterator
96with the commit 0c5793abf.
97
88\subsection{StringBuilder} 98\subsection{StringBuilder}
89 99
90\subsection{Room objects} 100\subsection{Room objects}