On Mon, 3 Jan 2011 15:22:02 -0800, Philippe (Merov) Bossut wrote:
> Hi,
>
> On Wed, Dec 29, 2010 at 2:46 PM, Lance Corrimal
> wrote:
>
> > Am Mittwoch, 29. Dezember 2010 schrieb Aleric Inglewood:
> > > https://jira.secondlife.com/browse/SNOW-129
> >
> > that is one of the main things that are ho
Greetings,
I backported the new web search to the Cool VL Viewer (Snowglobe v1.5
code base), however, I'm left a bit puzzled on how viewer 2 retrieves
the necessary authentication tokens (either earch_token or auth_token)...
Looking at (grepping) the code, I see no mention of these in
lllogininst
On Thu, 26 May 2011 13:59:50 -0700, Joshua Bell wrote:
> On Thu, May 26, 2011 at 12:41 PM, Henri Beauchamp wrote:
> .../...
> > I tried to request these options in my backport, but both
> > getResponse("search_token") and getResponse("auth_token") keep
>
On Thu, 26 May 2011 18:06:00 -0700, CG Linden wrote:
> On Thu, May 26, 2011 at 5:10 PM, Henri Beauchamp wrote:
>
> .../...
> > The token (a 384 characters string) is now properly passed, but I'm still
> > not allowed to search for Mature and Adult stuff (while it wor
On Fri, 27 May 2011 14:08:04 -0400, Oz Linden (Scott Lawrence) wrote:
> The new search backend was originally designed to be inclusive:
> G, G+M, or G+M+A - like the viewer.
Err... you mean v2 viewer, right ?... Because v1.23 and Snowglobe v1
always could do this in search.
> However, we are ch
On Sun, 29 May 2011 20:58:02 -0400, Jonathan Welch wrote:
> In case you have not caught the message yet a project viewer with the
> new search recently came out:
> http://wiki.secondlife.com/wiki/Search_Project_Viewer_FAQ
>
> There is mention of V1 All and Group search being turned off once it
>
On Fri, 27 May 2011 14:08:04 -0400, Oz Linden (Scott Lawrence) wrote:
> On 2011-05-27 3:36, Henri Beauchamp wrote:
>
> > However, I found another bug in the new search... the maturity rating
> > parameter (r=13 or r=21 or r=42) passed in the search URL seems to be
> > com
Greetings,
I'm putting the finishing touch to the first alpha release of the
Cool VL Viewer v1.26.1, which is a v1 UI viewer with Mesh rendering
support.
I finally got everything to compile and run fine (basically, I ported
the whole v2.6-mesh renderer, and of course all the mesh code), but it
fa
ence...
Henri.
On Wed, 24 Aug 2011 21:07:32 +0100, Robin Cornelius wrote:
> On Wed, Aug 24, 2011 at 9:01 PM, Henri Beauchamp wrote:
> > Greetings,
>
> > If the answer is yes, please tell me before I loose some more hours
> > searching through megabytes of diffs to find
On Thu, 25 Aug 2011 10:45:54 +0200, Lance Corrimal wrote:
>
> > Back to browsing the diffs, this time with v3.0 as a reference...
>
> where the *beep* did you find good 3.0 sources? viever-release is
> still 2.8.3, viewer-beta doesn't compile, and viewer-development is
> too volatile for my ta
On Mon, 22 Aug 2011 16:43:22 -, Jonathan Yap wrote:
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/449/
> ---
>
> Review re
Greetings,
I noticed that all the viewers using tcmalloc (mesh viewers under Linux
and Windows, since those use SSE2 and must gain memory-aligned malloc()
and new() calls that their standard library does not provide) suffer
from a serious problem: they never release memory back to the system,
mean
On Sun, 02 Oct 2011 00:23:36 -0400, Mike Chase wrote:
> Setting this as described for me made the client (on Linux) so slow as
> to be unuseable. I am seeing occasional crashesas well and tried this
> as a workaround.
I can tell you the slow down is *certainly* not coming from this fix:
I cond
On Sun, 2 Oct 2011 01:12:40 -0400, Zabb65 wrote:
> It is not desirable to let the default allocation engine run under
> Linux, and possibly Mac. glibc has an incredibly slow allocator for
> small objects, and tcmalloc was implemented to remedy these
> situations(This is what I heard, but have not
On Sun, 2 Oct 2011 08:39:06 +0200, Lance Corrimal wrote:
> second, two issues:
>
> 1. viever_manifest.py needs to be edited to reflect the fact that
> libtcmalloc.so now has the version 0.2.2 and not 0.1.0 :)
Yes, unless you recompile v1.7.
> 2. 3p-google-perftools does not build under VS2010
On Sun, 2 Oct 2011 16:39:49 +0200, Carlo Wood wrote:
> On Sun, 2 Oct 2011 10:20:47 +0200
> Henri Beauchamp wrote:
>
> > Really, the only true motivation behind the use of tcmalloc in mesh
> > viewers (it was not use for non-mesh viewers) is to provide aligned
> > a
On Sun, 02 Oct 2011 10:12:57 -0400, Mike Chase wrote:
> On 10/02/2011 03:48 AM, Henri Beauchamp wrote:
> > On Sun, 02 Oct 2011 00:23:36 -0400, Mike Chase wrote:
> >
> >> Setting this as described for me made the client (on Linux) so slow as
> >> to be unuseable.
On Sun, 02 Oct 2011 10:20:58 -0400, Mike Chase wrote:
> One more note. I have 16gb of memory on this system so the large heap
> really isnt a problem per-se.
It is, because you will not be able to get more than 3Gb of virtual
memory per process, and when this virtual space gets fragmented (whic
On Tue, 4 Oct 2011 12:23:51 +0200, Thickbrick Sleaford wrote:
> On Tuesday 04 October 2011 09:31:00 Lance Corrimal wrote:
> > hi,
> >
> > I'm pretty sure noone at LL is interested in the minidumps from my
> > TPV, so I'll have to read them myself... how do i do that?
>
> At least on the Linux si
On Tue, 4 Oct 2011 21:40:49 +0100, Nexii Malthus wrote:
> You can read the google breakpad generated dumps straight into visual
> studio.
Excepted that I develop under Linux and that the stack_trace.log file
doesn't need any thrid party program neither any symbols table to tell
you excatly what w
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 that existing viewers relied on certain things being strictly
> ordered. Wit
On Sat, 7 Jan 2012 23:41:17 + (GMT), Hitomi Tiponi wrote:
> Will a patch be provided for Viewer 1,
Here is a patch that should apply to v1 viewers (you may perhaps get
rejects due to spacing changes, but they should be dead easy to work
around).
Note that by lack of any testing ground, I cou
Oops...
There was a bug in the patch I sent for v1 viewers (I forgot to replace
mFolderAdded(FALSE) with mFolderAdded(folder_added) in the constructor
of LLInventoryCopyAndWearObserver).
Attached to this email is the fixed patch.
Henri.
slviewer-v1-copy_and_wear_v2.patch
Description: Binary da
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 it there.
The feature also depends on a sim capability, and as far as I
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 wrote:
> I should add that we are also testing inventory rou
On Thu, 09 Feb 2012 14:11:30 -0500, Oz Linden (Scott Lawrence) wrote:
> Henri, that protocol is not subject to change at this very late date.
LOL !... You are kidding me, right ?... What's the use to ask for
feedback if everything is already settled ?... That got to be a
(very bad) joke !!!
Henr
On Sat, 11 Feb 2012 01:29:43 +1100, Tateru Nino wrote:
> On 10/02/2012 6:14 AM, Henri Beauchamp wrote:
> > On Thu, 09 Feb 2012 14:11:30 -0500, Oz Linden (Scott Lawrence) wrote:
> >
> >> Henri, that protocol is not subject to change at this very late date.
> > LOL
On Sat, 11 Feb 2012 05:21:03 +1100, Tateru Nino wrote:
> On 11/02/2012 3:26 AM, Henri Beauchamp wrote:
> > On Sat, 11 Feb 2012 01:29:43 +1100, Tateru Nino wrote:
> >
> >> On 10/02/2012 6:14 AM, Henri Beauchamp wrote:
> >>> On Thu, 09 Feb 2012 14:11:30 -05
On Sat, 18 Feb 2012 09:30:24 +0100, Lance Corrimal wrote:
> Hi,
>
> I get "webkit too old" log file entries on linux a lot...
>
> Is there a special reason why the linux builds use webkit 4.6 while mac and
> windows use 4.7.1?
Probably because LL didn't figure out the changes to how the new
qt
On Sat, 18 Feb 2012 17:41:30 +0100, Sythos wrote:
> i got another kind of problems, autobuild wrongly detect flags from
> host OS, i've added by hand ni makefile "--no-avx --no-sse4.1
> --no-sse4.2" and forced the cpu/arch, for a reason not clear (to me)
> autobuild create binaries with SSE4 and A
On Sat, 18 Feb 2012 22:37:49 +0100, Oz Linden (Scott Lawrence) wrote:
> Does anyone know of any current use of the ObjectCategory message or
> the Category information it carries?
It is used in LLSelectMgr::selectionSetObjectCategory(), but this
function doesn't seem to be used anywhere in the v
Here is my take on this matter:
http://sldev.free.fr/forum/viewtopic.php?f=5&t=741&p=3259#p3259
Regards,
Henri.
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before po
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 know-how on this either write up one for me
> (or
On Fri, 13 Apr 2012 12:16:03 -0400, Oz Linden (Scott Lawrence) wrote:
> Ok... so those are nice opinions to have, but you're not succeeding in
> educating me... what is it that makes these better or worse?
>
> What do they do or not do that differentiates one from another?
Again, the viewer sid
On Fri, 13 Apr 2012 16:05:05 -0700, Kadah wrote:
> On 4/13/2012 1:10 PM, Henri Beauchamp wrote:
> > Again, the viewer side AOs are in fact mimicking exactly what
> > scripted AOs (and most specifically Francis Chung's "Franimation
> > Overrider") do.
>
>
On Sat, 14 Apr 2012 15:59:47 +1000, Tateru Nino wrote:
> That's because the AOs in TPVs are necessarily incomplete - because they
> cannot integrate with the server-side. If Linden Lab *were* considering
> just dropping similar functionality into the viewer without additional
> server-side integra
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 ObjectFlagUpdate and ScriptDialog each missing one
extra data bl
On Thu, 19 Apr 2012 11:50:26 +0200, Lance Corrimal wrote:
> Am Donnerstag, 19. April 2012, 10:10:55 schrieb Henri Beauchamp:
>
> > Could someone at the Lab update the master_message_template.msg, please
> > (http://secondlife.com/app/message_template/master_message_template.m
On Sun, 22 Apr 2012 21:06:12 +0200, Nicky D. wrote:
> On Thu, Apr 19, 2012 at 12:04 PM, Henri Beauchamp wrote:
> > On Thu, 19 Apr 2012 11:50:26 +0200, Lance Corrimal wrote:
> >
> >> Am Donnerstag, 19. April 2012, 10:10:55 schrieb Henri Beauchamp:
> >>
> >
On Tue, 26 Jun 2012 06:24:42 -0400, Oz Linden (Scott Lawrence) wrote:
> 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.
On Sun, 29 Jul 2012 05:23:15 +0200, Carlo Wood wrote:
> On Fri, 27 Jul 2012 16:59:18 -0400
> holydoughnuts wrote:
>
> The implementation that I wrote for Singularity (not yet in the
> the official release) is more on the side of "blazing fast" :p.
> The bottleneck is entirely server-side, but I'
Greetings, folks !
I just ran into a problem that lets me quite clueless: I recently migrated
the Cool VL Viewer build system from VS2005 to VS2010 and succeeded, two
weeks ago, to compile v1.26.5.0 under VS2010.
This week, I was about to make two new releases (v1.26.4.23 which is basically
the s
Problem solved !...
Man, what a sh*tty, Mickey Mouse OS Windoze (or "Windaube", in French,
for puns amateurs) can be ... Its UTTER stupidity and hackiness
NEVER cease to amaze me !
The reasons for all my troubles were that:
- windows.h contains a "#pragam once" directive (instead of standard
e persistent while the traffic is only
sporadic on normal web servers).
This means that the grid's (SL and OpenSIM) texture HTTP servers
would have to be configured specially to allow a higher limit per
IP...
On Sun, 29 Jul 2012 15:59:38 +0200, Carlo Wood wrote:
> On Sun, 29 Jul 2012 10:07:18
On Mon, 30 Jul 2012 13:08:18 -0400, Oz Linden (Scott Lawrence) wrote:
> 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... onc
On Tue, 07 Aug 2012 16:45:03 -0700, Oz Linden (Scott Lawrence) wrote:
> 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 incorpor
On Wed, 8 Aug 2012 10:27:18 -0700, Nyx Linden wrote:
> We use Havok libraries as our implementation of llconvexdecomposition.
> The interface to llconvexdecomposition has not changed, only the packaging
> of it, as we needed to add more havok functionality to the viewer for
> pathfinding.
>
> You
Greetings.
Just two pointers to JIRAs I just created, pointing out regresssions I
found while backporting v3.4.1 code to the Cool VL Viewer:
https://jira.secondlife.com/browse/VWR-29581
https://jira.secondlife.com/browse/VWR-29582
I didn't bother trying to find fixes (no time for that): for now,
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 gave the last change's date), while now you
must click on
460/PCIe/SSE2
> OpenGL Version: 4.2.0 NVIDIA 304.32
> libcurl Version: libcurl/7.21.1 OpenSSL/1.0.0d zlib/1.2.5 c-ares/1.7.1
> J2C Decoder Version: KDU v6.4.1
> Audio Driver Version: FMOD version 3.75
> Qt Webkit Version: 4.7.1 (version number hard-coded)
> Voice Server Version: No
On Thu, 06 Sep 2012 17:30:10 -0400, Oz Linden (Scott Lawrence) wrote:
> 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
On Fri, 27 Jul 2012 13:46:22 -0400, Oz Linden (Scott Lawrence) wrote:
> 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.
>
> Pr
On Mon, 22 Oct 2012 09:57:40 -0400, Oz Linden (Scott Lawrence) wrote:
> 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.
OK, tha
On Tue, 23 Oct 2012 00:01:29 -0400, Monty Brandenberg wrote:
> On 10/22/2012 6:28 PM, Henri Beauchamp wrote:
>
> > In the current implementation, the new HTTP core can be configured to
> > spawn from 12 to up to 256 (!) simultaneous connections... The texture
> > fe
On Tue, 23 Oct 2012 11:05:38 -0700, Dahlia Trimble wrote:
> Would this excerpt from RFC2616 (section 8.2) be relevent? Perhaps some
> routers and other infrastructure assume this as design criteria:
>
> " Clients that use persistent connections SHOULD limit the number of
>simultaneous conne
On Tue, 23 Oct 2012 10:28:37 -0400, Monty Brandenberg wrote:
> Here's a chart I keep forwarding:
> http://www.smallnetbuilder.com/lanwan/router-charts/bar/77-max-simul-conn
> Not officially endorsed by Linden, etc., but a useful measure of
> one metric that is likely to predict problems. At the b
On Wed, 24 Oct 2012 07:22:27 -, MartinRJ Fayray wrote:
> This addresses bug BUG-540.
> https://jira.secondlife.com/browse/BUG-540
> .../...
> Testing
> ---
>
> Please go to https://jira.secondlife.com/browse/BUG-540
"Permission Violation"
Gotta love the crippled JIRA... :-(
Henri.
On Sun, 9 Dec 2012 18:32:18 -0800 (PST), Nicky Perian wrote:
> What is the reason for the switch to boost shared libraries?
>
> The other platforms seem to perform without issue using boost static
> libraries.
Apart from adding 20Mb of shared libraries (boost regexp) to the viewer
package ?...
On Mon, 10 Dec 2012 16:25:37 -0800 (PST), Nicky Perian wrote:
> At the sldev meeting earlier it was stated that unicode processing with boost
> regex was problematic unless a shared boost lib was included. Here:
> http://www.boost.org/doc/libs/1_52_0/libs/regex/doc/html/boost_regex/unicode.html
>
On Tue, 11 Dec 2012 13:02:51 -0500, Monty Brandenberg wrote:
> filed: https://jira.secondlife.com/browse/BUG-1056
"Permission Violation"
The JIRA became useless to developers and users alike...
___
Policies and (un)subscribe information available here
On Fri, 14 Dec 2012 16:40:58 -0500, Oz Linden (Scott Lawrence) wrote:
> For any of you developing viewers that are not in the TPV Directory and
> so didn't get the notice there
>
> We have now made available the code for our upcoming server side baking
> changes - you will need to update to
On Mon, 17 Dec 2012 05:35:06 -0800 (PST), Nicky Perian wrote:
> Henri
> I was able to merge and build and verify kokua on aditi; the top 2 commits
> are post merge tweaks. I don't know if that can help diff wise but, feel free
> to use.
> The last upstream merge to kokua was viewer-release, last
On Mon, 17 Dec 2012 09:18:04 -0800 (PST), Nicky Perian wrote:
> I fail to see how anyone's time (LL devs included) is more or less valuable
> during the upcoming holidays.
>
> You can work this through to diff using hg by:
>
> clone the sunshine repo.
> find the point of first sunshine commit.
On Mon, 17 Dec 2012 16:18:59 -0500, Oz Linden (Scott Lawrence) wrote:
> On 2012-12-17 03:43 , Henri Beauchamp wrote:
> > On Fri, 14 Dec 2012 16:40:58 -0500, Oz Linden (Scott Lawrence) wrote:
> >
> > .../...
> > Could you please provide a repository which is the copy o
f doing
it in the open... That's *NOT* the OpenSource way of doing
things !!!
And here is the "feedforward" stuff:
---
Date: Tue, 17 Jul 2012 00:12:26 +0200
From: Henri Beauchamp
To: "Oz Linden (Scott Lawrence)"
Subject: Upcoming changes to the baking system and &quo
On Thu, 20 Dec 2012 00:03:03 -0800 (PST), Nicky Perian wrote:
> I decided to put some walk with my rather cheap talk.
> Here is a repackaged server side avatar baking repository.
> https://bitbucket.org/NickyP/viewer-development-sunshine-diff/overview
I'm afraid it didn't work... The diff I get w
On Sun, 06 Jan 2013 11:56:31 +0100, Lance Corrimal wrote:
> Hi,
>
> Whenever I'm building the current development source on openSUSE 12.2 (read:
> with gcc 4.7.1) I get lots of warnings about boost-related things. Some of
> them I've been able to correct myself, others I'm stumped... the causes
On Sun, 6 Jan 2013 14:49:04 -0800, Tank Master wrote:
> Unfortunately, you can't use boost 1.45 ll provides because it lacks
> thread.
True, but I recompiled boost from 3p-boost v1.45. You can use the
pre-compiled libraries I'm using for the Cool VL Viewer, if you wish:
Linux:
http://sldev.free.f
On Fri, 14 Dec 2012 16:40:58 -0500, Oz Linden (Scott Lawrence) wrote:
> For any of you developing viewers that are not in the TPV Directory and
> so didn't get the notice there
>
> We have now made available the code for our upcoming server side baking
> changes - you will need to update to
On Tue, 18 Dec 2012 10:32:15 +0100, Henri Beauchamp wrote:
> On Mon, 17 Dec 2012 16:18:59 -0500, Oz Linden (Scott Lawrence) wrote:
>
> > No, we can't, sorry.
>
> Did you ever say "yes" and actually provide any kind of useful help
> to an OpenSource developer
On Wed, 9 Jan 2013 17:26:51 +0100, Henri Beauchamp wrote:
> The Linux viewer available for download from Sunshine's Wiki page has
> alas been compiled with a way too new glibc end refuse to run on my
> system (Mandriva 2010.2, glibc v2.11.1), aborting with:
> bin/do-not-direct
On Sat, 12 Jan 2013 02:56:53 +0100, Latif Khalifa wrote:
> On Fri, Jan 11, 2013 at 9:13 PM, Henri Beauchamp wrote:
> > Nevermind (though, having a propely built Linux Sunshine-viewer would
> > still be a good thing), I figured out the bug (race condition between
> > link
On Fri, 15 Feb 2013 09:54:16 -, MartinRJ Fayray wrote:
I have a similar fix for weeks in the Cool VL Viewer, but it is alas
not as simple as that...
There's a problem with resizing chid primitives (they don't resize
on screen, even when visible).
There's a problem with rotating and moving chi
On Sat, 16 Feb 2013 19:44:51 -, MartinRJ Fayray wrote:
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/616/
>
> Review request for Viewer.
Yes, it seems to work more or less OK. It however still fails to animate
visible small resizing primiti
h code
borrowing in the comments), authors who NEVER signed a CA with LL
and are probably not even aware that their code is used in LL's
viewer: again that CA stuff is pure hypocrisy invented by a sick
lawyer at LL.
Henri Beauchamp.
Open Source contributor, for 6 years (and still counting) i
On Sun, 17 Feb 2013 10:59:47 +0100, Martin Fürholz wrote:
> Hello,
> me and others cannot reproduce your 'nipple bug', neither with your 'cool
> nipples' from the marketplace, nor with the test setup you've given in your
> earlier mail.
You can deny all you want, but I do know what I am seeing
On Sun, 17 Feb 2013 13:27:22 +0100, Henri Beauchamp wrote:
> On Sun, 17 Feb 2013 10:59:47 +0100, Martin Fürholz wrote:
>
> > Hello,
> > me and others cannot reproduce your 'nipple bug', neither with your 'cool
> > nipples' from the marketplace,
On Sun, 17 Feb 2013 16:08:37 +0100, Martin Fürholz wrote:
> Hello Henri,
> thank you for your video.
>
> I was able to 'kind-of' reproduce it partially in LL Viewer 3.4.5 (270263).
> The prim doesn't visually resize to it's full size, it's 10% smaller than it
> should be until I zoom out and ba
On Mon, 18 Feb 2013 03:02:40 -, MartinRJ Fayray wrote:
> I fixed that by comparing the original scale versus the new target
> scale (instead of comparing the original scale versus the new
> interpolated target scale), in lldrawable.cpp "updateXform" to decide
> whether a scale change requires
On Mon, 18 Feb 2013 10:44:21 +0100, Henri Beauchamp wrote:
> On Mon, 18 Feb 2013 03:02:40 -, MartinRJ Fayray wrote:
>
> > I fixed that by comparing the original scale versus the new target
> > scale (instead of comparing the original scale versus the new
> > interp
On Wed, 20 Feb 2013 15:54:42 -0500, Nyx Linden wrote:
> Please use our latest viewer as it has additional statistics gathering
> code that will allow us to calculate load patterns and measure the
> improvements expected for later releases.
>
> Let me know if there are any questions!
Greetings,
On Fri, 22 Feb 2013 11:00:19 -0500, Nyx Linden wrote:
> We saw similar errors for some users at the pile-on yesterday, it
> appears to be account-specific (some people can reproduce others cannot).
FYI and for what it is worth, while I managed to make SSB work with one
of my alts, after half
Greetings,
I described a *serious*, *major* regression issue that I discovered
yesterday while reviewing (again) the SSB code and confirmed today
with tests on Aditi SunshineTest regions.
Please see: https://jira.secondlife.com/browse/SUN-38
For me (and I would guess, for most advanced SL users
On Sun, 24 Feb 2013 10:36:12 -0800, Darien Caldwell wrote:
> Yes, this was brought up to Nyx and Oz at Oz's last User Group meeting,
> by inusaito.kanya
I alas can't participate in meetings held on voice... I regret the time
when Soft Linden was in charge of OpenSource and did care about
non-Eng
Greetings,
Today, Windows Update proposed me this update:
http://support.microsoft.com/kb/2670838
I was well inspired to follow the "Find out more about this update"
link, because in the explanation page, they state:
"If you are a Windows 7 DirectX developer who uses the June 2010 DirectX
Softwa
On Fri, 1 Mar 2013 08:54:00 -0800, Darien Caldwell wrote:
> This is being offered to all Windows 7 Users, not just developers. Reading
> deeper here:
>
> http://msdn.microsoft.com/library/windows/apps/jj863687.aspx
>
> It's mostly backporting new features from Windows 8 to Windows 7. That's
> wh
On Fri, 1 Mar 2013 16:20:10 -0500, Nyx Linden wrote:
> https://bitbucket.org/lindenlab/sunshine-external/commits/108ae1ed56ea38426df239ef3247f57fb63d0806
>
> Added a new parameter to shapes to replace the viewer-side height offset.
> Since it is stored in a wearable, the new back end can read and
imation basis and do not depend on the avatar shape (this was
> not possible with a single Z-offset parameter, because the needed
> absolute offset depends on each avatar hip/height ratio... but I am
> sure that Henri Beauchamp can explain this better).
It would be a good idea if it wo
On Thu, 07 Mar 2013 15:53:03 +0100, Thomas Shikami wrote:
> Is there even a requirement zo have Z-offset be in the avatar
> appearance message?
The Z-offset is not transmitted to the server by the viewers
implementing it: what is transmitted is the sum of the Z-offset (which
can also be negative)
On Thu, 14 Mar 2013 20:13:19 -0400, Monty Brandenberg wrote:
> We now have three channels and a number of regions available for testing:
>
> .../...
> o TextureTest2. High texture count, no meshes, low residency
> limit to prevent interference when doing benchmark testing.
> .../..
On Thu, 21 Mar 2013 07:03:21 -0700 (PDT), Nicky Perian wrote:
> I am getting security warnings from my browser when going to these
> links.
Probably an invalid certificate (self-certifed site). Plus, the
URL contains an IP (107.7.21.233) instead of a domain name, and there
is no reverse-DNS entr
Greetings.
While compiling the viewer, I get:
-
Verifying message template
master:
http://bitbucket.org/lindenlab/master-message-template/raw/tip/message_template.msg
current: /usr/src/linden/scripts/messages/message_template.msg
--- PASS ---
Newer
in message ObjectFlagUpdate: ha
I'm pissed off !
Here's why: http://sldev.free.fr/forum/viewtopic.php?f=5&t=1230
Henri.
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated
On Sat, 1 Jun 2013 18:40:16 +0200, Martin Fürholz wrote:
> Hi Henri,
> I'm curious:
> why are you posting a link to this mailinglist about a 4+ year old incident?
It is 15 days old, not 4 years old...
___
Policies and (un)subscribe information available
On Sat, 1 Jun 2013 18:57:31 +0200, Martin Fürholz wrote:
> Ah! I misread the “joined” date on that forum page as the “posted” date,
> this happens all the time :D
> I’m sorry, last time that I’ve heard anything about Kirstenlee’s viewer was
> a couple of years ago, and S19 is also a couple of ye
Greetings,
I'm a bit confused with LL's new release process: many beta and project
viewers are available for download as binaries on the Wiki (see:
https://wiki.secondlife.com/wiki/Linden_Lab_Official:Alternate_Viewers )
but there is no corresponding repositories in the mercurial (see:
http://hg.s
On Wed, 17 Jul 2013 15:52:37 -0400, Oz Linden (Scott Lawrence) wrote:
> On 2013-07-17 13:38 , Henri Beauchamp wrote:
> > Greetings,
> >
> > I'm a bit confused with LL's new release process: many beta and project
> > viewers are available for download as
On Mon, 22 Jul 2013 13:52:57 -0400, Oz Linden (Scott Lawrence) wrote:
> On 2013-07-18 05:20 , Henri Beauchamp wrote:
> >> >See
> >> >https://wiki.secondlife.com/wiki/Linden_Lab_Official:Viewer_Source_Repositories
> > Ah, yes, thank you... What about putting a l
On Fri, 26 Jul 2013 11:04:25 +0200, Lance Corrimal wrote:
> Hi all,
>
>
> I'm not quite clear about the ThrottleBandwidthKBPS debug setting... the
> sources suggest the value is understood as kilobit per second, but the name
> of
> the debug setting itself suggests kiloBYTE per second. Which
On Fri, 26 Jul 2013 13:45:26 -0400, Log Linden wrote:
> Henri,
>
> For the increment capability, the name is "IncrementCOFVersion" instead of
> "IncrementCofVersion". I transcribed it wrong when I handed the release
> notes off to Maestro.
>
> Sorry for the confusion,
> Log
Ah... Yes, much bett
1 - 100 of 310 matches
Mail list logo