Re: [opensource-dev] Did I break my repository...

2010-09-27 Thread Aimee Linden
You're on a Mac right? That sounds like https://jira.secondlife.com/browse/SNOW-223 The easiest solution is to use the 10.4 or 10.5 SDK when building, instead of 10.6. The slightly more complicated solution is to patch and rebuild APR. Aimee. On 26 Sep 2010, at 23:09, Ponzu wrote: Since I

[opensource-dev] Code review request: STORM-121 (Cleanup of Voice Client shutdown)

2010-09-14 Thread Aimee Linden
Hi, Would someone mind code-reviewing this change ... http://bitbucket.org/aimee_linden/viewer-development-fixes/changeset/836266aa8302 Just some simple reduction of duplicated code to ensure things get cleaned up properly when the voice client shuts down. Aimee.

Re: [opensource-dev] Code Review Request: VWR-21253 (Permissions icons in the friends list)

2010-09-07 Thread Aimee Linden
Ah yep, that build's not been rebuilt since before the LLKDU fix, sorry about that, a new build should be up shortly. Aimee. On 7 Sep 2010, at 15:21, Alexandrea Fride wrote: llkdu.dll problem hapend to me to, replace the dll from the officialy viewer 2.1 or devenlopbuild that worked

[opensource-dev] Code Review Request: VWR-21253 (Permissions icons in the friends list)

2010-09-06 Thread Aimee Linden
Hi, Could I get some eyes on a fix for http://jira.secondlife.com/browse/VWR-21253 ... http://bitbucket.org/aimee_linden/viewer-development-tweaks/changeset/fb38222f1b08 A test build containing this is available here ...

Re: [opensource-dev] I was told this need to be dropped on the mailing list.

2010-09-01 Thread Aimee Linden
VWR-20751 should probably have been carried over as an incomplete task from the last sprint. Could you please add subtasks to VWR-20751 for each of these to track them? According to my notes at

[opensource-dev] Code review request: VWR-22454 (Teleporting multiple friends)

2010-09-01 Thread Aimee Linden
Hi, Could I get some eyes on a fix for VWR-22454 (Teleporting multiple friends) please? http://bitbucket.org/aimee_linden/viewer-development-import/changeset/18f8e079a1de Aimee. ___ Policies and (un)subscribe information available here:

Re: [opensource-dev] Anti-Aliasing

2010-08-27 Thread Aimee Linden
On 27 Aug 2010, at 02:06, Trilo Byte wrote: Is it just me, or is anti-aliasing broken in the last couple builds? Do you arms and legs look lumpier than normal? If so then it's you ;) Quite a large amount of rendering work dropped in one of the latest updates. You're on a Mac right? It seems

Re: [opensource-dev] no allow create landmark in 2.1?

2010-08-20 Thread Aimee Linden
Apparently this option is no longer supported on the server, so it was removed from the viewer as it will have no effect. Aimee. On 20 Aug 2010, at 15:17, Aimee Linden wrote: That's not a Snowglobe issue ... http://jira.secondlife.com/browse/VWR-18886 Aimee. On 20 Aug 2010, at 14:51

Re: [opensource-dev] Mac Build Failing

2010-08-20 Thread Aimee Linden
That looks like https://jira.secondlife.com/browse/SNOW-742 which is fixed in the viewer-public internal branch (which is where viewer-external on SVN comes from) and will hopefully be merged into viewer-development soon. Aimee. On 20 Aug 2010, at 03:18, Ricky wrote: I've pulled rev 11450

Re: [opensource-dev] display names = the end of 1.x viewers?

2010-08-17 Thread Aimee Linden
No, that's not the case, display names are not returned to the existing LSL functions. Your existing account will always be seen as Andromeda Quonset to existing scripts no matter what you change your display name to. New LSL calls used to return display names to new scripts equally will not be

Re: [opensource-dev] Snow Storm / Mac, missing file?

2010-08-16 Thread Aimee Linden
assets.txt is no longer required, as the contents of the bundles it downloads are now present in the source repo. Assuming you're on 32-bit LInux, try just doing: cd indra ./develop.py configure ./develop.py build There are still a number of issues you may run into as yet, the most probable