Commit Graph

473 Commits

Author SHA1 Message Date
Hugo Averty 92215128b7 Adding pixel style on step images 2020-06-02 12:55:16 +02:00
David Négrier d69ce8a6a6 Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine) 2020-06-02 10:48:04 +02:00
Hugo Averty e1b280e8b6 Fixd CSS 2020-06-02 09:51:21 +02:00
Hugo Averty 140d23f9fd Fix on social and CSS 2020-06-02 08:54:40 +02:00
Hugo Averty 83eef9d8a9 Fix on social and CSS 2020-06-02 08:54:25 +02:00
Hugo Averty 19f0b42548 Adding social links and floppy 2020-06-02 08:26:16 +02:00
David Négrier 077b29bfbd Sending position only every 200ms while moving 2020-06-01 22:42:18 +02:00
Hugo Averty 2d99ec963e Adding LP details : animations, effect, styles 2020-06-01 20:30:56 +02:00
Hugo Averty 94dc2ec2f1 Adding LP details : animations, effect, styles 2020-06-01 20:29:51 +02:00
Hugo Averty fe05f43001 Adding LP details : animations, effect, styles 2020-06-01 20:29:14 +02:00
Hugo Averty ee394296ea Front modification for landing page integration 2020-06-01 18:47:54 +02:00
David Négrier 2d20302ab2 Fixing e2e test URL 2020-06-01 16:39:34 +02:00
David Négrier b652a986c8 Adding Javascript to redirect to the correct game URL 2020-06-01 16:22:42 +02:00
David Négrier 0574cb7d33 Adding continuous integration for website 2020-06-01 16:12:48 +02:00
David Négrier d20e85eba6 Dockerising the landing_page 2020-06-01 16:05:01 +02:00
David Négrier 26255fc65f Merge branch 'master' of github.com:thecodingmachine/workadventure into landingpage 2020-06-01 15:21:01 +02:00
grégoire parant 6f646745c1
Merge pull request #140 from thecodingmachine/fix-animation
Fix animation player
2020-06-01 13:49:04 +02:00
Gregoire Parant b931a8f117 Fix animation player 2020-06-01 13:20:45 +02:00
kevin addbf0b1f0 fix header 2020-06-01 13:18:57 +02:00
kevin c809c91c25 first landingpage release 2020-06-01 13:09:23 +02:00
grégoire parant 9c3151a077
Merge pull request #138 from thecodingmachine/caching-bundle-webpack
Update strategy caching bundle front js files with webpack
2020-06-01 12:10:19 +02:00
Gregoire Parant 244f87196e Update strategy caching bundle front js files with webpack
- Add HtmlWebpackPlugin to use template index html
2020-06-01 11:53:12 +02:00
David Négrier f2d7a9a732
Merge pull request #135 from thecodingmachine/track_server_load
Tracking nb users connected and server load
2020-05-28 22:09:52 +02:00
David Négrier 66ec11176b 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.
2020-05-28 22:00:56 +02:00
David Négrier 763d988848
Merge pull request #134 from thecodingmachine/map-coders
Add a coders exit to https://npeguin.github.io/coders-map/map.json
2020-05-28 12:32:44 +02:00
NIP 5066e5ad4c Fix issue on start point 2020-05-28 12:19:46 +02:00
NIP c90994574a Add a coders exit to https://npeguin.github.io/coders-map/map.json 2020-05-28 11:56:47 +02:00
David Négrier 50e4a7013c
Merge pull request #133 from thecodingmachine/cleanup_namespace
Trying to trigger delete on correct branch
2020-05-27 23:20:30 +02:00
David Négrier 9dd5657148 Trying to trigger delete on correct branch 2020-05-27 23:20:12 +02:00
David Négrier da1db983cd
Merge pull request #132 from thecodingmachine/cleanup_namespace
Fixing Docker again
2020-05-27 22:32:22 +02:00
David Négrier 04bd9ce9d5 Fixing Docker again 2020-05-27 22:30:53 +02:00
David Négrier 206ebc9669
Merge pull request #131 from thecodingmachine/cleanup_namespace
Fixing Docker reference to image
2020-05-27 22:28:35 +02:00
David Négrier 2b7a11dffc Fixing Docker 2020-05-27 22:27:52 +02:00
David Négrier f8a5769a38
Merge pull request #130 from thecodingmachine/cleanup_namespace
Adding cleanup action on delete
2020-05-27 22:25:58 +02:00
David Négrier 81024bbd5d Adding cleanup action on delete 2020-05-27 22:20:08 +02:00
David Négrier bab833760d
Merge pull request #129 from thecodingmachine/rework_login_scene
Adding a new SelectCharacterScene
2020-05-27 09:39:47 +02:00
David Négrier f69f99f449 Adding localStorage for selected user 2020-05-26 22:26:50 +02:00
David Négrier 52e3b47cc1 Storing user name in local storage 2020-05-26 22:17:00 +02:00
David Négrier f36bd240a7 Fix lint 2020-05-26 17:43:25 +02:00
David Négrier 0492dfdf3a Fixing import 2020-05-26 17:37:26 +02:00
David Négrier 04a1f90ed5 Adding communication between LoginScene and SelectCharacterScene 2020-05-26 17:25:29 +02:00
David Négrier 5806e379c8 Fixing selection on keyboard after selection using mouse 2020-05-26 17:02:04 +02:00
David Négrier da0d9fed87 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.
2020-05-25 23:26:27 +02:00
David Négrier a0ce57e582
Merge pull request #127 from thecodingmachine/remove_dead_code
Removing dead code from previous messaging system
2020-05-25 22:44:33 +02:00
David Négrier 21576946f0 Commenting out the notion of status in the GameManager
It seems to be useless
2020-05-25 22:37:07 +02:00
David Négrier 62cb8cca87 Also removing dead class 2020-05-25 22:36:44 +02:00
David Négrier 17e7f1b37a 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)
2020-05-25 22:36:44 +02:00
David Négrier 0ade4daa99
Merge pull request #126 from thecodingmachine/typos
Fixing typos.
2020-05-24 23:29:05 +02:00
David Négrier 1fa39b0781 Fixing typos.
Replaced connexion with connection and LogincScene with LoginScene
2020-05-24 23:14:12 +02:00
David Négrier b58eef6e7f
Merge pull request #124 from moufmouf/rename_maps_endpoint
Renaming /maps to /start-map
2020-05-24 22:58:06 +02:00