workadventure/front/src/Phaser/Game
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
..
AddPlayerInterface.ts Merging with develop 2021-07-23 16:41:38 +02:00
CameraManager.ts added zoom_margin optional property for zone definition 2021-12-08 13:03:25 +01:00
DepthIndexes.ts Added a radial menu to run emotes 2021-05-19 15:17:50 +02:00
DirtyScene.ts Merge remote-tracking branch 'remotes/upstream/develop' into tiles-start-positions 2021-06-25 18:14:40 +02:00
EmbeddedWebsiteManager.ts Corrects scale managing and camera event listening 2022-01-03 11:45:47 +01:00
EmoteManager.ts Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00
Game.ts Revert "Squashed commit of the following:" 2021-08-02 22:13:10 +02:00
GameManager.ts Stopping sending literal errors 2022-01-06 10:52:06 +01:00
GameMap.ts Fix indentation 2021-12-22 10:13:26 +01:00
GameMapProperties.ts Adding a new property to prevent script from being loaded in "modules" mode 2022-01-12 17:36:31 +01:00
GameMapPropertiesListener.ts All promises are now handled 2022-01-04 17:06:29 +01:00
GameScene.ts Adding a new property to prevent script from being loaded in "modules" mode 2022-01-12 17:36:31 +01:00
PlayerInterface.ts Sending color outline on connect 2021-12-23 10:22:19 +01:00
PlayerMovement.ts Stop before running into followed Avatar; stop sprite animation 2021-12-15 18:36:12 +01:00
PlayersPositionInterpolator.ts Merge remote-tracking branch 'remotes/upstream/develop' into tiles-start-positions 2021-06-25 18:14:40 +02:00
SharedVariablesManager.ts Merge pull request #1698 from thecodingmachine/ts-proto 2022-01-03 18:07:19 +01:00
SoundManager.ts ran pretty on the front 2021-09-06 14:31:59 +02:00
StartPositionCalculator.ts Create GameMapProperties index 2021-11-02 10:52:25 +01:00