diff options
Diffstat (limited to 'report')
-rw-r--r-- | report/progression.tex | 11 |
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 | ||
299 | As applets were designated as deprecated a long time ago, and because newer | ||
300 | versions of the Oracle Java Runtime Environment are requiring a mandatory code | ||
301 | signing certificate that we can not affors, a new graphical interface using the | ||
302 | Google Web Toolkit was implemented. | ||
303 | This set of tools enabled translating the game code from Java to Javascript, | ||
304 | allowing its execution directly in the user's browser, without the need of | ||
305 | having the Java Runtime Environment installed. | ||
306 | |||
307 | This addition made in commit 12a0686cb was facilitated by the use of the MVC | ||
308 | model and required a few changes in the core classes. | ||
309 | |||
299 | \subsection{Music} | 310 | \subsection{Music} |
300 | 311 | ||
301 | \subsection{Scenes} | 312 | \subsection{Scenes} |