Skip to content

Commit

Permalink
Merge branch 'main' into adr-gltf-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza authored Nov 6, 2024
2 parents 60842df + 6656de4 commit c2ccb5a
Show file tree
Hide file tree
Showing 8 changed files with 264 additions and 204 deletions.
3 changes: 1 addition & 2 deletions content/ADR-133-scene-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2022-11-17
title: Scene runtime definition
authors:
- menduz
status: Draft
status: Living
type: Standards Track
spdx-license: CC0-1.0
---
Expand Down Expand Up @@ -69,7 +69,6 @@ The runtime for the SDK7 is compatible with [CommonJS](https://en.wikipedia.org/

The exposed RPC modules are defined in the [protocol repository](https://github.com/decentraland/protocol/blob/main/proto/decentraland/kernel/apis/engine_api.proto).

> TODO: define and document naming conventions about code generation for modules

```ts
// `require` instantiates a proxy to a RPC module. Every exposed function
Expand Down
2 changes: 1 addition & 1 deletion content/ADR-144-realm-resolution-from-connection-string.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: adr
adr: 144
title: Realm resolution from connection string
date: 2022-12-13
status: Review
status: Living
type: Standards Track
spdx-license: CC0-1.0
authors:
Expand Down
2 changes: 1 addition & 1 deletion content/ADR-200-raycast-sdk-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: adr
adr: 200
title: Raycasting Component for SDK
date: 2023-03-14
status: Draft # pick one of these
status: Living
type: Standards Track
spdx-license: CC0-1.0
authors:
Expand Down
2 changes: 1 addition & 1 deletion content/ADR-214-pointer-events-sdk-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: adr
adr: 214 # replace this number for the PR or ISSUE number
title: PointerEvents SDK Component & Input system
date: 2023-04-17
status: Draft # pick one of these
status: Living
type: Standards Track
spdx-license: CC0-1.0
authors:
Expand Down
2 changes: 1 addition & 1 deletion content/ADR-215-gltfcomponent-sdk-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: adr
adr: 215
title: GltfContainer SDK Component
date: 2020-02-20
status: Draft # pick one of these
status: Living
type: Standards Track
spdx-license: CC0-1.0
authors:
Expand Down
2 changes: 1 addition & 1 deletion content/ADR-219-static-entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: adr
adr: 219
title: Reserved & Static Entities
date: 2023-04-19
status: Draft
status: Living
type: Standards Track
spdx-license: CC0-1.0
authors:
Expand Down
453 changes: 257 additions & 196 deletions content/ADR-239-avatar-assembly-changes.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion content/ADR-245-player-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: adr
adr: 245
title: Player Components
date: 2023-08-22
status: Review
status: Living
type: Standards Track
spdx-license: CC0-1.0
authors:
Expand Down

0 comments on commit c2ccb5a

Please sign in to comment.