David Négrier [Mon, 8 Jun 2020 16:09:12 +0000 (18:09 +0200)]
Merge pull request #157 from thecodingmachine/fixing_long_disconnect
Adding connecting spinner and blinking error to webrtc display
David Négrier [Mon, 8 Jun 2020 16:07:16 +0000 (18:07 +0200)]
Merge pull request #158 from thecodingmachine/multiple_start_positions
Adding the ability to add several entry points
David Négrier [Sun, 7 Jun 2020 21:00:05 +0000 (23:00 +0200)]
Lint
David Négrier [Sun, 7 Jun 2020 20:57:32 +0000 (22:57 +0200)]
Adding support for putting the hash in a map referenced in an exit scene.
David Négrier [Sun, 7 Jun 2020 11:23:32 +0000 (13:23 +0200)]
Adding the ability to add several entry points
We can now have several start layers and choose an entry point using a # in the URL
David Négrier [Sat, 6 Jun 2020 20:49:55 +0000 (22:49 +0200)]
Adding connecting spinner and blinking error to webrtc display
I put a connecting spinner around the user name when the user is connecting.
Also, if an error occurs, we will see a blinking red circle around the player name.
David Négrier [Sat, 6 Jun 2020 20:47:24 +0000 (22:47 +0200)]
Merge pull request #155 from thecodingmachine/fixing_long_disconnect
Fixing disconnection taking ~15 seconds
David Négrier [Fri, 5 Jun 2020 11:07:18 +0000 (13:07 +0200)]
Fixing disconnection taking ~15 seconds
Most of the time, sending a disconnect event to one of the players is enough (the player will close the connection
which will be shut for the other player).
However! In the rare case where the WebRTC connection is not yet established, if we close the connection on one of the player,
the other player will try connecting until a timeout happens (during this time, the circle with the name is displayed for nothing).
So now, we send disconnection event to every body (not only the people in the group, but also to the person leaving the group)
David Négrier [Thu, 4 Jun 2020 20:18:44 +0000 (22:18 +0200)]
Merge pull request #145 from thecodingmachine/profiling
Adding a Yarn command to profile
David Négrier [Thu, 4 Jun 2020 20:18:15 +0000 (22:18 +0200)]
Merge pull request #152 from thecodingmachine/hotfix-metadata-share
Add meta tags for shared url
David Négrier [Thu, 4 Jun 2020 20:17:00 +0000 (22:17 +0200)]
Merge pull request #150 from thecodingmachine/strict_mode_front
Enabling Typescript strict mode on the front
David Négrier [Thu, 4 Jun 2020 16:54:34 +0000 (18:54 +0200)]
Finalizing strict mode fixes
David Négrier [Thu, 4 Jun 2020 16:11:07 +0000 (18:11 +0200)]
More strict fixes
David Négrier [Wed, 3 Jun 2020 21:17:52 +0000 (23:17 +0200)]
Allowing ill defined initializers (because of the way Phaser 3 is designed)
David Négrier [Wed, 3 Jun 2020 20:57:00 +0000 (22:57 +0200)]
More strict fixes
David Négrier [Wed, 3 Jun 2020 20:32:43 +0000 (22:32 +0200)]
More strict typecheck fixes
David Négrier [Wed, 3 Jun 2020 09:55:31 +0000 (11:55 +0200)]
Fixing strict type checks
David Négrier [Wed, 3 Jun 2020 09:18:53 +0000 (11:18 +0200)]
Enabling Typescript strict mode on the front
This is very important otherwise, a number of useful checks (like nullable objects not propertly checked) are not performed.
See https://dev.to/briwa/how-strict-is-typescript-s-strict-mode-311a
lotfiidir1 [Thu, 4 Jun 2020 15:52:55 +0000 (17:52 +0200)]
Add meta tags for shared url
David Négrier [Thu, 4 Jun 2020 14:03:24 +0000 (16:03 +0200)]
Fixing start url
David Négrier [Thu, 4 Jun 2020 13:56:06 +0000 (15:56 +0200)]
Changing call to action wording
David Négrier [Thu, 4 Jun 2020 13:34:57 +0000 (15:34 +0200)]
Merge pull request #139 from thecodingmachine/landingpage
first landingpage release
David Négrier [Thu, 4 Jun 2020 13:23:54 +0000 (15:23 +0200)]
Fixing front title
David Négrier [Thu, 4 Jun 2020 13:20:32 +0000 (15:20 +0200)]
Fixing wording
David Négrier [Thu, 4 Jun 2020 12:06:50 +0000 (14:06 +0200)]
Renaming landing_page directory to website
NIP [Thu, 4 Jun 2020 10:08:47 +0000 (12:08 +0200)]
Add new image for interaction
Fix some issues (txt)
NIP [Wed, 3 Jun 2020 22:52:25 +0000 (00:52 +0200)]
Add info for futur features
NIP [Wed, 3 Jun 2020 22:38:47 +0000 (00:38 +0200)]
LP new version
David Négrier [Wed, 3 Jun 2020 09:20:57 +0000 (11:20 +0200)]
Merge pull request #149 from thecodingmachine/multiple_start_positions_in_layer
Allowing several start positions in a given start layer
David Négrier [Wed, 3 Jun 2020 09:14:04 +0000 (11:14 +0200)]
Allowing several start positions in a given start layer
If more than one tile was set in the "start" layer, the last tile would be selected.
Now, the tile is selected at random among available tiles.
Also, a message is issued if no tiles have been put on the "start" layer.
David Négrier [Wed, 3 Jun 2020 08:55:17 +0000 (10:55 +0200)]
Merge pull request #147 from thecodingmachine/fix_gamescene_reuse
Removing GameScene from the list of known GameScene when leaving
David Négrier [Wed, 3 Jun 2020 08:45:25 +0000 (10:45 +0200)]
Removing GameScene from the list of known GameScene when leaving
This is important because when we come back to the GameScene later, some properties of the GameScene object might be initialized with the values of the previous GameScene.
Like the position if the user previously disconnected.
Closes #146
David Négrier [Wed, 3 Jun 2020 07:22:51 +0000 (09:22 +0200)]
Fixing typo
David Négrier [Wed, 3 Jun 2020 07:18:49 +0000 (09:18 +0200)]
Adding a Yarn command to profile
kevin [Tue, 2 Jun 2020 23:28:37 +0000 (01:28 +0200)]
Merge branch 'master' of github.com:thecodingmachine/workadventure into landingpage
kevin [Tue, 2 Jun 2020 23:28:19 +0000 (01:28 +0200)]
add maps and improve link copy
kevin [Tue, 2 Jun 2020 22:59:41 +0000 (00:59 +0200)]
add new page (choose map)
kevin [Tue, 2 Jun 2020 22:31:42 +0000 (00:31 +0200)]
add second page
David Négrier [Tue, 2 Jun 2020 14:00:05 +0000 (16:00 +0200)]
Merge pull request #144 from moufmouf/fix_warning_on_character_select
Fixing warning on character selection
David Négrier [Tue, 2 Jun 2020 13:57:11 +0000 (15:57 +0200)]
Fixing warning on character selection
David Négrier [Tue, 2 Jun 2020 12:26:56 +0000 (14:26 +0200)]
Merge pull request #142 from thecodingmachine/optimize_event_sent
Limiting the number of messages sent while moving
David Négrier [Tue, 2 Jun 2020 11:44:42 +0000 (13:44 +0200)]
Adding PlayersPositionInterpolator to interpolate/extrapolate players positions
Hugo Averty [Tue, 2 Jun 2020 10:55:16 +0000 (12:55 +0200)]
Adding pixel style on step images
David Négrier [Tue, 2 Jun 2020 08:48:04 +0000 (10:48 +0200)]
Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine)
Hugo Averty [Tue, 2 Jun 2020 07:51:21 +0000 (09:51 +0200)]
Fixd CSS
Hugo Averty [Tue, 2 Jun 2020 06:54:40 +0000 (08:54 +0200)]
Fix on social and CSS
Hugo Averty [Tue, 2 Jun 2020 06:54:25 +0000 (08:54 +0200)]
Fix on social and CSS
Hugo Averty [Tue, 2 Jun 2020 06:26:16 +0000 (08:26 +0200)]
Adding social links and floppy
David Négrier [Mon, 1 Jun 2020 20:42:18 +0000 (22:42 +0200)]
Sending position only every 200ms while moving
Hugo Averty [Mon, 1 Jun 2020 18:30:56 +0000 (20:30 +0200)]
Adding LP details : animations, effect, styles
Hugo Averty [Mon, 1 Jun 2020 18:29:51 +0000 (20:29 +0200)]
Adding LP details : animations, effect, styles
Hugo Averty [Mon, 1 Jun 2020 18:29:14 +0000 (20:29 +0200)]
Adding LP details : animations, effect, styles
Hugo Averty [Mon, 1 Jun 2020 16:47:54 +0000 (18:47 +0200)]
Front modification for landing page integration
David Négrier [Mon, 1 Jun 2020 14:39:34 +0000 (16:39 +0200)]
Fixing e2e test URL
David Négrier [Mon, 1 Jun 2020 14:22:42 +0000 (16:22 +0200)]
Adding Javascript to redirect to the correct game URL
David Négrier [Mon, 1 Jun 2020 14:12:48 +0000 (16:12 +0200)]
Adding continuous integration for website
David Négrier [Mon, 1 Jun 2020 14:05:01 +0000 (16:05 +0200)]
Dockerising the landing_page
David Négrier [Mon, 1 Jun 2020 13:21:01 +0000 (15:21 +0200)]
Merge branch 'master' of github.com:thecodingmachine/workadventure into landingpage
grégoire parant [Mon, 1 Jun 2020 11:49:04 +0000 (13:49 +0200)]
Merge pull request #140 from thecodingmachine/fix-animation
Fix animation player
Gregoire Parant [Mon, 1 Jun 2020 11:20:45 +0000 (13:20 +0200)]
Fix animation player
kevin [Mon, 1 Jun 2020 11:18:57 +0000 (13:18 +0200)]
fix header
kevin [Mon, 1 Jun 2020 11:09:23 +0000 (13:09 +0200)]
first landingpage release
grégoire parant [Mon, 1 Jun 2020 10:10:19 +0000 (12:10 +0200)]
Merge pull request #138 from thecodingmachine/caching-bundle-webpack
Update strategy caching bundle front js files with webpack
Gregoire Parant [Mon, 1 Jun 2020 09:53:12 +0000 (11:53 +0200)]
Update strategy caching bundle front js files with webpack
- Add HtmlWebpackPlugin to use template index html
David Négrier [Thu, 28 May 2020 20:09:52 +0000 (22:09 +0200)]
Merge pull request #135 from thecodingmachine/track_server_load
Tracking nb users connected and server load
David Négrier [Thu, 28 May 2020 20:00:56 +0000 (22:00 +0200)]
Tracking nb users connected and server load
When a user connects or disconnects on the server, we log this (along the current server load).
This is only temporary, in order to assess the number of users a server can safely handle before crashing.
David Négrier [Thu, 28 May 2020 10:32:44 +0000 (12:32 +0200)]
Merge pull request #134 from thecodingmachine/map-coders
Add a coders exit to https://npeguin.github.io/coders-map/map.json
NIP [Thu, 28 May 2020 10:19:46 +0000 (12:19 +0200)]
Fix issue on start point
NIP [Thu, 28 May 2020 09:56:47 +0000 (11:56 +0200)]
Add a coders exit to https://npeguin.github.io/coders-map/map.json
David Négrier [Wed, 27 May 2020 21:20:30 +0000 (23:20 +0200)]
Merge pull request #133 from thecodingmachine/cleanup_namespace
Trying to trigger delete on correct branch
David Négrier [Wed, 27 May 2020 21:20:12 +0000 (23:20 +0200)]
Trying to trigger delete on correct branch
David Négrier [Wed, 27 May 2020 20:32:22 +0000 (22:32 +0200)]
Merge pull request #132 from thecodingmachine/cleanup_namespace
Fixing Docker again
David Négrier [Wed, 27 May 2020 20:30:42 +0000 (22:30 +0200)]
Fixing Docker again
David Négrier [Wed, 27 May 2020 20:28:35 +0000 (22:28 +0200)]
Merge pull request #131 from thecodingmachine/cleanup_namespace
Fixing Docker reference to image
David Négrier [Wed, 27 May 2020 20:27:52 +0000 (22:27 +0200)]
Fixing Docker
David Négrier [Wed, 27 May 2020 20:25:58 +0000 (22:25 +0200)]
Merge pull request #130 from thecodingmachine/cleanup_namespace
Adding cleanup action on delete
David Négrier [Wed, 27 May 2020 20:20:08 +0000 (22:20 +0200)]
Adding cleanup action on delete
David Négrier [Wed, 27 May 2020 07:39:47 +0000 (09:39 +0200)]
Merge pull request #129 from thecodingmachine/rework_login_scene
Adding a new SelectCharacterScene
David Négrier [Tue, 26 May 2020 20:26:50 +0000 (22:26 +0200)]
Adding localStorage for selected user
David Négrier [Tue, 26 May 2020 20:17:00 +0000 (22:17 +0200)]
Storing user name in local storage
David Négrier [Tue, 26 May 2020 15:43:25 +0000 (17:43 +0200)]
Fix lint
David Négrier [Tue, 26 May 2020 15:37:26 +0000 (17:37 +0200)]
Fixing import
David Négrier [Tue, 26 May 2020 15:25:29 +0000 (17:25 +0200)]
Adding communication between LoginScene and SelectCharacterScene
David Négrier [Tue, 26 May 2020 15:02:04 +0000 (17:02 +0200)]
Fixing selection on keyboard after selection using mouse
David Négrier [Mon, 25 May 2020 21:26:27 +0000 (23:26 +0200)]
Adding a new SelectCharacterScene
Taking what was done in the LoginScene regarding character selection and putting it in its own scene.
Also, making character selection possible via the keyboard.
David Négrier [Mon, 25 May 2020 20:44:33 +0000 (22:44 +0200)]
Merge pull request #127 from thecodingmachine/remove_dead_code
Removing dead code from previous messaging system
David Négrier [Sun, 24 May 2020 21:33:56 +0000 (23:33 +0200)]
Commenting out the notion of status in the GameManager
It seems to be useless
David Négrier [Sun, 24 May 2020 21:29:51 +0000 (23:29 +0200)]
Also removing dead class
David Négrier [Sun, 24 May 2020 21:27:32 +0000 (23:27 +0200)]
Removing dead code from previous messaging system
Remvoing messages that were no more used in the new messaging system (the code used to handle the message that sent the position of all users on the front side)
David Négrier [Sun, 24 May 2020 21:29:05 +0000 (23:29 +0200)]
Merge pull request #126 from thecodingmachine/typos
Fixing typos.
David Négrier [Sun, 24 May 2020 21:14:12 +0000 (23:14 +0200)]
Fixing typos.
Replaced connexion with connection and LogincScene with LoginScene
David Négrier [Sun, 24 May 2020 20:58:06 +0000 (22:58 +0200)]
Merge pull request #124 from moufmouf/rename_maps_endpoint
Renaming /maps to /start-map
David Négrier [Sun, 24 May 2020 20:53:10 +0000 (22:53 +0200)]
Renaming /maps to /start-map
Closes #90
David Négrier [Sun, 24 May 2020 13:39:49 +0000 (15:39 +0200)]
Improving doc
David Négrier [Sat, 23 May 2020 19:48:10 +0000 (21:48 +0200)]
Merge pull request #123 from thecodingmachine/map_instances
Adding a notion of instances per map
David Négrier [Sat, 23 May 2020 15:27:49 +0000 (17:27 +0200)]
Adding a notion of instances per mapAdding a notion of instances to room
The URL signature becomes:
https://workadventu.re/_/[instance]/[path_to_map.json]
This allows us to create many instances of the same map (and therefore to create several different worlds for different people)
An exit on a map can target another "instance" by passing the "exitInstance" property.
David Négrier [Sat, 23 May 2020 15:25:18 +0000 (17:25 +0200)]
Merge pull request #120 from thecodingmachine/refactor_messages
Refactored and optimized messages
David Négrier [Sat, 23 May 2020 15:12:36 +0000 (17:12 +0200)]
Merge pull request #122 from thecodingmachine/reconnecting_scene
Adding a special scene to wait for server reconnection
David Négrier [Sat, 23 May 2020 15:12:10 +0000 (17:12 +0200)]
Merge pull request #121 from thecodingmachine/fix_mediatream_manage
Fix mediatream manage and connection server down
Gregoire Parant [Sat, 23 May 2020 14:50:17 +0000 (16:50 +0200)]
Fix CI