aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
Diffstat (limited to 'report')
-rw-r--r--report/progression.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex
index b681e02..6600430 100644
--- a/report/progression.tex
+++ b/report/progression.tex
@@ -296,6 +296,17 @@ to perform actions on a particular one (take, drop, use, etc\ldots).
296 296
297\subsection{Better GUI} 297\subsection{Better GUI}
298 298
299As applets were designated as deprecated a long time ago, and because newer
300versions of the Oracle Java Runtime Environment are requiring a mandatory code
301signing certificate that we can not affors, a new graphical interface using the
302Google Web Toolkit was implemented.
303This set of tools enabled translating the game code from Java to Javascript,
304allowing its execution directly in the user's browser, without the need of
305having the Java Runtime Environment installed.
306
307This addition made in commit 12a0686cb was facilitated by the use of the MVC
308model and required a few changes in the core classes.
309
299\subsection{Music} 310\subsection{Music}
300 311
301\subsection{Scenes} 312\subsection{Scenes}