workadventure/front
David Négrier 7a6e250a58 Fixing map caching
Maps in the GameScene can be modified by the scripting API.
If so, previously, the changes to the maps were persisted in the ITiledMap object in the GameScene because this was cached by the Phaser loader,
causing a series of problems, the most noticeable being that templating in the scripting API stopped working on a second visit of a page.

We are now deep-copying the map on load to avoid these nasty effects.

Closes https://github.com/workadventure/scripting-api-extra/issues/77
2021-12-08 14:23:00 +01:00
..
dist Implement new cowbesite system on API 2021-10-25 19:00:26 +02:00
packages/iframe-api-typings Dynamically fetching correct version and generating declarations only for npm lib 2021-04-11 11:32:56 +02:00
src Fixing map caching 2021-12-08 14:23:00 +01:00
style Cannot rezise main cowebsite when fullscreen is enable 2021-11-29 18:35:32 +01:00
tests/Phaser Fix player movement tests 2021-10-29 23:30:02 +02:00
.dockerignore
.eslintrc.json Reverting changes regarding single quotes 2021-07-23 14:55:14 +02:00
.gitignore Fixing .gitignore files 2021-06-23 16:30:42 +02:00
.prettierignore Adding prettier on back and pusher (not running them right now) 2021-06-23 16:23:16 +02:00
.prettierrc.json Reverting changes regarding single quotes 2021-07-23 14:55:14 +02:00
Dockerfile Fixing messages generation in Front container 2021-09-15 11:32:32 +02:00
jasmine.json Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine) 2020-06-02 10:48:04 +02:00
LICENSE.txt Changing license to AGPL + Commons Clause 2020-06-09 10:17:21 +02:00
package.json Fixing map caching 2021-12-08 14:23:00 +01:00
templater.sh Fixing GA tag not included in play domain 2021-03-05 10:00:11 +01:00
tsconfig-for-jasmine.json Fixing Jasmine tests 2021-05-17 16:41:10 +02:00
tsconfig-for-webpack.json Adding correct SCSS file integration with Svelte 2021-05-17 16:41:09 +02:00
tsconfig.json Adding correct SCSS file integration with Svelte 2021-05-17 16:41:09 +02:00
webpack.config.ts Making the ADMIN_URL parameter optionnal in front 2021-11-30 14:58:37 +01:00
yarn.lock Fixing map caching 2021-12-08 14:23:00 +01:00