workadventure/front/src
David Négrier d785a8a1bf Refactoring connection to be part of a GameScene
Most of the refactoring issues we are seeing are probably due to the fact that we are trying to manipulate a ScenePlugin out of a Scene (the GameManager is not a Scene and holds a reference to a ScenePlugin coming from a Scene that might get invalidated by Phaser 3).
Furthermore, if we want in the future to be able to scale, scenes could be hosted on different servers. Therefore, it makes no sense to have one connexion for the whole application.
Instead, we should have one connexion for each scene.
2020-06-22 11:58:07 +02:00
..
Cypress Removing any in the front 2020-06-19 14:30:34 +02:00
Enum Finishing removing any reference to "any" in the front. 2020-06-19 16:36:40 +02:00
Logger Fixing use const instead of let 2020-06-19 14:30:34 +02:00
Messages Sending player details (name + character selected) on connection 2020-05-15 22:49:50 +02:00
Phaser Refactoring connection to be part of a GameScene 2020-06-22 11:58:07 +02:00
WebRtc Refactoring connection to be part of a GameScene 2020-06-22 11:58:07 +02:00
Connection.ts Refactoring connection to be part of a GameScene 2020-06-22 11:58:07 +02:00
index.ts Fixing use const instead of let 2020-06-19 14:30:34 +02:00