Re: [opensource-dev] Building Alignment Tool by Qarl Fizz

2010-10-23 Thread Ponzu
On Sat, Oct 23, 2010 at 4:37 PM, Brandon Husbands wrote: > Just write our implementation, not using any of his code. It's that word "just" that makes it sound s easy 8-) > ___ Policies and (un)subscribe information available here: http://wiki.s

[opensource-dev] Updating the Meshes and Morphs to export to DAE format possible??

2010-10-23 Thread Robert Martin
Since the Jira got stomped during the last upgrade i was thinking at this point if we wanted to update the meshes and morphs dialog (which has been picked up by a few TPVs) we might as well have it export the avatar as a .dae package. This will allow folks to base a Mesh avatar on the "legacy" mesh

Re: [opensource-dev] Building Alignment Tool by Qarl Fizz

2010-10-23 Thread Brandon Husbands
Just write our implementation, not using any of his code. On Sat, Oct 23, 2010 at 3:27 PM, Argent Stonecutter wrote: > > On 2010-10-22, at 14:00, Nalates Urriah wrote: > > > > Since the code is already written and working by a former Linden, will it > be added to the SL Viewer? > > Qarl's commen

Re: [opensource-dev] Building Alignment Tool by Qarl Fizz

2010-10-23 Thread Argent Stonecutter
On 2010-10-22, at 14:00, Nalates Urriah wrote: > > Since the code is already written and working by a former Linden, will it be > added to the SL Viewer? Qarl's comment that TPVs are free to use it and that his rates for Linden Lab are reasonable imply... not yet. :)

Re: [opensource-dev] LGPL violation

2010-10-23 Thread Erik Anderson
I'm thinking that it may not require full source code if the ABI is published at least -- the only "static link" that seems involved here is whatever stub (.a?) is necessary to specify the ABI. That would permit someone to link to the library with alternate code (or replace the library with free s

Re: [opensource-dev] [META] User stories and issue tracker readability

2010-10-23 Thread SuezanneC Baskerville
Coincidentally right next to Boroondas's message in my gmail was a message about a change in a years old jira issue I created. Part of the change was to add the words "As a user," to the Summary field. https://jira.secondlife.com/browse/VWR-675 They also changed the importance from minor to majo

[opensource-dev] User story: Searchable contacts and inventory notes

2010-10-23 Thread Joel Foner
As a resident, I would like to be able to search contacts based on contents of contact notes, picks or content of 1st/2nd life tab text. In a related (maybe another story but connected) way, I would like to be able to record notes about inventory items, and search them in the same way. Joel __

[opensource-dev] [META] User stories and issue tracker readability

2010-10-23 Thread Boroondas Gupte
As a user of the Second Life issue tracker (jira) who often sorts or searches through others' issues, I'd like people creating or editing issues to place the (sometimes lengthy) user stories into the *Description* field, /not/ the *Summary* field. /The summary should be as short as possible/ while

Re: [opensource-dev] Building Alignment Tool by Qarl Fizz

2010-10-23 Thread Ponzu
Here's another link to a video. I hope LL can negotiate a price, or a truce, or whatever. http://www.qarl.com/qLab/?p=66 ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies b

Re: [opensource-dev] [Linux] Viewer crash with no meaningful error message when cache dir. is missing

2010-10-23 Thread Marc Adored
Maybe its crashing because it cant "create" the missing cache folder because that mount point doesn't even exist not really because it cant find it. It automatically creates it if it doesnt exist normally. Either way a error message stating what happened would be very helpful :P On Sat, Oct 23, 20

[opensource-dev] [Linux] Viewer crash with no meaningful error message when cache dir. is missing

2010-10-23 Thread Opensource Obscure
Short version: if the Linux viewer can't find the cache directory (even if empty), it will crash immediately, without providing any helpful error message. This happened to me after I moved the cache location to a secondary partition, and ran the viewer while the partition wasn't mounted. As a vie

[opensource-dev] LGPL violation

2010-10-23 Thread Carlo Wood
I am not a lawyer :p, but I think that it is allowed to link an LGPL-ed library statically against a proprietary executable provided you provide the object code or source code of the work that uses the library. In other words, it must be possible to make changes to Qt and *relink*. Translating th

Re: [opensource-dev] (CTS-315) march choice for 64bit builds

2010-10-23 Thread leliel
On Sat, Oct 23, 2010 at 3:44 AM, Altair Sythos wrote: > On Sat, 23 Oct 2010 03:19:24 -0700 > leliel wrote: > > >> >> > the other (imho better) way to select right march/mtune is use >> > "generic" and declare *all* parameters, sort of: >> >> This is the proper fix imho. >> >> > for 32bit: >> > gc

Re: [opensource-dev] (CTS-315) march choice for 64bit builds

2010-10-23 Thread Sythos
On Sat, 23 Oct 2010 03:19:24 -0700 leliel wrote: > > > the other (imho better) way to select right march/mtune is use > > "generic" and declare *all* parameters, sort of: > > This is the proper fix imho. > > > for 32bit: > > gcc -march=generic -mtune=generic -m32 -mmmx -msse -msse2 > > -mfpma

Re: [opensource-dev] (CTS-315) march choice for 64bit builds

2010-10-23 Thread leliel
On Sat, Oct 23, 2010 at 3:08 AM, Altair Sythos wrote: > On Sat, 23 Oct 2010 03:08:26 +0200 > Boroondas Gupte wrote: > >>  Because SSE2 is now required anyway, -march=pentium4 is now passed >> for building lindenlab/mesh-development. Of course, this doesn't work >> for 64bit builds. (See CTS-315 >

Re: [opensource-dev] (CTS-315) march choice for 64bit builds

2010-10-23 Thread Sythos
On Sat, 23 Oct 2010 03:08:26 +0200 Boroondas Gupte wrote: > Because SSE2 is now required anyway, -march=pentium4 is now passed > for building lindenlab/mesh-development. Of course, this doesn't work > for 64bit builds. (See CTS-315 > .) What should mar

Re: [opensource-dev] (CTS-315) march choice for 64bit builds

2010-10-23 Thread Boroondas Gupte
On 10/23/2010 03:23 AM, Carlo Wood wrote: > Why is SSE2 required now? Sorry if I missed this. Ah, sorry, should have linked to Runitai's comment on CTS-284