From 6ffe0bb52b8da19af6c48a97b41fc6fdab372084 Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Sun, 28 Jan 2024 23:52:58 -0500 Subject: [PATCH 1/3] Update readme.md --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 1c0a477..7d1ce6e 100644 --- a/readme.md +++ b/readme.md @@ -7,11 +7,11 @@ Tourbot is an automated chatbot for the Worlds.com online 3D chat service (speci This project is a gift to the Worlds community, and I owe a special thanks to the endless line of nerds who came before me and reverse-engineered the chat protocol so that this could happen. # To-Do -Bold lines are tasks currently being worked on -- [ ] **Core Functions** +Underlined tasks are tasks currently being worked on +- [ ] Core Functions - [x] Improved configuration system - - [ ] **New commands** - - [ ] **Teleport-on-request routine** + - [ ] New commands + - [ ] Teleport-on-request routine - [ ] Basic Tour Guide routine - [ ] Tour communication (prioritize leader commands, whispering users out of range, etc) - [ ] Database Building From 0b5746e48f2b04abce0cde4081c35adde24a80e6 Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Sun, 28 Jan 2024 23:56:18 -0500 Subject: [PATCH 2/3] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7d1ce6e..5e62a31 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,7 @@ This project is a gift to the Worlds community, and I owe a special thanks to th Underlined tasks are tasks currently being worked on - [ ] Core Functions - [x] Improved configuration system + - [ ] Strip out old `worldlist.conf` entirely (pair `where` command with `lookUpWorldName()`) - [ ] New commands - [ ] Teleport-on-request routine - [ ] Basic Tour Guide routine From 55addb09d9e2710083f1123f1b3651db9a04e5eb Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Mon, 29 Jan 2024 00:27:07 -0500 Subject: [PATCH 3/3] Update readme.md --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 5e62a31..4d44630 100644 --- a/readme.md +++ b/readme.md @@ -15,10 +15,15 @@ Underlined tasks are tasks currently being worked on - [ ] Teleport-on-request routine - [ ] Basic Tour Guide routine - [ ] Tour communication (prioritize leader commands, whispering users out of range, etc) + - [ ] Ability to join another user's ongoing tour - [ ] Database Building - [ ] Spanish Localization - [ ] Tour Guide Avatar + - [ ] Contextual Avatars: on tour + - [ ] Contextual Avatars: idle (advertising) - [ ] Help Pages, Website, and Documentation +- [ ] Tourbot Status Page +- [ ] New User Recognition and Welcome # Runtime Requirements - An active internet connection