Implement HTTP fix, schedule-aware chat, and object attachment system#34
Draft
Implement HTTP fix, schedule-aware chat, and object attachment system#34
Conversation
…ck heap collisions Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
…achments parsing Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix stack heap collisions in GoWander3 script
Fix stack-heap collision in waypoint config parsing
Feb 19, 2026
…ional blocks Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Copilot
AI
changed the title
Fix stack-heap collision in waypoint config parsing
Fix attachments_json scope error in processWaypoint
Feb 19, 2026
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Copilot
AI
changed the title
Fix attachments_json scope error in processWaypoint
Fix activity completion stuck issue and add stand animation variation
Feb 19, 2026
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Copilot
AI
changed the title
Fix activity completion stuck issue and add stand animation variation
Fix stack heap collision by reducing script memory footprint 3KB
Feb 19, 2026
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Copilot
AI
changed the title
Add animation cycling, schedule-based activities, and instant schedule transitions
Refactor Rose Receptionist for schedule-based activities, memory efficiency, and centralized configuration
Feb 21, 2026
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
…fixes Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Copilot
AI
changed the title
Refactor Rose Receptionist for schedule-based activities, memory efficiency, and centralized configuration
Fix schedule transition freeze and single-activity duration matching
Feb 23, 2026
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
…CRIBER_KEY changes Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Copilot
AI
changed the title
Fix schedule transition freeze and single-activity duration matching
Add DEBUG mode, diagnostic status menu, and rename API_KEY to SUBSCRIBER_KEY
Feb 23, 2026
Copilot
AI
changed the title
Add DEBUG mode, diagnostic status menu, and rename API_KEY to SUBSCRIBER_KEY
Refactor GoWander3: split architecture, schedule system, and debug tooling
Feb 24, 2026
…moving verbose debug messages Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
…handling Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
… attachment system Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
…chat features Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
Co-authored-by: emarque <18060757+emarque@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses three LSL scripting issues: HTTP constant compatibility, time-based chat behavior, and object attachment for non-avatar entities.
Changes
HTTP_BODY_MAXLENGTH Compatibility
Reduced constant from 16384 to 16000 across all HTTP request handlers (RoseAdminTerminal, Main, Reporter) to prevent "invalid value" errors in certain SL regions.
Schedule-Aware Chat System
Implemented period-based behavior flags (
at_work,is_awake) with conditional response logic:Configuration (RoseConfig.txt):
Link message API (WPManager ↔ Chat):
LINK_GET_SCHEDULE_INFO (5000)LINK_SCHEDULE_INFO (5001)with period stateConditional responses:
Object Attachment System
Implemented rez/link/position workflow since LSL attachments don't work for non-avatars:
Queue-based rezzing with automatic linking:
object_rezevent captures rezzed objectllCreateLink()attaches as child primllSetLinkPrimitiveParamsFast()sets relative position/rotationJSON format:
New functions:
parseAttachmentsList(),queueAttachments(),processRezQueue(),detachAllObjects()Files Modified
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.