Commit graph

3609 commits

Author SHA1 Message Date
Lukas Hass 78a020576f
Add FALLBACK_LOCALE to config template 2022-01-25 18:04:59 +01:00
Lukas Hass 4108076373
Merge branch 'develop' into pre-compile-front 2022-01-25 18:02:04 +01:00
David Négrier dc09a92fd0
Merge pull request #1753 from thecodingmachine/dependabot/npm_and_yarn/pusher/node-fetch-2.6.7
Bump node-fetch from 2.6.1 to 2.6.7 in /pusher
2022-01-25 14:13:29 +01:00
David Négrier 24bd23c0f2
Merge pull request #1752 from thecodingmachine/dependabot/npm_and_yarn/back/node-fetch-2.6.7
Bump node-fetch from 2.6.6 to 2.6.7 in /back
2022-01-25 14:13:17 +01:00
David Négrier ef2f8b141f
Merge pull request #1743 from thecodingmachine/move-to-from-hash-parameter
Move to from hash parameter
2022-01-25 14:12:26 +01:00
grégoire parant af08337810
Merge pull request #1754 from thecodingmachine/ChangeWarningBannerColor
Change Warning Container with yellow color
2022-01-25 13:04:08 +01:00
Gregoire Parant 9c381d1a07 Fix yarn pretty
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
2022-01-25 11:52:31 +01:00
Gregoire Parant 7a7addb061 Change Warning Container with Yellow color
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
2022-01-25 11:37:29 +01:00
Hanusiak Piotr 90a76e9f04 fixed layer name in docs 2022-01-25 11:03:58 +01:00
Piotr Hanusiak 1ca56efd42
Update docs/maps/entry-exit.md
Co-authored-by: David Négrier <d.negrier@thecodingmachine.com>
2022-01-25 10:58:59 +01:00
Hanusiak Piotr 40366eb070 readme update 2022-01-25 10:20:21 +01:00
Hanusiak Piotr 934a59e59f improved way of getting hash parameters 2022-01-25 10:05:04 +01:00
Alexis Faizeau 2312d2e129
Merge pull request #1629 from thecodingmachine/translator
Translator: i18n
2022-01-25 09:48:48 +01:00
Alexis Faizeau fdec12d311 Generate i18n files on ci/cd 2022-01-24 18:59:28 +01:00
Alexis Faizeau 446b4639c7 Implement typesafe-i18n 2022-01-24 18:59:28 +01:00
dependabot[bot] 6684c87efa
Bump node-fetch from 2.6.1 to 2.6.7 in /pusher
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 16:54:59 +00:00
dependabot[bot] baf1453e14
Bump node-fetch from 2.6.6 to 2.6.7 in /back
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 16:54:52 +00:00
David Négrier 5e27688f93
Merge pull request #1746 from thecodingmachine/dependabot/npm_and_yarn/front/nanoid-3.2.0
Bump nanoid from 3.1.23 to 3.2.0 in /front
2022-01-24 17:54:23 +01:00
David Négrier 03b8de23d2
Merge pull request #1751 from thecodingmachine/fix-name-brave
Display correctly the username on Brave browser
2022-01-24 17:53:58 +01:00
Hanusiak Piotr b5887bceb4 PR fixes 2022-01-24 17:03:14 +01:00
Alexis Faizeau 4829964127 Display correctly the username on Brave browser 2022-01-24 16:55:58 +01:00
Hanusiak Piotr 3cc38e6bbe Merge branch 'develop' into move-to-from-hash-parameter 2022-01-24 16:31:03 +01:00
Lukas Hass 6f24780874
Allow returning empty strings 2022-01-24 11:54:00 +01:00
Lukas Hass 7863774dca
Return value from process.env if it exists 2022-01-24 11:53:01 +01:00
Lukas Hass 00464f7144
Test for window existence on global object
This fixes running tests in Jasmine where window not defined
2022-01-24 11:29:26 +01:00
Lukas Hass 605765a86f
Check in env config template 2022-01-24 11:26:49 +01:00
Lukas Hass 8c1f9e1ac7
Fix cp path 2022-01-23 15:17:53 +01:00
David Négrier ad2dd1c8d5
Merge pull request #1740 from thecodingmachine/feature-move-character-api
Feature move character api
2022-01-22 22:26:33 +01:00
David Négrier d8327d1b72
Apply suggestions from code review
Fixing missing return attribute in doc
2022-01-22 22:20:41 +01:00
dependabot[bot] 151cdd353a
Bump nanoid from 3.1.23 to 3.2.0 in /front
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 03:06:53 +00:00
Lukas Hass 5dabd0b2f8
Pre-compile frontend and add environment config script 2022-01-21 21:01:34 +01:00
David Négrier 543ccb4fb6
Merge pull request #1744 from thecodingmachine/add-unsb-doc
Add an unsubscribe on enterLayer documentation
2022-01-21 17:34:42 +01:00
Alexis Faizeau 4eb98fa975 Add an unsubscribe on enterLayer documentation 2022-01-21 17:28:58 +01:00
David Négrier 0be77164ec Translating retry connection error message and fixing E2E tests 2022-01-21 17:09:29 +01:00
David Négrier 51c3f1d972 Refactoring translator to use "_" instead of "translator._".
This is shorter and pollutes less the code.
2022-01-21 17:09:29 +01:00
Alexis Faizeau 1789f36a63 Implement zod checking on translator compiler 2022-01-21 17:09:29 +01:00
Alexis Faizeau 68dc7c2555 Fix languageFound type error on build 2022-01-21 17:09:29 +01:00
Nolway 54ae3bf215 Add language switcher on settings 2022-01-21 17:09:29 +01:00
Nolway 6ff4d6d634 Add fr-FR translations 2022-01-21 17:09:29 +01:00
Nolway bd01a35cc6 Add en-US translations 2022-01-21 17:09:29 +01:00
Nolway 31b92da6ce Move translate documentation 2022-01-21 17:09:29 +01:00
Nolway 41ef9fd49f Replace cookie by local storage to store language 2022-01-21 17:09:29 +01:00
Nolway 8286cdd41d Add WA.player.language in the API 2022-01-21 17:09:29 +01:00
Nolway 77f8426788 Add translator documentation 2022-01-21 17:09:29 +01:00
Nolway 8a2767ef40 Implement Translator: i18n system 2022-01-21 17:09:29 +01:00
Hanusiak Piotr cebb803b2b added test for moveTo command 2022-01-20 15:47:49 +01:00
Hanusiak Piotr e87c0a07a4 moveTo parameter working if layer is found 2022-01-20 15:10:54 +01:00
Hanusiak Piotr cb0c5beecf get additional hash parameters from url 2022-01-20 14:14:24 +01:00
Hanusiak Piotr dd03a2d1ff Merge branch 'develop' into feature-move-character-api 2022-01-20 13:00:31 +01:00
Hanusiak Piotr 72c7eae559 readme changes 2022-01-20 12:54:55 +01:00