Skip to content

Commit

Permalink
chore: set living ADRs of adopted ones (#274)
Browse files Browse the repository at this point in the history
* chore: set living ADRs of adopted ones

* fix crlf

* fix crlf
  • Loading branch information
leanmendoza authored Nov 6, 2024
1 parent b2cd5f6 commit 4a05bbb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 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
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 4a05bbb

Please sign in to comment.