Re: [opensource-dev] Mesh branch merged to viewer-development

2011-05-17 Thread Brendan Wilson
Yes im seeing the same error in the exact same place and after doing some investigation it looks like the crash is being cause by storm-973 as there was a change @ that line and others in the file for that issue. > -Original Message- > From: opensource-dev-boun...@lists.secondlife.com [mai

Re: [opensource-dev] 2.6.6 source?

2011-05-24 Thread Brendan Wilson
If you look @ the .hgtags file in the current viewer-development repository you can find all the tags for the start of the different versions like the one below. https://bitbucket.org/lindenlab/viewer-development/src/3881f01bf7ec/.hgtags# cl-110 > -Original Message- > From: opensource-dev

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

2011-07-12 Thread Brendan Wilson
To try and help prevent this I selected to only have the default shape have a new max for instance if you have a cylinder and are using a hollow shape of say square in it then the max for that is still the same which is 70%. This way hopefully the issue you are talking about should not happen as th

Re: [opensource-dev] Problem with llmeshrepository.cpp (was "Problems with downloading kdu")

2011-08-07 Thread Brendan Wilson
You could do one of two things as the stub lib from LL it not current and missing functions and parameters. One build the following repository @ its tip and use the file url method to point autobuild to the new lib: https://bitbucket.org/WolfpupL/llconvexdecompositionos/overview Two use the lib

Re: [opensource-dev] "viewer-beta" fails to build

2011-08-24 Thread Brendan Wilson
>From looking @ the log you provided it looks like it is not building witht the fix that added from OPEN-107. My suggestion would be to copy the hash and link information from the current viewer-development tip for llconvexdecompositionstub over to the beta branch autobuild .xml so that it is using

Re: [opensource-dev] Fmod 3.74?

2010-04-19 Thread Brendan Wilson
For all you folks looking for current links to the needed Fmod and QT file dl pages they are here: https://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds This is a new wiki page in development focusing on building Viewer 2 on Windows based systems. Also if the rest of you have s

Re: [opensource-dev] No Media Plugin was found to handle the "text/html" mime type. Media of this type will be unavailable.

2010-04-19 Thread Brendan Wilson
This was also happening to me till I got the Fmod and QT files needed for the build now that I have them I do not get this error any more. From: opensource-dev-boun...@lists.secondlife.com [mailto:opensource-dev-boun...@lists.secondlife.com] On Behalf Of Philippe (Merov) Bossut Sent: Monday, Ap

Re: [opensource-dev] No Media Plugin was found to handle the "text/html" mime type. Media of this type will be unavailable.

2010-04-19 Thread Brendan Wilson
Fmod and QT then re-run develop.yp and build it again in VS once that is done you should have the missing folder. From: Nicky Perian [mailto:nickyper...@yahoo.com] Sent: Monday, April 19, 2010 11:34 PM To: Philippe (Merov) Bossut; opensource-dev@lists.secondlife.com Cc: Brendan Wilson Subject

[opensource-dev] trying to get a mod working

2010-04-20 Thread Brendan Wilson
I'm working on moding the the lllogchat.ccp to add a datestamp to the file name but im having dificuilitie with getting it to work roght of fail to compile. The following erros are from my latest compile: 94>lllogchat.cpp 94>lllocationinputctrl.cpp 94>..\..\newview\lllogchat.cpp(196) : error

Re: [opensource-dev] [sldev-commits] r3568 - in projects/2010/snowglobe/trunk: . doc indra/llcharacter indra/llcommon indra/llinventory indra/llmessage indra/llrender indra/llui indra/newview indra/ne

2010-07-26 Thread Brendan Wilson
I can NOT do any updates thx the the .svnignore files that are now in the svn server they are blocking TortiousSVN from retrieving the updates! -Original Message- From: sldev-commits-boun...@lists.secondlife.com [mailto:sldev-commits-boun...@lists.secondlife.com] On Behalf Of merov.lin...@

Re: [opensource-dev] Plugins/Modular architecture

2010-09-04 Thread Brendan Wilson
Not yet they have just started working on bring it to VS2008 and even doing that is by a lot of effort from the OS community there even a jira on at least bring it to VS2008(vc90) From: opensource-dev-boun...@lists.secondlife.com [mailto:opensource-dev-boun...@lists.secondlife.com] On Behalf Of

Re: [opensource-dev] Building viewer-development

2010-09-10 Thread Brendan Wilson
To answer your questions Sheet: First off viewer-development ( aka Snowstom) dose still use the same set up as you use for Snowglobe. Second http://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds is more current for building the viewer but it needs to be updated to include a link to th

Re: [opensource-dev] LGPL violation

2010-10-28 Thread Brendan Wilson
Actually the Qt wbekit source that LL uses is available as I had to completely rebuild the set of libs on my system when I was working on snowglobe using visual studio 2008 as the lib provided by LL caused an issue when starting the viewer after being build due to an manifest incompatibility issue.