Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-02-24 Thread Wolfpup Lowenhar
Recently I started working on getting set up with VS2013 build system and I have it running fairly smoothly. I have with the help of another member on this list gotten it so that I can build the plug-ins including QuickTime(prop 3-p lib) which you have to have the sdk installed on your system. Now

Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-02-01 Thread Wolfpup Lowenhar
Hello everyone, It has been a long time since the last time I have worked on the viewer and when I saw about the tool chain upgrade to use VS2013 I started working on it. Now to the issues concerning FModEX, QuickTime, and Havok. First FModEX : there is a switch already present for addin

Re: [opensource-dev] error with fmod

2012-06-22 Thread WolfPup Lowenhar
This error is due to using the wrong build configuration. You should use one of the following: ReleaseOS ReleaseWithDebugOS DebugOS Also if you want to have sound in your viewer you will need to follow the instructions that are here : http://wiki.secondlife.com/wiki/Viewer

Re: [opensource-dev] Viewer Resizeing on V3 viewers

2012-05-15 Thread WolfPup Lowenhar
If you read the comments in the related issues you will find that someone talks about the window not properly resizing. > -Original Message- > From: Kadah [mailto:kadah.c...@gmail.com] > Sent: Monday, May 14, 2012 10:30 PM > To: WolfPup Lowenhar > Cc: opensource-dev@lists

[opensource-dev] Viewer Resizeing on V3 viewers

2012-05-14 Thread WolfPup Lowenhar
I just created this issue : https://jira.secondlife.com/browse/VWR-28965 This issue is filed against the current Release of the LL Viewer. Please test on All platforms to see if it is only affecting viewers for Windows only. Plus if this is also affecting TPVs that are V3 based please note

[opensource-dev] A CALL TO MAC DEVELOPERS!

2012-01-16 Thread WolfPup Lowenhar
Subject: https://jira.secondlife.com/browse/STORM-1797 Need help verifying if this is affecting those that use Mac OS. Please test against viewer-development tip. Reply here or post a comment in the above mentioned issue. There is a test plan in the issue. _

Re: [opensource-dev] Camera UI in Second Life beta viewer is broken

2011-11-19 Thread WolfPup Lowenhar
Ok from what you have said it sound like click to move is active in the preferences. As a work around in the preferences floater under move set single click on land to no action and double click on land to what eve you want it to do. Now this would be a 'workarond. And not a true fix for the underl

Re: [opensource-dev] Snowstorm Meeting schedule changes

2011-11-03 Thread WolfPup Lowenhar
I have 2 questions for you Oz. 1. Will the daily meeting be coming back at all? 2. Those of us that have something that we are already working on how are we to let you know of our progress or if we have something blocking progress on that task? From: opensource-dev-boun...@lists.

Re: [opensource-dev] Need help about EXT-1285

2011-10-31 Thread WolfPup Lowenhar
The position of the buttons can be easily move by changing line 87 of panel_notification.xml. Orginal : follows="left|right|bottom" Top placement : follows="left|right|top" <- this should move the buttons to the top of the layout but also might have to move lines 85-99 to the top of the xml file a

Re: [opensource-dev] Viewer UI mode merge

2011-10-19 Thread WolfPup Lowenhar
For those of us that attend the in world meetings concerning the viewer it had been know that this was coming for a couple of months and I has even had a discussion with some of the UI team personally concerning some aspects of the UI both in world and via email some of which even included sending

[opensource-dev] STORM-1647

2011-10-17 Thread WolfPup Lowenhar
For reference please see https://jira.secondlife.com/browse/STORM-1647 The first build this is seen in is build 240927 and I'm needing help locating the most recent build before that one that it is not happening in ad this would help reduce the number of change sets I have to search through to

Re: [opensource-dev] Mesh viewers and tcmalloc issues

2011-10-02 Thread WolfPup Lowenhar
Lance, Nicky P has a new fix for https://jira.secondlife.com/browse/OPEN-69 this will allow Open Source Developers using the Express version of Visual Studios properly build all 3p-libs as well as the viewer. > -Original Message- > From: opensource-dev-boun...@lists.secondlife.com [mailto:

Re: [opensource-dev] Draft addition to coding standard for Doxygen usage

2011-09-16 Thread WolfPup Lowenhar
Oz, The in code comments is something that has been needed for YEARS and there is virtually NO documentation of how the different functions do what they do and I personally have been trying to put in documentation on any sections of code I submit. To get the code fully documented will more than li

Re: [opensource-dev] Mesh decomposition using hacd

2011-09-01 Thread WolfPup Lowenhar
>From what I can see this looks good but unfortunately there has been a change in how the build process is being done for the lib. It is being done in two stages now instead of one. Stage One build 3p-hacd lib found here > https://bitbucket.org/WolfpupL/3p-hacd Stage Two build llconvexdecomposit

Re: [opensource-dev] Anybody else see crashes similar to VWR-26729?

2011-08-22 Thread WolfPup Lowenhar
Actually I was and this also seems related to the following issue: https://jira.secondlife.com/browse/VWR-26718 the best solution I had was to delete ALL the settings*.xml files that are not part of the install but are stored in the seconlife storage folder. But I did not delete any of the ones t

Re: [opensource-dev] Compile Error llmeshrepository.cpp in 3.0.1

2011-08-08 Thread WolfPup Lowenhar
Please till the Jira issues concerning llconvexdecomposition are done and accepted to the LL repositories please loacly build and use the following repository and also use the file url method to point to the package you generate. Repository URL: https://bitbucket.org/WolfpupL/llconvexdecomp

Re: [opensource-dev] llconvexdecomposition on private servers

2011-08-06 Thread WolfPup Lowenhar
functional but it does have the missing functions. > -Original Message- > From: Marine Kelley [mailto:marinekel...@gmail.com] > Sent: Saturday, August 06, 2011 7:41 AM > To: WolfPup Lowenhar > Cc: OpenSource Mailing List > Subject: Re: [opensource-dev] llconvexdecomposition

Re: [opensource-dev] llconvexdecomposition on private servers

2011-08-06 Thread WolfPup Lowenhar
That will happen when you are using the build configurations that do not end in OS as the llconvexdecomposition lib is a private lib using Havok source code. The following configurations will build in an Open Source Evnironment: DebugOS RelWithDebInfoOS ReleaseOS If you are on Windows there s on

Re: [opensource-dev] Problem to download libkdu and fmod

2011-07-28 Thread WolfPup Lowenhar
First is sounds like you using something besides the configurations that end in OS as those are for the Open Source Developers to use so that you do not have the problem of DLing the private libs that those of us on the outside do not have access to. Second there is an autobuild 3p-fmod that you ca

Re: [opensource-dev] mesh upload?

2011-07-26 Thread WolfPup Lowenhar
Yes see https://jira.secondlife.com/browse/OPEN-105 that is tracking the work being done. > -Original Message- > From: opensource-dev-boun...@lists.secondlife.com [mailto:opensource-dev- > boun...@lists.secondlife.com] On Behalf Of Lance Corrimal > Sent: Tuesday, July 26, 2011 9:34 AM > To

[opensource-dev] PAGEING ALL MAC Devs!!!!!!!!!!

2011-07-24 Thread WolfPup Lowenhar
Please refer to https://jira.secondlife.com/browse/OPEN-105 .I need a Mac dev to help with getting this buildable for Mac. Please let me know if you can help and also work for the tip of my repository listed in the JIRA. ___ Policies and (un)subscribe in

Re: [opensource-dev] Python broken on Lion - autobuild doesn't work

2011-07-24 Thread WolfPup Lowenhar
It looks like your trying to use python 2.7 there maybe be an issue when autobuild is trying to run. I would suggest removing 2.7 and try it with 2.6 instead. > -Original Message- > From: opensource-dev-boun...@lists.secondlife.com [mailto:opensource-dev- > boun...@lists.secondlife.com] On

Re: [opensource-dev] Review Request: STORM-1453: Prevent unintended 10L sale

2011-07-21 Thread Wolfpup Lowenhar
> On July 21, 2011, 5:35 p.m., Kadah Coba wrote: > > Made the requested changes. Allow setting object price without needing to > > commit the object for sale at the default 10L first. 1. Can the price be set to 0$L. 2. Dose this also fix it in the side tray? - Wolfpup --

