workadventure/front/src/Phaser
David Négrier 559e15ebb6 Adding an "alone" mode
In "alone" mode (or single-player mode), WorkAdventure does not connect to the server at all.
In order to enter the "alone" mode, you need to add "?alone=true" to the URL.

"alone" mode can be useful for tutorials (First Time User Experience) where you want to explain how WorkAdventure works without being disturbed by other users.
2021-03-30 16:08:49 +02:00
..
Components FEATURE: warning message when world is near full capacity 2021-03-23 17:44:47 +01:00
Entity FIX: player anims correctly stop on the idle frame 2021-03-11 16:21:02 +01:00
Game Adding an "alone" mode 2021-03-30 16:08:49 +02:00
Items Removing pipeline related code 2021-01-27 11:18:07 +01:00
Login FEATURE: warning message when world is near full capacity 2021-03-23 17:44:47 +01:00
Map Finishing removing any reference to "any" in the front. 2020-06-19 16:36:40 +02:00
Menu FIX: resizing on wide screen on chrome now use the correct coordinates 2021-03-25 14:35:51 +01:00
Player FIX: player anims correctly stop on the idle frame 2021-03-11 16:21:02 +01:00
Reconnecting Disabling explicit any check on error handling 2021-01-18 15:36:02 +01:00
Shaders downgraded phaser version to 3.24.1 2021-01-28 23:03:06 +01:00
UserInput Fix to use clear All Keys 2021-02-11 21:48:24 +01:00