workadventure/front/src/Phaser
David Négrier 9425fd70c0 Adding a new property to prevent script from being loaded in "modules" mode
Scripts in module mode need to be abide by the Same Origin Policy (CORS headers are used to load them)
This can cause issues on some setups.

This commit adds a new "scriptDisableModuleSupport" that can be used to disable the "modules" mode.

Closes #1721
2022-01-12 17:36:31 +01:00
..
Companion All promises are now handled 2022-01-04 17:06:29 +01:00
Components All promises are now handled 2022-01-04 17:06:29 +01:00
Entity Stopping sending literal errors 2022-01-06 10:52:06 +01:00
Game Adding a new property to prevent script from being loaded in "modules" mode 2022-01-12 17:36:31 +01:00
Helpers moved gettingSnapshot logic into TexturesHelper 2021-12-10 12:02:14 +01:00
Items detecting zoe enter and leave events 2021-12-04 17:11:49 +01:00
Login Stopping sending literal errors 2022-01-06 10:52:06 +01:00
Map added columns type definition 2021-12-31 15:55:17 +01:00
Player Fix follow requests via keyboard 2021-12-31 15:35:21 +01:00
Reconnecting Fixing WA crashing in Firefox private mode 2022-01-06 11:55:43 +01:00
Services ScaleManager: do not apply new size if width is zero 2022-01-03 09:09:21 +01:00
UserInput Merge branch 'develop' of github.com:thecodingmachine/workadventure into feat/follow-woka 2021-12-23 16:04:59 +01:00