David Négrier
|
c442d6ce67
|
Lint
|
2020-08-20 22:29:14 +02:00 |
|
David Négrier
|
dc36af19bc
|
Detecting press on "stop screen sharing"
|
2020-08-20 22:23:38 +02:00 |
|
David Négrier
|
1162439479
|
Overloading destroy method instead of having a separate method to remove video.
|
2020-08-20 22:23:22 +02:00 |
|
David Négrier
|
27ffb6b13d
|
Refactoring SimplePeer code: splitting Peer instantiation into 2 subclasses (VideoPeer and ScreenSharingPeer). This leads to way leaner code.
|
2020-08-20 16:56:10 +02:00 |
|
David Négrier
|
894f7c8009
|
Removing useless roomID parameter in WebRtcSignal message
|
2020-08-20 15:21:07 +02:00 |
|
David Négrier
|
0119534283
|
First version of screen-sharing that works when a user is joining a group after screen sharing begun.
|
2020-08-20 00:05:00 +02:00 |
|
David Négrier
|
6c5772e849
|
Fixing typipng in back
|
2020-08-18 15:31:42 +02:00 |
|
David Négrier
|
cc1cb2f671
|
Fixing linting
|
2020-08-18 14:59:50 +02:00 |
|
David Négrier
|
2e61c2ef62
|
Getting back code in compilable fashion after huge rebase
|
2020-08-18 00:12:38 +02:00 |
|
Gregoire Parant
|
4b72958193
|
Fix peer connexion for two player with screen sharing
|
2020-08-17 23:56:46 +02:00 |
|
Gregoire Parant
|
a8f27e6084
|
Create event to start webrtc screen charing
|
2020-08-17 23:54:26 +02:00 |
|
Gregoire Parant
|
a4f42111d7
|
Update screen sharing feature
|
2020-08-17 23:47:17 +02:00 |
|
Gregoire Parant
|
0bbed7717a
|
Continue screen sharing
|
2020-08-17 23:39:50 +02:00 |
|
Gregoire Parant
|
3e2c5049f2
|
Fix to add special screen sharing
|
2020-08-17 23:36:02 +02:00 |
|
Gregoire Parant
|
209057e3fc
|
New fictive user screen sharing
- Create new fictive user
- Add new fictive user in WebRtc group
- Add screen sharing video on left side
|
2020-08-17 23:32:39 +02:00 |
|
Gregoire Parant
|
6c1b8122ef
|
Fix CI
|
2020-08-17 23:19:31 +02:00 |
|
Gregoire Parant
|
eed5333d69
|
Stability simple peer
|
2020-08-17 23:18:38 +02:00 |
|
Gregoire Parant
|
208b91e52a
|
Feature screen sharing
- Send stream of screen sharing in peer connexion
- Add button for share your screen
|
2020-08-17 23:17:00 +02:00 |
|
David Négrier
|
6b970adc6c
|
Merge branch 'develop' of github.com:thecodingmachine/workadventure into outline
# Conflicts:
# front/src/Phaser/Game/GameScene.ts
# front/src/Phaser/Player/Player.ts
# front/src/index.ts
# front/yarn.lock
|
2020-08-17 22:51:37 +02:00 |
|
David Négrier
|
e1989c1c21
|
Merge pull request #238 from moufmouf/layoutmanager
Adding LayoutManager to position videos according to chosen layout / importance
|
2020-08-17 22:08:41 +02:00 |
|
David Négrier
|
fc78249eae
|
Code cleanup
|
2020-08-17 22:03:08 +02:00 |
|
David Négrier
|
0f305b0c12
|
CSS cleanup
|
2020-08-17 21:59:26 +02:00 |
|
David Négrier
|
beb0d1ef0a
|
Linter fix
|
2020-08-17 16:18:39 +02:00 |
|
David Négrier
|
6516e621b0
|
Adding display / hide of layout buttons when a meet start / ends
|
2020-08-17 16:12:53 +02:00 |
|
David Négrier
|
7fe2cc19c3
|
Adding buttons to switch mode
|
2020-08-17 15:20:03 +02:00 |
|
David Négrier
|
05ca8c813e
|
Fixing chat mode canceling flex display
|
2020-08-16 23:49:31 +02:00 |
|
David Négrier
|
1509777945
|
Improving video CSS (work on overlay)
|
2020-08-16 23:45:03 +02:00 |
|
David Négrier
|
88c099fc13
|
Improving layout
Fixing left-right switch on all cameras (except current player camera)
|
2020-08-16 23:19:04 +02:00 |
|
David Négrier
|
0041e088a4
|
Fixing position of self webcam in CoWebsite mode
|
2020-08-13 18:28:22 +02:00 |
|
David Négrier
|
9f6c6e0ce1
|
Adding CoWebsiteManager + first working version of flex video
|
2020-08-13 18:21:48 +02:00 |
|
David Négrier
|
83fe024c45
|
Adjusting class in chat mode based on number of divs displayed.
|
2020-08-11 22:40:54 +02:00 |
|
David Négrier
|
7232bbaef9
|
Adding LayoutManager to position videos as cleverly as possible
|
2020-08-11 22:32:55 +02:00 |
|
David Négrier
|
4b940a571c
|
Merge pull request #237 from moufmouf/definitely_assigned
Switching to definitely assigned parameters
|
2020-08-09 16:38:12 +02:00 |
|
David Négrier
|
24fb605f50
|
Switching to definitely assigned parameters
This allows us to go in "full strict mode" (yeah!)
See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.html#strict-class-initialization
|
2020-08-07 23:39:06 +02:00 |
|
David Négrier
|
5970bbc76e
|
Merge pull request #232 from thecodingmachine/develop
Adding customize scene in production
|
2020-07-29 17:43:15 +02:00 |
|
David Négrier
|
c6298b2a89
|
Merge pull request #231 from thecodingmachine/customize-characters2
Fixing problem when switching scenes with container
|
2020-07-29 11:52:21 +02:00 |
|
David Négrier
|
bc929615d1
|
Fixing problem when switching scenes with container
|
2020-07-29 11:42:18 +02:00 |
|
David Négrier
|
dcbe8d35db
|
Upgrading dependencies
|
2020-07-29 11:35:59 +02:00 |
|
David Négrier
|
7248c26313
|
Merge pull request #230 from thecodingmachine/customize-characters2
png files + customizeScene that enables the player to create his own character
|
2020-07-28 18:01:29 +02:00 |
|
David Négrier
|
84529d6e99
|
Propagating customized sprites all over the game
|
2020-07-28 17:45:55 +02:00 |
|
David Négrier
|
6d0bccc0e1
|
Making a nice "customize" button
|
2020-07-28 15:53:44 +02:00 |
|
David Perez
|
866985326b
|
Fixing merge issue
|
2020-07-28 11:35:30 +02:00 |
|
David Perez
|
90c56ca683
|
merge
|
2020-07-28 11:29:21 +02:00 |
|
David Perez
|
25abcfe202
|
png files
|
2020-07-28 11:25:19 +02:00 |
|
David Perez
|
21d2a7939b
|
custome characters
|
2020-07-28 11:24:34 +02:00 |
|
David Négrier
|
2d818ec79d
|
Fixing broken Jasmine test due to module config
|
2020-07-27 22:48:04 +02:00 |
|
David Négrier
|
ee612f6585
|
Adding event support to items
|
2020-07-27 22:36:58 +02:00 |
|
David Négrier
|
513244ae1f
|
Enabling header module on Apache maps container
|
2020-07-23 19:04:33 +02:00 |
|
David Négrier
|
d48d5b0285
|
Fix CS
|
2020-07-23 18:47:28 +02:00 |
|
David Négrier
|
2484e4f1df
|
Moving maps to their own container
|
2020-07-23 18:43:51 +02:00 |
|