Difference between revisions of "Content Creation/Scripting User Group"

From Second Life Wiki
Jump to navigation Jump to search
Line 21: Line 21:
#{{JiraIssue|VWR-28609|Please add PRIM_NAME and PRIM_DESC to keywords.ini}}  ([[User:MartinRJ Fayray|MartinRJ]])
#{{JiraIssue|VWR-28609|Please add PRIM_NAME and PRIM_DESC to keywords.ini}}  ([[User:MartinRJ Fayray|MartinRJ]])
#If I badly need an empty element (or row of empty elements) in list in mono script, what type should it be to take less memory? String right? There is something in list that conserves memory if you got same string element multiple times in a row. Please tell us more about list memory conservation tricks. ([[User:FadeOut Razorfen|FadeOut Razorfen]])
#If I badly need an empty element (or row of empty elements) in list in mono script, what type should it be to take less memory? String right? There is something in list that conserves memory if you got same string element multiple times in a row. Please tell us more about list memory conservation tricks. ([[User:FadeOut Razorfen|FadeOut Razorfen]])
#In LSL, I use 32-bit integer as a binary map that says if I stored any data for specific thing in list. Is there any way to skip nulls in that map without directly checking them in a cycle? For example i have 10101110000000000000000000000001. "0" says that element is missing, and "1" says that there is something is stored in list for it (list has NO empty elements). Checking the row of "000000000000000000000000" is definitely bad. To skip those nulls I need to know the bit length between "1" elements. Is there any bit-wise mathematical method for it? ([[User:FadeOut Razorfen|FadeOut Razorfen]])
#In LSL, I use 32-bit integer as a binary map that says if I stored any data for specific thing in list. Is there any way to skip nulls in that map without directly checking them in a cycle? For example i have "10101110000000000000000000000001". "0" says that element is missing, and "1" says that there is something is stored in list for it (list has NO empty elements). Checking the row of "000000000000000000000000" is definitely bad. To skip those nulls I need to know the bit length between "1" elements. Is there any bit-wise mathematical method for it? ([[User:FadeOut Razorfen|FadeOut Razorfen]])
<br>
<br>
'''General Discussion'''<br>
'''General Discussion'''<br>

Revision as of 07:53, 22 March 2012

This meeting is focused on scripting in Second Life. Meetings alternate between Jira triage of the SCR project and general discussion of scripting issues.

Schedule

Mondays at 9 in Pacific time (SL standard time) at Ambleside

Also see the calendar of public user group meetings.


Agenda

Agenda for the next user group meeting is:

General Schedule:

  • 9:00 - 9:05: Welcome
  • 9:05 - 9:15: News
  • 9:15 - 10:00: Triage or Discussion


Jira Triage
First and Third Monday's of each month are Jira Triage.

We will work from this jira filter on issues in the SCR project to discuss severity and complexity of bug reports and general feasibility and usability of feature requests.


  1. VWR-28609 Please add PRIM_NAME and PRIM_DESC to keywords.ini (MartinRJ)
  2. If I badly need an empty element (or row of empty elements) in list in mono script, what type should it be to take less memory? String right? There is something in list that conserves memory if you got same string element multiple times in a row. Please tell us more about list memory conservation tricks. (FadeOut Razorfen)
  3. In LSL, I use 32-bit integer as a binary map that says if I stored any data for specific thing in list. Is there any way to skip nulls in that map without directly checking them in a cycle? For example i have "10101110000000000000000000000001". "0" says that element is missing, and "1" says that there is something is stored in list for it (list has NO empty elements). Checking the row of "000000000000000000000000" is definitely bad. To skip those nulls I need to know the bit length between "1" elements. Is there any bit-wise mathematical method for it? (FadeOut Razorfen)


General Discussion
Second, Fourth and Fifth Monday's of each month are general discussion.

Open discussion for specific jiras or topics brought up by attendees. Occasionally the Linden hosts may have specific topics as well.

Team

Kelly Linden and Charlar Linden. Please contact one of us if you are unsure if your topic is relevant or appropriate.

Archive

Links to chat transcripts of past meetings: