[opensource-dev] Review Request: Searching in the world map clears the destination arrow but not the destination beacon

2011-07-01 Thread Kadah Coba
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/379/ --- Review request for Viewer. Summary --- A single line change to more co

Re: [opensource-dev] Virtual Destructors

2011-07-01 Thread Ricky
Thanks Josh! That's good to know, and thanks for the link. While I've gotten used to a fair number of languages, C++ has a LOT of territory filled with dark corners and pits. So I try to proceed cautiously. :D Ricky Cron Stardust On Fri, Jul 1, 2011 at 4:08 PM, Joshua Bell wrote: > Destructors

Re: [opensource-dev] Virtual Destructors

2011-07-01 Thread Joshua Bell
Destructors of derived classes are automatically virtual if the base class destructor is virtual. http://www.parashift.com/c++-faq-lite/virtual-functions.html#faq-20.7 The inheritance chain is: LLMouseHandler > LLTool > LLManip > LLManipScale ... and both LLMouseHandler and LLTool declare the d

Re: [opensource-dev] Virtual Destructors

2011-07-01 Thread Ricky
Looks like the destructors might only be called at program termination, so this may not be a big problem anyway. However it IS inconsistent and weird. And I have it within reach to clean up if it seems good to do so. Ricky Cron Stardust On Fri, Jul 1, 2011 at 3:25 PM, Ricky wrote: > Poking aro

[opensource-dev] Virtual Destructors

2011-07-01 Thread Ricky
Poking around in the llmanip* files working on VWR-25739, I started to get annoyed at the coding inconsistencies between those files. So I started looking at what it would take to make the 3 subclasses (translate, scale, and rotate) consistent, when I tripped across the detail that llmaniptranslat

Re: [opensource-dev] Compile errors (was: no subject)

2011-07-01 Thread Ima Mechanique
> I just tried to compile the viewer 2 source. Following the instructions on > the wiki. And have come across a ton of errors. I do not have these errors > while building snowglobe or 1.2x viewer source. Any help would be > appreciated. Just want to start working on viewer 2 source. Have a bit of >

Re: [opensource-dev] Shader typo

2011-07-01 Thread Sythos
On Fri, 01 Jul 2011 14:14:08 +0200 Boroondas Gupte wrote: > On 06/28/2011 08:45 PM, Altair Sythos Memo wrote: > > SecondLife-i686-2.7.6.233972/app_settings/shaders/class2/deferred/sunlightSSAOMSF.glsl > > > > should be sunLightSSAOMSF.glsl > > > > renaming turn ON again shadows > Looks like that'

[opensource-dev] Shameless self-promotion...

2011-07-01 Thread Lee ponzu
I sent in an application for a couple of the positions open at Linden Lab. (My real name is Lee Sailer.) If any of you feel inclined to put in a good word for me at HR, please feel free 8-) In fact, if LL has a finders fee for employees who recommend someone, I'd be glad to ay you recommended m

[opensource-dev] (no subject)

2011-07-01 Thread malachi
I just tried to compile the viewer 2 source. Following the instructions on the wiki. And have come across a ton of errors. I do not have these errors while building snowglobe or 1.2x viewer source. Any help would be appreciated. Just want to start working on viewer 2 source. Have a bit of free time

Re: [opensource-dev] Shader typo

2011-07-01 Thread Boroondas Gupte
On 06/28/2011 08:45 PM, Altair Sythos Memo wrote: > SecondLife-i686-2.7.6.233972/app_settings/shaders/class2/deferred/sunlightSSAOMSF.glsl > > should be sunLightSSAOMSF.glsl > > renaming turn ON again shadows Looks like that's already been fixed in b3e5a757f275

[opensource-dev] No Viewer Evolution Meeting July 1

2011-07-01 Thread Oz Linden (Scott Lawrence)
taking an extended holiday weekend. See you next week. ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Review Request: STORM-1315: Ability to do simple math in numeric edit fields

2011-07-01 Thread Yoz Linden
No review, just gratitude: This is a seriously nifty feature, so thanks for picking up Aimee's work and helping it over the finish line! -- Yoz On Jun 29, 2011, at 11:57 PM, Kadah Coba wrote: > STORM-1315 ___ Policies and (un)subscribe information av