diff options
author | Pacien TRAN-GIRARD | 2014-04-19 16:32:14 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-04-19 16:32:14 +0200 |
commit | deb050e1caa9bb0c824e1c7cee0aed44e7161683 (patch) | |
tree | ad74e45c3110e40cefb9e4cc67af770417b5c51f | |
parent | b0709c8a9de47169bbee25eed895d06fbeead12a (diff) | |
download | esieequest-deb050e1caa9bb0c824e1c7cee0aed44e7161683.tar.gz |
Update report
-rw-r--r-- | report/progression.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex index 1a74d8d..0108d2d 100644 --- a/report/progression.tex +++ b/report/progression.tex | |||
@@ -382,12 +382,21 @@ Moving characters that can move to adjacent rooms once permitted were added. | |||
382 | 382 | ||
383 | \section{Zuul even better} | 383 | \section{Zuul even better} |
384 | 384 | ||
385 | 86d6f56dd - A code refactoring was done. | ||
386 | |||
385 | \subsection{Inheritance} | 387 | \subsection{Inheritance} |
386 | 388 | ||
389 | Inheritance (and interfaces) was already used for Character-s, Door-s, Item-s, | ||
390 | and View-s since the beginning. | ||
391 | |||
387 | \subsection{Abstract Command} | 392 | \subsection{Abstract Command} |
388 | 393 | ||
394 | The Performer class was replaced by multiple Command sub-types. | ||
395 | |||
389 | \subsection{Packages} | 396 | \subsection{Packages} |
390 | 397 | ||
398 | The code was already organised in packages. | ||
399 | |||
391 | 400 | ||
392 | \section{Zuul without BlueJ} | 401 | \section{Zuul without BlueJ} |
393 | 402 | ||