[opensource-dev] Review Request: Allow objects to have 99.99% max hollow for default hollow shape.

2011-07-11 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/388/ --- Review request for Viewer. Summary --- As a Builder, I want to be able

Re: [opensource-dev] RenderTextureMaximumMultiply == 0.5 is annoying...

2011-07-07 Thread WolfPup Lowenhar
I can understand your frustration. Most video cards use that memory for two thing textures and also the vortex buffer so if you limit the amount of textures stored in the video cards memory it will leave space for the vortex memory that the GPU uses. From: opensource-dev-boun...@lists.secondlif

Re: [opensource-dev] DD Philosophy

2011-06-18 Thread WolfPup Lowenhar
If you do that those with 'poor' network connection but 'excellent' video cards might 'suffer' as now there would be a lot of network traffic retrieving all that information even if their draw distance is set to a short distance. Also if you base it on the amount of memory then someone like me that

[opensource-dev] Post Open Developer User Group meeting

2011-06-13 Thread WolfPup Lowenhar
For this discussion please refer to : https://wiki.secondlife.com/wiki/Open_Development_User_Group/Archive/2011-06 -13-post-meeting This was an in world discussion of making llconvexdecompositionstub into a functional and wo

Re: [opensource-dev] Review viewer -- draw distance slider

2011-06-11 Thread WolfPup Lowenhar
I like the idea of a warning notification if you take the sliders above a certain distance plus you could even have the warning connected to the graphics levels. e.g.: low -> above 94m mid -> above 188m high -> above 512m ultra -> above 1024m these are just examples. Also instead of just saying

Re: [opensource-dev] Sorting table displays

2011-06-05 Thread WolfPup Lowenhar
I agree the list of people in the groups would benefit from a default sorting. The sorting order I would suggest would be the following: A) Status(online and last seen) descending. B) Roles ascending.(Owner -> Officers -> Everyone) C) Name descending. This would allow people to know when either th

Re: [opensource-dev] in-viewer translation is dead soon.

2011-05-28 Thread WolfPup Lowenhar
Here is some possible reasons that the line of test you type gets translated for you: a) you do not type a phrase in that is 'clear' in the language you normally use so the viewer translates it. b) you use a 'slang' term so the viewer translates it. c) you use a 'barrowed' phrase so the viewer tran

Re: [opensource-dev] llconvexdecompositionstub

2011-05-24 Thread WolfPup Lowenhar
...@lists.secondlife.com] On Behalf Of Mike Chase Sent: Tuesday, May 24, 2011 2:15 PM To: opensource-dev@lists.secondlife.com Subject: Re: [opensource-dev] llconvexdecompositionstub On 05/24/2011 11:49 AM, WolfPup Lowenhar wrote: During the Open Development User Group meeting on Monday it was discussed

[opensource-dev] llconvexdecompositionstub

2011-05-24 Thread WolfPup Lowenhar
During the Open Development User Group meeting on Monday it was discussed about the possibility of being able to convert llconvexdecompositionstub into a working open source version if there is an agreement on the code to incorporate into the stub lib and also the possibility of it being centrally

Re: [opensource-dev] 2.6.6 source?

2011-05-20 Thread WolfPup Lowenhar
You can use the tag 2.6.6 start to get the code @ that point in hg > -Original Message- > From: opensource-dev-boun...@lists.secondlife.com [mailto:opensource-dev- > boun...@lists.secondlife.com] On Behalf Of Lance Corrimal > Sent: Friday, May 20, 2011 11:38 AM > To: opensource-dev@lists.s

Re: [opensource-dev] tcmalloc

2011-05-19 Thread WolfPup Lowenhar
For Fmod fixes see : https://jira.secondlife.com/browse/STORM-1023 that is the issue that fixed fmod for OS devs plus there are instructions there on how to make your own local package for the autobuild system to use. From: opensource-dev-boun...@lists.secondlife.com [mailto:opensource-dev

Re: [opensource-dev] tcmalloc

