Re: [opensource-dev] Review Request: The world map can point to the wrong URL

2010-12-28 Thread Vadim ProductEngine
> On 2010-12-23 05:16:08, Vadim ProductEngine wrote: > > indra/newview/llstartup.cpp, lines 3098-3099 > > > > > > Frankly speaking, I'm not a fan of adding another setting to only use > > it as a global variable. > >

Re: [opensource-dev] LLMatrix3::orthogonalize test (was: LL_TESTS for standalone out-of-source builds)

2010-12-28 Thread Robin Cornelius
On Wed, Oct 13, 2010 at 12:37 PM, Boroondas Gupte wrote: > On 10/13/2010 03:42 AM, WolfPup Lowenhar wrote: > > On the subject of the reason for killing test here is another reason that I > have attached this is from a full build I did today. The error listed in the > file is actually coded around

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

2010-12-28 Thread Opensource Obscure
Anyone playing with the Android platform together with Second Life? I'm an Android newbie but I would be available to help (testing, feedback, marketing) anyone developing a solution for this platform. Until now I could only find a closed-source viewer that runs on Android, and it's not even incl

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

2010-12-28 Thread Robin Cornelius
On Tue, Dec 28, 2010 at 3:30 PM, Opensource Obscure wrote: > Hopefully they're actually not violating TPVP and could apply for > inclusion in the Directory, but it's a bit hard to trust them right now. > (what do you think?) There is a stricter requirement to be listed in the Third Party Viewer

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

2010-12-28 Thread Robin Cornelius
On Tue, Dec 28, 2010 at 3:55 PM, Robin Cornelius wrote: > The other issue is, if they are using a central server to perform the > connection to SL then transmitting revelant data to your handset, > unless they have been very clever to avoid TPV clause 2.e, and it > seems to be this that is mentio

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

2010-12-28 Thread Tateru Nino
On 29/12/2010 2:57 AM, Robin Cornelius wrote: > On Tue, Dec 28, 2010 at 3:55 PM, Robin Cornelius > wrote: > >> The other issue is, if they are using a central server to perform the >> connection to SL then transmitting revelant data to your handset, >> unless they have been very clever to avoid

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

2010-12-28 Thread Robin Cornelius
On Tue, Dec 28, 2010 at 4:05 PM, Tateru Nino wrote: >> >> So that avoids 2.e > I'd be more concerned about capabilities URIs, myself. The login > credentials are only the front-gate. > Thats absolutly true, and it would be trivial to inject a pay packet or any other packet into the data stream.

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

2010-12-28 Thread Tateru Nino
On 29/12/2010 3:12 AM, Robin Cornelius wrote: > On Tue, Dec 28, 2010 at 4:05 PM, Tateru Nino wrote: > >>> So that avoids 2.e >> I'd be more concerned about capabilities URIs, myself. The login >> credentials are only the front-gate. >> > Thats absolutly true, and it would be trivial to inject a

Re: [opensource-dev] LLMatrix3::orthogonalize test (was: LL_TESTS for standalone out-of-source builds)

2010-12-28 Thread WolfPup Lowenhar
Ever since I found that this test is working I have been having to change that one line in the test although TrotiosHG makes it easy to keep the change even though it is not committed (shelve changes) any time I create a new local repository I have to go in and edit that one file so that the test d

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

2010-12-28 Thread Ponzu
You mean Android on a mobile device? Or Android on a powerful desktop. What about the LL browser effort? I did not get accepted, and know nothing more about it. Seems to me that would be a way to go. Also, the Chrome OS beta that is just starting. If the LL viewer for browsers will support Ch

[opensource-dev] Review Request: Reenable the LLMatrix3::orthogonalize test in llmath/tests/m3math_test.cpp

2010-12-28 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/67/ --- Review request for Viewer. Summary --- This patch is to fix https://jir

Re: [opensource-dev] Review Request: Reenable the LLMatrix3::orthogonalize test in llmath/tests/m3math_test.cpp

2010-12-28 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/67/ --- (Updated 2010-12-28 10:05:04.987644) Review request for Viewer. Changes --

Re: [opensource-dev] Review Request: Reenable the LLMatrix3::orthogonalize test in llmath/tests/m3math_test.cpp

2010-12-28 Thread Aleric Inglewood
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/67/#review101 --- I think this line should be deleted, not commented out. If there st

Re: [opensource-dev] Review Request: The world map can point to the wrong URL

2010-12-28 Thread Merov Linden
> On 2010-12-23 05:16:08, Vadim ProductEngine wrote: > > indra/newview/llstartup.cpp, lines 3098-3099 > > > > > > Frankly speaking, I'm not a fan of adding another setting to only use > > it as a global variable. > >

Re: [opensource-dev] LLMatrix3::orthogonalize test (was: LL_TESTS for standalone out-of-source builds)

2010-12-28 Thread Philippe (Merov) Bossut
Hi, I think that test works fine on all platforms now and should be re-enabled. Is there a JIRA for it? Cheers, - Merov On Wed, Oct 13, 2010 at 4:37 AM, Boroondas Gupte wrote: > On 10/13/2010 03:42 AM, WolfPup Lowenhar wrote: > > On the subject of the reason for killing test here is another

Re: [opensource-dev] LLMatrix3::orthogonalize test (was: LL_TESTS for standalone out-of-source builds)

2010-12-28 Thread Philippe (Merov) Bossut
On Tue, Dec 28, 2010 at 10:52 AM, Philippe (Merov) Bossut < me...@lindenlab.com> wrote: > > I think that test works fine on all platforms now and should be re-enabled. > > Is there a JIRA for it? > Duh: https://jira.secondlife.com/browse/VWR-24332 Sorry about that. - Merov __

