Commit 2d07483
Update from main protocol squad (#1094)
* update left/right click button behaviour on renderer (#1078)
* update left/right click button behaviour on renderer
* remove gizmo right click button
* fixed review comments
* remove desktop client (OLD) option (#1083)
* select "Scene" in tree on startup (#1082)
* update left/right click button behaviour on renderer
* select 'Scene' in tree on startup
* add refresh button for Assets (#1085)
* support border in uitransforms (#1084)
* support border in uitransforms
* fix build
* change protocol to experimental
* use main protocol
* fix snapshots test
* fix tests
* fix coverage
* update protocol
* export useEffect & useState (#1089)
* export useEffect & useState
* fix tests
* fix: Animation weight value (#1090)
* fix: Animation weight value
* fix: Animation weight and speed default value
* revert .vscode/settings.json
* lint
* update .crdt
* fix models removal when using filters (#1088)
* add video player to syncEntities (#1097)
* add skip-auth-screen & landscape-terrain-enabled options for preview (#1096)
* chore: Add check local packages action (#1092)
* chore: Update asset-packs package
* fix: Allow dev package
* chore: Move check no local packages to a GHAction
* chore: Update asset-packs package
* fix: Convert TS file to CJS
* fix: GHAction comment id
* chore: Move local dependencies check to ci pipeline
* fix: debug downloaded files
* chore: Enhance message
* chore: simplify comment dependencies logic
* chore: Generate comment.md to properly show in the PR
* fix: string comment
* fix: error detection
* fix: check exit code
* fix: catch exit code
* chore: Update @dcl/asset-packs
* remove AudioSource component from not sync list (#1099)
* add entity highlight when selected (#1103)
* fix: Handle components schemas errors (#1098)
* fix: Basic view TweenComponent to better handle empty entities
* fix: Sync external changes
* feat: Add Default Basic View Field
* fix: Add SyncComponents to Smart Items when using the AdminTools (#1100)
* chore: Update @dcl/asset-packs package
* fix: Update createEnumEntityId
* feat: Add new util addSyncComponentsToEntities to add the Synccomponent and Network component to multiple entities
* fix: Tests
* chore: Update @dcl/asset-packs package
* fix: Remove components for actions that doesn't create components on the fly
* fix: Add a validation to avoid include Tween and Transform in the SyncComponent at the same time
* chore: Update @dcl/asset-packs
* update @dcl/asset-packs@2.3.1 (#1106)
* feat: add type safe entity names file (#1107)
* feat: add type safe entity names file
* fix build:
* simplify enum types
* update tests
* fix bad merge issue with onChange
* feat: change shortcut for rotating camera (#1110)
Co-authored-by: Alejandra Levy <alejandralevy@Alejandras-MacBook-Pro.local>
* fix Texture being flipped vertically (#1111)
* add video screen (#1105)
* add video screen
* update asset-packs package
* update ui
* update asset-packs
* update asset-packs
* fix ui styles
* fix volume and losing focus
* update assert-packs
* bump asset-packs
* feat: add search param to actions dropdown (#1113)
* feat: add search param to actions dropdown
* feat: add searchable in Trigger Action and Trigger Basic View
* feat: show selected entity first on dropdown (#1112)
* feat: show selected entity first on dropdown
* feat: remove unused import and reorder import
* Update packages/@dcl/inspector/src/components/ui/EntityField/EntityField.tsx
Co-authored-by: Gabriel Díaz <git@subsme.slmail.me>
Signed-off-by: Alejandra Levy <alelevy15@gmail.com>
* feat: update method
---------
Signed-off-by: Alejandra Levy <alelevy15@gmail.com>
Co-authored-by: Gabriel Díaz <git@subsme.slmail.me>
* Support jpg textures (#1114)
* feat: support jpg & jpge textures
* feat: support jpg and jpeg for all images inputs
* feat: update validation for textures
* feat: Update regez to support .jpg and .jpge extensions
* feat: fix lint issues
* feat: add validation on input change
* feat: change regex to pass tests
* feat: update validation on component
* feat: add error message for invalid URL and stop validating empty field
* feat: update message
* Update global value on Audio Source component (#1119)
* feat: update global value & validate source input only where there's a value
* feat: remove debugger
* Support global prop on play sound action (#1120)
* feat: support global prop on play sound action
* feat: update pacjkage json
* feat: update package json and fix issues
* feat: install asset packs version
* feat: update asset pack version
* feat: install asset packs version on inspector
* feat: remove asset packs from root package.json
* feat: update package-lock
* fix enter scene callback not being fired if there is no onLeaveCb (#1124)
* fix enter scene callback not being fired if there is no onLeaveCb
* fix tests and update asset-packs
* feat: cursor position info (#1123)
* Updated protocol and added test for the new PrimaryPointerInfo component
* Lint-fix pass
* fix play video not updaing src property (#1129)
* add default emotes (#1132)
* feat: 4088 add z-index support for ui elements (#1127)
* Updated protocol pointers to dev branch
* Added zIndex to the react-ecs component and test
(cherry picked from commit 7ea5cfd)
* Added opacity property to ui elements
* Fixed tests
* Updated protocol
* Updated snapshots
* Removed redundant definitions. Added test coverage
* Adjusted the default value in test
* ui transform test wip
* Added more tests. Refactored parseUiTransform utility function to properly handle the new properties
* Deep clean and snapshot
* Removed redundant tests, removed redundant defaults definitions.
* Updated snapshots
* Updated default value for opacity and updated snapshots
* feat: Update asset packs package (#1135)
* update protocol from protocol-squad branch
add "make update-protocol-squad"
* fixes and update crdt snapshots
* reduce coverage to 90% for protocol-squad branch
* update protocol (add setUiFocus)
---------
Signed-off-by: Alejandra Levy <alelevy15@gmail.com>
Co-authored-by: Nicolas Echezarreta <nicoecheza@gmail.com>
Co-authored-by: Gon Pombo <gonzalo@decentraland.org>
Co-authored-by: Gabriel Díaz <git@subsme.slmail.me>
Co-authored-by: Alejandra Levy <alelevy15@gmail.com>
Co-authored-by: Alejandra Levy <alejandralevy@Alejandras-MacBook-Pro.local>
Co-authored-by: Alejandro Alvarez Melucci <163010988+AlejandroAlvarezMelucciDCL@users.noreply.github.com>1 parent 7bb4ee2 commit 2d07483
File tree
99 files changed
+2100
-719
lines changed- .github/scripts
- .vscode
- packages/@dcl
- ecs/src
- components
- extended
- engine
- inspector
- src
- components
- Assets
- Container
- EntityInspector
- ActionInspector
- PlayDefaultEmoteAction
- PlaySoundAction
- PlayVideoStreamAction
- AdminToolkitView
- AdminAllowListControl
- SmartItemControl
- VideoControl
- AnimatorInspector
- AudioSourceInspector
- MaterialInspector/Texture
- SmartItemBasicView
- AdminToolsBasicView
- DefaultBasicViewField
- TriggerView
- TweenView
- VideoScreenBasicView
- TriggerInspector/TriggerAction
- Hierarchy
- ProjectAssetExplorer
- Filters
- Renderer
- Shortcuts
- Toolbar/Gizmos
- ui
- CheckboxField
- EntityField
- FileUploadField
- lib
- babylon/decentraland
- editorComponents
- sdkComponents
- data-layer/host/utils
- migrations
- sdk
- components
- operations
- playground-assets/etc
- react-ecs/src
- components/uiTransform
- sdk-commands
- src/commands/start
- sdk/src
- network
- players
- scripts
- test
- ecs/components
- react-ecs
- snapshots
- development-bundles
- production-bundles
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
99 files changed
+2100
-719
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
10 | | - | |
| 8 | + | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | | - | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
25 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
61 | | - | |
| 66 | + | |
| 67 | + | |
62 | 68 | | |
63 | 69 | | |
64 | | - | |
| 70 | + | |
| 71 | + | |
65 | 72 | | |
66 | 73 | | |
67 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
0 commit comments