aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
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}