[opensource-dev] PO Test Build (223545)

2011-03-11 Thread Philippe (Merov) Bossut
Hi there, Here's a new PO test build: http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/merov_viewer-development-import/rev/223545/index.html Fixes it contains: * STORM-28 : As a User, I want the ability to send my calling card to others (additional fixes) * STORM-357 : Gestures bu

[opensource-dev] Experience with autobuilding 3p-libs on windows with VC Express

2011-03-11 Thread Ima Mechanique
Hi all After my disastrous foray into using autobuild with the 3p-* libs on Sunday and Monday, I have spent the last few days since Tuesday trying to build and package them using a command prompt and not the cygwin shell. Here are my observations General Some configurations (fmod, llqtwebkit) re

Re: [opensource-dev] Release 2.5.2 candidate is available

2011-03-11 Thread Anya Kanevsky
In particular, please send a message to the list if you experience any crashes with this build. thanks! gr. 2011/3/11 Oz Linden (Scott Lawrence) > The build link is: > > > http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/viewer-pre-release/rev/223426/index.html > > > This buil

[opensource-dev] Release 2.5.2 candidate is available

2011-03-11 Thread Oz Linden (Scott Lawrence)
The build link is: http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/viewer-pre-release/rev/223426/index.html This build has no feature changes; it is a set of crash fixes: * STORM-1014 Viewer crash in LLSurface::getWaterHeight * STORM-1026 Viewer crahes while trying to r

[opensource-dev] iterators, finding extrema with for-loops (was: Review Request: Squared all dist_vec() based comparisons and other dist_vec() operations where sensible.)

2011-03-11 Thread Boroondas Gupte
On 03/11/2011 05:43 PM, Ricky wrote: > As to the variables that are initialized with high numbers, there has > to be a better way: if these were standard for-loops, I would just > initialize the first value with the first item in the list, and then > start the loop at the second value, if any. How

Re: [opensource-dev] Review Request: Add optional range ring to the mini-map -- one centered on you with a radius of 20m to show local chat range

2011-03-11 Thread Lance Corrimal
Am Freitag, 11. März 2011 schrieb Hitomi Tiponi: > Thanks for that Jonathan. Having seen that I am worried that it may > be a little too indistinct, especially as this would be a useful > feature when sailing, when the blue of the sea is the background. > But I also realise you don't want it to bec

Re: [opensource-dev] Review Request: Squared all dist_vec() based comparisons and other dist_vec() operations where sensible.

2011-03-11 Thread Ricky
Thanks for the review! Yes, I am familiar with those "principles of optimization" - yet it seemed to just feel wrong to leave it alone... :P As to the variables that are initialized with high numbers, there has to be a better way: if these were standard for-loops, I would just initialize the first

Re: [opensource-dev] Review Request: Add optional range ring to the mini-map -- one centered on you with a radius of 20m to show local chat range

2011-03-11 Thread Hitomi Tiponi
Thanks for that Jonathan. Having seen that I am worried that it may be a little too indistinct, especially as this would be a useful feature when sailing, when the blue of the sea is the background. But I also realise you don't want it to become a dominant feature of the mini-map. __

Re: [opensource-dev] Review Request: Corrected a call to the Mac-specific command "Rez" that had the wrong case.

2011-03-11 Thread Oz Linden
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/196/#review445 --- Ship it! Subject to verification that it works in TeamCity, this

[opensource-dev] VWR-25112 Nearby sidebar minimap should be optional

2011-03-11 Thread Twisted Laws
I attached a patch to https://jira.secondlife.com/browse/VWR-25112 with a repository in https://bitbucket.org/Twisted_Laws/viewer-development-vwr-25112/changeset/8905c772541a to hide/show the minimap in the Nearby tab. I'm not sure this is going to be a final resolution of this jira as there

Re: [opensource-dev] Review Request: Add optional range ring to the mini-map -- one centered on you with a radius of 20m to show local chat range

2011-03-11 Thread Jonathan Welch
I just attached a screenshot to the jira with cyan objects included in the minimap display. This color choice plus my word choice of "Range Ring" in the menu is why I have the jira tagged with "needs design". ___ Policies and (un)subscribe information av

Re: [opensource-dev] Review Request: Squared all dist_vec() based comparisons and other dist_vec() operations where sensible.

2011-03-11 Thread Boroondas Gupte
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/199/#review444 --- Good idea. Off course, the two main rules of optimization are: 1.

Re: [opensource-dev] Review Request: Add optional range ring to the mini-map -- one centered on you with a radius of 20m to show local chat range

2011-03-11 Thread Hitomi Tiponi
>Date: Thu, 10 Mar 2011 16:02:12 -0800 >From: Ibrew Meads >Subject: Re: [opensource-dev] Review Request: Add optional range ring > to the mini-map -- one centered on you with a radius of 20m to show > local chat range >To: Jonathan Yap >Cc: Viewer >Message-ID: > >Content-Type: text/p

Re: [opensource-dev] Please Resolve These Jiras as Fixed

2011-03-11 Thread Yoz Grahame
All resolved. Thanks for the heads-up! On 11 March 2011 01:40, Stickman wrote: > Not totally relevant as they're web issues, but the new community site > fixed a couple issues I'd written Jiras about. > > If someone who is able could resolve them as fixed, since that's the > resolution, I'd appr

[opensource-dev] Please Resolve These Jiras as Fixed

2011-03-11 Thread Stickman
Not totally relevant as they're web issues, but the new community site fixed a couple issues I'd written Jiras about. If someone who is able could resolve them as fixed, since that's the resolution, I'd appreciate it. I'd just close them myself but I can't resolve them as fixed. I think there's so

[opensource-dev] Review Request: Squared all dist_vec() based comparisons and other dist_vec() operations where sensible.

2011-03-11 Thread Cron Stardust
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/199/ --- Review request for Viewer. Summary --- I looking at the code, trying t