aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-03-04 18:11:52 +0100
committerPacien TRAN-GIRARD2014-03-04 18:11:52 +0100
commit5316669152b5c50ae49a923e737b00b2c9e708b7 (patch)
tree51e16229f1acb4d01fcb30b395b38aeeb283b22b /report
parent98c956983631471bfda36e57b17c236ebd5a853b (diff)
downloadesieequest-5316669152b5c50ae49a923e737b00b2c9e708b7.tar.gz
Update report
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 6ae15b1..215ab82 100644
--- a/report/progression.tex
+++ b/report/progression.tex
@@ -286,6 +286,17 @@ separate the logic from the data storage as part of commit bd639caa0.
286 286
287\subsection{Better GUI} 287\subsection{Better GUI}
288 288
289As applets were designated as deprecated a long time ago, and because newer
290versions of the Oracle Java Runtime Environment are requiring a mandatory code
291signing certificate that we can not affors, a new graphical interface using the
292Google Web Toolkit was implemented.
293This set of tools enabled translating the game code from Java to Javascript,
294allowing its execution directly in the user's browser, without the need of
295having the Java Runtime Environment installed.
296
297This addition made in commit 12a0686cb was facilitated by the use of the MVC
298model and required a few changes in the core classes.
299
289\subsection{Music} 300\subsection{Music}
290 301
291\subsection{Scenes} 302\subsection{Scenes}