Re: [opensource-dev] Review Request: The world map can point to the wrong URL

2010-12-28 Thread Vadim ProductEngine
> On 2010-12-23 05:16:08, Vadim ProductEngine wrote: > > indra/newview/llstartup.cpp, lines 3098-3099 > > > > > > Frankly speaking, I'm not a fan of adding another setting to only use > > it as a global variable. > >

Re: [opensource-dev] Review Request: The world map can point to the wrong URL

2010-12-28 Thread Vadim ProductEngine
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/61/#review103 --- Ship it! - Vadim On 2010-12-22 22:15:00, Merov Linden wrote: >

Re: [opensource-dev] STORM-34 Test Binaries

2010-12-28 Thread Celierra Darling
It seems a little unclear to try to communicate "this can have privacy implications" by putting the setting on the privacy tab. It might be better to write the setting label so it's more explicit (i.e. something like "Show my favorites to anyone under 'Start At' before logging in" or "Show my favo

Re: [opensource-dev] Test binary for in review JIRAs

2010-12-28 Thread Trilo Byte
Great stuff! * STORM-34 : As a User, I want a list of my favorite locations available on the login screen so i can log in to SL right where I want to be. Works well in 217881, Mac client. Ghosted (and disabled) before login. Once enabled, favorites appear in drop-down, and logging in to a saved

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

2010-12-28 Thread Opensource Obscure
On Tue, Dec 28, 2010 at 18:51, Ponzu wrote: > You mean Android on a mobile device? Yeah - I'm looking for a text-only client that could run on existing low-end (non-rooted) mobile devices running Android. Opensource Obscure ___ Policies and (un)subscri

[opensource-dev] Indicating privacy implications of preference settings (was: STORM-34 Test Binaries)

2010-12-28 Thread Boroondas Gupte
On 12/28/2010 09:40 PM, Celierra Darling wrote: > It seems a little unclear to try to communicate "this can have privacy > implications" by putting the setting on the privacy tab. It might be > better to write the setting label so it's more explicit (i.e. > something like "Show my favorites to any

Re: [opensource-dev] Indicating privacy implications of preference settings (was: STORM-34 Test Binaries)

2010-12-28 Thread Lance Corrimal
Am Dienstag, 28. Dezember 2010 schrieb Boroondas Gupte: > On 12/28/2010 09:40 PM, Celierra Darling wrote: > > It seems a little unclear to try to communicate "this can have > > privacy implications" by putting the setting on the privacy tab. > > It might be better to write the setting label so it'

[opensource-dev] saved logins (was: STORM-34 Test Binaries)

2010-12-28 Thread Lance Corrimal
loosely related to storm-34: I would really see my saved logins back in 2.x, similar to snowglobe 1.5... and yes, i am aware of the fact that with that anyone with physical access to my computer can log in under my avatar, and pass all my money to someone, and delete all that i own, and pixelra

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

2010-12-28 Thread Ponzu
/me imagines a viewer that uses various ascii characters to render the graphics... On Tue, Dec 28, 2010 at 4:37 PM, Opensource Obscure < opensourceobsc...@gmail.com> wrote: > On Tue, Dec 28, 2010 at 18:51, Ponzu wrote: > > You mean Android on a mobile device? > > Yeah - I'm looking for a text-

Re: [opensource-dev] Review Request: Reenable the LLMatrix3::orthogonalize test in llmath/tests/m3math_test.cpp

2010-12-28 Thread Boroondas Gupte
> On 2010-12-28 10:10:54, Aleric Inglewood wrote: > > I think this line should be deleted, not commented out. If there still is a > > reason to think that it might need to be uncommented later than apparently > > we aren't sure the test really works, in which case I think it should be > > skip

Re: [opensource-dev] Is there supposed to be a login web page for the development viewer? (An SL screenshot, maybe some text, like the regular viewer has)

2010-12-28 Thread SuezanneC Baskerville
I'm getting that question mark with the development viewer. On Tue, Nov 23, 2010 at 12:45 PM, Joshua Bell wrote: > On Mon, Nov 22, 2010 at 4:58 PM, Chuck Baggett > wrote: > >> When I log in with the development viewer there is no login web page, just >> a little question mark. The part at the

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

2010-12-28 Thread Jamey Fletcher
Ponzu wrote: > /me imagines a viewer that uses various ascii characters to render the > graphics... *COULD* someone be insane enough to hook up AAlib or libcaca to the viewer? What a scary thought! ___ Policies and (un)subscribe information available

Re: [opensource-dev] Indicating privacy implications of preference settings (was: STORM-34 Test Binaries)

2010-12-28 Thread Carlo Wood
Ok, good points. I take back what I said :). The best way forward seems to put it where people might first look and then make clear that everyone can see them with text right there. On Tue, Dec 28, 2010 at 10:58:01PM +0100, Boroondas Gupte wrote: > On 12/28/2010 09:40 PM, Celierra Darling wrote: >

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

2010-12-28 Thread Ibrew Meads
There are two mono implementations for Android (one open source in alpha and one soon to be released by Novell) and several text based clients that run on mono, so i expect that there will be one available very soon. Otherwise there's the pay-as-you-go Mobile Grid client discussed earlier. Or you c

Re: [opensource-dev] Review Request: KDU Improvements: add unit tests for llkdu

2010-12-28 Thread Merov Linden
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/63/ --- (Updated 2010-12-28 22:45:28.345670) Review request for Viewer. Changes --