Commit graph

715 commits

Author SHA1 Message Date
Gregoire Parant 4beeb62c6f Fix CI 2020-09-23 18:28:12 +02:00
Gregoire Parant d5fdb9d857 Fix style 2020-09-23 18:07:31 +02:00
Gregoire Parant bcb126a146 Merge branch 'develop' into feature/global-message
# Conflicts:
#	back/src/App.ts
2020-09-23 17:26:00 +02:00
Gregoire Parant 942d2cbcef Refactor and remove prevent default keyboard 2020-09-23 17:22:00 +02:00
Gregoire Parant 0d2893ec75 Send at every player connected 2020-09-21 15:11:46 +02:00
Gregoire Parant 8c43c67741 Create feature to send and read audio message 2020-09-21 15:00:39 +02:00
Kharhamel 8b46753c7d
Merge pull request #279 from thecodingmachine/tokenRegister
added a register route via token
2020-09-21 11:02:43 +02:00
arp a19f09bef2 improve the register workflow 2020-09-21 10:51:48 +02:00
Gregoire Parant 16b3e48711 Add menu to switch 2020-09-21 01:16:10 +02:00
Gregoire Parant 1829912c91 Fix remove last childnode 2020-09-21 00:42:39 +02:00
Gregoire Parant e0ae79eaf1 Fini quill box 2020-09-21 00:34:25 +02:00
Gregoire Parant 9b955ebd20 fix style quill box 2020-09-20 19:31:24 +02:00
Gregoire Parant 844bffa988 Create file controller to upload audio document 2020-09-20 19:01:21 +02:00
Gregoire Parant 45ad4bbb36 Send and play audio message 2020-09-20 17:12:27 +02:00
Gregoire Parant 4c7e458e52 create event and brodcast event in backend 2020-09-19 01:08:56 +02:00
arp 3a17795ad3 added basic token auth 2020-09-18 15:48:30 +02:00
arp ed9552b62b added a register route via token 2020-09-17 18:21:49 +02:00
Gregoire Parant e59cbcfaa7 Create console global message
- Add style
- Create zone and button to show the admin console
2020-09-16 21:50:04 +02:00
Gregoire Parant 509196785b Initialise global message
- Create new class to manager global message. My idea is that this class permit to manage audio or text message.
 - Update html to have main content id and inject html in this.
 - Create front event to receive startMessage and stopMessage.
 - Delete impoted variable not used.
2020-09-16 18:38:50 +02:00
David Négrier 1ccbea30e4
Merge pull request #277 from thecodingmachine/groups_in_zones
Making groups part of zones
2020-09-16 16:50:13 +02:00
David Négrier f6458a8335 Removing useless group callbacks at the World level 2020-09-16 16:13:47 +02:00
David Négrier 7410cc8a4b Fixing tests 2020-09-16 16:10:20 +02:00
David Négrier f5f9dcac04 Making groups part of zones 2020-09-16 16:06:43 +02:00
David Négrier 3ca2a5bf68
Merge pull request #227 from thecodingmachine/outline
Working on object support in maps
2020-09-16 12:10:39 +02:00
David Négrier 3a9196fb82 Merge 2020-09-16 11:41:03 +02:00
David Négrier 30e15fbcab
Merge pull request #273 from thecodingmachine/viewport_sharing
[WIP] Performance: Sending position only for players in the viewport
2020-09-16 11:25:49 +02:00
David Négrier 7e7b42ce19 Changing load test to run in circles 2020-09-16 09:31:44 +02:00
David Négrier d24ec0bd75 Plugin PositionNotifier into the main application. 2020-09-15 16:21:41 +02:00
David Négrier f8d462b0d7 Fixing "any" type 2020-09-15 10:10:35 +02:00
David Négrier 9b702c75e3 Adding batched messages + the notion of notifier / zones (not plugged in the system yet) 2020-09-15 10:06:11 +02:00
David Négrier 1879c550c4 Merge branch 'master' of github.com:thecodingmachine/workadventure into develop 2020-09-11 13:42:07 +02:00
David Négrier 483bb9de3a
Merge pull request #269 from thecodingmachine/simulate-player
Create config file artillery websocket
2020-09-11 13:40:44 +02:00
David Négrier f55fa76e86 Removing profiling mode 2020-09-11 10:01:45 +02:00
David Négrier b37a8f63be Moved benchmark to its own directory and added multicore testing + a README 2020-09-11 09:56:05 +02:00
David Négrier 762f4da905
Merge pull request #268 from thecodingmachine/modebuttonsdepth
Setting the depth of the chat mode / presentation mode to 99999 to avoid melting buttons with map.
2020-09-10 09:43:33 +02:00
David Négrier e418e8fd09 Setting the depth of the chat mode / presentation mode to 99999 to avoid melting buttons with map. 2020-09-10 09:31:53 +02:00
Gregoire Parant d4fe59d154 Create config file artillery websocket 2020-09-09 12:32:01 +02:00
David Négrier 2e2e50f7c3
Merge pull request #259 from thecodingmachine/develop
Hiding cam details when entering a Jisti room (prod)
2020-09-02 09:05:23 +02:00
David Négrier 4226453364
Merge pull request #258 from thecodingmachine/hidecamonjistsi
Hiding cam details when entering a Jisti room
2020-09-01 15:08:40 +02:00
David Négrier f70ba1411a Hiding cam details when entering a Jisti room 2020-09-01 14:43:21 +02:00
David Négrier f0497f2d55
Merge pull request #256 from thecodingmachine/develop
Centering character based on game div  (production)
2020-09-01 14:24:10 +02:00
David Négrier 0df6f78e6b
Merge pull request #255 from thecodingmachine/fixcowebsitecentering
Centering character based on game div
2020-09-01 14:15:33 +02:00
David Négrier 9516f6615c Centering character based on game div
Previously, character was centered based on window size, but when doing CoWebsite browsing, window size != game size, leading to poorly centered characters
2020-08-31 17:56:11 +02:00
David Négrier 7f980bd2e9
Merge pull request #252 from thecodingmachine/develop
Prod deployment
2020-08-31 16:29:32 +02:00
David Négrier 1ed132145c
Merge pull request #244 from thecodingmachine/turnserver
Switching on our very own turn server
2020-08-31 16:01:35 +02:00
David Négrier b6590e21dd Fixing coturn URLS 2020-08-31 15:34:51 +02:00
David Négrier 8655aef629 Fixing URL passing in WebRtc setup 2020-08-31 15:34:21 +02:00
David Négrier 3875c0afe8 Fixing environment variable passing in Webpack 2020-08-31 15:34:21 +02:00
David Négrier ed116cf2a3 Switching on our very own turn server 2020-08-31 15:33:50 +02:00
David Négrier 6f6873e870
Merge pull request #251 from thecodingmachine/fix_camera_stop
Camera was not properly closed in EnableCameraScene
2020-08-31 15:31:33 +02:00