workadventure/front
David Négrier d78006e106 Fixing memory leak with listeners
The listeners from MediaManager and SimplePeer were never removed, leading to a huge amount of listeners all over the applications when switching regularly of scene.
2020-06-23 15:02:35 +02:00
..
dist Porting favicon to the "front" container 2020-06-09 09:21:24 +02:00
src Fixing memory leak with listeners 2020-06-23 15:02:35 +02:00
tests/Phaser/Game Fixing use const instead of let 2020-06-19 14:30:34 +02:00
.dockerignore Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
.eslintrc.json Enabling stricter lint on front 2020-06-19 14:29:29 +02:00
.gitignore Adding communication between LoginScene and SelectCharacterScene 2020-05-26 17:25:29 +02:00
Dockerfile Fixing Dockerfiles 2020-04-11 15:11:22 +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 Adding an event queue in the GameScene. 2020-06-19 18:18:43 +02:00
tsconfig.json Refactoring reconnection: putting it into the GameScene directly. 2020-06-22 15:00:23 +02:00
webpack.config.js Update strategy caching bundle front js files with webpack 2020-06-01 11:53:12 +02:00
yarn.lock Adding an event queue in the GameScene. 2020-06-19 18:18:43 +02:00