This repository was archived by the owner on Feb 27, 2023. It is now read-only.
Commit 5ba41be
authored
feat: new comms sagas (#261)
* add new comms
* switchable realms
* new comms saga
* merge error
* merge error
* lint
* makefile stopped cooperating
* fix build
* restore makefile
* fix tests
* fix tests
* voice cleanup
* voice
* linter
* better information flow
* linter
* chat message in a better place
* fix use case
* fix realm selection algorithm
* fix tests
* remove dead code
* linter
* fix use cases
* fix selectors
* fix build
* fix lint
* fix message bus errors
* fix PFP
* normalize avatars and profiles data flows
* fix race conditions
* better sagas
* show avatar creation
* show avatar edition screen on signup
* add debug code to view invisible avatars
* remove duplicates
* reenable bug
* cleanup messages
* wip
* only send avatars with userId to the avatarScene
* fixes
* final polish
* add tests
* remove cyclic deps
* remove all cyclic dependencies
* remove poisonous file dependencies
* fix build
* fix build
* fix build
* fix tests
* fix unnecesary preview signup
* linter
* fix compatibility problems
* fix reconnection issue
* fix login
* restore rollouts and remove logs
* npm dedup1 parent f035f09 commit 5ba41be
184 files changed
Lines changed: 5192 additions & 7258 deletions
File tree
- docs
- packages
- atomicHelpers
- config
- decentraland-loader/lifecycle
- controllers
- entryPoints
- scene-system
- sdk
- stateful-scene
- ui/avatar
- unity-interface
- voice-chat-codec
- scripts
- static
- default-profile
- test
- dao
- pick-realm-algorithm
- scene-system
- sdk
- sceneEvents
- apis
- world
- unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
165 | 177 | | |
166 | 178 | | |
167 | | - | |
| 179 | + | |
168 | 180 | | |
169 | 181 | | |
170 | 182 | | |
| |||
Loading
0 commit comments