Difference between revisions of "Simulator User Group"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 8: Line 8:
|agenda=
|agenda=
* LL developer news
* LL developer news
* Review premature closure of {{jira|BUG-10924}}- it is a very simple function as llListFindList is already implemented, all that is required is to skip to the start index, and stop after the end index is reached. In essence only a single function implementation is required, as llListFindList would be equivalent to llSubListFindList(haystack, needle, 0, -1). With the woeful inefficiency of lists it's also a very important capability to have, it can be strided at the same time (thus restricting which indices potential matches can start from) that would be even better.
* Review premature closure of {{jira|BUG-10924}}- it is a very simple function as llListFindList is already implemented, all that is required is to skip to the start index, and stop after the end index is reached. In essence only a single function implementation is required, as llListFindList would be equivalent to llSubListFindList(haystack, needle, 0, -1). With the woeful inefficiency of lists it's also a very important capability to have, if it can be strided at the same time (thus restricting which indices potential matches can start from) that would be even better.
* Open discussion
* Open discussion



Revision as of 12:55, 6 January 2016

The Server User Group exists to provide an opportunity for discussion about server technology, annoying bugs, and feature ideas.

Schedule

Meetings are at Denby/225/25/25

Also see the calendar of public user group meetings.


Agenda

Agenda for the next user group meeting is:

  • LL developer news
  • Review premature closure of BUG-10924- it is a very simple function as llListFindList is already implemented, all that is required is to skip to the start index, and stop after the end index is reached. In essence only a single function implementation is required, as llListFindList would be equivalent to llSubListFindList(haystack, needle, 0, -1). With the woeful inefficiency of lists it's also a very important capability to have, if it can be strided at the same time (thus restricting which indices potential matches can start from) that would be even better.
  • Open discussion

News

Team

Archive

No archive specified.

Meeting cancelled for August 12, 2014

2014.12 December

Sun Mon Tue Wed Thu Fri Sat
01 02 03 04 05 06
07 06 09 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31


2014.11 Nov

Sun Mon Tue Wed Thu Fri Sat
01
02 03 04 05 06 07 08
09 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30


2014.01 October

Sun Mon Tue Wed Thu Fri Sat
01 02 03 04
05 06 07 08 09 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31


2014.09 September

Sun Mon Tue Wed Thu Fri Sat
01 02 03 04 05 06
07 06 09 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30


2014.08 August

Sun Mon Tue Wed Thu Fri Sat
01 02
03 04 05 06 07 08 09
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31


2014.07 July

Sun Mon Tue Wed Thu Fri Sat
01 02 03 04 05
06 07 08 09 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31


2014.06 June

Sun Mon Tue Wed Thu Fri Sat
01 02 03 04 05 06 07
08 09 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30


2014.05 May

Sun Mon Tue Wed Thu Fri Sat
01 02 03
04 05 06 07 08 09 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31


2014.04 April

Sun Mon Tue Wed Thu Fri Sat
01 02 03 04 05
06 07 08 09 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30


2014.03 March

Sun Mon Tue Wed Thu Fri Sat
01
02 03 04 05 06 07 08
09 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31


2014.02 February

Sun Mon Tue Wed Thu Fri Sat
01
02 03 04 05 06 07 08
09 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28


2014.01 January

Sun Mon Tue Wed Thu Fri Sat
01 02 03 04
05 06 07 08 09 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

Simulator_User_Group/Transcripts/2012

Simulator_User_Group/Transcripts/2011