From 6693278b7fcf7c38d06cb6f8b0f96364d2ffc4c6 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien <77750390+ethanaobrien@users.noreply.github.com> Date: Tue, 8 Apr 2025 06:26:23 -0500 Subject: [PATCH] Load emscripten data via a ZIP file --- distribution/changelog.txt | 1 + emscripten/static/index.html | 1 - emscripten/static/index.js | 38 ++++++++++++++++++++++++++++++++++++ scripts/build-emscripten | 1 + 4 files changed, 40 insertions(+), 1 deletion(-) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index e52b05ef5e..53013110d8 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -1,6 +1,7 @@ 0.4.22 (in development) ------------------------------------------------------------------------ - Change: [#23803] Lightning strikes and thunder happen at the same frequency independently of the game speed. +- Change: [#24135] Compress Emscripten js/wasm files. - Fix: [#21919] Non-recolourable cars still show colour picker. - Fix: [#23108] Missing pieces on Hypercoaster and Hyper-Twister, even with the ‘all drawable track pieces’ cheat enabled. - Fix: [#24013] Failure to load a scenario preview image (minimap) could lead to an uncaught exception error message. diff --git a/emscripten/static/index.html b/emscripten/static/index.html index 546766358c..2084910ccf 100644 --- a/emscripten/static/index.html +++ b/emscripten/static/index.html @@ -3,7 +3,6 @@