Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not merge: Opensim 0.8 fixes #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

seriesumei
Copy link
Member

This updates r2_applier.lsl and ro2_hud_control.lsl for OpenSimulator 0.8.

  • r2_applier.lsl has an update for master and a specific commit for OS 0.8 that removes the use of JSON functions and replaces it with list operations.
  • ro2_hud_control also has an update for master and a specific commit for OS 0.8. The changes here are sufficient to restore operation of the skin panel, the alpha panel is not yet operational.

It turns out the llGetJsonValue() function isn't supported in older
OpenSimulator releases that are still in common use.  We can use
lists easily enough here so make the switch upstream.
* Declare missing constant equivalents
@Deledrius
Copy link

FYI, for "Do not merge" PRs, there is a draft function which serves to indicated that the PR is not for merging. Once work has completed, you can click to convert as now being ready for review. :)

@seriesumei
Copy link
Member Author

@Deledrius Thanks, I was not aware of that. However, this PR will not merge as-is anywhere, I needed to get these commits checked-in somewhere and available. The first two (or some variant of them) will go to master, the second two will go to an opensim-0.8 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants