workadventure/front
David Négrier 6128f1e431 Making sure Physics is not enabled several times
As part of an energy saving measure, we started disabling physics when the character is not moving and enabling physics again only when the character moves.
However, we enabled Physics on each frame the characeter was moving.
As a result, the Physics system would run several times, slowly slowing the computer down.

This fixes this issue by adding a flag to only enable Physics once.
2021-05-18 09:42:01 +02:00
..
dist Merge branch 'master' of github.com:thecodingmachine/workadventure into develop 2021-05-11 16:43:34 +02:00
packages/iframe-api-typings Dynamically fetching correct version and generating declarations only for npm lib 2021-04-11 11:32:56 +02:00
src Making sure Physics is not enabled several times 2021-05-18 09:42:01 +02:00
tests/Phaser FEATURE: we now allow a global zoom level of 1.5 2021-05-17 16:11:38 +02:00
.dockerignore
.eslintrc.json Upgrading ESLint (and ignoring a bunch of interesting rules) 2021-05-12 11:44:41 +02:00
.gitignore Template google analytics data 2021-01-19 12:17:05 +01:00
Dockerfile [Breaking change] UPLOADER_URL and ADMIN_URL are now true URLs (and not only host name) and API_URL is replaced by PUSHER_URL 2021-03-31 16:00:14 +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 FIX: webpack config NodePolyfillPlugin 2021-05-17 16:30:19 +02:00
templater.sh Fixing GA tag not included in play domain 2021-03-05 10:00:11 +01:00
tsconfig.json Merge pull request #1039 from thecodingmachine/importsNotUsedAsValues 2021-05-13 19:43:34 +02:00
webpack.config.ts FIX: webpack config NodePolyfillPlugin 2021-05-17 16:30:19 +02:00
yarn.lock FIX: webpack config NodePolyfillPlugin 2021-05-17 16:30:19 +02:00