[opensource-dev] Daily Scrum Summary - Monday, January 24

2011-01-24 Thread Anya Kanevsky
Monday, January 24, 2011 General Notes -- - MMOTD: Oz - Please remember to put descriptions next to the jira number in your report when possible. Team Status -- Merov Linden -- *PAST* - STORM-748 :

[opensource-dev] VWR-3156

2011-01-24 Thread Erin Mallory
VWR-3156 has over 200 votes. Its asking for the return of the pre-2007 bandwidth and packetloss quick-glance bars to the viewer toolbars, possibly beside search. personally, if there's a need for those, I usually go to the stats bar, but there are some compelling arguments in the comments for

[opensource-dev] STORM-643

2011-01-24 Thread Twisted Laws
Added a patch to https://jira.secondlife.com/browse/STORM-643 Embed Minimap into Nearby list of People Sidebar. I know I never make the meetings that would probably help determine if this would be included in the viewer, but it does help make viewer 2 just a little better than it was in my op

[opensource-dev] Rendering bug with 2.5 and 2.6

2011-01-24 Thread Erin Mallory
https://jira.secondlife.com/browse/VWR-24605 was reported to me and I am able to repo it with every 2.5 and 2.6 version i have. I however cannot repo it with 2.4. I suspect it was introduced fairly early on in 2.5. Im kicking myself because i didn't notice this until it was brought to my att

[opensource-dev] STORM-2 test build

2011-01-24 Thread Philippe (Merov) Bossut
Hi, Oz build binaries for this project (STORM-2 : As a User, I want to set my own default views with specific UI layout so I can tailor my Viewer experience to the activities I'm most interested in). They are available here: http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/oz_proj

Re: [opensource-dev] from debug to prefences

2011-01-24 Thread Robert Martin
On Mon, Jan 24, 2011 at 7:53 PM, Trilo Byte wrote: > Perhaps the experimental/developer-related debug settings should be > accessible from the Developer menu (further removing it from casual users).   > Then an 'Advanced Preferences' floater could be made available from the > Advanced Menu.  Thi

Re: [opensource-dev] from debug to prefences

2011-01-24 Thread Trilo Byte
Perhaps the experimental/developer-related debug settings should be accessible from the Developer menu (further removing it from casual users). Then an 'Advanced Preferences' floater could be made available from the Advanced Menu. This would allow for an effort to seriously streamline the main

Re: [opensource-dev] from debug to prefences

2011-01-24 Thread Nyx Linden
Also keep in mind most debug preferences were written by coders who want to provide the functionality to debug features and provide QA with the tools to test features. The debug options themselves often are not formalized / well tested / well supported. This would be providing more formal suppo

Re: [opensource-dev] Anyone playing with Android and Second Life?

2011-01-24 Thread Opensource Obscure
For the record there's an update, as the previously mentioned Android viewer is now back in the TPV Directory. (as already explained -see quote below- this doesn't *guarantee* anything by itself, but it's encouraging). Opensource Obscure On Wed, Dec 29, 2010 at 18:04, Brian McGroarty wrote: >

Re: [opensource-dev] google-breakpad VS2010 build project. Linden Dev Help Please.

2011-01-24 Thread Brad Kittenbrink (Brad Linden)
On Fri, Jan 21, 2011 at 6:40 PM, Nicky Perian wrote: > I am trying to prove a no harm done 2005 build first. Then on to 2010. > the build-cmd.sh script references "build_sln" for several entries. > Example: build_sln src/client/windows/breakpad_client.sln "release|win32" > exception_handler > > T

[opensource-dev] Daily Scrum Summary - Friday, January 21

2011-01-24 Thread Anya Kanevsky
Whoa, sorry. Better late than never. Friday, January 21, 2011 General Notes -- - MMOTD: Oz - Please remember to put descriptions next to the jira number in your report when possible. Team Status -- Merov Linden --

[opensource-dev] Feature Request - feet option

2011-01-24 Thread Cristy Husbands
As a user and builder I would like to be able to build without having to pull out measuring tapes or my calculater to get accurate "foot" measurement to keep things to a realistic size. I would love for their to be an option in the build tool to translate the meters to feet. Just have a littl

Re: [opensource-dev] from debug to prefences

2011-01-24 Thread Jonathan Welch
There are approximately 1,100 entries in settings.xml, which is the list you see in the Debug Settings floater (perhaps it should be renamed to just Settings). I don't see any practical way of having all those available in any kind of sane preferences menu system. It would be good to generate a l

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-24 Thread Oz Linden
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/#review248 --- Given that Boroondas reports that the message.cpp in the viewer so

Re: [opensource-dev] building on Mac OS X 10.6 is giving me multiple headaches... anyone able to help?

2011-01-24 Thread Arrehn Oberlander
Here's some example lines I use for building firestorm on macosx. You'll want to change the variables,strings,and optimizations to fit Dolphin. I hope this helps. A key takeaway is to use "xcodebuild" for command line builds and not make. ./develop.py -t $BTYPE configure -DPACKAGE:BOOL=ON -DVIEW

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-24 Thread Kent Quirk
> On Jan. 24, 2011, 6:42 a.m., Oz Linden wrote: > > If the file is generated, what is it doing checked into the source tree at > > all? This sounds to me like an invitation to future errors. > > > > Is there some reason why we should not just delete the checked in version > > and have it gene

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-24 Thread Oz Linden
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/#review246 --- If the file is generated, what is it doing checked into the source

[opensource-dev] building on Mac OS X 10.6 is giving me multiple headaches... anyone able to help?

2011-01-24 Thread Lance Corrimal
Hi there, I'm trying to build 2.4.x based on Mac OS X and I'm having several problems with that... - I'm pretty sure that I've located every place in the source that defines the name of the resulting .app and changed them to read "Dolphin Viewer 2.app" instead of "Second Life.app" and yet, th