From jhwelch at gmail.com Tue May 1 09:25:55 2012 From: jhwelch at gmail.com (Jonathan Yap) Date: Tue, 01 May 2012 16:25:55 -0000 Subject: [opensource-dev] Review Request: Don't save per-account settings if login not fully successful Message-ID: <20120501162555.28482.30452@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/578/ ----------------------------------------------------------- Review request for Viewer. Description ------- The viewer resets your "per-account" settings when you try to log in too fast after a crash ("the region is logging you out") and then quit the viewer before a successful login. See comment and link to fix in https://jira.secondlife.com/browse/STORM-1794?focusedCommentId=305543&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-305543 Repo: Somehow crash your viewer Try to log back in immediately: You get a message "The region is logging you out" Quit the viewer at this point: your per-account settings are now zorched, as they were not yet read in, but are being written out. This addresses bug STORM-1842. Diffs ----- doc/contributions.txt 0a41a8750048 indra/newview/llappviewer.h 0a41a8750048 indra/newview/llappviewer.cpp 0a41a8750048 Diff: http://codereview.secondlife.com/r/578/diff/diff Testing ------- Thanks, Jonathan Yap -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120501/98069331/attachment.htm From jhwelch at gmail.com Tue May 1 09:26:09 2012 From: jhwelch at gmail.com (Jonathan Yap) Date: Tue, 01 May 2012 16:26:09 -0000 Subject: [opensource-dev] Review Request: Don't save per-account settings if login not fully successful In-Reply-To: <20120501162555.28482.30452@domU-12-31-38-00-90-68.compute-1.internal> References: <20120501162555.28482.30452@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: <20120501162609.30094.27189@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/578/ ----------------------------------------------------------- (Updated May 1, 2012, 9:26 a.m.) Review request for Viewer. Description ------- The viewer resets your "per-account" settings when you try to log in too fast after a crash ("the region is logging you out") and then quit the viewer before a successful login. See comment and link to fix in https://jira.secondlife.com/browse/STORM-1794?focusedCommentId=305543&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-305543 Repo: Somehow crash your viewer Try to log back in immediately: You get a message "The region is logging you out" Quit the viewer at this point: your per-account settings are now zorched, as they were not yet read in, but are being written out. This addresses bug STORM-1842. Diffs ----- doc/contributions.txt 0a41a8750048 indra/newview/llappviewer.h 0a41a8750048 indra/newview/llappviewer.cpp 0a41a8750048 Diff: http://codereview.secondlife.com/r/578/diff/diff Testing ------- Thanks, Jonathan Yap -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120501/1c5eb18f/attachment.htm From oz at lindenlab.com Tue May 1 10:06:11 2012 From: oz at lindenlab.com (Oz Linden) Date: Tue, 01 May 2012 17:06:11 -0000 Subject: [opensource-dev] Review Request: Don't save per-account settings if login not fully successful In-Reply-To: <20120501162609.30094.27189@domU-12-31-38-00-90-68.compute-1.internal> References: <20120501162609.30094.27189@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: <20120501170611.28483.21722@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/578/#review1217 ----------------------------------------------------------- Ship it! Ship It! - Oz Linden On May 1, 2012, 9:26 a.m., Jonathan Yap wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://codereview.secondlife.com/r/578/ > ----------------------------------------------------------- > > (Updated May 1, 2012, 9:26 a.m.) > > > Review request for Viewer. > > > Description > ------- > > The viewer resets your "per-account" settings when you try to log in too fast after a crash ("the region is logging you out") and then quit the viewer before a successful login. > > See comment and link to fix in https://jira.secondlife.com/browse/STORM-1794?focusedCommentId=305543&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-305543 > > Repo: > Somehow crash your viewer > > Try to log back in immediately: You get a message "The region is logging you out" > > Quit the viewer at this point: your per-account settings are now zorched, as they were not yet read in, but are being written out. > > > This addresses bug STORM-1842. > > > Diffs > ----- > > doc/contributions.txt 0a41a8750048 > indra/newview/llappviewer.h 0a41a8750048 > indra/newview/llappviewer.cpp 0a41a8750048 > > Diff: http://codereview.secondlife.com/r/578/diff/diff > > > Testing > ------- > > > Thanks, > > Jonathan Yap > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120501/4a364866/attachment.htm From soft at lindenlab.com Tue May 1 10:13:25 2012 From: soft at lindenlab.com (Brian McGroarty) Date: Tue, 1 May 2012 10:13:25 -0700 Subject: [opensource-dev] Review Request: Don't save per-account settings if login not fully successful In-Reply-To: <20120501162609.30094.27189@domU-12-31-38-00-90-68.compute-1.internal> References: <20120501162555.28482.30452@domU-12-31-38-00-90-68.compute-1.internal> <20120501162609.30094.27189@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: Beautiful. This looks like it would also cover the window sizes and positions getting reset every time login is aborted for a forced upgrade. https://jira.secondlife.com/browse/VWR-28385 On Tue, May 1, 2012 at 9:26 AM, Jonathan Yap wrote: > This is an automatically generated e-mail. To reply, visit: > http://codereview.secondlife.com/r/578/ > Review request for Viewer. > By Jonathan Yap. > > *Updated May 1, 2012, 9:26 a.m.* > Description > > The viewer resets your "per-account" settings when you try to log in too fast after a crash ("the region is logging you out") and then quit the viewer before a successful login. > > See comment and link to fix in https://jira.secondlife.com/browse/STORM-1794?focusedCommentId=305543&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-305543 > > Repo: > Somehow crash your viewer > > Try to log back in immediately: You get a message "The region is logging you out" > > Quit the viewer at this point: your per-account settings are now zorched, as they were not yet read in, but are being written out. > > *Bugs: * STORM-1842 > Diffs > > - doc/contributions.txt (0a41a8750048) > - indra/newview/llappviewer.h (0a41a8750048) > - indra/newview/llappviewer.cpp (0a41a8750048) > > View Diff > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting > privileges > -- Brian McGroarty | Linden Lab Sent from my Newton MP2100 via acoustic coupler -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120501/59b153dc/attachment.htm From sllists at boroon.dasgupta.ch Tue May 1 12:52:25 2012 From: sllists at boroon.dasgupta.ch (Boroondas Gupte) Date: Tue, 01 May 2012 19:52:25 -0000 Subject: [opensource-dev] Review Request: Don't save per-account settings if login not fully successful In-Reply-To: <20120501162609.30094.27189@domU-12-31-38-00-90-68.compute-1.internal> References: <20120501162609.30094.27189@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: <20120501195225.31507.9705@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/578/#review1218 ----------------------------------------------------------- Ship it! Just some nit-picky remark about the review request description: Please distinguish "repo" (short for 'repository') from "repro" (short for 'reproduction'). - Boroondas Gupte On May 1, 2012, 9:26 a.m., Jonathan Yap wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://codereview.secondlife.com/r/578/ > ----------------------------------------------------------- > > (Updated May 1, 2012, 9:26 a.m.) > > > Review request for Viewer. > > > Description > ------- > > The viewer resets your "per-account" settings when you try to log in too fast after a crash ("the region is logging you out") and then quit the viewer before a successful login. > > See comment and link to fix in https://jira.secondlife.com/browse/STORM-1794?focusedCommentId=305543&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-305543 > > Repo: > Somehow crash your viewer > > Try to log back in immediately: You get a message "The region is logging you out" > > Quit the viewer at this point: your per-account settings are now zorched, as they were not yet read in, but are being written out. > > > This addresses bug STORM-1842. > > > Diffs > ----- > > doc/contributions.txt 0a41a8750048 > indra/newview/llappviewer.h 0a41a8750048 > indra/newview/llappviewer.cpp 0a41a8750048 > > Diff: http://codereview.secondlife.com/r/578/diff/diff > > > Testing > ------- > > > Thanks, > > Jonathan Yap > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120501/ac6fc1bf/attachment.htm From tylermcmaster at me.com Thu May 3 15:24:01 2012 From: tylermcmaster at me.com (Tyler McMaster) Date: Thu, 03 May 2012 22:24:01 +0000 (GMT) Subject: [opensource-dev] Development Message-ID: I'm new to the viewer code and have been reading it for awhile now. Can anyone tell me where to look that will tell me how to make a feature or get one started for the viewer? I checked out the viewer-release code just so everyone knows which code i'm working off of. Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120503/b427cc03/attachment.htm From tylermcmaster at me.com Thu May 3 18:39:04 2012 From: tylermcmaster at me.com (Tyler McMaster) Date: Thu, 03 May 2012 18:39:04 -0700 Subject: [opensource-dev] Development Message-ID: I was kinda hoping to make a feature myself, Let me clarify, I want to make a TPV. I just need to learn how to code for the viewer. Its complicated code and hard to understand at times. From Lance.Corrimal at eregion.de Thu May 3 22:23:52 2012 From: Lance.Corrimal at eregion.de (Lance Corrimal) Date: Fri, 04 May 2012 07:23:52 +0200 Subject: [opensource-dev] Development In-Reply-To: References: Message-ID: <9222504.zSOyMeERBZ@sai> Am Donnerstag, 3. Mai 2012, 18:39:04 schrieb Tyler McMaster: > I was kinda hoping to make a feature myself, Let me clarify, I want to make > a TPV. I just need to learn how to code for the viewer. Its complicated > code and hard to understand at times. Hi, a good way to "learn to make a feature" would be, look at the open feature request on the jira, and look at the commits in a repository of one of the TPVs, and then decide what you want to implement... and submit it to code review after you're done "making" it :) bye, LC From jhwelch at gmail.com Fri May 4 02:37:07 2012 From: jhwelch at gmail.com (Jonathan Welch) Date: Fri, 4 May 2012 05:37:07 -0400 Subject: [opensource-dev] Development In-Reply-To: References: Message-ID: Your first step is to compile the viewer -- have you gotten that far? Longer term you will need to compile and package it for installation on all 3 OS platforms. There are many places you have to alter things to your "brand". One subtle item is the mutex the viewer uses to prevent multiple copies from running. Jonathan From nickyperian at yahoo.com Fri May 4 06:57:48 2012 From: nickyperian at yahoo.com (Nicky Perian) Date: Fri, 4 May 2012 06:57:48 -0700 (PDT) Subject: [opensource-dev] Development In-Reply-To: References: Message-ID: <1336139868.19151.YahooMailNeo@web43512.mail.sp1.yahoo.com> Much of this wiki is from the original 1.23 viewer code base but, can be adapted to the current viewer. Or, you could find a 1.23 based 3rd party viewer that is actively developed and use its code with the tutorials. http://wiki.secondlife.com/wiki/Viewer_Architecture? >________________________________ > From: Tyler McMaster >To: opensource-dev at lists.secondlife.com >Sent: Thursday, May 3, 2012 8:39 PM >Subject: [opensource-dev] Development > >I was kinda hoping to make a feature myself, Let me clarify, I want to make a TPV. I just need to learn how to code for the viewer. Its complicated code and hard to understand at times. >_______________________________________________ >Policies and (un)subscribe information available here: >http://wiki.secondlife.com/wiki/OpenSource-Dev >Please read the policies before posting to keep unmoderated posting privileges > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120504/ed7a67da/attachment.htm From Ima.Mechanique at blueyonder.co.uk Sat May 5 20:04:02 2012 From: Ima.Mechanique at blueyonder.co.uk (Ima Mechanique) Date: Sun, 06 May 2012 03:04:02 -0000 Subject: [opensource-dev] Review Request: Fixes paste action in editor windows. Message-ID: <20120506030402.28481.63385@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/579/ ----------------------------------------------------------- Review request for Viewer. Description ------- Fixes paste action in editor windows (notecards, scripts, etc.) so that pasting text is a single action as far as Undo is concerned. This is an updating of Satomi Ahn's patch to work with v3.3.1. This addresses bug VWR-20553. Diffs ----- doc/contributions.txt 3142ebd0bc5a indra/llui/lltexteditor.h 3142ebd0bc5a indra/llui/lltexteditor.cpp 3142ebd0bc5a Diff: http://codereview.secondlife.com/r/579/diff/diff Testing ------- Tried pasting/undoing. Thanks, Ima Mechanique -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120506/e5918ba0/attachment.htm From Ima.Mechanique at blueyonder.co.uk Sat May 5 20:06:07 2012 From: Ima.Mechanique at blueyonder.co.uk (Ima Mechanique) Date: Sun, 06 May 2012 03:06:07 -0000 Subject: [opensource-dev] Review Request: Fixes paste action in editor windows. In-Reply-To: <20120506030402.28481.63385@domU-12-31-38-00-90-68.compute-1.internal> References: <20120506030402.28481.63385@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: <20120506030607.28664.33290@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/579/ ----------------------------------------------------------- (Updated May 5, 2012, 8:06 p.m.) Review request for Viewer. Description ------- Fixes paste action in editor windows (notecards, scripts, etc.) so that pasting text is a single action as far as Undo is concerned. This is an updating of Satomi Ahn's patch to work with v3.3.1. This addresses bug VWR-20553. Diffs ----- doc/contributions.txt 3142ebd0bc5a indra/llui/lltexteditor.h 3142ebd0bc5a indra/llui/lltexteditor.cpp 3142ebd0bc5a Diff: http://codereview.secondlife.com/r/579/diff/diff Testing ------- Tried pasting/undoing. Thanks, Ima Mechanique -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120506/dd447264/attachment.htm From chico at chicomax.com Mon May 7 18:26:45 2012 From: chico at chicomax.com (Chico Perez) Date: Mon, 7 May 2012 21:26:45 -0400 Subject: [opensource-dev] Tutorial needed on TPV viewer-side AOs In-Reply-To: <4F885DE1.9050202@beau.org> References: <4F842F24.9040102@lindenlab.com> <20120411010157.3046907c.sldev@free.fr> <4F86E793.5030704@lindenlab.com> <3004628.bi1H1fm0Bz@sai> <1334264943.60024.YahooMailNeo@web120502.mail.ne1.yahoo.com> <1334267407.3943.2.camel@kubuntu-desktop> <4F885143.8000403@lindenlab.com> <4F88583E.4070108@cinderblocks.biz> <4F885DE1.9050202@beau.org> Message-ID: Take me off your list do not send me e-mail Thank You. Chico Hersey Home 610-478-8839. Cell 610-451-4552 Sent from my IPhone On Apr 13, 2012, at 1:09 PM, Jamey Fletcher wrote: > Cinder Roxley wrote: > >> An advantage to scripted AO's as has already been stated is that >> bundling the config, AO, and animations into one object that can be worn >> and added to specific Outfits is simpiler and conserves Inventory count. >> AFAIK, any client-side AO relies on animations being unpacked and in the >> user's inventory, sometimes creating additional object links. AFAIK, the >> only client-side AO implientation that doesn't do that relied on an >> external xml config saved to hard disk and was abused by users plugging >> UUID's of animations in which they did not own. It was subsequently >> replaced with another implementation. > > One of my friends has different AOs for different outfits - she goes to great > trouble to select animations so that while sitting in a skirt, the hands don't > go through the skirt during the animation, and similar issues. I'm not certain > just how many AO sets she has, but it's significant. > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting privileges From chico at chicomax.com Mon May 7 18:26:38 2012 From: chico at chicomax.com (Chico Perez) Date: Mon, 7 May 2012 21:26:38 -0400 Subject: [opensource-dev] Tutorial needed on TPV viewer-side AOs In-Reply-To: <4F885DE1.9050202@beau.org> References: <4F842F24.9040102@lindenlab.com> <20120411010157.3046907c.sldev@free.fr> <4F86E793.5030704@lindenlab.com> <3004628.bi1H1fm0Bz@sai> <1334264943.60024.YahooMailNeo@web120502.mail.ne1.yahoo.com> <1334267407.3943.2.camel@kubuntu-desktop> <4F885143.8000403@lindenlab.com> <4F88583E.4070108@cinderblocks.biz> <4F885DE1.9050202@beau.org> Message-ID: Take me off your list Thank You. Chico Hersey Home 610-478-8839. Cell 610-451-4552 Sent from my IPhone On Apr 13, 2012, at 1:09 PM, Jamey Fletcher wrote: > Cinder Roxley wrote: > >> An advantage to scripted AO's as has already been stated is that >> bundling the config, AO, and animations into one object that can be worn >> and added to specific Outfits is simpiler and conserves Inventory count. >> AFAIK, any client-side AO relies on animations being unpacked and in the >> user's inventory, sometimes creating additional object links. AFAIK, the >> only client-side AO implientation that doesn't do that relied on an >> external xml config saved to hard disk and was abused by users plugging >> UUID's of animations in which they did not own. It was subsequently >> replaced with another implementation. > > One of my friends has different AOs for different outfits - she goes to great > trouble to select animations so that while sitting in a skirt, the hands don't > go through the skirt during the animation, and similar issues. I'm not certain > just how many AO sets she has, but it's significant. > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting privileges From stickman at gmail.com Tue May 8 01:34:01 2012 From: stickman at gmail.com (Stickman) Date: Tue, 8 May 2012 01:34:01 -0700 Subject: [opensource-dev] Talk/shout circles on minimap, lost in the cracks? Message-ID: I remember someone submitted a patch a long while ago that added shout and talk circles had been added to the minimap, so you could see who was within range. The Jira is mentioned as jira.secondlife.com/browse/STORM-1068 though it redirects to XD-217 and I don't have access to it. It's also referenced as https://jira.secondlife.com/browse/VWR-25117 which redirects to the same. The original thread is here: https://lists.secondlife.com/pipermail/opensource-dev/2011-March/006216.html I was wondering if this was tied up somewhere and just required someone to click "ship it" or if there was an actual problem? I poked at 3.3.1 and it doesn't have this feature yet that I can tell. Thanks, Stickman From oz at lindenlab.com Tue May 8 09:27:40 2012 From: oz at lindenlab.com (Oz Linden (Scott Lawrence)) Date: Tue, 08 May 2012 12:27:40 -0400 Subject: [opensource-dev] Talk/shout circles on minimap, lost in the cracks? In-Reply-To: References: Message-ID: <4FA9497C.3070500@lindenlab.com> On 2012-05-08 04:34 , Stickman wrote: > I remember someone submitted a patch a long while ago that added shout > and talk circles had been added to the minimap, so you could see who > was within range. [...] > I was wondering if this was tied up somewhere and just required > someone to click "ship it" or if there was an actual problem? I poked > at 3.3.1 and it doesn't have this feature yet that I can tell. > No... the user experience folks decided that the minimap was confusing enough and that the circles made it worse. As punishment, we assigned it to them to find a better solution :-) In a sense, it did fall through the cracks... I should have bugged them about it before now... I'll do that. From oz at lindenlab.com Tue May 8 16:23:53 2012 From: oz at lindenlab.com (Oz Linden (Scott Lawrence)) Date: Tue, 08 May 2012 19:23:53 -0400 Subject: [opensource-dev] test spell checking Message-ID: <4FA9AB09.1020904@lindenlab.com> Kitty Barnett has been working on integrating spell checking into chat... it'll make you seem smarter! http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/oz_project-7/rev/256068/index.html or the latest link from the Test Builds page https://wiki.secondlife.com/wiki/Downloading_test_builds#Snowstorm_Team_Builds From kf6kjg at gmail.com Tue May 8 20:03:35 2012 From: kf6kjg at gmail.com (Ricky) Date: Tue, 8 May 2012 20:03:35 -0700 Subject: [opensource-dev] Talk/shout circles on minimap, lost in the cracks? In-Reply-To: <4FA9497C.3070500@lindenlab.com> References: <4FA9497C.3070500@lindenlab.com> Message-ID: LOL - maps of any kind, even in RL, are confusing! It's the nature of maps. However, for the power user they are designed to be a wealth of information. The circles, and some more of the items I reported a while ago and can no longer find on JIRA that were about making the nearby list more radar-esque, would help clarify many things if done well as well as provide a large dose of information. Ricky Cron Stardust On Tue, May 8, 2012 at 9:27 AM, Oz Linden (Scott Lawrence) wrote: > On 2012-05-08 04:34 , Stickman wrote: > > I remember someone submitted a patch a long while ago that added shout > > and talk circles had been added to the minimap, so you could see who > > was within range. > [...] > > I was wondering if this was tied up somewhere and just required > > someone to click "ship it" or if there was an actual problem? I poked > > at 3.3.1 and it doesn't have this feature yet that I can tell. > > > > No... the user experience folks decided that the minimap was confusing > enough and that the circles made it worse. As punishment, we assigned > it to them to find a better solution :-) > > In a sense, it did fall through the cracks... I should have bugged them > about it before now... I'll do that. > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting > privileges > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120508/b6bcff81/attachment.htm From kf6kjg at gmail.com Tue May 8 20:32:47 2012 From: kf6kjg at gmail.com (Ricky) Date: Tue, 8 May 2012 20:32:47 -0700 Subject: [opensource-dev] JIRA entries disappearing into closed projects? Message-ID: A while ago (a year or so) I reported something like 10 or so JIRA feature requests as a set, all under a meta umbrella. The requests all had to do with a design for improving the Near Me list to be a fairly basic radar replacement. I had placed them all under VWR when I reported them, but when Esbee switched them to STORM they somehow got her name as the reporter - not problem, I just watched the JIRA entries so I would be alerted to changes. Then one of my suggestions was taken up and implemented: the idea of adding the minimap to the Near Me list - I was happy progress was being made. Now I go looking and NONE of them are able to be found. I was able to find some I reported that were related - however the links relating them to the missing entries are gone too. Rather disturbed that it seemed like JIRA entries were being deleted, I just searched my email instead of JIRA. That resulted in the code I was looking for: STORM-642. Once I manually entered that into JIRA I found out that it has since evolved into CHUI-17 and locked out from public access. Is there any way to be notified when JIRA entries that you are watching or are creator of gets renamed so these kinds of surprises don't happen? Thanks, Ricky Cron Stardust -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120508/0bf6655f/attachment.htm From secret.argent at gmail.com Wed May 9 04:53:05 2012 From: secret.argent at gmail.com (Argent Stonecutter) Date: Wed, 9 May 2012 06:53:05 -0500 Subject: [opensource-dev] Talk/shout circles on minimap, lost in the cracks? In-Reply-To: <4FA9497C.3070500@lindenlab.com> References: <4FA9497C.3070500@lindenlab.com> Message-ID: <3FFA3142-8964-40FE-A9C9-60FEFA3D3684@gmail.com> On 2012-05-08, at 11:27, Oz Linden (Scott Lawrence) wrote: > No... the user experience folks decided that the minimap was confusing > enough and that the circles made it worse. o_O From Lance.Corrimal at eregion.de Wed May 9 05:09:09 2012 From: Lance.Corrimal at eregion.de (Lance Corrimal) Date: Wed, 09 May 2012 14:09:09 +0200 Subject: [opensource-dev] Talk/shout circles on minimap, lost in the cracks? In-Reply-To: <4FA9497C.3070500@lindenlab.com> References: <4FA9497C.3070500@lindenlab.com> Message-ID: <24758222.6xciQOgGBn@nb-20> Am Dienstag, 8. Mai 2012, 12:27:40 schrieb Oz Linden: > No... the user experience folks decided that the minimap was confusing > enough and that the circles made it worse. says a lot about those folks ;) > As punishment, we assigned it to them to find a better solution :-) I like the sound of that. That being said, has anyone ever seen a member of the user experience team inworld? bye, LC From I_really_needed_a_new_mailbox at gmx.de Wed May 9 05:19:34 2012 From: I_really_needed_a_new_mailbox at gmx.de (Zai Lynch) Date: Wed, 9 May 2012 14:19:34 +0200 Subject: [opensource-dev] Talk/shout circles on minimap, lost in the cracks? In-Reply-To: <24758222.6xciQOgGBn@nb-20> References: <4FA9497C.3070500@lindenlab.com> <24758222.6xciQOgGBn@nb-20> Message-ID: Well, I don't know either about these circles. I only read about them in this thread, though it seems they're supposed to indicate if someone is in chat range or not. Though a circle won't indicate that, since SL is 3 dimensional. If someone appears to be in chat range on the mini map, they might not be, as chat range is a sphere, not a circle. On Wed, May 9, 2012 at 2:09 PM, Lance Corrimal wrote: > Am Dienstag, 8. Mai 2012, 12:27:40 schrieb Oz Linden: > > > No... the user experience folks decided that the minimap was confusing > > enough and that the circles made it worse. > > says a lot about those folks ;) > > > As punishment, we assigned it to them to find a better solution :-) > > I like the sound of that. > > That being said, has anyone ever seen a member of the user experience team > inworld? > > > bye, > LC > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting > privileges > -- @ZaiLynch -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120509/6effba32/attachment.htm From kf6kjg at gmail.com Wed May 9 06:11:31 2012 From: kf6kjg at gmail.com (Ricky) Date: Wed, 9 May 2012 06:11:31 -0700 Subject: [opensource-dev] Talk/shout circles on minimap, lost in the cracks? In-Reply-To: References: <4FA9497C.3070500@lindenlab.com> <24758222.6xciQOgGBn@nb-20> Message-ID: Correct, but most often a thick horizontal plane centered on your avatar's altitude is considered the most critical area. This volume is supposed to be indicated by the dots being round instead of triangular, thus giving the vertical filtering while the circles give the horizontal. I admit that just changing the shape of the dots is most likely not enough - if they changed brightness, and maybe hue or alpha, as well it would be clearer who's in the same thick plane. I say "supposed to be indicated by" because of the now well-known issues with resolving coarse altitude differences above about 1km... Ricky Cron Stardust On Wed, May 9, 2012 at 5:19 AM, Zai Lynch < I_really_needed_a_new_mailbox at gmx.de> wrote: > Well, I don't know either about these circles. I only read about them in > this thread, though it seems they're supposed to indicate if someone is in > chat range or not. Though a circle won't indicate that, since SL is 3 > dimensional. If someone appears to be in chat range on the mini map, they > might not be, as chat range is a sphere, not a circle. > > > > On Wed, May 9, 2012 at 2:09 PM, Lance Corrimal wrote: > >> Am Dienstag, 8. Mai 2012, 12:27:40 schrieb Oz Linden: >> >> > No... the user experience folks decided that the minimap was confusing >> > enough and that the circles made it worse. >> >> says a lot about those folks ;) >> >> > As punishment, we assigned it to them to find a better solution :-) >> >> I like the sound of that. >> >> That being said, has anyone ever seen a member of the user experience team >> inworld? >> >> >> bye, >> LC >> _______________________________________________ >> Policies and (un)subscribe information available here: >> http://wiki.secondlife.com/wiki/OpenSource-Dev >> Please read the policies before posting to keep unmoderated posting >> privileges >> > > > > -- > @ZaiLynch > > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting > privileges > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120509/2102707b/attachment-0001.htm From adeonwriter at live.com Wed May 9 06:21:34 2012 From: adeonwriter at live.com (Adeon Writer) Date: Wed, 9 May 2012 09:21:34 -0400 Subject: [opensource-dev] Talk/shout circles on minimap, lost in the cracks? In-Reply-To: References: <4FA9497C.3070500@lindenlab.com> <24758222.6xciQOgGBn@nb-20> Message-ID: Er... Just color the dots based on talk/shout/toofar? ;) -Adeon On May 9, 2012, at 9:11 AM, Ricky wrote: > Correct, but most often a thick horizontal plane centered on your avatar's altitude is considered the most critical area. This volume is supposed to be indicated by the dots being round instead of triangular, thus giving the vertical filtering while the circles give the horizontal. I admit that just changing the shape of the dots is most likely not enough - if they changed brightness, and maybe hue or alpha, as well it would be clearer who's in the same thick plane. > > I say "supposed to be indicated by" because of the now well-known issues with resolving coarse altitude differences above about 1km... > > Ricky > Cron Stardust > > On Wed, May 9, 2012 at 5:19 AM, Zai Lynch wrote: > Well, I don't know either about these circles. I only read about them in this thread, though it seems they're supposed to indicate if someone is in chat range or not. Though a circle won't indicate that, since SL is 3 dimensional. If someone appears to be in chat range on the mini map, they might not be, as chat range is a sphere, not a circle. > > > > On Wed, May 9, 2012 at 2:09 PM, Lance Corrimal wrote: > Am Dienstag, 8. Mai 2012, 12:27:40 schrieb Oz Linden: > > > No... the user experience folks decided that the minimap was confusing > > enough and that the circles made it worse. > > says a lot about those folks ;) > > > As punishment, we assigned it to them to find a better solution :-) > > I like the sound of that. > > That being said, has anyone ever seen a member of the user experience team > inworld? > > > bye, > LC > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting privileges > > > > -- > @ZaiLynch > > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting privileges > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting privileges -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120509/15966561/attachment.htm From jhwelch at gmail.com Wed May 9 06:33:59 2012 From: jhwelch at gmail.com (Jonathan Welch) Date: Wed, 9 May 2012 09:33:59 -0400 Subject: [opensource-dev] Talk/shout circles on minimap, lost in the cracks? In-Reply-To: References: <4FA9497C.3070500@lindenlab.com> <24758222.6xciQOgGBn@nb-20> Message-ID: The viewer should be out soon (if it is not already) with an improvement to how the nearby list is generated (which the minimap will be using). The change will result in correct agent height data being obtained if the agent is approximately within your draw distance, no matter what height they are at (this code is very similar to what Firestorm has had for a while). On Wed, May 9, 2012 at 9:21 AM, Adeon Writer wrote: > Er... Just color the dots based on talk/shout/toofar? ;) > > -Adeon > > On May 9, 2012, at 9:11 AM, Ricky wrote: > > Correct, but most often a thick horizontal plane centered on your avatar's > altitude is considered the most?critical?area. ?This volume is supposed to > be indicated by the dots being round instead of triangular, thus giving the > vertical filtering while the circles give the horizontal. ?I admit that just > changing the shape of the dots is most likely not enough - if they changed > brightness, and maybe hue or alpha, as well it would be clearer who's in the > same thick plane. > > I say "supposed to be indicated by" because of the now well-known issues > with resolving coarse altitude differences above about 1km... > > Ricky > Cron Stardust > > On Wed, May 9, 2012 at 5:19 AM, Zai Lynch > wrote: >> >> Well, I don't know either about these circles. I only read about them in >> this thread, though it seems they're supposed to indicate if someone is in >> chat range or not. Though a circle won't indicate that, since SL is 3 >> dimensional. If someone appears to be in chat range on the mini map, they >> might not be, as chat range is a sphere, not a circle. >> >> >> >> On Wed, May 9, 2012 at 2:09 PM, Lance Corrimal >> wrote: >>> >>> Am Dienstag, 8. Mai 2012, 12:27:40 schrieb Oz Linden: >>> >>> > No... the user experience folks decided that the minimap was confusing >>> > enough and that the circles made it worse. >>> >>> says a lot about those folks ;) >>> >>> > As punishment, we assigned it to them to find a better solution :-) >>> >>> I like the sound of that. >>> >>> That being said, has anyone ever seen a member of the user experience >>> team >>> inworld? >>> >>> >>> bye, >>> LC >>> _______________________________________________ >>> Policies and (un)subscribe information available here: >>> http://wiki.secondlife.com/wiki/OpenSource-Dev >>> Please read the policies before posting to keep unmoderated posting >>> privileges >> >> >> >> >> -- >> @ZaiLynch >> >> >> _______________________________________________ >> Policies and (un)subscribe information available here: >> http://wiki.secondlife.com/wiki/OpenSource-Dev >> Please read the policies before posting to keep unmoderated posting >> privileges > > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting > privileges > > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting > privileges From jaeger_reg at hotmail.com Wed May 9 09:47:10 2012 From: jaeger_reg at hotmail.com (Tank Master) Date: Wed, 9 May 2012 09:47:10 -0700 Subject: [opensource-dev] Talk/shout circles on minimap, lost in the cracks? In-Reply-To: References: , <4FA9497C.3070500@lindenlab.com> <24758222.6xciQOgGBn@nb-20>, , , , Message-ID: Firestorm has the chat rings from that patch that was given to LL but they declined it. Its off by default in Firestorm. ~Tank > Date: Wed, 9 May 2012 09:33:59 -0400 > From: jhwelch at gmail.com > To: adeonwriter at live.com > CC: opensource-dev at lists.secondlife.com > Subject: Re: [opensource-dev] Talk/shout circles on minimap, lost in the cracks? > > The viewer should be out soon (if it is not already) with an > improvement to how the nearby list is generated (which the minimap > will be using). The change will result in correct agent height data > being obtained if the agent is approximately within your draw > distance, no matter what height they are at (this code is very similar > to what Firestorm has had for a while). > > On Wed, May 9, 2012 at 9:21 AM, Adeon Writer wrote: > > Er... Just color the dots based on talk/shout/toofar? ;) > > > > -Adeon > > > > On May 9, 2012, at 9:11 AM, Ricky wrote: > > > > Correct, but most often a thick horizontal plane centered on your avatar's > > altitude is considered the most critical area. This volume is supposed to > > be indicated by the dots being round instead of triangular, thus giving the > > vertical filtering while the circles give the horizontal. I admit that just > > changing the shape of the dots is most likely not enough - if they changed > > brightness, and maybe hue or alpha, as well it would be clearer who's in the > > same thick plane. > > > > I say "supposed to be indicated by" because of the now well-known issues > > with resolving coarse altitude differences above about 1km... > > > > Ricky > > Cron Stardust > > > > On Wed, May 9, 2012 at 5:19 AM, Zai Lynch > > wrote: > >> > >> Well, I don't know either about these circles. I only read about them in > >> this thread, though it seems they're supposed to indicate if someone is in > >> chat range or not. Though a circle won't indicate that, since SL is 3 > >> dimensional. If someone appears to be in chat range on the mini map, they > >> might not be, as chat range is a sphere, not a circle. > >> > >> > >> > >> On Wed, May 9, 2012 at 2:09 PM, Lance Corrimal > >> wrote: > >>> > >>> Am Dienstag, 8. Mai 2012, 12:27:40 schrieb Oz Linden: > >>> > >>> > No... the user experience folks decided that the minimap was confusing > >>> > enough and that the circles made it worse. > >>> > >>> says a lot about those folks ;) > >>> > >>> > As punishment, we assigned it to them to find a better solution :-) > >>> > >>> I like the sound of that. > >>> > >>> That being said, has anyone ever seen a member of the user experience > >>> team > >>> inworld? > >>> > >>> > >>> bye, > >>> LC > >>> _______________________________________________ > >>> Policies and (un)subscribe information available here: > >>> http://wiki.secondlife.com/wiki/OpenSource-Dev > >>> Please read the policies before posting to keep unmoderated posting > >>> privileges > >> > >> > >> > >> > >> -- > >> @ZaiLynch > >> > >> > >> _______________________________________________ > >> Policies and (un)subscribe information available here: > >> http://wiki.secondlife.com/wiki/OpenSource-Dev > >> Please read the policies before posting to keep unmoderated posting > >> privileges > > > > > > _______________________________________________ > > Policies and (un)subscribe information available here: > > http://wiki.secondlife.com/wiki/OpenSource-Dev > > Please read the policies before posting to keep unmoderated posting > > privileges > > > > > > _______________________________________________ > > Policies and (un)subscribe information available here: > > http://wiki.secondlife.com/wiki/OpenSource-Dev > > Please read the policies before posting to keep unmoderated posting > > privileges > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting privileges -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120509/da8abd83/attachment.htm From hitomi.tiponi at yahoo.co.uk Wed May 9 12:09:17 2012 From: hitomi.tiponi at yahoo.co.uk (Hitomi Tiponi) Date: Wed, 9 May 2012 20:09:17 +0100 (BST) Subject: [opensource-dev] JIRA entries disappearing into closed projects? (Ricky) Message-ID: <1336590557.67016.YahooMailNeo@web171002.mail.ukl.yahoo.com> The User Experience JIRAs are hardly progressing very quickly.? Last 30 days stats show 0 issues created and 0 issues resolved..... and it doesn't look like there are many people working on their issues......and the stated project lead, Richard Linden, hasn't touched an EXP JIRA entry in like....forever!?? I understand that all changes have to be passed by them in the current model, a great idea for cohesion of the experience, but such an area should have a higher profile....and be more active. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120509/05cb53e3/attachment.htm From CronoCloud at mchsi.com Fri May 11 03:12:17 2012 From: CronoCloud at mchsi.com (Ron Rogers Jr.) Date: Fri, 11 May 2012 05:12:17 -0500 Subject: [opensource-dev] Suggestion, in-world "Snowstorm Users" group Message-ID: <20120511051217.13a31656.CronoCloud@mchsi.com> May I suggest a Snowstorm Users group be formed? It might be useful for immediately being able to confirm an issue before a Jira is created. CronoCloud -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available Url : http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120511/caa41cea/attachment.pgp From CronoCloud at mchsi.com Fri May 11 03:43:54 2012 From: CronoCloud at mchsi.com (Ron Rogers Jr.) Date: Fri, 11 May 2012 05:43:54 -0500 Subject: [opensource-dev] SnapshotFormat should not be hidden away in a debug setting. Message-ID: <20120511054354.29521207.CronoCloud@mchsi.com> Yea, for in the ancient days, to save snapshot to disk one had to set an advanced menu setting (IIRC) and they were saved as BMP...which was annoying, because they were large. Then in latter days a function was added to allow "Compress Snapshot" which saves as Lossless PNG, and All Was Good. Now in these recent times, by default, if you hit your Ctrl+~ shortcut, the snapshot is saved as lossy jpg, which is NOT good if one intends on editing and re-saving. I am aware that there is said Debug Setting, but I had to find out about it on my own because said change was not "discoverable". I'm also aware that the Snapshot, Shift-Ctrl-S popup lets one choose the save format...but I never use that unless I want to save to inventory immediately for a quick image. For my blog images, I always use Ctrl-~ https://jira.secondlife.com/browse/VWR-28944 CronoCloud -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available Url : http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120511/c1e3799d/attachment.pgp From Lance.Corrimal at eregion.de Fri May 11 04:53:50 2012 From: Lance.Corrimal at eregion.de (Lance Corrimal) Date: Fri, 11 May 2012 13:53:50 +0200 Subject: [opensource-dev] SnapshotFormat should not be hidden away in a debug setting. In-Reply-To: <20120511054354.29521207.CronoCloud@mchsi.com> References: <20120511054354.29521207.CronoCloud@mchsi.com> Message-ID: <1543137.lYh3tNocr9@nb-20> I have a Patch in Dolphin Viewer 3 that adds a separate debug setting for the file format for snapshot to disk, and I have a place in the preferences UI to set it, + compression rate if you use jpg. bye, LC Am Freitag, 11. Mai 2012, 05:43:54 schrieb Ron Rogers Jr.: > Yea, for in the ancient days, to save snapshot to disk one had to set > an advanced menu setting (IIRC) and they were saved as BMP...which > was annoying, because they were large. Then in latter days a function > was added to allow "Compress Snapshot" which saves as Lossless PNG, > and All Was Good. > > Now in these recent times, by default, if you hit your Ctrl+~ > shortcut, the snapshot is saved as lossy jpg, which is NOT good if > one intends on editing and re-saving. I am aware that there is said > Debug Setting, but I had to find out about it on my own because said > change was not "discoverable". I'm also aware that the Snapshot, > Shift-Ctrl-S popup lets one choose the save format...but I never use > that unless I want to save to inventory immediately for a quick > image. For my blog images, I always use Ctrl-~ > > https://jira.secondlife.com/browse/VWR-28944 > > CronoCloud From oz at lindenlab.com Fri May 11 06:20:26 2012 From: oz at lindenlab.com (Oz Linden) Date: Fri, 11 May 2012 13:20:26 -0000 Subject: [opensource-dev] Review Request: Fixes paste action in editor windows. In-Reply-To: <20120506030607.28664.33290@domU-12-31-38-00-90-68.compute-1.internal> References: <20120506030607.28664.33290@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: <20120511132026.5663.31200@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/579/#review1219 ----------------------------------------------------------- indra/llui/lltexteditor.h It would be much clearer when reading calls to this method if the parameter were an enum rather than a boolean. Consider the readability difference between: addLineBreakChar(FALSE); and addLineBreakChar(DoNotGroupLines); - Oz Linden On May 5, 2012, 8:06 p.m., Ima Mechanique wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://codereview.secondlife.com/r/579/ > ----------------------------------------------------------- > > (Updated May 5, 2012, 8:06 p.m.) > > > Review request for Viewer. > > > Description > ------- > > Fixes paste action in editor windows (notecards, scripts, etc.) so that pasting text is a single action as far as Undo is concerned. > This is an updating of Satomi Ahn's patch to work with v3.3.1. > > > This addresses bug VWR-20553. > > > Diffs > ----- > > doc/contributions.txt 3142ebd0bc5a > indra/llui/lltexteditor.h 3142ebd0bc5a > indra/llui/lltexteditor.cpp 3142ebd0bc5a > > Diff: http://codereview.secondlife.com/r/579/diff/diff > > > Testing > ------- > > Tried pasting/undoing. > > > Thanks, > > Ima Mechanique > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120511/56cfec8d/attachment.htm From hitomi.tiponi at yahoo.co.uk Sat May 12 17:15:25 2012 From: hitomi.tiponi at yahoo.co.uk (Hitomi Tiponi) Date: Sun, 13 May 2012 01:15:25 +0100 (BST) Subject: [opensource-dev] Resolved Issues in Release Notes not accessible Message-ID: <1336868125.33040.YahooMailNeo@web171004.mail.ukl.yahoo.com> Many of the resolved issues in the recent 'Release Notes for v3.3.2 (255742) - Second Life Beta Viewer' are not accessible when you click on them.? Now that these issues are resolved would it be possible to gain access to them (as many sound quite interesting) or at least see the summaries, as the issue titles are not always very descriptive? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120513/fcd35e59/attachment.htm From marinekelley at gmail.com Sun May 13 02:46:18 2012 From: marinekelley at gmail.com (Marine Kelley) Date: Sun, 13 May 2012 11:46:18 +0200 Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? Message-ID: Hello all, Having pulled the latest changesets from v-d to my viewer lately, I observed that the resulting build would not be able to upload mesh anymore, ending up with a MAV_BLOCK_MISSING message every time (no matter what I do, even following the several options depicted in https://jira.secondlife.com/browse/MAINT-872). After some search, it appears that the change 23045 (eab0b05bf0bc) ("SH-2941 Fix for crash on shutdown due to race condition between LLCurl and LLMesh") is the cause of the error. Reverting llmeshrepository.cpp (the only file in this changeset) to its previous version fixes the problem, but negates Dave's fix. I am aware that HACD-k is not under the responsibility of LL, it is an open source work, but would someone like to look into this ? I am not qualified at all, having no clue about how mesh upload works. Thanks, Marine From nickyperian at yahoo.com Sun May 13 08:55:49 2012 From: nickyperian at yahoo.com (Nicky Perian) Date: Sun, 13 May 2012 08:55:49 -0700 (PDT) Subject: [opensource-dev] v-d changeset 2d518492b129 Message-ID: <1336924549.80829.YahooMailNeo@web43515.mail.sp1.yahoo.com> Who is the author? It shows as Tofu Buzzard in one of my repos and Adam Moss in another. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120513/93ac06f2/attachment.htm From nickyperian at yahoo.com Sun May 13 09:39:54 2012 From: nickyperian at yahoo.com (Nicky Perian) Date: Sun, 13 May 2012 09:39:54 -0700 (PDT) Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? In-Reply-To: References: Message-ID: <1336927194.82582.YahooMailNeo@web43516.mail.sp1.yahoo.com> Here is a link to viewer-development with only hacd-k changes present. http://bitbucket.org/NickyP/viewer-development-os-mesh-upload/downloads/Second_Life_3-3-3-3b6b4f8e650f-d84e0f52d036_LindenDeveloper_Setup.exe I am not seeing the error. I have found that if a mesh upload attempt is made before inventory if fully loaded that mesh upload fails in various ways and in my experience a re-login is necessary to get away from the error. This morning on aditi it was failure to obtain fees. This build was with an older version of the hacd-k lib 162 versus 178. The library versions I use ?are here :?https://bitbucket.org/NickyP/hacd-k/downloads @Oz Without objection, plan to leave the installer up one week. Nicky >________________________________ > From: Marine Kelley >To: "opensource-dev at lists.secondlife.com" >Sent: Sunday, May 13, 2012 4:46 AM >Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? > >Hello all, > >Having pulled the latest changesets from v-d to my viewer lately, I >observed that the resulting build would not be able to upload mesh >anymore, ending up with a MAV_BLOCK_MISSING message every time (no >matter what I do, even following the several options depicted in >https://jira.secondlife.com/browse/MAINT-872). > >After some search, it appears that the change 23045 (eab0b05bf0bc) >("SH-2941 Fix for crash on shutdown due to race condition between >LLCurl and LLMesh") is the cause of the error. Reverting >llmeshrepository.cpp (the only file in this changeset) to its previous >version fixes the problem, but negates Dave's fix. > >I am aware that HACD-k is not under the responsibility of LL, it is an >open source work, but would someone like to look into this ? I am not >qualified at all, having no clue about how mesh upload works. > >Thanks, >Marine >_______________________________________________ >Policies and (un)subscribe information available here: >http://wiki.secondlife.com/wiki/OpenSource-Dev >Please read the policies before posting to keep unmoderated posting privileges > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120513/c298351c/attachment.htm From nickyperian at yahoo.com Sun May 13 20:40:23 2012 From: nickyperian at yahoo.com (Nicky Perian) Date: Sun, 13 May 2012 20:40:23 -0700 (PDT) Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? In-Reply-To: <1336927194.82582.YahooMailNeo@web43516.mail.sp1.yahoo.com> References: <1336927194.82582.YahooMailNeo@web43516.mail.sp1.yahoo.com> Message-ID: <1336966823.61494.YahooMailNeo@web43513.mail.sp1.yahoo.com> I am not getting MAV_BLOCK_MISSING but am getting fee errors and it seems, though not confirmed, that the upload works on first try on a fresh dae and fails on?subsequent trys.? IMO "Mesh is a Mess" the clothing doesn't fit the avatar, female hair is stiff and doesn't flow properly, there are multiple software packages to produce a dae file, more conversions at upload and then the server and viewer software are in flux. I think we need one?preferred software package to produce, with specific instructions from LL on use, ?dae files. ?Not the four in use at my last count. Then a gold standard server/region on aditi that all can bounce dae files against. ? >________________________________ > From: Nicky Perian >To: Marine Kelley ; "opensource-dev at lists.secondlife.com" >Sent: Sunday, May 13, 2012 11:39 AM >Subject: Re: [opensource-dev] Fix for SH-2941 breaks HACD-k ? > > >Here is a link to viewer-development with only hacd-k changes present. >http://bitbucket.org/NickyP/viewer-development-os-mesh-upload/downloads/Second_Life_3-3-3-3b6b4f8e650f-d84e0f52d036_LindenDeveloper_Setup.exe > >I am not seeing the error. I have found that if a mesh upload attempt is made before inventory if fully loaded that mesh upload fails in various ways and in my experience a re-login is necessary to get away from the error. This morning on aditi it was failure to obtain fees. > > >This build was with an older version of the hacd-k lib 162 versus 178. > > >The library versions I use ?are here :?https://bitbucket.org/NickyP/hacd-k/downloads > > >@Oz >Without objection, plan to leave the installer up one week. > > >Nicky > > > > > >>________________________________ >> From: Marine Kelley >>To: "opensource-dev at lists.secondlife.com" >>Sent: Sunday, May 13, 2012 4:46 AM >>Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? >> >>Hello all, >> >>Having pulled the latest changesets from v-d to my viewer lately, I >>observed that the resulting build would not be able to upload mesh >>anymore, ending up with a MAV_BLOCK_MISSING message every time (no >>matter what I do, even following the several options depicted in >>https://jira.secondlife.com/browse/MAINT-872). >> >>After some search, it appears that the change 23045 (eab0b05bf0bc) >>("SH-2941 Fix for crash on shutdown due to race condition between >>LLCurl and LLMesh") is the cause of the error. Reverting >>llmeshrepository.cpp (the only file in this changeset) to its previous >>version fixes the problem, but negates Dave's fix. >> >>I am aware that HACD-k is not under the responsibility of LL, it is an >>open source work, but would someone like to look into this ? I am not >>qualified at all, having no clue about how mesh upload works. >> >>Thanks, >>Marine >>_______________________________________________ >>Policies and (un)subscribe information available here: >>http://wiki.secondlife.com/wiki/OpenSource-Dev >>Please read the policies before posting to keep unmoderated posting privileges >> >> >> >_______________________________________________ >Policies and (un)subscribe information available here: >http://wiki.secondlife.com/wiki/OpenSource-Dev >Please read the policies before posting to keep unmoderated posting privileges > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120513/e91248b9/attachment.htm From Lance.Corrimal at eregion.de Sun May 13 22:11:39 2012 From: Lance.Corrimal at eregion.de (Lance Corrimal) Date: Mon, 14 May 2012 07:11:39 +0200 Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? In-Reply-To: <1336966823.61494.YahooMailNeo@web43513.mail.sp1.yahoo.com> References: <1336927194.82582.YahooMailNeo@web43516.mail.sp1.yahoo.com> <1336966823.61494.YahooMailNeo@web43513.mail.sp1.yahoo.com> Message-ID: <4715997.JS2zTl9R39@sai> Hi, what we need first is HACD in the official opensource viewer. The CR sits on "ship it" for weeks now, for crying out loud. bye, LC Am Sonntag, 13. Mai 2012, 20:40:23 schrieb Nicky Perian: > I am not getting MAV_BLOCK_MISSING but am getting fee errors and it seems, > though not confirmed, that the upload works on first try on a fresh dae and > fails on subsequent trys. > > > IMO "Mesh is a Mess" the clothing doesn't fit the avatar, female hair is > stiff and doesn't flow properly, there are multiple software packages to > produce a dae file, more conversions at upload and then the server and > viewer software are in flux. > > I think we need one preferred software package to produce, with specific > instructions from LL on use, dae files. Not the four in use at my last > count. > > Then a gold standard server/region on aditi that all can bounce dae files > against. > > >________________________________ > > > > From: Nicky Perian > > > >To: Marine Kelley ; > >"opensource-dev at lists.secondlife.com" > > Sent: Sunday, May 13, 2012 11:39 AM > >Subject: Re: [opensource-dev] Fix for SH-2941 breaks HACD-k ? > > > > > >Here is a link to viewer-development with only hacd-k changes present. > >http://bitbucket.org/NickyP/viewer-development-os-mesh-upload/downloads/Sec > >ond_Life_3-3-3-3b6b4f8e650f-d84e0f52d036_LindenDeveloper_Setup.exe > > > >I am not seeing the error. I have found that if a mesh upload attempt is > >made before inventory if fully loaded that mesh upload fails in various > >ways and in my experience a re-login is necessary to get away from the > >error. This morning on aditi it was failure to obtain fees. > > > > > >This build was with an older version of the hacd-k lib 162 versus 178. > > > > > >The library versions I use are here > >: https://bitbucket.org/NickyP/hacd-k/downloads > > > > > >@Oz > >Without objection, plan to leave the installer up one week. > > > > > >Nicky > > > >>________________________________ > >> > >> From: Marine Kelley > >> > >>To: "opensource-dev at lists.secondlife.com" > >> Sent: Sunday, May 13, 2012 4:46 AM > >>Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? > >> > >>Hello all, > >> > >>Having pulled the latest changesets from v-d to my viewer lately, I > >>observed > > that the resulting build would not be able to upload mesh > > >>anymore, ending up with a MAV_BLOCK_MISSING message every time (no > >>matter what I do, even following the several options depicted in > >>https://jira.secondlife.com/browse/MAINT-872). > >> > >>After some search, it appears that the change 23045 (eab0b05bf0bc) > >>("SH-2941 Fix for crash on shutdown due to race condition between > >>LLCurl and LLMesh") is the cause of the error. Reverting > >>llmeshrepository.cpp (the only file in this changeset) to its previous > >>version fixes the problem, but negates Dave's fix. > >> > >>I am aware that HACD-k is not under the responsibility of LL, it is an > >>open source work, but would someone like to look into this ? I am not > >>qualified at all, having no clue about how mesh upload works. > >> > >>Thanks, > >>Marine > >>_______________________________________________ > >>Policies and > > (un)subscribe information available here: > >>http://wiki.secondlife.com/wiki/OpenSource-Dev > >>Please read the policies before posting to keep unmoderated posting > >>privileges> > >_______________________________________________ > >Policies and (un)subscribe information available here: > >http://wiki.secondlife.com/wiki/OpenSource-Dev > >Please read the policies before posting to keep unmoderated posting > >privileges From Ima.Mechanique at blueyonder.co.uk Sun May 13 22:13:30 2012 From: Ima.Mechanique at blueyonder.co.uk (Ima Mechanique) Date: Mon, 14 May 2012 05:13:30 -0000 Subject: [opensource-dev] Review Request: Fixes paste action in editor windows. In-Reply-To: <20120511132026.5663.31200@domU-12-31-38-00-90-68.compute-1.internal> References: <20120511132026.5663.31200@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: <20120514051330.10773.42136@domU-12-31-38-00-90-68.compute-1.internal> > On May 11, 2012, 6:20 a.m., Oz Linden wrote: > > indra/llui/lltexteditor.h, line 242 > > > > > > It would be much clearer when reading calls to this method if the parameter were an enum rather than a boolean. Consider the readability difference between: > > addLineBreakChar(FALSE); > > and > > addLineBreakChar(DoNotGroupLines); > > This would require additional, and IMO, inelegant code to set an additional boolean variable in the function. A comment would make it equally, if not more, clear and not require unnecessary code or an enum. - Ima ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/579/#review1219 ----------------------------------------------------------- On May 5, 2012, 8:06 p.m., Ima Mechanique wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://codereview.secondlife.com/r/579/ > ----------------------------------------------------------- > > (Updated May 5, 2012, 8:06 p.m.) > > > Review request for Viewer. > > > Description > ------- > > Fixes paste action in editor windows (notecards, scripts, etc.) so that pasting text is a single action as far as Undo is concerned. > This is an updating of Satomi Ahn's patch to work with v3.3.1. > > > This addresses bug VWR-20553. > > > Diffs > ----- > > doc/contributions.txt 3142ebd0bc5a > indra/llui/lltexteditor.h 3142ebd0bc5a > indra/llui/lltexteditor.cpp 3142ebd0bc5a > > Diff: http://codereview.secondlife.com/r/579/diff/diff > > > Testing > ------- > > Tried pasting/undoing. > > > Thanks, > > Ima Mechanique > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120514/e8ef1cd4/attachment-0001.htm From Ima.Mechanique at blueyonder.co.uk Sun May 13 22:15:14 2012 From: Ima.Mechanique at blueyonder.co.uk (Ima Mechanique) Date: Mon, 14 May 2012 05:15:14 -0000 Subject: [opensource-dev] Review Request: Fixes paste action in editor windows. In-Reply-To: <20120506030607.28664.33290@domU-12-31-38-00-90-68.compute-1.internal> References: <20120506030607.28664.33290@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: <20120514051514.10773.6878@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/579/ ----------------------------------------------------------- (Updated May 13, 2012, 10:15 p.m.) Review request for Viewer. Changes ------- Updated diff, with comments, to address readability. Description ------- Fixes paste action in editor windows (notecards, scripts, etc.) so that pasting text is a single action as far as Undo is concerned. This is an updating of Satomi Ahn's patch to work with v3.3.1. This addresses bug VWR-20553. Diffs (updated) ----- doc/contributions.txt 3142ebd0bc5a indra/llui/lltexteditor.h 3142ebd0bc5a indra/llui/lltexteditor.cpp 3142ebd0bc5a Diff: http://codereview.secondlife.com/r/579/diff/diff Testing ------- Tried pasting/undoing. Thanks, Ima Mechanique -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120514/4f0c55a5/attachment.htm From Ima.Mechanique at blueyonder.co.uk Sun May 13 22:19:38 2012 From: Ima.Mechanique at blueyonder.co.uk (Ima Mechanique) Date: Mon, 14 May 2012 05:19:38 -0000 Subject: [opensource-dev] Review Request: Fixes paste action in editor windows. In-Reply-To: <20120511132026.5663.31200@domU-12-31-38-00-90-68.compute-1.internal> References: <20120511132026.5663.31200@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: <20120514051938.10773.8183@domU-12-31-38-00-90-68.compute-1.internal> > On May 11, 2012, 6:20 a.m., Oz Linden wrote: > > indra/llui/lltexteditor.h, line 242 > > > > > > It would be much clearer when reading calls to this method if the parameter were an enum rather than a boolean. Consider the readability difference between: > > addLineBreakChar(FALSE); > > and > > addLineBreakChar(DoNotGroupLines); > > > > Ima Mechanique wrote: > This would require additional, and IMO, inelegant code to set an additional boolean variable in the function. > A comment would make it equally, if not more, clear and not require unnecessary code or an enum. After adding the diff with comments, it occurred to me a constant could also be used. addLineBreakChar(GROUP_LINES); - Ima ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/579/#review1219 ----------------------------------------------------------- On May 13, 2012, 10:15 p.m., Ima Mechanique wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://codereview.secondlife.com/r/579/ > ----------------------------------------------------------- > > (Updated May 13, 2012, 10:15 p.m.) > > > Review request for Viewer. > > > Description > ------- > > Fixes paste action in editor windows (notecards, scripts, etc.) so that pasting text is a single action as far as Undo is concerned. > This is an updating of Satomi Ahn's patch to work with v3.3.1. > > > This addresses bug VWR-20553. > > > Diffs > ----- > > doc/contributions.txt 3142ebd0bc5a > indra/llui/lltexteditor.h 3142ebd0bc5a > indra/llui/lltexteditor.cpp 3142ebd0bc5a > > Diff: http://codereview.secondlife.com/r/579/diff/diff > > > Testing > ------- > > Tried pasting/undoing. > > > Thanks, > > Ima Mechanique > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120514/74b40941/attachment.htm From sl.nicky.ml at googlemail.com Mon May 14 02:03:40 2012 From: sl.nicky.ml at googlemail.com (Nicky D.) Date: Mon, 14 May 2012 11:03:40 +0200 Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? In-Reply-To: <4715997.JS2zTl9R39@sai> References: <1336927194.82582.YahooMailNeo@web43516.mail.sp1.yahoo.com> <1336966823.61494.YahooMailNeo@web43513.mail.sp1.yahoo.com> <4715997.JS2zTl9R39@sai> Message-ID: Hello, I played a bit with that yesterday.Uploaded a few files, calculated a few fees and all worked well. But I did not use the packages from NickyP, but instead the code that was forked into that a while ago. Not sure if there's any changes in his repo that can make such a difference. In general is the Mesh upload sensitive to model and the steps you did before you upload. Maybe you can elaborate a bit on more what you tried to upload and which buttons you pressed in what order. > what we need first is HACD in the official opensource viewer. The CR sits on > "ship it" for weeks now, for crying out loud. That won't make much sense right now. Pathfinding will change the packaging a bit, then the havok lib will include mesh upload and pathfinding functionality. This will affect the OS Mesh upload too, as LLConvexDecomposition.cmake got removed. Instead the new kid in town will be LLPhysicsExtensions.cmake. This of course brings a few other changes, as then the OS Mesh upload package needs to include either the pathfinding functionality (navmesh decoder&display, A* [or something] path finding) or at least a stub for the latter. Nicky From nickyperian at yahoo.com Mon May 14 06:59:35 2012 From: nickyperian at yahoo.com (Nicky Perian) Date: Mon, 14 May 2012 06:59:35 -0700 (PDT) Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? In-Reply-To: <1336966823.61494.YahooMailNeo@web43513.mail.sp1.yahoo.com> References: <1336927194.82582.YahooMailNeo@web43516.mail.sp1.yahoo.com> <1336966823.61494.YahooMailNeo@web43513.mail.sp1.yahoo.com> Message-ID: <1337003975.77696.YahooMailNeo@web43501.mail.sp1.yahoo.com> I am not receiving any fee errors today. No errors at all using either the OpenMP present version 178 hacd-k or the original version 162 hacd-k libraries. It appears that the fee errors were triggered from having the dae files in a dropbox folder and that bogged the fee calculation down. Nicky >________________________________ > From: Nicky Perian >To: Nicky Perian ; Marine Kelley ; "opensource-dev at lists.secondlife.com" >Sent: Sunday, May 13, 2012 10:40 PM >Subject: Re: [opensource-dev] Fix for SH-2941 breaks HACD-k ? > > >I am not getting MAV_BLOCK_MISSING but am getting fee errors and it seems, though not confirmed, that the upload works on first try on a fresh dae and fails on?subsequent trys.? > > > >IMO "Mesh is a Mess" the clothing doesn't fit the avatar, female hair is stiff and doesn't flow properly, there are multiple software packages to produce a dae file, more conversions at upload and then the server and viewer software are in flux. > > >I think we need one?preferred software package to produce, with specific instructions from LL on use, ?dae files. ?Not the four in use at my last count. > > >Then a gold standard server/region on aditi that all can bounce dae files against. >? > > > >>________________________________ >> From: Nicky Perian >>To: Marine Kelley ; "opensource-dev at lists.secondlife.com" >>Sent: Sunday, May 13, 2012 11:39 AM >>Subject: Re: [opensource-dev] Fix for SH-2941 breaks HACD-k ? >> >> >>Here is a link to viewer-development with only hacd-k changes present. >>http://bitbucket.org/NickyP/viewer-development-os-mesh-upload/downloads/Second_Life_3-3-3-3b6b4f8e650f-d84e0f52d036_LindenDeveloper_Setup.exe >> >>I am not seeing the error. I have found that if a mesh upload attempt is made before inventory if fully loaded that mesh upload fails in various ways and in my experience a re-login is necessary to get away from the error. This morning on aditi it was failure to obtain fees. >> >> >>This build was with an older version of the hacd-k lib 162 versus 178. >> >> >>The library versions I use ?are here :?https://bitbucket.org/NickyP/hacd-k/downloads >> >> >>@Oz >>Without objection, plan to leave the installer up one week. >> >> >>Nicky >> >> >> >> >> >>>________________________________ >>> From: Marine Kelley >>>To: "opensource-dev at lists.secondlife.com" >>>Sent: Sunday, May 13, 2012 4:46 AM >>>Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? >>> >>>Hello all, >>> >>>Having pulled the latest changesets from v-d to my viewer lately, I >>>observed that the resulting build would not be able to upload mesh >>>anymore, ending up with a MAV_BLOCK_MISSING message every time (no >>>matter what I do, even following the several options depicted in >>>https://jira.secondlife.com/browse/MAINT-872). >>> >>>After some search, it appears that the change 23045 (eab0b05bf0bc) >>>("SH-2941 Fix for crash on shutdown due to race condition between >>>LLCurl and LLMesh") is the cause of the error. Reverting >>>llmeshrepository.cpp (the only file in this changeset) to its previous >>>version fixes the problem, but negates Dave's fix. >>> >>>I am aware that HACD-k is not under the responsibility of LL, it is an >>>open source work, but would someone like to look into this ? I am not >>>qualified at all, having no clue about how mesh upload works. >>> >>>Thanks, >>>Marine >>>_______________________________________________ >>>Policies and (un)subscribe information available here: >>>http://wiki.secondlife.com/wiki/OpenSource-Dev >>>Please read the policies before posting to keep unmoderated posting privileges >>> >>> >>> >>_______________________________________________ >>Policies and (un)subscribe information available here: >>http://wiki.secondlife.com/wiki/OpenSource-Dev >>Please read the policies before posting to keep unmoderated posting privileges >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120514/be141929/attachment-0001.htm From nickyperian at yahoo.com Mon May 14 07:53:03 2012 From: nickyperian at yahoo.com (Nicky Perian) Date: Mon, 14 May 2012 07:53:03 -0700 (PDT) Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? Message-ID: <1337007183.81435.YahooMailNeo@web43511.mail.sp1.yahoo.com> Using OpenMP based library. https://bitbucket.org/NickyP/viewer-development-os-mesh-upload/downloads/Second_Life_3-3-3-db7e740f3883-d84e0f52d036_LindenDeveloper_Setup.exe -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120514/809de712/attachment.htm From marinekelley at gmail.com Mon May 14 10:55:38 2012 From: marinekelley at gmail.com (Marine Kelley) Date: Mon, 14 May 2012 19:55:38 +0200 Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? In-Reply-To: <1337007183.81435.YahooMailNeo@web43511.mail.sp1.yahoo.com> References: <1337007183.81435.YahooMailNeo@web43511.mail.sp1.yahoo.com> Message-ID: Thanks for the precisions. I am using v178, ported on to Dolphin and then to my RLV by Lance... I don't know how it works at all, personally. All I know is that the changeset I pointed is the culprit for all the errors I get (well, I got only MAV_BLOCK_MISSING so far). It's deterministic : with the changeset it occurs everytime, without the changeset it never occurs. The changeset adds mutexes all over llmeshrepository so maybe it is related (it makes the upload time out or something). The changes are many across that file, so I didn't look in detail (I don't have time). On 14/05/2012, Nicky Perian wrote: > Using OpenMP based library. > > https://bitbucket.org/NickyP/viewer-development-os-mesh-upload/downloads/Second_Life_3-3-3-db7e740f3883-d84e0f52d036_LindenDeveloper_Setup.exe > From jhwelch at gmail.com Mon May 14 11:20:07 2012 From: jhwelch at gmail.com (Jonathan Yap) Date: Mon, 14 May 2012 18:20:07 -0000 Subject: [opensource-dev] Review Request: STORM-1812 Music stream does not always restart after teleporting In-Reply-To: <20120215131244.25286.60366@domU-12-31-38-00-90-68.compute-1.internal> References: <20120215131244.25286.60366@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: <20120514182007.10776.67124@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/556/ ----------------------------------------------------------- (Updated May 14, 2012, 11:20 a.m.) Review request for Viewer. Changes ------- Small change to get music to restart properly. Description ------- The music stream does not restart if you teleport within the same parcel. This addresses bug STORM-1812. http://jira.secondlife.com/browse/STORM-1812 Diffs (updated) ----- doc/contributions.txt 0a41a8750048 indra/newview/llpanelnearbymedia.cpp 0a41a8750048 indra/newview/llvieweraudio.h 0a41a8750048 indra/newview/llvieweraudio.cpp 0a41a8750048 indra/newview/llviewerparcelmgr.h 0a41a8750048 indra/newview/llviewerparcelmgr.cpp 0a41a8750048 Diff: http://codereview.secondlife.com/r/556/diff/diff Testing ------- See Test Plan in jira. During early investigation and testing of this fix there were times the play button became grayed out. I have not been able to reproduce this condition recently. Thanks, Jonathan Yap -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120514/531615b2/attachment.htm From nickyperian at yahoo.com Mon May 14 11:29:28 2012 From: nickyperian at yahoo.com (Nicky Perian) Date: Mon, 14 May 2012 11:29:28 -0700 (PDT) Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? In-Reply-To: References: <1337007183.81435.YahooMailNeo@web43511.mail.sp1.yahoo.com> Message-ID: <1337020168.66901.YahooMailNeo@web43510.mail.sp1.yahoo.com> Would you like to provide a copy of a couple of the problem files? If they are a work product you may send a link or attachment off list. Nicky >________________________________ > From: Marine Kelley >To: Nicky Perian >Cc: SLDEV >Sent: Monday, May 14, 2012 12:55 PM >Subject: Re: [opensource-dev] Fix for SH-2941 breaks HACD-k ? > >Thanks for the precisions. I am using v178, ported on to Dolphin and >then to my RLV by Lance... I don't know how it works at all, >personally. All I know is that the changeset I pointed is the culprit >for all the errors I get (well, I got only MAV_BLOCK_MISSING so far). >It's deterministic : with the changeset it occurs everytime, without >the changeset it never occurs. > >The changeset adds mutexes all over llmeshrepository so maybe it is >related (it makes the upload time out or something). The changes are >many across that file, so I didn't look in detail (I don't have time). > >On 14/05/2012, Nicky Perian wrote: >> Using OpenMP based library. >> >> https://bitbucket.org/NickyP/viewer-development-os-mesh-upload/downloads/Second_Life_3-3-3-db7e740f3883-d84e0f52d036_LindenDeveloper_Setup.exe >> > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120514/d6a0e925/attachment.htm From sl.nicky.ml at googlemail.com Mon May 14 15:17:02 2012 From: sl.nicky.ml at googlemail.com (Nicky D.) Date: Tue, 15 May 2012 00:17:02 +0200 Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? In-Reply-To: <1337003975.77696.YahooMailNeo@web43501.mail.sp1.yahoo.com> References: <1336927194.82582.YahooMailNeo@web43516.mail.sp1.yahoo.com> <1336966823.61494.YahooMailNeo@web43513.mail.sp1.yahoo.com> <1337003975.77696.YahooMailNeo@web43501.mail.sp1.yahoo.com> Message-ID: > I am not receiving any fee errors today. No errors at all using either the > OpenMP present version 178 hacd-k or the original version 162 hacd-k > libraries. It appears that the fee errors were triggered from having the dae > files in a dropbox folder and that bogged the fee calculation down. Fee calculation comes long after the file has been read from the DAE. Dropbox will not influence any of that (upload, calculation, analyze) at all. Nicky From nickyperian at yahoo.com Mon May 14 16:06:29 2012 From: nickyperian at yahoo.com (Nicky Perian) Date: Mon, 14 May 2012 16:06:29 -0700 (PDT) Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? In-Reply-To: References: <1336927194.82582.YahooMailNeo@web43516.mail.sp1.yahoo.com> <1336966823.61494.YahooMailNeo@web43513.mail.sp1.yahoo.com> <1337003975.77696.YahooMailNeo@web43501.mail.sp1.yahoo.com> Message-ID: <1337036789.67327.YahooMailNeo@web43508.mail.sp1.yahoo.com> paraphrasing?I don't have a copy of the log failure to upload unknown error see log for details followed by cannot establish fee.? >________________________________ > From: Nicky D. >To: Nicky Perian >Cc: "opensource-dev at lists.secondlife.com" >Sent: Monday, May 14, 2012 5:17 PM >Subject: Re: [opensource-dev] Fix for SH-2941 breaks HACD-k ? > >> I am not receiving any fee errors today. No errors at all using either the >> OpenMP present version 178 hacd-k or the original version 162 hacd-k >> libraries. It appears that the fee errors were triggered from having the dae >> files in a dropbox folder and that bogged the fee calculation down. > >Fee calculation comes long after the file has been read from the DAE. >Dropbox will not influence any of that (upload, calculation, analyze) at >all. > >Nicky > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120514/bf5c48c3/attachment.htm From nickyperian at yahoo.com Mon May 14 16:11:06 2012 From: nickyperian at yahoo.com (Nicky Perian) Date: Mon, 14 May 2012 16:11:06 -0700 (PDT) Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? In-Reply-To: <1337036789.67327.YahooMailNeo@web43508.mail.sp1.yahoo.com> References: <1336927194.82582.YahooMailNeo@web43516.mail.sp1.yahoo.com> <1336966823.61494.YahooMailNeo@web43513.mail.sp1.yahoo.com> <1337003975.77696.YahooMailNeo@web43501.mail.sp1.yahoo.com> <1337036789.67327.YahooMailNeo@web43508.mail.sp1.yahoo.com> Message-ID: <1337037066.85390.YahooMailNeo@web43506.mail.sp1.yahoo.com> cannot reproduce >________________________________ > From: Nicky Perian >To: Nicky D. >Cc: "opensource-dev at lists.secondlife.com" >Sent: Monday, May 14, 2012 6:06 PM >Subject: Re: [opensource-dev] Fix for SH-2941 breaks HACD-k ? > > >paraphrasing?I don't have a copy of the log >failure to upload unknown error see log for details followed by >cannot establish fee.? > > > > > >>________________________________ >> From: Nicky D. >>To: Nicky Perian >>Cc: "opensource-dev at lists.secondlife.com" >>Sent: Monday, May 14, 2012 5:17 PM >>Subject: Re: [opensource-dev] Fix for SH-2941 breaks HACD-k ? >> >>> I am not receiving any fee errors today. No errors at all using either the >>> OpenMP present version 178 hacd-k or the original version 162 hacd-k >>> libraries. It appears that the fee errors were triggered from having the dae >>> files in a dropbox folder and that bogged the fee calculation down. >> >>Fee calculation comes long after the file has been read from the DAE. >>Dropbox will not influence any of that (upload, calculation, analyze) at >>all. >> >>Nicky >> >> >> >_______________________________________________ >Policies and (un)subscribe information available here: >http://wiki.secondlife.com/wiki/OpenSource-Dev >Please read the policies before posting to keep unmoderated posting privileges > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120514/000c5f42/attachment.htm From wolfpup67 at earthlink.net Mon May 14 17:36:26 2012 From: wolfpup67 at earthlink.net (WolfPup Lowenhar) Date: Mon, 14 May 2012 20:36:26 -0400 Subject: [opensource-dev] Viewer Resizeing on V3 viewers Message-ID: <001e01cd3232$c323f680$496be380$@net> I just created this issue : https://jira.secondlife.com/browse/VWR-28965 This issue is filed against the current Release of the LL Viewer. Please test on All platforms to see if it is only affecting viewers for Windows only. Plus if this is also affecting TPVs that are V3 based please note @ what change set of the release viewer you are building from for your TPV. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120514/ff10760b/attachment.htm From kadah.coba at gmail.com Mon May 14 19:30:24 2012 From: kadah.coba at gmail.com (Kadah) Date: Mon, 14 May 2012 19:30:24 -0700 Subject: [opensource-dev] Viewer Resizeing on V3 viewers In-Reply-To: <001e01cd3232$c323f680$496be380$@net> References: <001e01cd3232$c323f680$496be380$@net> Message-ID: <4FB1BFC0.6080103@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 5/14/2012 5:36 PM, WolfPup Lowenhar wrote: > I just created this issue : > > > > https://jira.secondlife.com/browse/VWR-28965 > > > > This issue is filed against the current Release of the LL Viewer. > Please test on All platforms to see if it is only affecting viewers > for Windows only. Plus if this is also affecting TPVs that are V3 > based please note @ what change set of the release viewer you are > building from for your TPV. How does this behave with the changes for EXP-1777 (which are currently only in Viewer-dev)? -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJPsb/AAAoJEIdLfPRu7qE2TK4H/2J9OMbOesS7yhy/U1pIIkkx dGPitpqbajaT+GTjqeRA1JJLNo0uZVu89vwvet0BglMZ/6Avf9xV0VRbg88K1P/0 JYcpaz9O95lvTv78EOww/xAJwwhWKi0aYhrm0jtzSKvSSAVEJJHMra0Te9Yb8ATm b8UqyAY7AgVcPmUSMqRNew+lbXBb5WuDcCvX0BSNCDQVKY1IaE+jAYDnezjaSu+P AEnUX6AviKk3pR9Zs7Ru0eJgQSDuCGzBbsCWOJ/tvEmdkN02hhOOUP5HfnxETvza IscLK/foZ/X/xvOqeJfDBRdzyzJ5UGq1L6IFNPpkoznxYZcMA42+ybIYn0/yMKo= =nNu1 -----END PGP SIGNATURE----- From Lance.Corrimal at eregion.de Mon May 14 22:21:01 2012 From: Lance.Corrimal at eregion.de (Lance Corrimal) Date: Tue, 15 May 2012 07:21:01 +0200 Subject: [opensource-dev] Fix for SH-2941 breaks HACD-k ? In-Reply-To: <1337037066.85390.YahooMailNeo@web43506.mail.sp1.yahoo.com> References: <1337036789.67327.YahooMailNeo@web43508.mail.sp1.yahoo.com> <1337037066.85390.YahooMailNeo@web43506.mail.sp1.yahoo.com> Message-ID: <1917454.t5plYd4J2L@sai> During the time that I was plugging your HACD work into dolphin, I had several fee calculation errors. Always following this scheme: 1. happens on the beta grid 2. at the same time, other stuff on beta was shaky 3. same file worked fine later 4. same filoe works fine on main grid. just thought i'd mention that. bye, LC Am Montag, 14. Mai 2012, 16:11:06 schrieb Nicky Perian: > cannot reproduce > > >________________________________ > > > > From: Nicky Perian > > > >To: Nicky D. > >Cc: "opensource-dev at lists.secondlife.com" > > Sent: Monday, May 14, 2012 6:06 PM > >Subject: Re: [opensource-dev] Fix for SH-2941 breaks HACD-k ? > > > > > >paraphrasing I don't have a copy of the log > >failure to upload unknown error see log for details followed by > >cannot establish fee. > > > >>________________________________ > >> > >> From: Nicky D. > >> > >>To: Nicky Perian > >>Cc: "opensource-dev at lists.secondlife.com" > >> Sent: Monday, May 14, 2012 5:17 PM > >>Subject: Re: [opensource-dev] Fix for SH-2941 breaks HACD-k ? > >> > >>> I am not receiving any fee errors today. No errors at all using either > >>> the > >>> OpenMP present version 178 hacd-k or the original version 162 hacd-k > >>> libraries. It appears that the fee errors were triggered from having the > >>> dae files in a dropbox folder and that bogged the fee calculation down.>> > >>Fee calculation comes long after the file has been read from the DAE. > >>Dropbox will not influence any of that (upload, calculation, analyze) at > >>all. > >> > >>Nicky > > > >_______________________________________________ > >Policies and (un)subscribe information available here: > >http://wiki.secondlife.com/wiki/OpenSource-Dev > >Please read the policies before posting to keep unmoderated posting > >privileges From wolfpup67 at earthlink.net Tue May 15 04:23:36 2012 From: wolfpup67 at earthlink.net (WolfPup Lowenhar) Date: Tue, 15 May 2012 07:23:36 -0400 Subject: [opensource-dev] Viewer Resizeing on V3 viewers In-Reply-To: <4FB1BFC0.6080103@gmail.com> References: <001e01cd3232$c323f680$496be380$@net> <4FB1BFC0.6080103@gmail.com> Message-ID: <000001cd328d$2bbc7140$833553c0$@net> If you read the comments in the related issues you will find that someone talks about the window not properly resizing. > -----Original Message----- > From: Kadah [mailto:kadah.coba at gmail.com] > Sent: Monday, May 14, 2012 10:30 PM > To: WolfPup Lowenhar > Cc: opensource-dev at lists.secondlife.com > Subject: Re: [opensource-dev] Viewer Resizeing on V3 viewers > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 5/14/2012 5:36 PM, WolfPup Lowenhar wrote: > > I just created this issue : > > > > > > > > https://jira.secondlife.com/browse/VWR-28965 > > > > > > > > This issue is filed against the current Release of the LL Viewer. > > Please test on All platforms to see if it is only affecting viewers > > for Windows only. Plus if this is also affecting TPVs that are V3 > > based please note @ what change set of the release viewer you are > > building from for your TPV. > > How does this behave with the changes for EXP-1777 (which are currently only > in Viewer-dev)? > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.17 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iQEcBAEBAgAGBQJPsb/AAAoJEIdLfPRu7qE2TK4H/2J9OMbOesS7yhy/U1pIIkkx > dGPitpqbajaT+GTjqeRA1JJLNo0uZVu89vwvet0BglMZ/6Avf9xV0VRbg88K1P/0 > JYcpaz9O95lvTv78EOww/xAJwwhWKi0aYhrm0jtzSKvSSAVEJJHMra0Te9Yb8ATm > b8UqyAY7AgVcPmUSMqRNew+lbXBb5WuDcCvX0BSNCDQVKY1IaE+jAYDnezjaS > u+P > AEnUX6AviKk3pR9Zs7Ru0eJgQSDuCGzBbsCWOJ/tvEmdkN02hhOOUP5HfnxETvz > a > IscLK/foZ/X/xvOqeJfDBRdzyzJ5UGq1L6IFNPpkoznxYZcMA42+ybIYn0/yMKo= > =nNu1 > -----END PGP SIGNATURE----- > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2012.0.2171 / Virus Database: 2425/4999 - Release Date: 05/14/12 From oz at lindenlab.com Tue May 15 08:57:24 2012 From: oz at lindenlab.com (Oz Linden (Scott Lawrence)) Date: Tue, 15 May 2012 11:57:24 -0400 Subject: [opensource-dev] Resolved Issues in Release Notes not accessible In-Reply-To: <1336868125.33040.YahooMailNeo@web171004.mail.ukl.yahoo.com> References: <1336868125.33040.YahooMailNeo@web171004.mail.ukl.yahoo.com> Message-ID: <4FB27CE4.2010906@lindenlab.com> On 2012-05-12 20:15 , Hitomi Tiponi wrote: > Many of the resolved issues in the recent 'Release Notes for v3.3.2 > (255742) - Second Life Beta Viewer' are not accessible when you click > on them. Now that these issues are resolved would it be possible to > gain access to them (as many sound quite interesting) or at least see > the summaries, as the issue titles are not always very descriptive? I can't make wholesale changes, but if there are specific issues you're interested in, send me an email with a list and I'll see what I can do. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120515/49187105/attachment.htm From oz at lindenlab.com Tue May 15 09:07:00 2012 From: oz at lindenlab.com (Oz Linden (Scott Lawrence)) Date: Tue, 15 May 2012 12:07:00 -0400 Subject: [opensource-dev] Talk/shout circles on minimap, lost in the cracks? In-Reply-To: <24758222.6xciQOgGBn@nb-20> References: <4FA9497C.3070500@lindenlab.com> <24758222.6xciQOgGBn@nb-20> Message-ID: <4FB27F24.30200@lindenlab.com> On 2012-05-09 08:09 , Lance Corrimal wrote: > That being said, has anyone ever seen a member of the user experience team > inworld? If you were such a person, would you allow your identity to become known? Hint: no, you wouldn't. From oz at lindenlab.com Tue May 15 09:12:19 2012 From: oz at lindenlab.com (Oz Linden) Date: Tue, 15 May 2012 16:12:19 -0000 Subject: [opensource-dev] Review Request: STORM-1812 Music stream does not always restart after teleporting In-Reply-To: <20120514182007.10776.67124@domU-12-31-38-00-90-68.compute-1.internal> References: <20120514182007.10776.67124@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: <20120515161219.11358.15572@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/556/#review1223 ----------------------------------------------------------- Ship it! Ship It! - Oz Linden On May 14, 2012, 11:20 a.m., Jonathan Yap wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://codereview.secondlife.com/r/556/ > ----------------------------------------------------------- > > (Updated May 14, 2012, 11:20 a.m.) > > > Review request for Viewer. > > > Description > ------- > > The music stream does not restart if you teleport within the same parcel. > > > This addresses bug STORM-1812. > http://jira.secondlife.com/browse/STORM-1812 > > > Diffs > ----- > > doc/contributions.txt 0a41a8750048 > indra/newview/llpanelnearbymedia.cpp 0a41a8750048 > indra/newview/llvieweraudio.h 0a41a8750048 > indra/newview/llvieweraudio.cpp 0a41a8750048 > indra/newview/llviewerparcelmgr.h 0a41a8750048 > indra/newview/llviewerparcelmgr.cpp 0a41a8750048 > > Diff: http://codereview.secondlife.com/r/556/diff/diff > > > Testing > ------- > > See Test Plan in jira. > > During early investigation and testing of this fix there were times the play button became grayed out. I have not been able to reproduce this condition recently. > > > Thanks, > > Jonathan Yap > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120515/d12edbb9/attachment.htm From leonel.morgado at gmail.com Thu May 17 02:59:05 2012 From: leonel.morgado at gmail.com (Leonel Morgado) Date: Thu, 17 May 2012 10:59:05 +0100 Subject: [opensource-dev] SLACTIONS 2012 virtual worlds conference call for papers In-Reply-To: <7c2becbf-27ee-47c3-9fa3-325062d2b968@b1g2000vbb.googlegroups.com> References: <7c2becbf-27ee-47c3-9fa3-325062d2b968@b1g2000vbb.googlegroups.com> Message-ID: <009801cd3413$b2a31e70$17e95b50$@gmail.com> Hi, At UTAD, I am working hard with my team to make sure this year's edition of SLACTIONS 2012 will be a great event. 4 journals are already supporting the conference. Chapters are taking place in 4 different continents. Submissions of papers and posters are open until June 30th. Please help spread the word and the call for papers below. Int?, Leonel Morgado UTAD - University of Tr?s-os-Montes e Alto Douro Portugal =============== SLACTIONS 2012 Research conference on virtual worlds - Life, imagination, and work using metaverse platforms November 2012 http://www.slactions.org/ http://www.facebook.com/pages/SLACTIONS-Life-imagination-and-work-using-meta verse-platforms/242464792497177 http://twitter.com/slactions CALL FOR PAPERS The metaverse is emerging, through the increasing use of virtual world technologies that act as platforms for end-users to create, develop, and interact, expanding the realm of human cooperation, interaction, and creativity. The conference focus is scientific research on applications and developments of these metaverse platforms: Habbo Hotel, IMVU, Second Life, OpenSimulator, Open Croquet, Activeworlds, Open Wonderland, Minecraft, and others, including MMORPGs such as World of Warcraft, and virtual worlds based on social networks, such as *-ville and others, providing a forum for the research community to present and discuss innovative approaches, techniques, processes, and research results. SLACTIONS 2012 is the fourth edition of SLACTIONS, which was the first international conference held simultaneously in several countries on the topic of metaverse platforms. SLACTIONS aims at covering most areas currently enabled by metaverse platforms, from educational research to content production, from gender studies to media distribution, and from metaverse-based branding, advertising, and fundraising to emerging mash-ups and technology applications. SLACTIONS is unique in its format too, as a one-of-a kind event conducted both in a metaverse platform (Second Life) and on-site in multiple countries throughout the world. SLACTIONS will thus contribute to the current redefinition of the way we think about hybrid online and on-site scholarly collaborations. Whereas metaverse platforms are no longer a novel topic, they still pose challenges for the adaption of conventional instructional and business practices, research methodologies, and communication practices. We are looking forward to presenting a program of research results, case studies, panel discussions, and demonstrations that scholars, educators, and businesses can port to their own environments and apply in their research, teaching, and business strategy. We will accept papers from the full spectrum of intellectual disciplines and technological endeavors in which metaverse platforms are currently being used: from Education to Business, Sociology to Social Sciences, Media Production to Technology Development, Architecture and Urban Planning to the Arts. Topics covered may include but are not limited to: - Accessibility in metaverse platforms - Advanced scientific visualization in metaverse platforms - Automatic content generation - Behavioral studies in the metaverse - Combination of metaverse platforms with external systems (e- learning, e-business, etc.) - Communicational paradigms in the metaverse - Content management and production - Creativity, design, and arts on the metaverse - E-business and e-commerce applications - Educational research, applications, and case studies - Embodiment in metaverses and Gender Studies - GIS/metaverse mash-ups - Integration between metaverse platforms - Nonprofit activities and fundraising - Adapting and developing research methodologies for metaverses - Social Sciences studies in or through metaverse platforms - Space representation, use, and management in metaverses - Using metaverse platforms for cooperation FORMAT SLACTIONS has the format of a hybrid online and physical conference. All paper presentations and plenary sessions by guest speakers will be held on-line in the Second Life virtual world, and projected locally at local chapters, for participants attending physically. Physical participants can interact with the online participants via a "physical chapter avatar" and microphone. Participants will also be able to follow the proceedings broadcast on the Web and interact via a text chat applet. Workshops and other events are conducted locally ? or in mixed format across several participating chapters ? and local chapters may held local topical round tables. SUBMISSIONS Authors are invited to submit: - A full paper of eight to ten pages for oral presentation - A "work in progress" paper of 4 pages for oral presentation - A Flickr image or YouTube video, indexed with the tag ?slactions2012? for poster presentations ?in-world? - A live presentation in Second Life. All submissions are subject to a double blind review process and should be professionally proofread before submission. All manuscripts should be formatted according to the ASIS&T proceedings template, available at http://www.asis.org/Conferences/AM04/proceedingstemplate.doc. (Disclaimer: SLACTIONS is not associated with ASIS&T.) PUBLICATION VENUES - JOURNAL AGREEMENTS All accepted papers and posters will be published on-line and in ISBN- registered digital proceedings. Video posters and live presentations can submit an abstract for inclusion in the digital proceedings. The authors of the best papers will be invited to provide revised and expanded versions for publications in special editions of journals or as single contributions to theme-specific journals. - Journal of Virtual Worlds Research (ISSN 1941-8477) Selected papers will be fast-tracked for publication in early 2013 issues of JVWR. - Computer & Graphics - International Journal of Systems & Applications in Computer Graphics (ISSN: 0097-8493 / Imprint: ELSEVIER / impact factor 2010:0.720) Authors of the Best Paper in computer graphics themes will be invited to submit an extended version to be considered for journal publication. - VIRtual - Electronic Journal of Visualization, Interactive Systems and Pattern Recognition (ISSN 0873-1837) Authors of selected papers on visualization and graphics will be invited to submit extended versions to a special Issue of the journal. - Journal of Theoretical and Applied Electronic Commerce Research (ISSN 0718-1876) Authors of selected papers on e-business/e-commerce/m-commerce/e-learning/e-government will be invited to submit extended versions the journal. - International Journal of Web Portals (ISSN 1938-0194, SCOPUS index) Authors of the Best Paper in Web portals themes will be invited to submit an extended version to be considered for journal publication. Check out www.slactions.org regularly for more information and developments on the proceedings publisher and journal venues for best papers. Official language of the conference: The official language for the on-line space and all submissions is English only. However, at the physical site of local chapters you can also use the native language of that location. IMPORTANT DATES Submissions deadline: June 30th, 2012 July 15th, 2012 - Submission results provided to authors September 15th, 2012 - Deadline for early registration October 15th, 2012 - Deadline for print-ready versions of accepted papers November 15-17th, 2012 - Conference LOCAL CHAPTERS Portugal Venue: Tagus Park, Oeiras, Portugal About the Tagus Park: www.ist.utl.pt/pt/sobre-IST/localizacao/#tagusapresentacao/html/descricao.ht ml Coordinators: Ant?nio Quintas-Mendes [quintas at uab.pt] Lina Morgado [lmorgado at univ-ab.pt] Isabel Valverde [isabelv63 at yahoo.com] ____________________________________________________________________ New Zealand Venue: Wellington Institute of Technology, New Zealand About the Wellington Institute of Technology: http://www.weltec.ac.nz/ABOUTWELTEC/CampusLocationsMaps.aspx Coordinator: Todd Cochrane [Todd.Cochrane at weltec.ac.nz] ____________________________________________________________________ Florida Central Florida - Orlando/Space Coast area About the 1 Virtual World Development: https://sites.google.com/site/1virtualworlddevelopment/ Coordinator: Gwenette Sinclair [gwenettewriter at gmail.com] ____________________________________________________________________ Italy Rome - in preparation, more data soon ____________________________________________________________________ Ireland In preparation, more data soon ____________________________________________________________________ Brazil In preparation, more data soon ____________________________________________________________________ Argentina In preparation, more data soon ____________________________________________________________________ Peru In preparation, more data soon ____________________________________________________________________ Check out www.slactions.org for updated lists and contacts. Note: If you believe your institution can hold a physical chapter in an as-yet unsupported region, please contact the organization at info at slactions.org ____________________________________________________________________ Steering Committee Leonel Morgado - University of Tr?s-os-Montes e Alto Douro, Portugal Nelson Zagalo - University of Minho, Portugal Ana Boa-Ventura, University of Texas-Austin, USA Programme Committee Ahmer Iqbal ? University of Jyvaskyla, Finland Ana Am?lia Carvalho ? University of Coimbra, Portugal Ana Boa-Ventura ? University of Texas, Austin, USA ?ngela Pereira ? Leiria Polytechnic Institute, Portugal Ant?nio Fernando Coelho - University of Porto, Portugal Ant?nio Lopes ? Lus?fona University, Portugal Ant?nio Quintas Mendes - Open University, Portugal Benjamim Fonseca ? University of Tr?s-os-Montes e Alto Douro, Portugal Clare Atkins ? Nelson Marlborough Institute of Technology, New Zealand Daiana Trein ? University of Vale do Rio dos Sinos, Brazil Daniel Gon?alves ? Higher Technical Institute, Portugal David Deeds ? Changchun American International School, China David Herold ? Hong Kong Polytechnic University, Hong Kong Donizetti Louro ? Catholic University of Sao Paulo, Brazil Emanuel Peres ? University of Tr?s-os-Montes e Alto Douro, Portugal Filipe Santos ? Leiria Polytechnic Institute, Portugal Greg Lastowka - Rutgers School of Law / Camden, USA Helen Farley - University of Southern Queensland, Australia Hugo Paredes ? University of Tr?s-os-Montes e Alto Douro, Portugal Isabel Valverde - Lisbon Technical University, Portugal James Corbett - CEO at MissionV Education/ Business Development Manager at Daynuv Owner at GlobalGreyhounds Ltd., Ireland Jo?o Varaj?o ? University of Tr?s-os-Montes e Alto Douro, Portugal Jos? Lu?s Ramos - ?vora University, Portugal Leonel Morgado ? University of Tr?s-os- Montes e Alto Douro, Portugal Lina Morgado - Open University, Portugal Lu?s Magalh?es ? University of Tr?s-os-Montes e Alto Douro, Portugal Lu?s Pedro ? University of Aveiro, Portugal Marco Ant?nio Ch?vez- Aguayo ? University of Barcelona, Spain Margarita P?rez-Garc?a - Catholic University College Limburg & Provincial University College Limburg, Belgium Marja Kankaanranta - University of Jyvaskyla, Finland Micaela Esteves ? Leiria Polytechnic Institute, Portugal Narciso Cerpa ? University of Talca, Chile Nelson Zagalo ? University of Minho, Portugal Nuno Silva ? Higher Institute of Engineering of Porto, Portugal Paulo Frias ? University of Porto, Portugal Paulo Martins ? University of Tr?s-os-Montes e Alto Douro, Portugal Pedro Sequeira - Higher School of Sport of Rio Maior, Portugal Pilar Lacasa ? University of Alcal?, Spain Ramiro Gon?alves ? University of Tr?s-os- Montes e Alto Douro, Portugal Sara de Freitas - Serious Games Institute, UK Steven Warburton ? King?s College London, United Kingdom Teresa Bettencourt ? University of Aveiro, Portugal Theng Yin Leng - Nanyang Technological University, Singapore Vincent Ng ? Hong Kong Polytechnic University, Hong Kong Yesha Sivan ? The Academic College of Tel Aviv-Yaffo, Israel, and Metaverse Labs Ltd., Israel/Managing Editor of the Journal of Virtual Worlds Research Global Organization Ana Margarida Maia ? University of Tr?s-os-Montes e Alto Douro, Portugal Daniela Pedrosa ? University of Coimbra / University of Tr?s- os- Montes e Alto Douro, Portugal Fernando Jos? Cassola Marques ? University of Tr?s-os-Montes e Alto Douro, Portugal Gon?alo Cruz Matos ? University of Tr?s-os-Montes e Alto Douro, Portugal Maria da Gl?ria Fraga - University of Tr?s-os-Montes e Alto Douro, Portugal Leonel Morgado ? University of Tr?s-os-Montes e Alto Douro, Portugal Ricardo Rodrigues Nunes ? University of Tr?s-os-Montes e Alto Douro, Portugal Vinicius Loureiro ? University of Tr?s-os-Montes e Alto Douro, Portugal Yesha Sivan ? The Academic College of Tel Aviv-Yaffo, Israel, and Metaverse Labs Ltd., Israel/Managing Editor of the Journal of Virtual Worlds Research Contacts Organization: info at slactions.org http://www.slactions.org/ http://www.facebook.com/pages/SLACTIONS-Life-imagination-and-work-using-meta verse-platforms/242464792497177 http://twitter.com/slactions From leonel.morgado at gmail.com Thu May 17 03:00:31 2012 From: leonel.morgado at gmail.com (Leonel Morgado) Date: Thu, 17 May 2012 11:00:31 +0100 Subject: [opensource-dev] SLACTIONS 2012 virtual worlds conference call for papers In-Reply-To: <7c2becbf-27ee-47c3-9fa3-325062d2b968@b1g2000vbb.googlegroups.com> References: <7c2becbf-27ee-47c3-9fa3-325062d2b968@b1g2000vbb.googlegroups.com> Message-ID: <009a01cd3413$e5e893a0$b1b9bae0$@gmail.com> Hi, At UTAD, I am working hard with my team to make sure this year's edition of SLACTIONS 2012 will be a great event. 4 journals are already supporting the conference. Chapters are taking place in 4 different continents. Submissions of papers and posters are open until June 30th. Please help spread the word and the call for papers below. Int?, Leonel Morgado UTAD - University of Tr?s-os-Montes e Alto Douro Portugal =============== SLACTIONS 2012 Research conference on virtual worlds - Life, imagination, and work using metaverse platforms November 2012 http://www.slactions.org/ http://www.facebook.com/pages/SLACTIONS-Life-imagination-and-work-using-meta verse-platforms/242464792497177 http://twitter.com/slactions CALL FOR PAPERS The metaverse is emerging, through the increasing use of virtual world technologies that act as platforms for end-users to create, develop, and interact, expanding the realm of human cooperation, interaction, and creativity. The conference focus is scientific research on applications and developments of these metaverse platforms: Habbo Hotel, IMVU, Second Life, OpenSimulator, Open Croquet, Activeworlds, Open Wonderland, Minecraft, and others, including MMORPGs such as World of Warcraft, and virtual worlds based on social networks, such as *-ville and others, providing a forum for the research community to present and discuss innovative approaches, techniques, processes, and research results. SLACTIONS 2012 is the fourth edition of SLACTIONS, which was the first international conference held simultaneously in several countries on the topic of metaverse platforms. SLACTIONS aims at covering most areas currently enabled by metaverse platforms, from educational research to content production, from gender studies to media distribution, and from metaverse-based branding, advertising, and fundraising to emerging mash-ups and technology applications. SLACTIONS is unique in its format too, as a one-of-a kind event conducted both in a metaverse platform (Second Life) and on-site in multiple countries throughout the world. SLACTIONS will thus contribute to the current redefinition of the way we think about hybrid online and on-site scholarly collaborations. Whereas metaverse platforms are no longer a novel topic, they still pose challenges for the adaption of conventional instructional and business practices, research methodologies, and communication practices. We are looking forward to presenting a program of research results, case studies, panel discussions, and demonstrations that scholars, educators, and businesses can port to their own environments and apply in their research, teaching, and business strategy. We will accept papers from the full spectrum of intellectual disciplines and technological endeavors in which metaverse platforms are currently being used: from Education to Business, Sociology to Social Sciences, Media Production to Technology Development, Architecture and Urban Planning to the Arts. Topics covered may include but are not limited to: - Accessibility in metaverse platforms - Advanced scientific visualization in metaverse platforms - Automatic content generation - Behavioral studies in the metaverse - Combination of metaverse platforms with external systems (e- learning, e-business, etc.) - Communicational paradigms in the metaverse - Content management and production - Creativity, design, and arts on the metaverse - E-business and e-commerce applications - Educational research, applications, and case studies - Embodiment in metaverses and Gender Studies - GIS/metaverse mash-ups - Integration between metaverse platforms - Nonprofit activities and fundraising - Adapting and developing research methodologies for metaverses - Social Sciences studies in or through metaverse platforms - Space representation, use, and management in metaverses - Using metaverse platforms for cooperation FORMAT SLACTIONS has the format of a hybrid online and physical conference. All paper presentations and plenary sessions by guest speakers will be held on-line in the Second Life virtual world, and projected locally at local chapters, for participants attending physically. Physical participants can interact with the online participants via a "physical chapter avatar" and microphone. Participants will also be able to follow the proceedings broadcast on the Web and interact via a text chat applet. Workshops and other events are conducted locally ? or in mixed format across several participating chapters ? and local chapters may held local topical round tables. SUBMISSIONS Authors are invited to submit: - A full paper of eight to ten pages for oral presentation - A "work in progress" paper of 4 pages for oral presentation - A Flickr image or YouTube video, indexed with the tag ?slactions2012? for poster presentations ?in-world? - A live presentation in Second Life. All submissions are subject to a double blind review process and should be professionally proofread before submission. All manuscripts should be formatted according to the ASIS&T proceedings template, available at http://www.asis.org/Conferences/AM04/proceedingstemplate.doc. (Disclaimer: SLACTIONS is not associated with ASIS&T.) PUBLICATION VENUES - JOURNAL AGREEMENTS All accepted papers and posters will be published on-line and in ISBN- registered digital proceedings. Video posters and live presentations can submit an abstract for inclusion in the digital proceedings. The authors of the best papers will be invited to provide revised and expanded versions for publications in special editions of journals or as single contributions to theme-specific journals. - Journal of Virtual Worlds Research (ISSN 1941-8477) Selected papers will be fast-tracked for publication in early 2013 issues of JVWR. - Computer & Graphics - International Journal of Systems & Applications in Computer Graphics (ISSN: 0097-8493 / Imprint: ELSEVIER / impact factor 2010:0.720) Authors of the Best Paper in computer graphics themes will be invited to submit an extended version to be considered for journal publication. - VIRtual - Electronic Journal of Visualization, Interactive Systems and Pattern Recognition (ISSN 0873-1837) Authors of selected papers on visualization and graphics will be invited to submit extended versions to a special Issue of the journal. - Journal of Theoretical and Applied Electronic Commerce Research (ISSN 0718-1876) Authors of selected papers on e-business/e-commerce/m-commerce/e-learning/e-government will be invited to submit extended versions the journal. - International Journal of Web Portals (ISSN 1938-0194, SCOPUS index) Authors of the Best Paper in Web portals themes will be invited to submit an extended version to be considered for journal publication. Check out www.slactions.org regularly for more information and developments on the proceedings publisher and journal venues for best papers. Official language of the conference: The official language for the on-line space and all submissions is English only. However, at the physical site of local chapters you can also use the native language of that location. IMPORTANT DATES Submissions deadline: June 30th, 2012 July 15th, 2012 - Submission results provided to authors September 15th, 2012 - Deadline for early registration October 15th, 2012 - Deadline for print-ready versions of accepted papers November 15-17th, 2012 - Conference LOCAL CHAPTERS Portugal Venue: Tagus Park, Oeiras, Portugal About the Tagus Park: www.ist.utl.pt/pt/sobre-IST/localizacao/#tagusapresentacao/html/descricao.ht ml Coordinators: Ant?nio Quintas-Mendes [quintas at uab.pt] Lina Morgado [lmorgado at univ-ab.pt] Isabel Valverde [isabelv63 at yahoo.com] ____________________________________________________________________ New Zealand Venue: Wellington Institute of Technology, New Zealand About the Wellington Institute of Technology: http://www.weltec.ac.nz/ABOUTWELTEC/CampusLocationsMaps.aspx Coordinator: Todd Cochrane [Todd.Cochrane at weltec.ac.nz] ____________________________________________________________________ Florida Central Florida - Orlando/Space Coast area About the 1 Virtual World Development: https://sites.google.com/site/1virtualworlddevelopment/ Coordinator: Gwenette Sinclair [gwenettewriter at gmail.com] ____________________________________________________________________ Italy Rome - in preparation, more data soon ____________________________________________________________________ Ireland In preparation, more data soon ____________________________________________________________________ Brazil In preparation, more data soon ____________________________________________________________________ Argentina In preparation, more data soon ____________________________________________________________________ Peru In preparation, more data soon ____________________________________________________________________ Check out www.slactions.org for updated lists and contacts. Note: If you believe your institution can hold a physical chapter in an as-yet unsupported region, please contact the organization at info at slactions.org ____________________________________________________________________ Steering Committee Leonel Morgado - University of Tr?s-os-Montes e Alto Douro, Portugal Nelson Zagalo - University of Minho, Portugal Ana Boa-Ventura, University of Texas-Austin, USA Programme Committee Ahmer Iqbal ? University of Jyvaskyla, Finland Ana Am?lia Carvalho ? University of Coimbra, Portugal Ana Boa-Ventura ? University of Texas, Austin, USA ?ngela Pereira ? Leiria Polytechnic Institute, Portugal Ant?nio Fernando Coelho - University of Porto, Portugal Ant?nio Lopes ? Lus?fona University, Portugal Ant?nio Quintas Mendes - Open University, Portugal Benjamim Fonseca ? University of Tr?s-os-Montes e Alto Douro, Portugal Clare Atkins ? Nelson Marlborough Institute of Technology, New Zealand Daiana Trein ? University of Vale do Rio dos Sinos, Brazil Daniel Gon?alves ? Higher Technical Institute, Portugal David Deeds ? Changchun American International School, China David Herold ? Hong Kong Polytechnic University, Hong Kong Donizetti Louro ? Catholic University of Sao Paulo, Brazil Emanuel Peres ? University of Tr?s-os-Montes e Alto Douro, Portugal Filipe Santos ? Leiria Polytechnic Institute, Portugal Greg Lastowka - Rutgers School of Law / Camden, USA Helen Farley - University of Southern Queensland, Australia Hugo Paredes ? University of Tr?s-os-Montes e Alto Douro, Portugal Isabel Valverde - Lisbon Technical University, Portugal James Corbett - CEO at MissionV Education/ Business Development Manager at Daynuv Owner at GlobalGreyhounds Ltd., Ireland Jo?o Varaj?o ? University of Tr?s-os-Montes e Alto Douro, Portugal Jos? Lu?s Ramos - ?vora University, Portugal Leonel Morgado ? University of Tr?s-os- Montes e Alto Douro, Portugal Lina Morgado - Open University, Portugal Lu?s Magalh?es ? University of Tr?s-os-Montes e Alto Douro, Portugal Lu?s Pedro ? University of Aveiro, Portugal Marco Ant?nio Ch?vez- Aguayo ? University of Barcelona, Spain Margarita P?rez-Garc?a - Catholic University College Limburg & Provincial University College Limburg, Belgium Marja Kankaanranta - University of Jyvaskyla, Finland Micaela Esteves ? Leiria Polytechnic Institute, Portugal Narciso Cerpa ? University of Talca, Chile Nelson Zagalo ? University of Minho, Portugal Nuno Silva ? Higher Institute of Engineering of Porto, Portugal Paulo Frias ? University of Porto, Portugal Paulo Martins ? University of Tr?s-os-Montes e Alto Douro, Portugal Pedro Sequeira - Higher School of Sport of Rio Maior, Portugal Pilar Lacasa ? University of Alcal?, Spain Ramiro Gon?alves ? University of Tr?s-os- Montes e Alto Douro, Portugal Sara de Freitas - Serious Games Institute, UK Steven Warburton ? King?s College London, United Kingdom Teresa Bettencourt ? University of Aveiro, Portugal Theng Yin Leng - Nanyang Technological University, Singapore Vincent Ng ? Hong Kong Polytechnic University, Hong Kong Yesha Sivan ? The Academic College of Tel Aviv-Yaffo, Israel, and Metaverse Labs Ltd., Israel/Managing Editor of the Journal of Virtual Worlds Research Global Organization Ana Margarida Maia ? University of Tr?s-os-Montes e Alto Douro, Portugal Daniela Pedrosa ? University of Coimbra / University of Tr?s- os- Montes e Alto Douro, Portugal Fernando Jos? Cassola Marques ? University of Tr?s-os-Montes e Alto Douro, Portugal Gon?alo Cruz Matos ? University of Tr?s-os-Montes e Alto Douro, Portugal Maria da Gl?ria Fraga - University of Tr?s-os-Montes e Alto Douro, Portugal Leonel Morgado ? University of Tr?s-os-Montes e Alto Douro, Portugal Ricardo Rodrigues Nunes ? University of Tr?s-os-Montes e Alto Douro, Portugal Vinicius Loureiro ? University of Tr?s-os-Montes e Alto Douro, Portugal Yesha Sivan ? The Academic College of Tel Aviv-Yaffo, Israel, and Metaverse Labs Ltd., Israel/Managing Editor of the Journal of Virtual Worlds Research Contacts Organization: info at slactions.org http://www.slactions.org/ http://www.facebook.com/pages/SLACTIONS-Life-imagination-and-work-using-meta verse-platforms/242464792497177 http://twitter.com/slactions From jhwelch at gmail.com Fri May 18 13:39:07 2012 From: jhwelch at gmail.com (Jonathan Yap) Date: Fri, 18 May 2012 20:39:07 -0000 Subject: [opensource-dev] Review Request: STORM-1812 Music stream does not always restart after teleporting In-Reply-To: <20120514182007.10776.67124@domU-12-31-38-00-90-68.compute-1.internal> References: <20120514182007.10776.67124@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: <20120518203907.10771.52703@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/556/ ----------------------------------------------------------- (Updated May 18, 2012, 1:39 p.m.) Review request for Viewer. Changes ------- Added code for subtask STORM-1861. Even with autoplay off the music would occasionally start up after a failed teleport or an intra-parcel teleport. Description ------- The music stream does not restart if you teleport within the same parcel. This addresses bug STORM-1812. http://jira.secondlife.com/browse/STORM-1812 Diffs (updated) ----- doc/contributions.txt 0a41a8750048 indra/newview/llpanelnearbymedia.cpp 0a41a8750048 indra/newview/llvieweraudio.h 0a41a8750048 indra/newview/llvieweraudio.cpp 0a41a8750048 indra/newview/llviewerparcelmgr.h 0a41a8750048 indra/newview/llviewerparcelmgr.cpp 0a41a8750048 Diff: http://codereview.secondlife.com/r/556/diff/diff Testing ------- See Test Plan in jira. During early investigation and testing of this fix there were times the play button became grayed out. I have not been able to reproduce this condition recently. Thanks, Jonathan Yap -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120518/36f11009/attachment.htm From zaxacongrejo at gmail.com Sat May 19 10:11:35 2012 From: zaxacongrejo at gmail.com (zaxa congrejo) Date: Sat, 19 May 2012 18:11:35 +0100 Subject: [opensource-dev] zaxacongrejo@gmail.com Message-ID: zaxacongrejo at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120519/ab1f3e9d/attachment.htm From jhwelch at gmail.com Sun May 20 11:23:50 2012 From: jhwelch at gmail.com (Jonathan Yap) Date: Sun, 20 May 2012 18:23:50 -0000 Subject: [opensource-dev] Review Request: STORM-1812 Music stream does not always restart after teleporting In-Reply-To: <20120518203907.10771.52703@domU-12-31-38-00-90-68.compute-1.internal> References: <20120518203907.10771.52703@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: <20120520182350.17912.24635@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/556/ ----------------------------------------------------------- (Updated May 20, 2012, 11:23 a.m.) Review request for Viewer. Changes ------- Store playing state from an additional place in the code. Description ------- The music stream does not restart if you teleport within the same parcel. This addresses bug STORM-1812. http://jira.secondlife.com/browse/STORM-1812 Diffs (updated) ----- doc/contributions.txt 0a41a8750048 indra/newview/llpanelnearbymedia.cpp 0a41a8750048 indra/newview/llvieweraudio.h 0a41a8750048 indra/newview/llvieweraudio.cpp 0a41a8750048 indra/newview/llviewerparcelmgr.h 0a41a8750048 indra/newview/llviewerparcelmgr.cpp 0a41a8750048 Diff: http://codereview.secondlife.com/r/556/diff/diff Testing ------- See Test Plan in jira. During early investigation and testing of this fix there were times the play button became grayed out. I have not been able to reproduce this condition recently. Thanks, Jonathan Yap -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120520/8b352f85/attachment.htm From geenz at exodusviewer.com Tue May 22 08:10:41 2012 From: geenz at exodusviewer.com (Geenz Spad) Date: Tue, 22 May 2012 11:10:41 -0400 Subject: [opensource-dev] Autobuild hell Message-ID: So, in the process of setting up a new build environment on OS X, I seem to have come across a little problem that I've never encountered before with regards to setting up autobuild. Assuming I've added autobuild to my PATH variable, I always tend to get the following error regardless of where autobuild is executed (i.e., whether it's a directory containing proper autobuild packages or not), and the parameters given to it (such as build, clean, etc.): Geenzs-MacBook-Pro:~ geenz$ autobuild WARNING:autobuild.common:extracting from llbase-0.2.0-darwin-20100225.tar.bz2 Traceback (most recent call last): File "/Users/geenz/Devel/autobuild/bin/autobuild", line 38, in from autobuild import autobuild_main File "/Users/geenz/Devel/autobuild/autobuild/autobuild_main.py", line 25, in import common File "/Users/geenz/Devel/autobuild/autobuild/common.py", line 647, in Bootstrap() File "/Users/geenz/Devel/autobuild/autobuild/common.py", line 642, in __init__ raise AutobuildError("invalid 'pathcheck' setting for '%s'" % name) autobuild.common.AutobuildError: invalid 'pathcheck' setting for 'llbase' The same error crops up regardless of python version. Any ideas on what's causing this, and how it can be fixed? First glance seems to suggest that it's attempting to extract things from an archive that may not even exist. -- Geenz Spad Sent with Sparrow (http://www.sparrowmailapp.com/?sig) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120522/c6079a81/attachment.htm From oz at lindenlab.com Tue May 22 09:09:13 2012 From: oz at lindenlab.com (Oz Linden (Scott Lawrence)) Date: Tue, 22 May 2012 12:09:13 -0400 Subject: [opensource-dev] Autobuild hell In-Reply-To: References: Message-ID: <4FBBBA29.7000803@lindenlab.com> On 2012-05-22 11:10 , Geenz Spad wrote: > So, in the process of setting up a new build environment on OS X, I > seem to have come across a little problem that I've never encountered > before with regards to setting up autobuild. > > Assuming I've added autobuild to my PATH variable, I always tend to > get the following error regardless of where autobuild is executed > (i.e., whether it's a directory containing proper autobuild packages > or not), and the parameters given to it (such as build, clean, etc.): > > Geenzs-MacBook-Pro:~ geenz$ autobuild > WARNING:autobuild.common:extracting from > llbase-0.2.0-darwin-20100225.tar.bz2 > Traceback (most recent call last): > File "/Users/geenz/Devel/autobuild/bin/autobuild", line 38, in > from autobuild import autobuild_main > File "/Users/geenz/Devel/autobuild/autobuild/autobuild_main.py", > line 25, in > import common > File "/Users/geenz/Devel/autobuild/autobuild/common.py", line 647, > in > Bootstrap() > File "/Users/geenz/Devel/autobuild/autobuild/common.py", line 642, > in __init__ > raise AutobuildError("invalid 'pathcheck' setting for '%s'" % name) > autobuild.common.AutobuildError: invalid 'pathcheck' setting for 'llbase' > > The same error crops up regardless of python version. Any ideas on > what's causing this, and how it can be fixed? First glance seems to > suggest that it's attempting to extract things from an archive that > may not even exist. There is a bootstrap process that downloads and installs autobuild dependencies the first time you run it. Look for /var/tmp//install.cache and /var/tmp//autobuild in the install.cache, there should be: * llbase-0.2.0-darwin-20100225.tar.bz2 * boto-1.9b-common-20100414.tar.bz2 * argparse-1.1-common-20100415.tar.bz2 (the 'darwin' above will be 'windows' or 'linux' depending on the platform) It may be that your initial bootstrap process ran into some problem. You can force it to re-run by deleting both of those directories (it would be interesting to know if those tar.bz2 files are there and if the md5 hashes for them match the values in autobuild/common.py ) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120522/d4f77d4f/attachment.htm From CronoCloud at mchsi.com Fri May 25 18:12:35 2012 From: CronoCloud at mchsi.com (Ron Rogers Jr.) Date: Fri, 25 May 2012 20:12:35 -0500 Subject: [opensource-dev] Looks like 3.3.3 258054 broke tattoo layers Message-ID: <20120525201235.5b251109.CronoCloud@mchsi.com> Wear a tattoo layer in that viewer and you'll see a line around your neck. If someone can confirm they see this, I'll start a Jira on it. CronoCloud -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available Url : http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120525/bd2f7cc5/attachment.pgp From CronoCloud at mchsi.com Fri May 25 18:35:34 2012 From: CronoCloud at mchsi.com (Ron Rogers Jr.) Date: Fri, 25 May 2012 20:35:34 -0500 Subject: [opensource-dev] Looks like 3.3.3 258054 broke tattoo layers In-Reply-To: <20120525201235.5b251109.CronoCloud@mchsi.com> References: <20120525201235.5b251109.CronoCloud@mchsi.com> Message-ID: <20120525203534.235893ee.CronoCloud@mchsi.com> On Fri, 25 May 2012 20:12:35 -0500 "Ron Rogers Jr." wrote: > Wear a tattoo layer in that viewer and you'll see a line around your > neck. If someone can confirm they see this, I'll start a Jira on it. > > CronoCloud I can tell it's alpha related, you have to have both a tattoo layer and alpha layer on to see it...after some testing I found that the bug is in the previous 257800 viewer but only shows with some alpha layers in that one. CronoCloud -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available Url : http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120525/e1e8e8db/attachment.pgp From oz at lindenlab.com Sat May 26 18:55:23 2012 From: oz at lindenlab.com (Oz Linden (Scott Lawrence)) Date: Sat, 26 May 2012 21:55:23 -0400 Subject: [opensource-dev] Looks like 3.3.3 258054 broke tattoo layers In-Reply-To: <20120525203534.235893ee.CronoCloud@mchsi.com> References: <20120525201235.5b251109.CronoCloud@mchsi.com> <20120525203534.235893ee.CronoCloud@mchsi.com> Message-ID: <4FC1898B.4050303@lindenlab.com> On 2012-05-25 21:35 , Ron Rogers Jr. wrote: > On Fri, 25 May 2012 20:12:35 -0500 > "Ron Rogers Jr." wrote: > >> Wear a tattoo layer in that viewer and you'll see a line around your >> neck. If someone can confirm they see this, I'll start a Jira on it. >> >> CronoCloud > I can tell it's alpha related, you have to have both a tattoo layer > and alpha layer on to see it...after some testing I found that the bug > is in the previous 257800 viewer but only shows with some alpha layers > in that one. > What about this one? http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/integration_viewer-development/rev/257716/index.html From CronoCloud at mchsi.com Sun May 27 06:46:08 2012 From: CronoCloud at mchsi.com (Ron Rogers Jr.) Date: Sun, 27 May 2012 08:46:08 -0500 Subject: [opensource-dev] Looks like 3.3.3 258054 broke tattoo layers In-Reply-To: <4FC1898B.4050303@lindenlab.com> References: <20120525201235.5b251109.CronoCloud@mchsi.com> <20120525203534.235893ee.CronoCloud@mchsi.com> <4FC1898B.4050303@lindenlab.com> Message-ID: <20120527084608.79b37cb2.CronoCloud@mchsi.com> On Sat, 26 May 2012 21:55:23 -0400 "Oz Linden (Scott Lawrence)" wrote: > What about this one? > > http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/integration_viewer-development/rev/257716/index.html No, it's not in 257716 as far as I can tell. You'll only see it in 257716, if you load up an outfit that you wore in the newer 257800 or later viewer that had the issue (and thusly fetch the texture with the glitch baked in), but a rebake fixes it in 257716. CronoCloud -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available Url : http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120527/56d77b93/attachment.pgp From dilspi72-forums at yahoo.de Tue May 29 11:53:58 2012 From: dilspi72-forums at yahoo.de (dilspi72-forums at yahoo.de) Date: Tue, 29 May 2012 19:53:58 +0100 (BST) Subject: [opensource-dev] Looks like 3.3.3 258054 broke tattoo layers Message-ID: <1338317638.19454.YahooMailNeo@web171602.mail.ir2.yahoo.com> after testing some different builds named in this thread i can not verify the issue. @Ron: can You give some more hints, did other see the line around Your neck too? here a snappie from Build258054, wearing a tattoo- and alpha layer http://en.sevenload.com/im/5eBUiEv/original/tn Dil :) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120529/e05b80e7/attachment.htm From oz at lindenlab.com Wed May 30 13:25:47 2012 From: oz at lindenlab.com (Oz Linden) Date: Wed, 30 May 2012 20:25:47 -0000 Subject: [opensource-dev] Review Request: STORM-1738: auto-replace chat text Message-ID: <20120530202547.26350.83735@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/581/ ----------------------------------------------------------- Review request for Viewer and Richard Nelson. Description ------- Add the ability to configure lists of keyword/replacement pairs. When a keyword is entered in a chat input bar either at the beginning of a line or preceded by any non-word character (the definition of a "word" character depends on the chosen language), and is followed by a space (' ') character, the keyword is removed from the chat input bar and replaced with the configured replacement. Replacement can be prevented for an entered keyword by following it with a non-breaking space character (alt-space on Mac or Linux, control-space on Windows). If the same keyword appears in more than one list, the one in the highest list in the preference order is used. A list may be exported to an xml file, and then imported from that file. This addresses bug STORM-1738. Diffs ----- indra/llui/lllineeditor.h 675668bd24d3 indra/llui/lllineeditor.cpp 675668bd24d3 indra/newview/CMakeLists.txt 675668bd24d3 indra/newview/app_settings/autoreplace.xml PRE-CREATION indra/newview/app_settings/settings.xml 675668bd24d3 indra/newview/llautoreplace.h PRE-CREATION indra/newview/llautoreplace.cpp PRE-CREATION indra/newview/llfloaterautoreplacesettings.h PRE-CREATION indra/newview/llfloaterautoreplacesettings.cpp PRE-CREATION indra/newview/llfloaterpreference.h 675668bd24d3 indra/newview/llfloaterpreference.cpp 675668bd24d3 indra/newview/llimfloater.cpp 675668bd24d3 indra/newview/llnearbychatbar.cpp 675668bd24d3 indra/newview/llviewerfloaterreg.cpp 675668bd24d3 indra/newview/llviewermenu.cpp 675668bd24d3 indra/newview/skins/default/xui/en/floater_autoreplace.xml PRE-CREATION indra/newview/skins/default/xui/en/notifications.xml 675668bd24d3 indra/newview/skins/default/xui/en/panel_preferences_chat.xml 675668bd24d3 Diff: http://codereview.secondlife.com/r/581/diff/diff Testing ------- In QA now. Thanks, Oz Linden -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120530/4a08b20a/attachment.htm From jhwelch at gmail.com Wed May 30 14:17:42 2012 From: jhwelch at gmail.com (Jonathan Yap) Date: Wed, 30 May 2012 21:17:42 -0000 Subject: [opensource-dev] Review Request: STORM-1738: auto-replace chat text In-Reply-To: <20120530202547.26350.83735@domU-12-31-38-00-90-68.compute-1.internal> References: <20120530202547.26350.83735@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: <20120530211742.26355.45159@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/581/#review1224 ----------------------------------------------------------- indra/newview/llimfloater.cpp I think this TODO comment can now be eliminated. - Jonathan Yap On May 30, 2012, 1:25 p.m., Oz Linden wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://codereview.secondlife.com/r/581/ > ----------------------------------------------------------- > > (Updated May 30, 2012, 1:25 p.m.) > > > Review request for Viewer and Richard Nelson. > > > Description > ------- > > Add the ability to configure lists of keyword/replacement pairs. > > When a keyword is entered in a chat input bar either at the beginning of a line or preceded by any non-word character (the definition of a "word" character depends on the chosen language), and is followed by a space (' ') character, the keyword is removed from the chat input bar and replaced with the configured replacement. Replacement can be prevented for an entered keyword by following it with a non-breaking space character (alt-space on Mac or Linux, control-space on Windows). > > If the same keyword appears in more than one list, the one in the highest list in the preference order is used. > > A list may be exported to an xml file, and then imported from that file. > > > This addresses bug STORM-1738. > > > Diffs > ----- > > indra/llui/lllineeditor.h 675668bd24d3 > indra/llui/lllineeditor.cpp 675668bd24d3 > indra/newview/CMakeLists.txt 675668bd24d3 > indra/newview/app_settings/autoreplace.xml PRE-CREATION > indra/newview/app_settings/settings.xml 675668bd24d3 > indra/newview/llautoreplace.h PRE-CREATION > indra/newview/llautoreplace.cpp PRE-CREATION > indra/newview/llfloaterautoreplacesettings.h PRE-CREATION > indra/newview/llfloaterautoreplacesettings.cpp PRE-CREATION > indra/newview/llfloaterpreference.h 675668bd24d3 > indra/newview/llfloaterpreference.cpp 675668bd24d3 > indra/newview/llimfloater.cpp 675668bd24d3 > indra/newview/llnearbychatbar.cpp 675668bd24d3 > indra/newview/llviewerfloaterreg.cpp 675668bd24d3 > indra/newview/llviewermenu.cpp 675668bd24d3 > indra/newview/skins/default/xui/en/floater_autoreplace.xml PRE-CREATION > indra/newview/skins/default/xui/en/notifications.xml 675668bd24d3 > indra/newview/skins/default/xui/en/panel_preferences_chat.xml 675668bd24d3 > > Diff: http://codereview.secondlife.com/r/581/diff/diff > > > Testing > ------- > > In QA now. > > > Thanks, > > Oz Linden > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120530/1b5629e4/attachment.htm From jhwelch at gmail.com Thu May 31 04:03:21 2012 From: jhwelch at gmail.com (Jonathan Yap) Date: Thu, 31 May 2012 11:03:21 -0000 Subject: [opensource-dev] Review Request: STORM-1812 Music stream does not always restart after teleporting In-Reply-To: <20120520182350.17912.24635@domU-12-31-38-00-90-68.compute-1.internal> References: <20120520182350.17912.24635@domU-12-31-38-00-90-68.compute-1.internal> Message-ID: <20120531110321.27100.10436@domU-12-31-38-00-90-68.compute-1.internal> ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/556/ ----------------------------------------------------------- (Updated May 31, 2012, 4:03 a.m.) Review request for Viewer. Changes ------- Added callback for teleport start and reworked the logic slightly, which should fix timing issues. Description ------- The music stream does not restart if you teleport within the same parcel. This addresses bug STORM-1812. http://jira.secondlife.com/browse/STORM-1812 Diffs (updated) ----- doc/contributions.txt 0a41a8750048 indra/newview/llpanelnearbymedia.cpp 0a41a8750048 indra/newview/llvieweraudio.h 0a41a8750048 indra/newview/llvieweraudio.cpp 0a41a8750048 indra/newview/llviewermessage.h 0a41a8750048 indra/newview/llviewermessage.cpp 0a41a8750048 indra/newview/llviewerparcelmgr.h 0a41a8750048 indra/newview/llviewerparcelmgr.cpp 0a41a8750048 Diff: http://codereview.secondlife.com/r/556/diff/diff Testing ------- See Test Plan in jira. During early investigation and testing of this fix there were times the play button became grayed out. I have not been able to reproduce this condition recently. Thanks, Jonathan Yap -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120531/967fc505/attachment.htm From nickyperian at yahoo.com Thu May 31 19:31:49 2012 From: nickyperian at yahoo.com (Nicky Perian) Date: Thu, 31 May 2012 19:31:49 -0700 (PDT) Subject: [opensource-dev] recent viewer-development changes Message-ID: <1338517909.27530.YahooMailNeo@web43501.mail.sp1.yahoo.com> I normally hg pull into a local base viewer-development repo and then cd into my work repo, hg fetch from base and it usually handles my local changes with a default merge cleanly. This last weeks changes did not cleanly merge with about 8-10 files requiring a run through kdiff3 merge tool. Then, at the end I still had extra references to llxuixml.lib in indra/newview/CMakeLists.txt. Any one else have merge issues with viewer-development? Is this the notice that viewer-release is to be used for open source development? Nicky -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120531/f6a57359/attachment.htm From jaeger_reg at hotmail.com Thu May 31 23:52:46 2012 From: jaeger_reg at hotmail.com (Tank Master) Date: Thu, 31 May 2012 23:52:46 -0700 Subject: [opensource-dev] recent viewer-development changes In-Reply-To: <1338517909.27530.YahooMailNeo@web43501.mail.sp1.yahoo.com> References: <1338517909.27530.YahooMailNeo@web43501.mail.sp1.yahoo.com> Message-ID: viewer-development was moved to a new folder and a new viewer-development repo was recreated with a different set of changes in it that differs from the old one. This is why you got merge conflicts.~TM Date: Thu, 31 May 2012 19:31:49 -0700 From: nickyperian at yahoo.com To: opensource-dev at lists.secondlife.com Subject: [opensource-dev] recent viewer-development changes I normally hg pull into a local base viewer-development repo and then cd into my work repo, hg fetch from base and it usually handles my local changes with a default merge cleanly. This last weeks changes did not cleanly merge with about 8-10 files requiring a run through kdiff3 merge tool. Then, at the end I still had extra references to llxuixml.lib in indra/newview/CMakeLists.txt. Any one else have merge issues with viewer-development? Is this the notice that viewer-release is to be used for open source development? Nicky _______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20120531/8329db8b/attachment.htm