[opensource-dev] Esbee's Office Hour (Viewer Product Backlog and Idea Discussion) Canceled Tomorrow

2010-09-14 Thread Sarah (Esbee) Hutchinson
Good evening all, Unfortunately, I need to cancel my office hour (normally held Wednesdays from 8-9am PT) because I'll be out of the office. We'll resume next week! Cheers, Esbee ___ Policies and (un)subscribe information available here: http://wiki.se

Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Monty Brandenberg
On Sep 14, 2010, at 19:37, Ponzu wrote: > i am trying to browse the code, looking for some where that perhaps an > http socket should be freed or closed, or not allocated, but is not... > > I have found this: > > indra/newview/lltexturefetch.cpp: void relese() { --mActiveCount; } > > > i don'

Re: [opensource-dev] Bug report or feature request?

2010-09-14 Thread Latif Khalifa
I found this behavior to be very irritating as well. The only way to keep the notice from disappearing is to keep mouse pointer over it. It needs to be fixed in any case, but I don't know what would be the proper way to suggest a change. On Tue, Sep 14, 2010 at 11:30 PM, Dave Booth wrote: >  In p

Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
i am trying to browse the code, looking for some where that perhaps an http socket should be freed or closed, or not allocated, but is not... I have found this: indra/newview/lltexturefetch.cpp: void relese() { --mActiveCount; } i don't understand it yet, but it doesn't pass the smell tes

Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
On Thu, Sep 9, 2010 at 5:14 PM, Altair Sythos wrote: > On Thu, 9 Sep 2010 16:59:42 -0400 > Ponzu wrote: > >> > >> > ehm... in advanced/develop menu do you have enabled debug for GL and >> > pipeline? :) No, these are not turned on. ___ Policies and (un

Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
On Mon, Sep 13, 2010 at 11:50 AM, Vex Streeter wrote: > Check out http://jira.secondlife.com/browse/VWR-22757 and > http://jira.secondlife.com/browse/VWR-18427 Looks like the same issue. I added some of my data there. > I don't know why 209046 would be worse than prior releases, but it would be

Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
Latest data... On my mac, when I open a terminal window, the default for ulimit is 256. I wrote a little loop to monitor files... while true do lsof -c Second | wc -l done it appears that when Viewer2 (regular of dev) is started, this number goes to about 63 or so. Not always the same. View

[opensource-dev] Bug report or feature request?

2010-09-14 Thread Dave Booth
In pretty much all v2 viewers, including development, I've noticed a weird behavior with group notices... When they arrive you get a little notification in the bottom right of the screen and that persists for a short time and then goes away exactly as one would expect... However if you subseq

[opensource-dev] Snowstorm Daily Scrum Summary - 09/14/2010

2010-09-14 Thread Sarah (Esbee) Hutchinson
Date: Tue Sep 14, 2010 Also available here: https://wiki.secondlife.com/wiki/Snowstorm_Daily_Scrum_Archive *=== General Notes ===* * First day of Sprint 4! Sprint Planning Meeting today from 7-9am PT * Sprint 4 declared, "The Maintenance Sprint!" *===Team Status===* * * * Aimee Linden PA

Re: [opensource-dev] [SNOWSTORM] Code review request: STORM-121 (Cleanup of Voice Client shutdown)

2010-09-14 Thread Tofu Linden
r+ Aimee Linden wrote: > Hi, > > Would someone mind code-reviewing this change ... > > http://bitbucket.org/aimee_linden/viewer-development-fixes/changeset/836266aa8302 > > Just some simple reduction of duplicated code to ensure things get cleaned up > properly when the voice client shuts down

Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread Robin Cornelius
On Tue, Sep 14, 2010 at 2:41 PM, Brandon Husbands wrote: > Vs 2008 is actuality broke for the viewer due to cmake errors a bunch of if > calls look only for vs 2005 use 2005. https://bitbucket.org/robincornelius/viewer-development-vwr-20879 contains the patches needed to work with 2008 (and expre

Re: [opensource-dev] This cannot be right...

2010-09-14 Thread Ponzu
I tried the latest release Sunday, and out has this problem. I also tried to increase ulimit, but it didn't fix it. On Mon, Sep 13, 2010 at 11:55 PM, Lee Sailer wrote: > I tried the latest release Sunday, and out has this problem.  I also tried > to increase ulimit, but it didn't fix it. > > dro

Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread Brandon Husbands
Vs 2008 is actuality broke for the viewer due to cmake errors a bunch of if calls look only for vs 2005 use 2005. On Sep 14, 2010 8:32 AM, "malachi" wrote: i am a windows 7 user using visual studio 2005 and i installed my own boost library from that site. snowglobe compiles with 0 errors. though

Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread malachi
i am a windows 7 user using visual studio 2005 and i installed my own boost library from that site. snowglobe compiles with 0 errors. though i did copy and paste every single lib and dll file from boost to the library folder of the client folder lol. but still no errors mate. On Tue, 14 Sep

Re: [opensource-dev] [SNOWSTORM] Reminder: No Daily Scrum tomorrow (9/14) - Instead, Sprint Planning from 7-9am PT

2010-09-14 Thread Sarah (Esbee) Hutchinson
Great! Thanks, Anya. We'll still do a Daily Scrum update this morning - we'll use the first few minutes of the Sprint Planning meeting to do that. So hopefully by the time you arrive we'll be in Sprint Planning mode :) - Esbee On Tue, Sep 14, 2010 at 12:39 AM, Anya Kanevsky wrote: > Thank you,

[opensource-dev] Code review request: STORM-121 (Cleanup of Voice Client shutdown)

2010-09-14 Thread Aimee Linden
Hi, Would someone mind code-reviewing this change ... http://bitbucket.org/aimee_linden/viewer-development-fixes/changeset/836266aa8302 Just some simple reduction of duplicated code to ensure things get cleaned up properly when the voice client shuts down. Aimee. _

Re: [opensource-dev] J2C fast decoder

2010-09-14 Thread Argent Stonecutter
On 2010-09-13, at 07:22, Leonel Morgado wrote: > Notice that old JPG does not support alpha channels (transparency). That > means abandoning JPEG2000 would in fact force everyone with a single > transparent pixel (even if just corners of round textures) to use lossless > PNG for that, which is not

Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread malachi
yes you can get the boost you need at http://www.boostpro.com/download/ On Tue, 14 Sep 2010 03:18:30 -0400, Rob Nelson wrote: > So I've got a recent-ish snowglobe source tree on Windows 7. It > compiles fine on Linux. However, on Windows it's a hellish nightmare, > and the wiki might as wel

Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread Robin Cornelius
On Tue, Sep 14, 2010 at 12:35 PM, malachi wrote: > yes you can get the boost you need at http://www.boostpro.com/download/ > On Tue, 14 Sep 2010 03:18:30 -0400, Rob Nelson > wrote: > Are you sure they work with snowglobe/snowstorm? Any boost libs used MUST be compiled with SECURE_SCL=0 in order

Re: [opensource-dev] where is the source

2010-09-14 Thread Garmin Kawaguichi
OK! Thank you! I understood that: The table in lscript_library.cpp is not a sign of an updated source. GCI - Original Message - From: "Tofu Linden" > LSL-related code in the viewer tree is mostly vestigial at this point - > the server code has its own private tree which diverged over a

Re: [opensource-dev] [SNOWSTORM] Reminder: No Daily Scrum tomorrow (9/14) - Instead, Sprint Planning from 7-9am PT

2010-09-14 Thread Anya Kanevsky
Thank you, Esbee, for organizing! I updated etherpad with Monday's summaries anyway. May be a little late to the planning but hope to make it. a 2010/9/13 Sarah (Esbee) Hutchinson > Hi all, > > Just a quick reminder that we won't meet tomorrow at 6:30am PT for the > Daily Scrum. Instead we'll

[opensource-dev] Compiling Snowglobe

2010-09-14 Thread Rob Nelson
So I've got a recent-ish snowglobe source tree on Windows 7. It compiles fine on Linux. However, on Windows it's a hellish nightmare, and the wiki might as well be talking about compiling 1.23. I've asked 3 separate IRC channels with few positive results. My current problem is with the lib