aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-04-06 14:22:21 +0200
committerPacien TRAN-GIRARD2014-04-06 14:22:21 +0200
commit484c4c1e06c060f0185126ddd00d3a905dd2f05f (patch)
treebb57b0cae0ef695fd16043af4c5ead5756894068 /report
parent5ddb6df63ebb643a0e179f21f2895950be6d83da (diff)
downloadesieequest-484c4c1e06c060f0185126ddd00d3a905dd2f05f.tar.gz
Update report
Diffstat (limited to 'report')
-rw-r--r--report/progression.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex
index 1cc10ac..f8c05c4 100644
--- a/report/progression.tex
+++ b/report/progression.tex
@@ -271,8 +271,15 @@ commit 92f671b84.
271 271
272\subsection{take, drop} 272\subsection{take, drop}
273 273
274The take and drop commands were implemented as part of the commit number
2755ddb6df63. An Inventory interface, used by the Room and Player classes, was
276added. Items are stored using HashMaps, and a moveItem procedure was added to
277the Performer.
278
274\subsection{Carry several items} 279\subsection{Carry several items}
275 280
281Multiple items carrying was already implemented in the commit number 5ddb6df63.
282
276\subsection{ItemList} 283\subsection{ItemList}
277 284
278\subsection{Maximum weight} 285\subsection{Maximum weight}