Re: [opensource-dev] New HTTP Library & Project Viewer

2012-10-23 Thread Oz Linden (Scott Lawrence)
On 2012-10-23 06:10 , Henri Beauchamp wrote: > Unless the router is buggy, it shouldn't be impacted by the number of > open sockets (at least not under 60K sockets)... Some protocols, such > as torrent can use hundreds or even thousands of sockets at once. Our experience is that _many_ consumer ro

Re: [opensource-dev] New HTTP Library & Project Viewer

2012-10-22 Thread Oz Linden (Scott Lawrence)
On 2012-10-20 11:14 , Henri Beauchamp wrote: > Is there any server running the corresponding improved HTTP code on > Aditi ? Not yet. When there is, we'll post a note on this list. As Tankmaster said, our ambition at this point is that the server side will be compatible with all existing viewer

Re: [opensource-dev] "Adding a dialog" outdated

2012-10-18 Thread Oz Linden (Scott Lawrence)
On 2012-10-18 09:41 , CJ Davies wrote: I'm trying to follow the "Adding a dialog" page on the wiki http://wiki.secondlife.com/wiki/Adding_a_dialog however I suspect it hasn't been updated to reflect changes to the codebase & as such I can't get it to work. In particular, LLUICtrlFactory::getIn

Re: [opensource-dev] New time for Thursday Open Dev meeting

2012-10-17 Thread Oz Linden (Scott Lawrence)
On 2012-10-16 19:32 , Tank Master wrote: I think you mean 14:00, right? Yours was at 13:00, and the server beta UG is at 15:00 already. ~Tank No, I meant what I said. It's an experiment... we'll see how it goes. I can't avoid all possible conflicts.

[opensource-dev] New time for Thursday Open Dev meeting

2012-10-16 Thread Oz Linden (Scott Lawrence)
I'm going to experiment with a new time for my Thursday user group meeting this week: the meeting will be one hour later than previously - 15:00 SLT ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-De

Re: [opensource-dev] Congratulations to Firestorm

2012-10-01 Thread Oz Linden (Scott Lawrence)
On 2012-09-04 07:53 , Oz Linden (Scott Lawrence) wrote: > > On behalf of Linden Lab, I'd like to extend congratulations to the > Firestorm Viewer team. > > Last week, Firestorm took over the #1 spot on the list of Second Life > viewers in terms of total user time, surp

Re: [opensource-dev] feature suggestion: make "doubleclick navigation" more "immersive"

2012-09-24 Thread Oz Linden (Scott Lawrence)
On 2012-09-21 03:17 , Lance Corrimal wrote: > Hi all! > > Here's a feature idea that I just had, and I thought I'd float it past here > before I post a feature request on the jira. > > As a user I would like to see a third option for doubleclick navigation > inworld: "pathfinding - immersive" > > W

[opensource-dev] accidental commits...

2012-09-06 Thread Oz Linden (Scott Lawrence)
We had an accidental push to viewer-development (steps have been taken to avoid a repeat). The correct tip as of when I'm writing this is 24758:63088c18a73c Sorry about that... For the conspiracy-minded, this had nothing whatever to do with todays Jira changes, and all those commits will be co

Re: [opensource-dev] Mercurial repository webpage layout

2012-09-04 Thread Oz Linden (Scott Lawrence)
On 2012-08-29 17:03 , Henri Beauchamp wrote: > Greetings, > > The layout of LL's mercurial repository (http://hg.secondlife.com/) > recently changed, and for the worst... The old layout allowed to see > with a single glance what/when things last changed in each repository > (the list on the right g

[opensource-dev] Congratulations to Firestorm

2012-09-04 Thread Oz Linden (Scott Lawrence)
On behalf of Linden Lab, I'd like to extend congratulations to the Firestorm Viewer team. Last week, Firestorm took over the #1 spot on the list of Second Life viewers in terms of total user time, surpassing its elder cousin, Phoenix. The Phoenix viewer still has a slight lead in number of s

Re: [opensource-dev] HG-Repositories

2012-08-07 Thread Oz Linden (Scott Lawrence)
On 2012-08-07 15:18 , Boroondas Gupte wrote: From recent changes on the wiki, I take that the role of the various official mercurial repositories has changed again. Which reposito

Re: [opensource-dev] ok this may sound dumb but what is the llphysicsextention package

2012-08-07 Thread Oz Linden (Scott Lawrence)
On 2012-08-07 16:09 , Angel Dreams wrote: > its something i saw i never seen that package before is it new or > something? It is the wrapper around the Havok functionality in the viewer. It replaces (and incorporates) llconvexdecomposition. For open source, there is a stub version. ___

Re: [opensource-dev] New HTTP Library & Project Viewer