2011-05-19 Thread WolfPup Lowenhar
1. It looks like your using and older copy of the repository because your using OpenSourceRelWithDebInfo where as in the current copy you should be using ReleaseWithDebInfoOS 2. Instead of using -DFMOD:BOOL=True use -DFMOD=ON From: opensource-dev-boun...@lists.secondlife.com [mailto:

Re: [opensource-dev] Review Request: CHOP-658 moving panels and floaters into a new static library project viewer_components/viewerui

2011-05-17 Thread WolfPup Lowenhar
I also built this repository locally but from the tip and my build time which was a full standard build including all test took 2hrs and 22min this is actually 8 minutes longer that a viewer development build currently. Also only one of the side panels works and that is the inventory side panel.

Re: [opensource-dev] Review Request: STORM-859 : winres.h isn't present within VC++ Express includes. Must be manually copied from win7 sdk example code.

2011-05-16 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/304/ --- (Updated May 16, 2011, 4:16 a.m.) Review request for Viewer. Changes

[opensource-dev] Review Request: STORM-859 : winres.h isn't present within VC++ Express includes. Must be manually copied from win7 sdk example code.

2011-05-15 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/304/ --- Review request for Viewer. Summary --- This is for switching from usin

Re: [opensource-dev] Second Life Viewer 2 : Lots of Link error like error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string

2011-04-30 Thread WolfPup Lowenhar
Ok, when using the autobuild command you need to use the configurations that end in OS these setting are for Open Source Developers to use and will DL the needed files but they are for use with VS2010 and NOT VS2005 or VS2008. The settings to use are: DebugOS ReleaseWithDebInfoOS ReleaseOS < th

Re: [opensource-dev] Second Life Viewer 2 : Lots of Link error like error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string

2011-04-30 Thread WolfPup Lowenhar
To set up you system to use the current build system please read here: http://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds This is the instructions on how to set up your environment to build the viewer using the new system. > -Original Message- > From: opensource-dev-boun...

Re: [opensource-dev] Fmod with Autobuild ?

2011-04-28 Thread WolfPup Lowenhar
Actually STORM-1023 helped to solve this issue for OS Devs. Also my comment here https://jira.secondlife.com/browse/STORM-1023?focusedCommentId=246855&page=c om.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-2468 55 explains exactly what I had to do to make a 'local' package t

Re: [opensource-dev] autobuild with VS2005

2011-04-18 Thread WolfPup Lowenhar
1. yes anyone doing builds in an OpenSource environment should be using the ones pre-fixed with OpenSource. 2. there are specific setting for windows that are current workarounds till the autobuild.xml is up dated and they are: a. VCexpressRelWithDebInfo b. VC10msbuildRelWithDebInfo

Re: [opensource-dev] s3-proxy.lindenlab.com points to a private IP address?

2011-04-07 Thread WolfPup Lowenhar
Ok I see two things here Glimmering Sands: 1. You are using an old repository the current one is actually viewer development as autobuild has been merged in. 2. FMOD and KDU are actually somewhere in http://s3-proxy.lindenlab.com of which we as Open Source Developers have NO access to a

Re: [opensource-dev] Windows compiling problem

2011-04-06 Thread WolfPup Lowenhar
The Way Twisted Laws is doing it is one way, and here is another: First see OPEN-37 for the changes need to some specific local files. Then instead of opening the VS Command Prompt use the one from the MS Windows 7.1 SDK as this will automatically set

Re: [opensource-dev] Review Request: Change to description for ShowNetStatus in debbug settings.

2011-04-05 Thread Wolfpup Lowenhar
---------- On April 5, 2011, 9:31 a.m., Wolfpup Lowenhar wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://codereview.secondlife.com/r/251/ > ---

Re: [opensource-dev] Review Request: Change to description for ShowNetStatus in debbug settings.

2011-04-05 Thread Wolfpup Lowenhar
itory for this issue - Wolfpup --- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/251/#review554 --- On April 5, 2011, 9:31 a.m., Wo

Re: [opensource-dev] Review Request: (STORM-941) IM log naming should go by SL name, not DN.

2011-04-05 Thread Wolfpup Lowenhar
> On April 5, 2011, 9:02 a.m., Wolfpup Lowenhar wrote: > > indra/llui/llurlaction.h, line 81 > > <http://codereview.secondlife.com/r/249/diff/1/?file=1396#file1396line81> > > > > Having this here looks to be the best way to prevent generating a > >

[opensource-dev] Review Request: Change to description for ShowNetStatus in debbug settings.

2011-04-05 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/251/ --- Review request for Viewer. Summary --- This is a change in the descrip

Re: [opensource-dev] Review Request: (STORM-941) IM log naming should go by SL name, not DN.

2011-04-05 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/249/#review550 --- indra/llui/llurlaction.h

Re: [opensource-dev] Doxygen Updated / Fixed on dimentox.com

2011-03-26 Thread WolfPup Lowenhar
I just tried going to the site and it is only partially there. I only get the different selections at the top and when I try to go to any page besides the main I get a 404 error. From: opensource-dev-boun...@lists.secondlife.com [mailto:opensource-dev-boun...@lists.secondlife.com] On Behalf Of

[opensource-dev] Fork of Merov's Viewer autobuild 2010

2011-03-18 Thread WolfPup Lowenhar
Here is an updated fork of Merov's Viewer Autobuild 2010 Repository to include the needed changes for Visual Studio 2010 that OpenSource Developers need. https://bitbucket.org/WolfpupL/viewer-autobuild2010 This repository is current with Merov's repository at the time of writing this email.

[opensource-dev] A CALL FOR HHHEEELLLPPP

2011-03-15 Thread WolfPup Lowenhar
First References: Jira : https://jira.secondlife.com/browse/STORM-941 Code Snippet : http://codepad.org/9cVTMJTD Now the problem: When I compile the code I get error C2678: binary '=' : no operator found which takes a left-hand operand of type 'const std::string' (or there is no acceptabl

Re: [opensource-dev] Review Request: STORM-236 Allow the "Speak" button to be removed, like other buttons

2011-03-03 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/170/#review415 --- Ship it! I built the repository provided in the JIRA locally and

Re: [opensource-dev] STORM-1023 (was OPEN-4) : fmod

2011-03-01 Thread WolfPup Lowenhar
If your still having to copy the fmod.dll by hand then this is not a viable solution as everything is supposed to be automatic hence the name autobuild. From: Twisted Laws [mailto:twisted_l...@hotmail.com] Sent: Tuesday, March 01, 2011 8:00 AM To: wolfpu...@earthlink.net Subject: RE: [opensour

Re: [opensource-dev] autobuild+vs2010 memory trouble

2011-03-01 Thread WolfPup Lowenhar
You have just hit the issue I have been working on for the past week and a half I found that if you totally remove the /Zm1000 setting you should not have that issue. This is being cause by Cmake wanting to set the /Zm setting I have filed a bug Report With Kitware concerning this. See : https://ji

Re: [opensource-dev] STORM-1023 (was OPEN-4) : fmod

2011-02-28 Thread WolfPup Lowenhar
I keep trying to do this and im only getting an error near the end of the configuration process that says : WARNING: Target "secondlife-bin" requests linking to directory "D:/fmodapi375win". Targets may link only to libraries. CMake is dropping the item. If you could explain how your fmod

Re: [opensource-dev] STORM-1023 (was OPEN-4) : fmod

2011-02-26 Thread WolfPup Lowenhar
...@lists.secondlife.com] On Behalf Of WolfPup Lowenhar Sent: Saturday, February 26, 2011 8:58 AM To: OpenSource Mailing List Subject: Re: [opensource-dev] STORM-1023 (was OPEN-4) : fmod See my comment here: https://jira.secondlife.com/browse/STORM-1023?focusedCommentId=244786 <https://jira.secondlife.com/bro

Re: [opensource-dev] STORM-1023 (was OPEN-4) : fmod

2011-02-26 Thread WolfPup Lowenhar
See my comment here: https://jira.secondlife.com/browse/STORM-1023?focusedCommentId=244786 &page=com.atlassian.jira.plugin.system.issuetabp

Re: [opensource-dev] Review Request: open-2 (improved progress messages during dependency checks) and open-31 (more standardized short form option switches)

2011-02-13 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/150/#review358 --- Ship it! This looks good to me. - Wolfpup On Feb. 13, 2011, 5:

Re: [opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

2011-02-05 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/136/#review332 --- autobuild.xml

[opensource-dev] Asstiance needed for STORM-236

2011-02-03 Thread WolfPup Lowenhar
After today's scrum meeting I started working on adding an new panel to the code to contain the resize handle for NearByChat and I'm having trouble figuring out how to add the panel to the code, it has been added to the xml, as there is no clear definition in the code for how the panels are read fr

Re: [opensource-dev] problems working with autobuild

2011-02-01 Thread WolfPup Lowenhar
Actually this is one of the issues that needs to be addressed as OS devs cannot get things like Fmod. From: opensource-dev-boun...@lists.secondlife.com [mailto:opensource-dev-boun...@lists.secondlife.com] On Behalf Of Nicky Perian Sent: Tuesday, February 01, 2011 4:40 PM To: Twisted Laws Cc: SL

Re: [opensource-dev] problems working with autobuild

2011-02-01 Thread WolfPup Lowenhar
Im running autobuild from the windows cmd shell all I have to do right now is add the Vs2005 tools via vsvars32.bat then got the auto build folder and it all works im not running in any other cmd window. From: opensource-dev-boun...@lists.secondlife.com [mailto:opensource-dev-boun...@lists.seco

Re: [opensource-dev] Using 'autobuild' to build the viewer

2011-01-30 Thread WolfPup Lowenhar
With the patch this dose work on windows but there are some things that need worked on. 1 Need to be able to import things like Fmod and Quicktime if we have them already present. https://jira.secondlife.com/browse/STORM-406 fixed this for OS Developers but autobuild broke it. 2 Need to have

Re: [opensource-dev] Review Request: Do not fail when no scp command is found, unless it is actually needed to fetch something

2011-01-30 Thread Wolfpup Lowenhar
> On Jan. 29, 2011, 7:28 a.m., Wolfpup Lowenhar wrote: > > this is crashing devenv when you do autobuild build -c > > OpenSourceRelWithDebInfo on a windows system > > Wolfpup Lowenhar wrote: > When i tested this second dif was not a clean reop will retest again

Re: [opensource-dev] Review Request: Do not fail when no scp command is found, unless it is actually needed to fetch something

2011-01-29 Thread Wolfpup Lowenhar
> On Jan. 29, 2011, 7:28 a.m., Wolfpup Lowenhar wrote: > > this is crashing devenv when you do autobuild build -c > > OpenSourceRelWithDebInfo on a windows system When i tested this second dif was not a clean reop will retest again after deleating build t

Re: [opensource-dev] Review Request: Do not fail when no scp command is found, unless it is actually needed to fetch something

2011-01-29 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/127/#review278 --- this is crashing devenv when you do autobuild build -c OpenSourceR

Re: [opensource-dev] Review Request: Do not fail when no scp command is found, unless it is actually needed to fetch something

2011-01-28 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/127/#review266 --- Ship it! Tested on Windows 7 32-bit and works all the needed file

[opensource-dev] FW: Using 'autobuild' to build the viewer

2011-01-27 Thread WolfPup Lowenhar
Meant to sent this to the list and not just Oz. From: WolfPup Lowenhar [mailto:wolfpu...@earthlink.net] Sent: Thursday, January 27, 2011 7:46 PM To: 'Oz Linden (Scott Lawrence)' Subject: RE: [opensource-dev] Using 'autobuild' to build the viewer C:\Program Files\Micro

[opensource-dev] FW: [JIRA] Commented: (STORM-236) Allow the "Speak" button to be removed, like other buttons

2011-01-21 Thread WolfPup Lowenhar
Please Help test this. From: Oz Linden (JIRA) [mailto:no-re...@secondlife.com] Sent: Friday, January 21, 2011 10:57 AM To: wolfpu...@earthlink.net Subject: [JIRA] Commented: (STORM-236) Allow the "Speak" button to be removed, like other buttons [ https://jira.secondlife.com/browse

[opensource-dev] Review Request: STORM-236 Actual Code Review

2011-01-20 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/113/ --- Review request for Viewer. Summary --- This allows the Speak Button to

Re: [opensource-dev] Review Request: Help Needed to debug small problem with code for STORM-236.

2011-01-20 Thread Wolfpup Lowenhar
; > Even if the new entry for the context menu wasn't accepted, the core > > functionality can still be done here. > > Wolfpup Lowenhar wrote: > This Issue is for having the button hide(not be drawn) and free up the > space that it normally take in the bottom tray. Th

Re: [opensource-dev] Review Request: Help Needed to debug small problem with code for STORM-236.

2011-01-20 Thread Wolfpup Lowenhar
part getting the space freed up right. Also the context menu is functional so there are no problems there. - Wolfpup --- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/112/#review210 ---

[opensource-dev] Review Request: Help Needed to debug small problem with code for STORM-236.

2011-01-20 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/112/ --- Review request for Viewer. Summary --- This is actually a request for

[opensource-dev] Storm-236 extra eyes needed.(please forgive for lenght)

2011-01-18 Thread WolfPup Lowenhar
I'll apologize in advanced for length of this email but I need some extra eyes on the code for this Diff to show changes being made(also the reason for the length of email): diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp --- a/indra/newview/llbottomtray.cpp +

Re: [opensource-dev] Review Request: STORM-243 Suppress version change message in the viewer

2011-01-18 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/109/#review183 --- Looks good to me since this is the removal of the Pop-up message a

Re: [opensource-dev] STORM-243 - simulator version notifications

2011-01-18 Thread WolfPup Lowenhar
Q, I believe the jira in question was wanting to suppress the popup but not the notification itself so that it would still show up in chat history if you were logging it or kept your chat history open all the time. From: opensource-dev-boun...@lists.secondlife.com [mailto:opensource-dev-boun..

Re: [opensource-dev] failed to find libboost_system-vc80-mt-1_39.lib in non-standalone

2011-01-13 Thread WolfPup Lowenhar
The same thing happened with the mesh viewer and was fixed in https://jira.secondlife.com/browse/CTS-317 by LL updating the windows boost libs to include the missing lib. Btw this is also happening on Windows 7 32-bit using VS2005 PRO. From: opensource-dev-boun...@lists.secondlife.com [mailto:o

Re: [opensource-dev] Review Request: STORM-829 Viewer 2 does not parse /me in object Instant Messages

2011-01-05 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/71/#review114 --- Ship it! indra/newview/llviewermessage.cpp

Re: [opensource-dev] Very Strange occurrence...

2011-01-04 Thread WolfPup Lowenhar
I had seen those as well and just figured they were in there as a ‘placed holder’ so that when the translation team gets a hold of the viewer they have some large name there so that they know not to use that space. I have also seen different Lindens names there as well on other areas. From:

[opensource-dev] HAPPY NEW YEAR !!!!!!!!!!!!!

2011-01-01 Thread WolfPup Lowenhar
Even though the new year has already started I just thought I would wish everyone here a HAPPY NEW YEAR ! ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies bef

Re: [opensource-dev] Convexdecomposition for open source devs

2010-12-30 Thread WolfPup Lowenhar
31/12/2010 1:03 AM, WolfPup Lowenhar wrote: I have recently had a conversation with someone @ LL that has said they would be willing to help develop and OS version of llconvexdecompisition. I even I even discussed which ones they thought was good but they have not had the time to look at the open s

[opensource-dev] Convexdecomposition for open source devs

2010-12-30 Thread WolfPup Lowenhar
I have recently had a conversation with someone @ LL that has said they would be willing to help develop and OS version of llconvexdecompisition. I even I even discussed which ones they thought was good but they have not had the time to look at the open source version in a technical way. So what I

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 --

[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] LLMatrix3::orthogonalize test (was: LL_TESTS for standalone out-of-source builds)

2010-12-28 Thread WolfPup Lowenhar
To: Boroondas Gupte Cc: opensource-dev@lists.secondlife.com Subject: Re: [opensource-dev] LLMatrix3::orthogonalize test (was: LL_TESTS for standalone out-of-source builds) On Wed, Oct 13, 2010 at 12:37 PM, Boroondas Gupte wrote: > On 10/13/2010 03:42 AM, WolfPup Lowenhar wrote: > &g

Re: [opensource-dev] Review Request: STORM-807 update returnability of objects based on new encroachment rules

2010-12-23 Thread WolfPup Lowenhar
I wondered about that myself, although I was not going to say a thing since it was a Linden that did it. From: opensource-dev-boun...@lists.secondlife.com [mailto:opensource-dev-boun...@lists.secondlife.com] On Behalf Of Aleric Inglewood Sent: Thursday, December 23, 2010 7:14 AM To: Andrew M

[opensource-dev] Odd issue in build 217714

2010-12-22 Thread WolfPup Lowenhar
There is an odd issue in Build 217714 of viewer-development. I noticed it this morning while helping to test a build for Oz. Issue is occurring in all three viewers I tested it in. I need help verifying if it is occurring in other OS's. TO repro: 1. Goto Esbees in world office. 2. Rig

Re: [opensource-dev] Review Request: Settings.xml: redundant entries and unnecessary tag

2010-12-16 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/18/#review31 --- Ship it! any code or xml clean up is a good thing i think. - Wolfp

[opensource-dev] FW: Review Request: Bug Fix for STORM-776 and STORM-288

2010-12-15 Thread WolfPup Lowenhar
For some reason this review request did not get posted to opensource-dev so I’m sending this copy. From: Wolfpup Lowenhar [mailto:wolfpu...@earthlink.net] Sent: Wednesday, December 15, 2010 10:59 PM To: Wolfpup Lowenhar; Viewer Subject: Re: Review Request: Bug Fix for STORM-776 and STORM-288

Re: [opensource-dev] Review Request: Bug Fix for STORM-776 and STORM-288

2010-12-15 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/21/ --- (Updated 2010-12-15 19:59:24.512762) Review request for Viewer. Changes --

[opensource-dev] Review Request: Bug Fix for STORM-776 and STORM-288

2010-12-15 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/21/ --- Review request for Viewer. Summary --- This is actually Kitty's patch f

Re: [opensource-dev] Can anyone tell me how to get rid of these lol...

2010-12-14 Thread WolfPup Lowenhar
Actualy in an open source environment you cannot get rid of those link warnings they are the linker complaining about the fact that the debug information for those files is missing and you will see those messages for any lib files you get from LL when running in non-standalone build mode From:

[opensource-dev] Noticed Something interesting while investigating STORM-776

2010-12-09 Thread WolfPup Lowenhar
Please see : https://jira.secondlife.com/browse/STORM-776 Since I have started investigating this I have found that there is actually duplicated code and xml files for object 'profiles'. 1. sidebar_task_info: this section of code and related xml allows the editing of the permissions of rezed(i

Re: [opensource-dev] STORM-524

2010-12-09 Thread WolfPup Lowenhar
What your suggesting would make it to 'spamy' to the servers because if the viewer was sending a refresh request even just once say every 1800 frames considering there are at least 10K users online at any given moment that that could eventually cause a data request overload to the servers and thus

Re: [opensource-dev] Review Request: STORM-524 : Refresh L$ balance

2010-12-09 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/6/#review18 --- This will be a much appreciated feature as it means residents will no

[opensource-dev] Starting Investigation into Storm-236

2010-12-02 Thread WolfPup Lowenhar
I have created a repository for https://jira.secondlife.com/browse/STORM-236 to investigate the best way to go about providing this functionality to those that do not use voice or use it intermittently. My thoughts are to have one of the following: 1. Have the Speak button follow the Voice Pr

Re: [opensource-dev] Registering a SL Review Board

2010-12-02 Thread WolfPup Lowenhar
I would be nice if the review board system had an address that was something that people that use email programs( I.E. Outlook, Thunderbird, Incredimail) could much easier filter. Like nore...@codereview.secondlife.com or something similar that way if they set up a filter it would not interfere wit

Re: [opensource-dev] Review Request: Restructure loops that use breaks without need (reviewboard test)

2010-12-01 Thread Wolfpup Lowenhar
> On 2010-12-01 21:26:12, Cron Stardust wrote: > > Based on the logic of the removed break, line 1192 of the fixed file: > > idleTimer.getElapsedTimeF64() >= max_idle_time > > should be > > idleTimer.getElapsedTimeF64() < max_idle_time > > > > The variable "S32 pending;" is redeclared on line

Re: [opensource-dev] Review Request: Restructure loops that use breaks without need (reviewboard test)

2010-12-01 Thread Wolfpup Lowenhar
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/2/#review1 --- Ship it! testing new review system. code looks clean to me - Wolfpu

  1   2   >