Re: [opensource-dev] New web search: how to get search_token or auth_token in v1 viewers ?

2011-05-26 Thread CG Linden
On Thu, May 26, 2011 at 5:10 PM, Henri Beauchamp wrote: > On Thu, 26 May 2011 13:59:50 -0700, Joshua Bell wrote: > > > On Thu, May 26, 2011 at 12:41 PM, Henri Beauchamp wrote: > > .../... > > > I tried to request these options in my backport, but both > > > getResponse("search_token") and getRes

Re: [opensource-dev] New web search: how to get search_token or auth_token in v1 viewers ?

2011-05-26 Thread Henri Beauchamp
On Thu, 26 May 2011 13:59:50 -0700, Joshua Bell wrote: > On Thu, May 26, 2011 at 12:41 PM, Henri Beauchamp wrote: > .../... > > I tried to request these options in my backport, but both > > getResponse("search_token") and getResponse("auth_token") keep > > returning empty strings... > > That's o

[opensource-dev] Review Request: (SH-1549) About land floater needs to be reconfigured to match the new accounting design

2011-05-26 Thread Seth ProductEngine
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/314/ --- Review request for Viewer. Summary --- SH-1549 WIP About Land floater

Re: [opensource-dev] New web search: how to get search_token or auth_token in v1 viewers ?

2011-05-26 Thread Joshua Bell
On Thu, May 26, 2011 at 12:41 PM, Henri Beauchamp wrote: > Looking at (grepping) the code, I see no mention of these in lllogininstance.cpp (if these options are like others, there > should be requested_options.append("search_token") and > requested_options.append("auth_token") calls in there...

Re: [opensource-dev] question SL tracking data

2011-05-26 Thread Jonathan Welch
See if Preferences->Move & View->Other Devices looks like what you are asking for. > we would need triggers for > 1 Primary Secondary and Tetrary "buttons" > 2 plus and minus translate for each of the X Y Z axis > 3 plus and minus rotate for each of the X Y Z axis > 4 some sort of toggle to swap fr

Re: [opensource-dev] question SL tracking data

2011-05-26 Thread Robert Martin
My thoughts on this revolve around maybe coding the needed "triggers" into the viewer and then require each device to have a map of its controls to what the viewer is expecting. we would need triggers for 1 Primary Secondary and Tetrary "buttons" 2 plus and minus translate for each of the X Y Z ax

[opensource-dev] New web search: how to get search_token or auth_token in v1 viewers ?

2011-05-26 Thread Henri Beauchamp
Greetings, I backported the new web search to the Cool VL Viewer (Snowglobe v1.5 code base), however, I'm left a bit puzzled on how viewer 2 retrieves the necessary authentication tokens (either earch_token or auth_token)... Looking at (grepping) the code, I see no mention of these in lllogininst

Re: [opensource-dev] question SL tracking data

2011-05-26 Thread Jonathan Welch
The relevant block of code for the Space Navigator and related devices seems to be bool LLViewerJoystick::isLikeSpaceNavigator() const { #if LIB_NDOF return (isJoystickInitialized() && (strncmp(mNdofDev->product, "SpaceNavigator", 14) == 0

[opensource-dev] question SL tracking data

2011-05-26 Thread Metaverse TV
Hi all, I wasn't sure where to find an answer to this question, but was pointed to this mailing list. I am looking at a product that is used in virtual environments and animation studios this is somewhat of an alternative to the 3d Space Navigator, I contacted the product devoloper to see if th

Re: [opensource-dev] 3D soound

2011-05-26 Thread Ardy Lay
Don't forget time difference of arrival of sounds at both ears is what we use to place a sound in the space around us. Amplitude is much less important than the L-R "dual mono" crowd would have you believe. If a sound is only heard by one ear, you can't place it, so it goes inside your head,

Re: [opensource-dev] Dumbly stuck on storm-899

2011-05-26 Thread Vadim Savchuk
On 05/26/2011 05:19 PM, Boroondas Gupte wrote: A quick'n'dirty workaround would be to make the constructor public. Though, looking at the doxygen comment of LLFlatListViewEx , the constructor being

Re: [opensource-dev] Dumbly stuck on storm-899

2011-05-26 Thread Boroondas Gupte
On 05/26/2011 03:22 PM, Jonathan Welch wrote: > I tried to fix Storm-899 this morning and feel that it is pretty close > to being fixed, but I have gotten hung up on a dumb error. If anyone > would care to point out how to fix it I would appreciate a chance to > improve my c++ skills (and yes, I h

[opensource-dev] Dumbly stuck on storm-899

2011-05-26 Thread Jonathan Welch
I tried to fix Storm-899 this morning and feel that it is pretty close to being fixed, but I have gotten hung up on a dumb error. If anyone would care to point out how to fix it I would appreciate a chance to improve my c++ skills (and yes, I have tried many different things to fix this but being