From 4a05bbb24ec7f010f01208797680c2cdfd2800e0 Mon Sep 17 00:00:00 2001 From: Lean Mendoza Date: Wed, 6 Nov 2024 13:23:19 +0100 Subject: [PATCH] chore: set living ADRs of adopted ones (#274) * chore: set living ADRs of adopted ones * fix crlf * fix crlf --- content/ADR-133-scene-runtime.md | 3 +-- content/ADR-144-realm-resolution-from-connection-string.md | 2 +- content/ADR-200-raycast-sdk-component.md | 2 +- content/ADR-214-pointer-events-sdk-component.md | 2 +- content/ADR-215-gltfcomponent-sdk-component.md | 2 +- content/ADR-219-static-entities.md | 2 +- content/ADR-245-player-components.md | 2 +- 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/content/ADR-133-scene-runtime.md b/content/ADR-133-scene-runtime.md index a04e0f87..5c30b57a 100644 --- a/content/ADR-133-scene-runtime.md +++ b/content/ADR-133-scene-runtime.md @@ -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 --- @@ -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 diff --git a/content/ADR-144-realm-resolution-from-connection-string.md b/content/ADR-144-realm-resolution-from-connection-string.md index 09032076..0061eddf 100644 --- a/content/ADR-144-realm-resolution-from-connection-string.md +++ b/content/ADR-144-realm-resolution-from-connection-string.md @@ -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: diff --git a/content/ADR-200-raycast-sdk-component.md b/content/ADR-200-raycast-sdk-component.md index ba06f6a7..5f0b06dd 100644 --- a/content/ADR-200-raycast-sdk-component.md +++ b/content/ADR-200-raycast-sdk-component.md @@ -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: diff --git a/content/ADR-214-pointer-events-sdk-component.md b/content/ADR-214-pointer-events-sdk-component.md index 4aa82e53..86f57c40 100644 --- a/content/ADR-214-pointer-events-sdk-component.md +++ b/content/ADR-214-pointer-events-sdk-component.md @@ -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: diff --git a/content/ADR-215-gltfcomponent-sdk-component.md b/content/ADR-215-gltfcomponent-sdk-component.md index 5da99de5..b8a77cf9 100644 --- a/content/ADR-215-gltfcomponent-sdk-component.md +++ b/content/ADR-215-gltfcomponent-sdk-component.md @@ -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: diff --git a/content/ADR-219-static-entities.md b/content/ADR-219-static-entities.md index bfd88168..222eb5bd 100644 --- a/content/ADR-219-static-entities.md +++ b/content/ADR-219-static-entities.md @@ -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: diff --git a/content/ADR-245-player-components.md b/content/ADR-245-player-components.md index 86ad1d7a..41fbf1d3 100644 --- a/content/ADR-245-player-components.md +++ b/content/ADR-245-player-components.md @@ -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: