Commit Graph

  • 8c1f9e1ac7 Fix cp path Lukas Hass 2022-01-23 15:17:53 +01:00
  • ad2dd1c8d5 Merge pull request #1740 from thecodingmachine/feature-move-character-api David Négrier 2022-01-22 22:26:33 +01:00
  • d8327d1b72 Apply suggestions from code review David Négrier 2022-01-22 22:20:41 +01:00
  • 151cdd353a Bump nanoid from 3.1.23 to 3.2.0 in /front dependabot[bot] 2022-01-22 03:06:53 +00:00
  • 5dabd0b2f8 Pre-compile frontend and add environment config script Lukas Hass 2022-01-21 21:01:34 +01:00
  • 543ccb4fb6 Merge pull request #1744 from thecodingmachine/add-unsb-doc David Négrier 2022-01-21 17:34:42 +01:00
  • 4eb98fa975 Add an unsubscribe on enterLayer documentation Alexis Faizeau 2022-01-21 17:28:58 +01:00
  • 0be77164ec Translating retry connection error message and fixing E2E tests David Négrier 2022-01-19 11:36:08 +01:00
  • 51c3f1d972 Refactoring translator to use "_" instead of "translator._". David Négrier 2022-01-19 09:28:08 +01:00
  • 1789f36a63 Implement zod checking on translator compiler Alexis Faizeau 2022-01-10 17:40:04 +01:00
  • 68dc7c2555 Fix languageFound type error on build Alexis Faizeau 2022-01-10 16:12:58 +01:00
  • 54ae3bf215 Add language switcher on settings Nolway 2022-01-07 01:50:47 +01:00
  • 6ff4d6d634 Add fr-FR translations Nolway 2022-01-06 23:08:15 +01:00
  • bd01a35cc6 Add en-US translations Nolway 2021-12-19 16:01:51 +01:00
  • 31b92da6ce Move translate documentation Nolway 2021-12-18 22:32:15 +01:00
  • 41ef9fd49f Replace cookie by local storage to store language Nolway 2021-12-18 22:18:35 +01:00
  • 8286cdd41d Add WA.player.language in the API Nolway 2021-12-09 01:31:18 +01:00
  • 77f8426788 Add translator documentation Nolway 2021-12-08 20:12:18 +01:00
  • 8a2767ef40 Implement Translator: i18n system Nolway 2021-12-08 01:34:50 +01:00
  • cebb803b2b added test for moveTo command Hanusiak Piotr 2022-01-20 15:47:49 +01:00
  • e87c0a07a4 moveTo parameter working if layer is found Hanusiak Piotr 2022-01-20 15:10:54 +01:00
  • cb0c5beecf get additional hash parameters from url Hanusiak Piotr 2022-01-20 14:14:24 +01:00
  • dd03a2d1ff Merge branch 'develop' into feature-move-character-api Hanusiak Piotr 2022-01-20 13:00:31 +01:00
  • 72c7eae559 readme changes Hanusiak Piotr 2022-01-20 12:54:55 +01:00
  • b088e63290 little fixes for moveTo example and with event return data Hanusiak Piotr 2022-01-20 10:04:19 +01:00
  • bf6b9a7c83 do not call joystick logic if not on mobile Hanusiak Piotr 2022-01-20 09:39:41 +01:00
  • 3b3807d474 Merge branch 'develop' of github.com:thecodingmachine/workadventure _Bastler 2022-01-20 08:16:40 +01:00
  • 5f62894d56 Merge pull request #1711 from thecodingmachine/e2e_fix_try David Négrier 2022-01-19 21:57:16 +01:00
  • 7ff5b32557 Improving instance type David Négrier 2022-01-19 21:47:06 +01:00
  • 4dac3d0100 Update testcafe David Négrier 2022-01-19 21:15:36 +01:00
  • 35e44a92b9 Updating Dockerfile testcafe version David Négrier 2022-01-06 22:20:24 +01:00
  • ca6fdb9025 Trying to make E2E tests more stable David Négrier 2022-01-06 19:32:45 +01:00
  • 6a9bd08893 Updating Node builder version David Négrier 2022-01-19 21:09:57 +01:00
  • 62b00f852d throw an exception if no path found when using player.moveTo command. Cancelling path following no longer rejects the promise Hanusiak Piotr 2022-01-19 17:22:28 +01:00
  • 0409422a44 Merge pull request #1732 from thecodingmachine/remove-last-message David Négrier 2022-01-19 15:51:05 +01:00
  • fd88399938 Simplifying if condition David Négrier 2022-01-19 15:45:16 +01:00
  • 30811e7702 Remove the last message before add a new chat peer Alexis Faizeau 2022-01-14 17:04:31 +01:00
  • 1e3c81617f Merge pull request #1735 from thecodingmachine/walking-shortest-path David Négrier 2022-01-19 15:34:49 +01:00
  • ef02a06ad7 more details to the readme Hanusiak Piotr 2022-01-19 15:32:26 +01:00
  • e70289c61d add WA.player.moveTo command to the readme Hanusiak Piotr 2022-01-19 15:28:49 +01:00
  • 8f40e7a33c reject path following path promise if interrupted Hanusiak Piotr 2022-01-19 14:16:05 +01:00
  • c023c4f8fd optional following path movement speed Hanusiak Piotr 2022-01-19 13:53:06 +01:00
  • 9b94705177 manually resolve promise on certain events for player path following Hanusiak Piotr 2022-01-19 13:09:17 +01:00
  • f78392ceab Pathfinding manager will now return path steps in pixel units by default Hanusiak Piotr 2022-01-19 12:30:08 +01:00
  • 1d6c36d877 fix front _Bastler 2022-01-19 11:41:05 +01:00
  • 93fbc47c5e Merge branch 'develop' of github.com:thecodingmachine/workadventure _Bastler 2022-01-19 11:34:13 +01:00
  • f96eac4737 Merge branch 'walking-shortest-path' into feature-move-character-api Hanusiak Piotr 2022-01-19 10:54:19 +01:00
  • 9e5d8f5d9c cr fixes Hanusiak Piotr 2022-01-19 10:37:56 +01:00
  • 29e44d3023 Player move API wip Hanusiak Piotr 2022-01-19 09:34:06 +01:00
  • a2b52a2876 Merge pull request #1733 from thecodingmachine/dependabot/npm_and_yarn/messages/shelljs-0.8.5 David Négrier 2022-01-19 09:05:06 +01:00
  • e0e1a7e76a Merge branch 'develop' into walking-shortest-path Hanusiak Piotr 2022-01-18 12:37:27 +01:00
  • 1c4e803dd7 move to the nearest tile if possible Hanusiak Piotr 2022-01-18 12:33:46 +01:00
  • 67cd0dfb29 disable context menu. Move player only on left-click Hanusiak Piotr 2022-01-18 11:18:52 +01:00
  • 391fe7eed3 for pathfinding we are now taking into consideration all tiles, looking for 'collides' property Hanusiak Piotr 2022-01-18 10:26:40 +01:00
  • 0d4befc850 Merge pull request #1731 from thecodingmachine/fix-group-master David Négrier 2022-01-17 18:16:36 +01:00
  • 7576cea7e0 removed obsolete comments. Pass path as reference Hanusiak Piotr 2022-01-17 16:11:08 +01:00
  • 3e81278e72 proper player movement on click Hanusiak Piotr 2022-01-17 16:04:59 +01:00
  • e557e8ea72 player following the path wip Hanusiak Piotr 2022-01-17 14:36:00 +01:00
  • 77ee39110f handle pointerup event Hanusiak Piotr 2022-01-17 11:52:02 +01:00
  • 28543be121 Player class is no longer dependent on UserInputManager Hanusiak Piotr 2022-01-17 11:37:28 +01:00
  • 173d10738d created interface to implement for UserInputManager Hanusiak Piotr 2022-01-17 11:16:42 +01:00
  • 24aaa4582f Merge branch 'develop' of github.com:thecodingmachine/workadventure _Bastler 2022-01-17 08:21:06 +01:00
  • 5b186c1bba Bump shelljs from 0.8.4 to 0.8.5 in /messages dependabot[bot] 2022-01-15 06:59:54 +00:00
  • 4a5ef4ab86 Change group radius management Alexis Faizeau 2022-01-12 10:48:41 +01:00
  • ccfe049e6c Merge pull request #1723 from thecodingmachine/fix-group David Négrier 2022-01-14 13:53:15 +01:00
  • 6269ba997b Merge pull request #1730 from thecodingmachine/camera-api-docs-update David Négrier 2022-01-14 13:17:52 +01:00
  • b1cad1e5d3 merged develop Hanusiak Piotr 2022-01-14 12:52:04 +01:00
  • 000b2cfe73 created PathfindingManager. WIP Hanusiak Piotr 2022-01-12 17:13:37 +01:00
  • a344d8c2bc api-camera docs update Hanusiak Piotr 2022-01-14 12:38:16 +01:00
  • 82c2d21423 Merge pull request #1654 from thecodingmachine/feature-camera-management David Négrier 2022-01-14 11:57:05 +01:00
  • cd566e43a7 Change group radius management Alexis Faizeau 2022-01-12 10:48:41 +01:00
  • 7ee41bad30 change setViewport action to set for CameraAPI Hanusiak Piotr 2022-01-14 11:41:37 +01:00
  • 17e9c3c586 handle instant camera view change Hanusiak Piotr 2022-01-14 11:31:49 +01:00
  • ed28cd0882 Merge branch 'develop' of github.com:thecodingmachine/workadventure _Bastler 2022-01-14 10:43:49 +01:00
  • 391c34d0c9 Merge pull request #1729 from thecodingmachine/dependabot/npm_and_yarn/pusher/follow-redirects-1.14.7 David Négrier 2022-01-14 10:43:18 +01:00
  • 0abdf9faf8 Merge pull request #1728 from thecodingmachine/dependabot/npm_and_yarn/back/follow-redirects-1.14.7 David Négrier 2022-01-14 10:43:08 +01:00
  • 15db3e3704 Merge branch 'develop' of github.com:thecodingmachine/workadventure _Bastler 2022-01-14 10:36:39 +01:00
  • 201d804d98 Bump follow-redirects from 1.14.4 to 1.14.7 in /pusher dependabot[bot] 2022-01-14 09:27:12 +00:00
  • 57b2b4e9fe Bump follow-redirects from 1.14.6 to 1.14.7 in /back dependabot[bot] 2022-01-14 09:27:10 +00:00
  • f39f13b2dd Merge pull request #1727 from thecodingmachine/dependabot/npm_and_yarn/front/follow-redirects-1.14.7 David Négrier 2022-01-14 10:26:39 +01:00
  • 8c11db1f62 Bump follow-redirects from 1.14.4 to 1.14.7 in /front dependabot[bot] 2022-01-14 07:50:10 +00:00
  • c2b2385e96 Camera now centers on focusable zone properly Hanusiak Piotr 2022-01-13 18:54:38 +01:00
  • fa2bf25d8b Merge branch 'walking-shortest-path' of github.com:thecodingmachine/workadventure into walking-shortest-path Hanusiak Piotr 2022-01-13 17:13:15 +01:00
  • 49247ac530 created PathfindingManager. WIP Hanusiak Piotr 2022-01-12 17:13:37 +01:00
  • 2f16ec51e4 Merge branch 'develop' of github.com:thecodingmachine/workadventure _Bastler 2022-01-13 16:56:39 +01:00
  • a164cedf3f Camera FocusTarget width and height are now optional Hanusiak Piotr 2022-01-13 16:43:58 +01:00
  • d99930a67e save last zoom value if setting the camera viewport without locking it Hanusiak Piotr 2022-01-13 16:17:49 +01:00
  • d62b116e5d merge setPosition and focusOn into setViewport Hanusiak Piotr 2022-01-13 16:08:16 +01:00
  • 57d2dec756 Merge pull request #1724 from thecodingmachine/master David Négrier 2022-01-13 15:59:54 +01:00
  • 22bfe8bc71 Merge branch 'develop' of github.com:thecodingmachine/workadventure _Bastler 2022-01-13 13:30:09 +01:00
  • a1c96b0524 merged develop Hanusiak Piotr 2022-01-13 10:44:06 +01:00
  • 7b08429db3 Merge pull request #1719 from thecodingmachine/focusable-zone-allow-zoom David Négrier 2022-01-12 18:51:17 +01:00
  • 242411889a Merge pull request #1722 from thecodingmachine/allow_disabling_modules David Négrier 2022-01-12 18:49:00 +01:00
  • 9425fd70c0 Adding a new property to prevent script from being loaded in "modules" mode David Négrier 2022-01-12 17:22:41 +01:00
  • d772fd27f8 created PathfindingManager. WIP Hanusiak Piotr 2022-01-12 17:13:37 +01:00
  • 905bd079ec camera is now properly focusing on target when zooming, if any Hanusiak Piotr 2022-01-12 12:58:27 +01:00
  • 58af1f05f7 unlocking zooming with a delay when entering / leaving focusable zone Hanusiak Piotr 2022-01-12 12:08:11 +01:00
  • 04a334c8e7 Merge branch 'develop' of github.com:thecodingmachine/workadventure _Bastler 2022-01-12 10:56:50 +01:00
  • f9f2370afb fix firefox private _Bastler 2022-01-12 10:56:47 +01:00
  • 3f3f488924 Merge pull request #1718 from thecodingmachine/master Alexis Faizeau 2022-01-12 10:47:27 +01:00