2012-08-07 Thread Oz Linden (Scott Lawrence)
On 2012-08-02 12:47 , Dahlia Trimble wrote: > > So, if pipelining is implemented and it works, what other bottlenecks > are there that make multiple connections work so well? > Pipelining is not, unfortunately, supported yet on the servers... we're working on that. And despite Carlos assertions

Re: [opensource-dev] New HTTP Library & Project Viewer

2012-07-30 Thread Oz Linden (Scott Lawrence)
On 2012-07-29 13:58 , Sheet Spotter wrote: > Does increasing the HTTP connection limit also increase the burden on the > server and network? > > Increasing the HTTP connection limit on one client might improve the > experience for one person. It might also diminish the experience for > everyone els

Re: [opensource-dev] New HTTP Library & Project Viewer

2012-07-30 Thread Oz Linden (Scott Lawrence)
On 2012-07-29 04:07 , Henri Beauchamp wrote: With just a few tweakings to the texture fetcher (and in particular a setting that permits up to 32 concurrent HTTP fetches), Caution... once we begin supporting persistent connections and pipelined requests on the server side (we're working on it),

[opensource-dev] New HTTP Library & Project Viewer

2012-07-27 Thread Oz Linden (Scott Lawrence)
The start of a unified approach to HTTP-based communications between the viewer and grid services with a goal of achieving reliability, consistency and a better overall experience on the grid. Project Viewer for testing is here: http://wiki.secondlife.com/wiki/Linden_Lab_Offi

Re: [opensource-dev] pathfinding is now in viewer-development

2012-07-26 Thread Oz Linden (Scott Lawrence)
On 2012-07-26 10:13 , Oz Linden (Scott Lawrence) wrote: The pathfinding branch has been merged to viewer-development. (I'm having a small problem getting a Development viewer built - it should build fine for you, the problem is entirely with how we create the download pages. I hope to

[opensource-dev] pathfinding is now in viewer-development

2012-07-26 Thread Oz Linden (Scott Lawrence)
The pathfinding branch has been merged to viewer-development. With this change, the old llconvexdecomposition library has been folded into the llphysicsextensions library, which is unfortunately for the time being closed source. Actually, I believe that the convex decomposition stuff didn't c

Re: [opensource-dev] Building the viewer with gcc 4.7

2012-07-17 Thread Oz Linden (Scott Lawrence)
On 2012-07-14 13:00 , Ale wrote: > I'm pretty pissed about the fact that LL did it AGAIN and in > SECRECY behind closed doors (what else) started their project > of redoing the HTTP networking code... guess what I've been > doing in the past few months? Need I point out that you didn't tell us eit

[opensource-dev] going to OSCON

2012-07-17 Thread Oz Linden (Scott Lawrence)
Just in case anyone else on this list will be there or nearby... I'm off later today to the O'Reilly Open Source Conference in Portland OR for the rest of this week... If you're there, let me know and we can try to find a way to rendezvous in Real Life!

Re: [opensource-dev] havoc licensing and TPV... - TPVD meeting july 13th

2012-07-13 Thread Oz Linden (Scott Lawrence)
On 2012-07-13 16:46 , Lance Corrimal wrote: > Hi, > > I've seen the question float by several times about what it takes to "qualify > for sublicensing", but I seem to have missed the answer... > > So what DOES it take? https://wiki.secondlife.com/wiki/Havok_Viewer_Sublicense#Eligibility ___

[opensource-dev] Oz meeting cancelled Thursday 07-05

2012-07-03 Thread Oz Linden (Scott Lawrence)
I won't be holding my usual Thursday Open Developer meeting this Thursday (heading out early for a long weekend). ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before p

[opensource-dev] Need help diagnosing a Linux viewer launch failure

2012-06-26 Thread Oz Linden (Scott Lawrence)
My Linux box is unavailable at the moment... if you have one and can take a moment to tell me why this beta candidate build fails on startup I'd appreciate it http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/oz_viewer-beta-review/rev/260601/arch/Linux/installer/SecondLife-i686

Re: [opensource-dev] Autobuild not workin'

2012-06-18 Thread Oz Linden (Scott Lawrence)
On 2012-06-17 23:25 , glen wrote: > Hey all, I haven't been messing with the builds for quite a while. I was > giving a 64-bit build of firestorm a shot for use on my wife's new > computer (this is a brand new install of Ubuntu 12.04.), and they > mention that I'll need to be able to compile the LL

Re: [opensource-dev] Linux toolchain update... testers needed.

2012-06-05 Thread Oz Linden (Scott Lawrence)
On 2012-06-05 15:31 , Ambrosia wrote: > Oz, as an aside.. > > Is there a plan to ever support building non-standalone on Linux 64bit > without installing 32bit libraries or workarounds? It can be a > nightmare with some distributions, and being forced to compile it as > 32bit in 2012 just feels..wr

Re: [opensource-dev] Linux toolchain update... testers needed.

2012-06-05 Thread Oz Linden (Scott Lawrence)
On 2012-06-05 15:33 , Johnnie Carling wrote: >> Please respond here or directly to me (don't create Jira issues yet, >> please). > Crashes on startup on Debian Sid (see STORM-1854) Bug-for-bug-compatible ! ___ Policies and (un)subscribe information avail

Re: [opensource-dev] Linux toolchain update... testers needed.

2012-06-05 Thread Oz Linden (Scott Lawrence)
On 2012-06-05 14:56 , Nicky Perian wrote: > Logged to aditi w/o issue What I'm after is ... does this work on the flavor of Linux you are running, and what flavor is that? ___ Policies and (un)subscribe information available here: http://wiki.secondlif

[opensource-dev] Linux toolchain update... testers needed.

2012-06-05 Thread Oz Linden (Scott Lawrence)
We're working on upgrading our Linux viewer build toolchain (moving to Debian Squeeze)... I've got a test build that I'd like some Linux users to try to see if it works for them: http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/don_viewer-development/rev/257957/arch/Linux/install

Re: [opensource-dev] Looks like 3.3.3 258054 broke tattoo layers

2012-05-26 Thread Oz Linden (Scott Lawrence)
On 2012-05-25 21:35 , Ron Rogers Jr. wrote: > On Fri, 25 May 2012 20:12:35 -0500 > "Ron Rogers Jr." wrote: > >> Wear a tattoo layer in that viewer and you'll see a line around your >> neck. If someone can confirm they see this, I'll start a Jira on it. >> >> CronoCloud > I can tell it's alpha rela

Re: [opensource-dev] Autobuild hell

2012-05-22 Thread Oz Linden (Scott Lawrence)
On 2012-05-22 11:10 , Geenz Spad wrote: So, in the process of setting up a new build environment on OS X, I seem to have come across a little problem that I've never encountered before with regards to setting up autobuild. Assuming I've added autobuild to my PATH variable, I always tend to ge

Re: [opensource-dev] Talk/shout circles on minimap, lost in the cracks?

2012-05-15 Thread Oz Linden (Scott Lawrence)
On 2012-05-09 08:09 , Lance Corrimal wrote: > That being said, has anyone ever seen a member of the user experience team > inworld? If you were such a person, would you allow your identity to become known? Hint: no, you wouldn't. ___ Policies and (un)s

Re: [opensource-dev] Resolved Issues in Release Notes not accessible

2012-05-15 Thread Oz Linden (Scott Lawrence)
On 2012-05-12 20:15 , Hitomi Tiponi wrote: Many of the resolved issues in the recent 'Release Notes for v3.3.2 (255742) - Second Life Beta Viewer' are not accessible when you click on them. Now that these issues are resolved would it be possible to gain access to them (as many sound quite inte

[opensource-dev] test spell checking

2012-05-08 Thread Oz Linden (Scott Lawrence)
Kitty Barnett has been working on integrating spell checking into chat... it'll make you seem smarter! http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/oz_project-7/rev/256068/index.html or the latest link from the Test Builds page https://wiki.secondlife.com/wiki/Downloading_tes

Re: [opensource-dev] Talk/shout circles on minimap, lost in the cracks?

2012-05-08 Thread Oz Linden (Scott Lawrence)
On 2012-05-08 04:34 , Stickman wrote: > I remember someone submitted a patch a long while ago that added shout > and talk circles had been added to the minimap, so you could see who > was within range. [...] > I was wondering if this was tied up somewhere and just required > someone to click "ship

[opensource-dev] Open development meeting rescheduled

2012-04-30 Thread Oz Linden (Scott Lawrence)
Due to the grid down time this morning, I've rescheduled my meeting for today to 10:00 SLT see you then. ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting

Re: [opensource-dev] strange messages

2012-04-24 Thread Oz Linden (Scott Lawrence)
On 2012-04-23 16:58 , Andromeda Quonset wrote: > So far today, I have had 2 strange messages forwarded to my email > from Second Life. The messages were not formatted as I would expect: > they had a graphic in them. Replies to the messages bounce back. Is > there some work going on? > I believe

Re: [opensource-dev] master_message_template.msg

2012-04-22 Thread Oz Linden (Scott Lawrence)
On 2012-04-19 04:10 , Henri Beauchamp wrote: > Greetings, > > Could someone at the Lab update the master_message_template.msg, please > (http://secondlife.com/app/message_template/master_message_template.msg) > It has not been updated in ages (probably over a year)... > > There are at least ObjectF

[opensource-dev] SL9B & Open Source...

2012-04-21 Thread Oz Linden (Scott Lawrence)
I love this blog entry from Tateru: http://dwellonit.taterunino.net/2012/04/18/so-nows-your-big-chance/ and am inspired to lay a similar challenge on our current open source community: If you'd like there to be an SL9B open source exhibit, and you'll organize and execute it, I'll provide the s

Re: [opensource-dev] Something wrong with the viewer_dev build?

2012-04-17 Thread Oz Linden (Scott Lawrence)
On 2012-04-17 08:39 , Hitomi Tiponi wrote: The latest build is now showing as 3.1.1.254000 - is this a case of going back several months in time, or just a simple mistake? Also we still have no details of changes or JIRAs satisfied - do you know who is looking at fixing this? The build step

Re: [opensource-dev] Tutorial needed on TPV viewer-side AOs

2012-04-13 Thread Oz Linden (Scott Lawrence)
On 2012-04-12 17:50 , glen wrote: > On Thu, 2012-04-12 at 14:09 -0700, Ann Otoole wrote: >> Thankfully the previously bad aos are not so bad now. If a client side >> AO cannot perform what Oracul and/or Vista AOs do then it is a total >> waste of time to bother with the client side code. In order t

Re: [opensource-dev] Tutorial needed on TPV viewer-side AOs

2012-04-12 Thread Oz Linden (Scott Lawrence)
On 2012-04-10 19:01 , Henri Beauchamp wrote: On Tue, 10 Apr 2012 09:01:24 -0400, Oz Linden (Scott Lawrence) wrote: I'd like to get a tutorial on how the AOs built into viewers work - what inputs do they use, and how do they set the animations they set. Would someone who's got deep k

Re: [opensource-dev] compiling problem

2012-04-12 Thread Oz Linden (Scott Lawrence)
On 2012-04-08 15:26 , moonbots...@centurylink.net wrote: > can anyone tell me where I went wrong? > thanks > > MB > > CMake Error at cmake/Prebuilt.cmake:48 (message): >Failed to download or unpack prebuilt 'ogg-vorbis'. Process returned 1. > Call Stack (most recent call first): >cmake/Aud

[opensource-dev] Tutorial needed on TPV viewer-side AOs

2012-04-10 Thread Oz Linden (Scott Lawrence)
I'd like to get a tutorial on how the AOs built into viewers work - what inputs do they use, and how do they set the animations they set. Would someone who's got deep know-how on this either write up one for me (or point me to one if it exists), or make some time to go over it with me interacti

[opensource-dev] Help testing needed on STORM-1812

2012-04-01 Thread Oz Linden (Scott Lawrence)
QA reports that https://jira.secondlife.com/browse/STORM-1812 failed on Windows and Linux. This is a fix for music fading when teleporting within a parcel... the music should either be continuous or at most fade out and back in. I can't repro the problem on my Mac... if you can on one of the ab

[opensource-dev] Old Showcase feed will soon be turned off

2012-03-30 Thread Oz Linden (Scott Lawrence)
Several months ago, we made available the Viewer Web Widgets to be used to provide various ways of finding interesting places and events in Second Life, and they are now in use in many TPVs as well as our viewers. The S

Re: [opensource-dev] tired of the bad testting

2012-03-27 Thread Oz Linden (Scott Lawrence)
On 2012-03-26 23:05 , Carlo Wood wrote: On Mon, 26 Mar 2012 12:15:20 -0400 "Oz Linden (Scott Lawrence)" wrote: On 2012-03-25 23:56 , Flats Fixed wrote: the latest stable came out. it broke the teleporters at 2100 meters. you know guys this is

Re: [opensource-dev] tired of the bad testting

2012-03-26 Thread Oz Linden (Scott Lawrence)
On 2012-03-25 23:56 , Flats Fixed wrote:  the latest stable came out. it broke the teleporters at 2100 meters. you know guys this is not a jira this is simple testing.  love the new policy but the fact is the team is running people out of S

Re: [opensource-dev] Change to repository usage - take note

2012-03-11 Thread Oz Linden (Scott Lawrence)
On 2012-03-11 04:51 , Hitomi Tiponi wrote: In the past some special projects have fed straight into viewer-beta - does this mean that all new project work will always hit viewer-development before viewer-beta? Well, I hesit

[opensource-dev] Change to repository usage - take note

2012-03-10 Thread Oz Linden (Scott Lawrence)
I've updated the wiki page on our Viewer Integration and Release Process - I suggest that anyone pulling from our sources, whether for contribution back to us or not, review that page. The key change is that the viewer-release repository (not viewer-development

[opensource-dev] Hippotropolis Theater Design Competition

2012-03-07 Thread Oz Linden (Scott Lawrence)
Hippotropolis is our region for promoting and supporting the open source program, and I've been doing some updating there; as part of that, Linden Lab is sponsoring a competition to design a new meeting space: https://wiki.secondlife.com/wiki/Hippotropolis_Theater_Design_Competition __

[opensource-dev] ObjectCategory

2012-02-18 Thread Oz Linden (Scott Lawrence)
Does anyone know of any current use of the ObjectCategory message or the Category information it carries? http://wiki.secondlife.com/wiki/ObjectCategory ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSour

Re: [opensource-dev] Inventory Patch you should integrate

2012-02-09 Thread Oz Linden (Scott Lawrence)
On 2012-02-09 13:55 , Henri Beauchamp wrote: > Greetings, > > Sorry for my late reply, but I have been busy backporting multiple > clothing layers to the Cool VL Viewer this last couple of weeks > (released today in Cool VL Viewer v1.26.3.4)... > > On Mon, 6 Feb 2012 11:13:31 -0800, Jenn Leech wrot

Re: [opensource-dev] Inventory Patch you should integrate

2012-02-03 Thread Oz Linden (Scott Lawrence)
On 2012-01-28 14:13 , Henri Beauchamp wrote: > On Fri, 27 Jan 2012 16:57:20 -0500, Oz Linden (Scott Lawrence) wrote: > >> Sorry for the delay letting you know - the inventory service on Aditi is >> running the version this is needed for, so if you want to test a port, >> do

Re: [opensource-dev] Inventory Patch you should integrate

2012-01-27 Thread Oz Linden (Scott Lawrence)
On 2012-01-06 16:15 , Oz Linden (Scott Lawrence) wrote: We're going to deploying changes to the inventory backend soon that improve robustness and performance, but in testing those changes we found that existing viewers relied on certain things being strictly ordered. With the new ba

Re: [opensource-dev] Review Request: STORM-1793 1) Treat all mini-map altitudes above 1020 m as the same height 2) Improve z-level accuracy

2012-01-27 Thread Oz Linden (Scott Lawrence)
On 2012-01-27 13:45 , Zi Ree wrote: > Am Freitag, 27. Januar 2012, 14:40:01 schrieb Jonathan Yap: > >> The SL simulator has recently been fixed so that the CoarseLocationUpdate >> message properly returns 255 for all altitudes above 1020 meters. > "Properly" is a very ... unusual term for this kind

Re: [opensource-dev] Inventory Patch you should integrate

2012-01-06 Thread Oz Linden (Scott Lawrence)
On 2012-01-06 17:25, Henri Beauchamp wrote: > On Fri, 06 Jan 2012 16:15:58 -0500, Oz Linden (Scott Lawrence) wrote: > >> We're going to deploying changes to the inventory backend soon that >> improve robustness and performance, but in testing those changes we >> found

[opensource-dev] Inventory Patch you should integrate

2012-01-06 Thread Oz Linden (Scott Lawrence)
We're going to deploying changes to the inventory backend soon that improve robustness and performance, but in testing those changes we found that existing viewers relied on certain things being strictly ordered. With the new backend, that assumption does not always hold true. Changeset d327d

[opensource-dev] Limited availability next week...

2011-12-20 Thread Oz Linden (Scott Lawrence)
We've been given some extra holiday time off between Christmas and New Years, so I will only be occasionally checking in from December 23 through Jan 2: all open source meetings during that time are cancelled. This year has been a good one for open source contributions, and I think that next w

[opensource-dev] Doxygen viewer code browsing....

2011-12-14 Thread Oz Linden (Scott Lawrence)
I've put up current viewer-development output from Doxygen at http://lecs.opensource.secondlife.com/doxygen/index.html and put a pointer or two to it on the wiki. For now, this is manually updated (automating that is on my to-do list), but I'll try to keep it reasonably up to date. ___

Re: [opensource-dev] codereview site upgraded

2011-12-08 Thread Oz Linden (Scott Lawrence)
On 2011-12-01 11:53, Oz Linden (Scott Lawrence) wrote: I've upgraded codereview.secondlife.com to version 1.6.3 of ReviewBoard.  Let me know if this causes any problems... Incidentally, this version adds a nice feature - issue tra

Re: [opensource-dev] Global Illumination Removed from the Future SL Viewer?

2011-12-07 Thread Oz Linden (Scott Lawrence)
On 2011-12-06 21:00, Science Fiction Computer - SCi-Fi PC wrote: > Wouldn't such forward looking graphical enhancements (no matter how buggy) > help attract forward-looking user interest in the SL platform? It's not a good idea for us to leave in half-finished features that tempt users to try the

Re: [opensource-dev] LLSingleton class question.

2011-12-02 Thread Oz Linden (Scott Lawrence)
On 2011-11-19 23:48, lists.secondlife@trap.wereanimal.net wrote: > Hi all. > > In the LLSingleton header, there is a comment: > > // Reference version of getInstance() > // Preferred over getInstance() as it disallows checking for NULL > > My question is, is there a difference between > MyClass

[opensource-dev] codereview site upgraded

2011-12-01 Thread Oz Linden (Scott Lawrence)
I've upgraded codereview.secondlife.com to version 1.6.3 of ReviewBoard. Let me know if this causes any problems... ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies befor

Re: [opensource-dev] Should these be Jira'd?

2011-12-01 Thread Oz Linden (Scott Lawrence)
On 2011-12-01 10:51, Lee ponzu wrote: > Viewer startup blindness > > What happens: Worst in a dark room. Start the viewer. White screen, > ouch it hurts my eyes, but then it goes black. Then it is WHITE > again. Damn. Finally, stuff starts to appear, but there is still a > lot of WHITE. >

Re: [opensource-dev] Is the build machine stuck?

2011-11-30 Thread Oz Linden (Scott Lawrence)
On 2011-11-29 19:30, Dave Booth wrote: > On 11/19/2011 9:26 PM, Cincia Singh wrote: >> I have seen it saying "in progress" for 2 days now. Is it not finishing? >> Both Snowstorm and the shining fixes web page for the OpenGL builds. >> > It's doing it again. 245787 has been showing in progress for

Re: [opensource-dev] Changes Since Last Build problem

2011-11-23 Thread Oz Linden (Scott Lawrence)
On 2011-11-21 20:27, Ricky wrote: > So some questions that'd be nice to have answered: Where else is that > JSON being used? Why was it changed? Could the wanted data be added > to it and not freak out whatever else is using it? If the JSON has > the data needed I could scrape up some time to bu

Re: [opensource-dev] User input solicited picking a number...

2011-11-21 Thread Oz Linden (Scott Lawrence)
On 2011-11-18 9:27, Oz Linden (Scott Lawrence) wrote: The current test implementation has a pair of debug variables for controlling the fade time: AudioMusicFadeIn and AudioMusicFadeOut are the number of seconds that each fade takes. In the test version above, these default to 5 seconds

Re: [opensource-dev] User input solicited picking a number...

2011-11-18 Thread Oz Linden (Scott Lawrence)
On 2011-11-18 9:53, Jonathan Welch wrote: > Any TPV that wants to pick up this new feature before the two debug > settings are eliminated should do so quickly, or else you will have to > reimplement them. > > Source here: > https://bitbucket.org/JonathanYap/storm-591b > Actually, since I'll just

[opensource-dev] User input solicited picking a number...

2011-11-18 Thread Oz Linden (Scott Lawrence)
Jonathan Yap and Robin Cornelius have collaborated on a nice new feature... it causes parcel media streams to fade in gradually when you cross into the parcel and fade out gradually if you cross out. If you cross between parcels with the same stream, there is no fading. If you cross between p

Re: [opensource-dev] Build of the viewer with Xcode on Leopard

2011-11-14 Thread Oz Linden (Scott Lawrence)
On 2011-11-12 9:08, Laurent Bechir wrote: > Hello, > > My Mac is on Lion and I don't have anymore Snow Leopard DVD. Will I be > able to build the viewer with Xcode on Leopard ? When will we be able to > build the viewer using Xcode on Lion ? > We're actively working on supporting Lion as a build e

[opensource-dev] Snowstorm Meeting schedule changes

2011-11-02 Thread Oz Linden (Scott Lawrence)
I'm making some changes to meeting times my public calendars are updated, so the various notices driven by them should be correct. The daily scrum meetings are cancelled, effective immediately. The Monday open meeting has not changed, but the Tuesday meeting has moved to the same time on

[opensource-dev] Monday Open Development User Group cancelled....

2011-10-28 Thread Oz Linden (Scott Lawrence)
I'll be trying to adjust my clock to California time, so the meeting on Monday 10-31 is cancelled. I will do the Tuesday meeting as usual. ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please

Re: [opensource-dev] Question about speed of name cache query

2011-10-26 Thread Oz Linden (Scott Lawrence)
On 2011-10-25 9:23, Jonathan Welch wrote: > For my solution to Storm-1653 (Group notices sent by muted residents > are still displayed) I have to call gCacheName->buildLegacyName to get > the AgentID associated with a legacy name. > > It looks like this code may operate asynchronously if there is a

[opensource-dev] Bay area contributors...

2011-10-26 Thread Oz Linden (Scott Lawrence)
I'm going to be in San Francisco Monday through Friday next week... if there are local open source contributors that are interested in getting together some evening, I'd love to do that. ___ Policies and (un)subscribe information available here: http:/

Re: [opensource-dev] Missing details in Snowstorm development builds

2011-10-19 Thread Oz Linden (Scott Lawrence)
On 2011-10-17 10:55, Hitomi Tiponi wrote: I have noticed that the fields 'Changes since last good build' and 'Jiras' on the Snowtorm Viewer development build are repeatedly showing as 'None' for more than a weeknow - despite the fact that there are clearly changes and responses to JIRAs being

Re: [opensource-dev] FUI project just out - no more sidebar

2011-10-19 Thread Oz Linden (Scott Lawrence)
On 2011-10-19 2:52, Lance Corrimal wrote: > first rule in UI design: do not move essential stuff with no extremely > good reasons. Maybe they wanted you to discover that you could move them? Sounds like an ok reason to me... ___ Policies and (un)subsc

Re: [opensource-dev] Viewer UI mode merge

2011-10-18 Thread Oz Linden (Scott Lawrence)
On 2011-10-18 18:04, Oz Linden (Scott Lawrence) wrote: Today the Viewer UI mode merge project is coming to viewer-development. This project combines basic and advanced modes and brings an updated, more flexible workspace to the Viewer. At the time of integration with viewer

[opensource-dev] Viewer UI mode merge

2011-10-18 Thread Oz Linden (Scott Lawrence)
Today the Viewer UI mode merge project is coming to viewer-development. This project combines basic and advanced modes and brings an updated, more flexible workspace to the Viewer. At the time of integration with viewer-development today, there are still a number of outstanding iss

Re: [opensource-dev] Eliminate VS2010 LNK4099 errors

2011-10-18 Thread Oz Linden (Scott Lawrence)
On 2011-10-17 20:41, Jonathan Welch wrote: > I've got tired of seeing blasts of LNK4099 errors fly up the screen > when I compile so I looked into how to eliminate them. It seems the > only way to do this is to hack link.exe and change the 4 bytes that > equal 4099 to something else. See > http:/

[opensource-dev] Snowstorm Project Review Viewer

2011-10-11 Thread Oz Linden (Scott Lawrence)
*Snowstorm Team Issues: Functional Review build* EXP-625 New user loads as cloud when logging in with second new account STORM-1579 xml formatting issues in Region/Estate floater STORM-1639

[opensource-dev] Snowstorm Team Review Build

2011-10-06 Thread Oz Linden (Scott Lawrence)
*Snowstorm Team Issues: Functional Review build* STORM-1602 2011 Q3 GPU Table Update VWR-25897 Cannot start Viewer 2.6.8 or later using the (open source) radeon driver on Linux VWR-26081

[opensource-dev] Open Development User Group schedule change

2011-10-04 Thread Oz Linden (Scott Lawrence)
I've moved my Wednesday afternoon UG meeting to Tuesday, and a half hour later See https://wiki.secondlife.com/wiki/Project_Snowstorm/Calendar ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev

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

2011-10-04 Thread Oz Linden (Scott Lawrence)
On 2011-10-03 16:17, Moriz Gupte wrote: > Am wondering if anyone from Linden Lab can comment on this thread. > This is such an important issue regarding mesh viewers and mesh based > economy. Many mesh builders are reverting products back to sculpty > versions because the majority of clients ref

Re: [opensource-dev] All bitbucket viewer repos will be down for some time tonight

2011-09-16 Thread Oz Linden (Scott Lawrence)
On 2011-09-15 16:49, Oz Linden (Scott Lawrence) wrote: > My apologies for not sending this out much sooner well, last > night, anyway > > > The fine folks at bitbucket are moving all our lindenlab repositories, > and all forks of them, to bigger-faster-shinier storage

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

2011-09-16 Thread Oz Linden (Scott Lawrence)
Our current coding standard says: Prefer the use of doxygen compatible comment markup. (See Using Doxygen.) and "Using Doxygen" has installation instructions and then points to the Doxygen manual. I've gotten the viewer build modified (locally... not yet checked in) so that generating

[opensource-dev] All bitbucket viewer repos will be down for some time tonight

2011-09-15 Thread Oz Linden (Scott Lawrence)
My apologies for not sending this out much sooner well, last night, anyway The fine folks at bitbucket are moving all our lindenlab repositories, and all forks of them, to bigger-faster-shinier storage tonight (09-15), so they will be off line starting at about 21:00 Pacific (Second Li

[opensource-dev] Corrected: Snowstorm Team Review Build - Includes New Chat Translation Services

2011-09-15 Thread Oz Linden (Scott Lawrence)
On 2011-09-14 12:09, Oz Linden (Scott Lawrence) wrote: *Snowstorm Team Issues: Functional Review build* STORM-1577 <https://jira.secondlife.com/browse/STORM-1577> Convert chat translation to third party paid translation services STORM-1578 <https://jira.secondlife.com/browse/S

Re: [opensource-dev] Snowstorm Team Review Build - Includes New Chat Translation Services

2011-09-14 Thread Oz Linden (Scott Lawrence)
On 2011-09-14 12:09, Oz Linden (Scott Lawrence) wrote: Apologies ... some of those builds didn't succeed will post a new note when ready *Snowstorm Team Issues: Functional Review build* STORM-1577 <https://jira.secondlife.com/browse/STORM-1577> Convert chat translation to

[opensource-dev] Snowstorm Team Review Build - Includes New Chat Translation Services

2011-09-14 Thread Oz Linden (Scott Lawrence)
*Snowstorm Team Issues: Functional Review build* STORM-1577 Convert chat translation to third party paid translation services STORM-1578 As Linden Lab, I want to set the Timeout preference defau

[opensource-dev] Snowstorm Team Reveiw Build

2011-09-09 Thread Oz Linden (Scott Lawrence)
*Snowstorm Team Issues: Functional Review build* STORM-918 Changes in Group Role Titles or Assignments Not Reflected in Title Dropdown STORM-1028 Speak button label not displaying at default w

Re: [opensource-dev] Collaborative LSL scripting and TPV policy

2011-09-02 Thread Oz Linden (Scott Lawrence)
On 2011-09-02 12:32, Stickman wrote: >> > Since the official viewer already allows: >> > - copy/pasting any modifiable script >> > - and opening them in an external editor, >> > should I understand that modifiable script export is a functionality >> > that Linden Lab's viewers already provides

[opensource-dev] STORM-280 (Chat logs should not be deleted by uninstalling) Testing help needed

2011-09-02 Thread Oz Linden (Scott Lawrence)
I've posted a test viewer for STORM-280: https://jira.secondlife.com/browse/STORM-280 Chat logs should not be deleted by uninstalling/reinstalling I could use some help with testing on different versions of Windows (I don't believe that we have the problem except on Window

[opensource-dev] Snowstorm Team Review Build

2011-08-30 Thread Oz Linden (Scott Lawrence)
https://wiki.secondlife.com/wiki/Downloading_test_builds#Snowstorm_Team_Review_Build STORM-638 "Object Return" doesn't return distant objects STORM-1522 Region/Estate -> Terrain Text explaining Lo

Re: [opensource-dev] New Mesh servers made incompatible with v2 Mesh viewers ???

2011-08-24 Thread Oz Linden (Scott Lawrence)
On 2011-08-24 16:01, Henri Beauchamp wrote: > I checked and rechecked my backport against v2.6-mesh and v2.7.4, and > after a few hours, I was sure I didn't miss anything. So, I launched > the last official mesh viewer I donwloaded (v2.7.2), and it happens that > it shows the exact same symptoms !!

Re: [opensource-dev] How to upload a mesh on v-d rev 20205 ?

2011-08-24 Thread Oz Linden (Scott Lawrence)
On 2011-08-24 14:47, Marine Kelley wrote: > So I have tried to upload a mesh on a viewer built from v-d rev 20205 > (the latest I could find, with the llconvexdecomposition fix). > [...] > Is there something I need to do in my viewer for it to work ? Is it a > matter of channel ? Am I missing somet

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

2011-08-24 Thread Oz Linden (Scott Lawrence)
On 2011-08-24 10:45, Lance Corrimal wrote: > Hi folks, > > I'm trying to build the current beta source from viewer-beta repo: > > > viewer-development and viewer-release build just fine. > > any hints? The viewer-beta repo doesn't have the fix for OPEN-107 yet. It will get there in due course...

Re: [opensource-dev] Mercurial hook checking for well-formed XML

2011-08-19 Thread Oz Linden (Scott Lawrence)
On 2011-08-19 9:37, Oz Linden (Scott Lawrence) wrote: Effective this morning, all of viewer-development passes these tests and*all future merge requests are subject to them*. I strongly urge anyone working on code that might be going to viewer-development to install the hooks immediately

Re: [opensource-dev] Mercurial hook checking for well-formed XML

2011-08-19 Thread Oz Linden (Scott Lawrence)
On 2011-08-16 11:06, Oz Linden (Scott Lawrence) wrote: I have updated his script to work with current versions of Mercurial (there was one minor api change), and added a feature of two of my own. I've gotten approval to push this out to the public bitbucket, and have documented

Re: [opensource-dev] [JIRA] some questions about VWR-26648 (Early Beta Test Issues - v3.0.0)

2011-08-19 Thread Oz Linden (Scott Lawrence)
On 2011-08-19 7:48, opensourceobscure wrote: > https://jira.secondlife.com/browse/VWR-26648 was created to > collect issues discovered while using v3.0.0 (238157). > > 1. should we keep using VWR-26648 now that a newer Beta is out ? No need - issues can just be filed in VWR as usual. > 2. I reor

Re: [opensource-dev] Snowstorm team review viewer - new build

2011-08-18 Thread Oz Linden (Scott Lawrence)
On 2011-08-17 21:54, Oz Linden (Scott Lawrence) wrote: http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/oz_viewer-poreview/rev/238740/index.html That build had a pretty severe bug on the Mac that I believe I've now fixed in: http://automated-builds-secondlife-c

<    1   2   3   4   5   >