Re: [opensource-dev] saved logins

2011-01-04 Thread Henri Beauchamp
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

[opensource-dev] New web search: how to get search_token or auth_token in v1 viewers ?

2011-05-26 Thread Henri Beauchamp
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

Re: [opensource-dev] New web search: how to get search_token or auth_token in v1 viewers ?

2011-05-26 Thread Henri Beauchamp
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 >

Re: [opensource-dev] New web search: how to get search_token or auth_token in v1 viewers ?

2011-05-27 Thread Henri Beauchamp
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

Re: [opensource-dev] New web search: how to get search_token or auth_token in v1 viewers ?

2011-05-27 Thread Henri Beauchamp
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

Re: [opensource-dev] Search project viewer

2011-05-31 Thread Henri Beauchamp
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 >

Re: [opensource-dev] New web search: how to get search_token or auth_token in v1 viewers ?

2011-06-14 Thread Henri Beauchamp
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

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

2011-08-24 Thread Henri Beauchamp
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

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

2011-08-24 Thread Henri Beauchamp
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

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

2011-08-25 Thread Henri Beauchamp
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

Re: [opensource-dev] Review Request: STORM-1567 Mute button for llDialog popup

2011-09-12 Thread Henri Beauchamp
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

[opensource-dev] Mesh viewers and tcmalloc issues

2011-10-01 Thread Henri Beauchamp
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

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

2011-10-02 Thread Henri Beauchamp
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

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

2011-10-02 Thread Henri Beauchamp
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

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

2011-10-02 Thread Henri Beauchamp
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

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

2011-10-02 Thread Henri Beauchamp
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

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

2011-10-02 Thread Henri Beauchamp
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.

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

2011-10-02 Thread Henri Beauchamp
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

Re: [opensource-dev] how to read minidumps

2011-10-04 Thread Henri Beauchamp
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

Re: [opensource-dev] how to read minidumps

2011-10-04 Thread Henri Beauchamp
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

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

2012-01-06 Thread Henri Beauchamp
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

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

2012-01-10 Thread Henri Beauchamp
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

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

2012-01-11 Thread Henri Beauchamp
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

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

2012-01-28 Thread Henri Beauchamp
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

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

2012-02-09 Thread Henri Beauchamp
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

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

2012-02-09 Thread Henri Beauchamp
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

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

2012-02-10 Thread Henri Beauchamp
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

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

2012-02-10 Thread Henri Beauchamp
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

Re: [opensource-dev] webkit for linux builds too old?

2012-02-18 Thread Henri Beauchamp
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

Re: [opensource-dev] webkit for linux builds too old?

2012-02-18 Thread Henri Beauchamp
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

Re: [opensource-dev] ObjectCategory

2012-02-18 Thread Henri Beauchamp
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

Re: [opensource-dev] Viewer Policy Changes

2012-02-28 Thread Henri Beauchamp
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

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

2012-04-10 Thread Henri Beauchamp
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

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

2012-04-13 Thread Henri Beauchamp
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

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

2012-04-14 Thread Henri Beauchamp
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. > >

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

2012-04-14 Thread Henri Beauchamp
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

[opensource-dev] master_message_template.msg

2012-04-19 Thread Henri Beauchamp
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

Re: [opensource-dev] master_message_template.msg

2012-04-19 Thread Henri Beauchamp
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

Re: [opensource-dev] master_message_template.msg

2012-04-22 Thread Henri Beauchamp
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: > >> > >

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

2012-06-28 Thread 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.

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

2012-07-29 Thread Henri Beauchamp
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'

[opensource-dev] Compilation issues under MSVC2010: Windows guru help *badly* needed !

2012-07-29 Thread Henri Beauchamp
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

[opensource-dev] [SOLVED] Re: Compilation issues under MSVC2010: Windows guru help *badly* needed !

2012-07-29 Thread Henri Beauchamp
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

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

2012-07-29 Thread Henri Beauchamp
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

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

2012-07-30 Thread Henri Beauchamp
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

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

2012-08-08 Thread Henri Beauchamp
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

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

2012-08-08 Thread Henri Beauchamp
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

[opensource-dev] Regressions in the latest v3.4.1 development viewer

2012-08-28 Thread Henri Beauchamp
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,

[opensource-dev] Mercurial repository webpage layout

2012-08-29 Thread Henri Beauchamp
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

[opensource-dev] Contributing to the JIRA is *obviously* a wating of my time

2012-08-29 Thread Henri Beauchamp
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

Re: [opensource-dev] accidental commits...

2012-09-07 Thread Henri Beauchamp
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

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

2012-10-20 Thread Henri Beauchamp
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

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

2012-10-22 Thread Henri Beauchamp
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

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

2012-10-23 Thread Henri Beauchamp
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

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

2012-10-23 Thread Henri Beauchamp
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

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

2012-10-23 Thread Henri Beauchamp
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

Re: [opensource-dev] Review Request: BUG-540: Math updates by Moon Metty. Reviewed by Chieron Tenk.

2012-10-24 Thread Henri Beauchamp
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.

Re: [opensource-dev] Linux boost shared libraries

2012-12-10 Thread Henri Beauchamp
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 ?...

Re: [opensource-dev] Linux boost shared libraries

2012-12-11 Thread Henri Beauchamp
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 >

Re: [opensource-dev] Linux boost shared libraries

2012-12-11 Thread Henri Beauchamp
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

Re: [opensource-dev] Upcoming server side avatar baking

2012-12-17 Thread Henri Beauchamp
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

Re: [opensource-dev] Upcoming server side avatar baking

2012-12-17 Thread Henri Beauchamp
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

Re: [opensource-dev] Upcoming server side avatar baking

2012-12-17 Thread Henri Beauchamp
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.

[opensource-dev] OpenSource reciprocal help (was: Re: Upcoming server side avatar baking)

2012-12-18 Thread Henri Beauchamp
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

[opensource-dev] OpenSource reciprocal help (was: Re: Upcoming server side avatar baking)

2012-12-18 Thread Henri Beauchamp
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

Re: [opensource-dev] Fw: Upcoming server side avatar baking

2012-12-20 Thread Henri Beauchamp
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

Re: [opensource-dev] gcc 4.7.1: lotsa warnings about boost

2013-01-06 Thread Henri Beauchamp
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

Re: [opensource-dev] gcc 4.7.1: lotsa warnings about boost

2013-01-06 Thread Henri Beauchamp
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

Re: [opensource-dev] Upcoming server side avatar baking

2013-01-09 Thread Henri Beauchamp
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

[opensource-dev] Out of FOV rotating child prims update bug (was: Re: OpenSource reciprocal help)

2013-01-10 Thread Henri Beauchamp
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

Re: [opensource-dev] Upcoming server side avatar baking

2013-01-11 Thread Henri Beauchamp
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

Re: [opensource-dev] Upcoming server side avatar baking

2013-01-12 Thread Henri Beauchamp
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

Re: [opensource-dev] Review Request: BUG-840: Viewer 3.4.2 (Beta) breaks almost every sliding door script in SL

2013-02-15 Thread Henri Beauchamp
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

Re: [opensource-dev] Review Request: BUG-840: Viewer 3.4.2 (Beta) breaks almost every sliding door script in SL

2013-02-16 Thread Henri Beauchamp
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

Re: [opensource-dev] Review Request: BUG-840: Viewer 3.4.2 (Beta) breaks almost every sliding door script in SL

2013-02-17 Thread Henri Beauchamp
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

Re: [opensource-dev] Review Request: BUG-840: Viewer 3.4.2 (Beta) breaks almost every sliding door script in SL

2013-02-17 Thread Henri Beauchamp
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

Re: [opensource-dev] Review Request: BUG-840: Viewer 3.4.2 (Beta) breaks almost every sliding door script in SL

2013-02-17 Thread Henri Beauchamp
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,

Re: [opensource-dev] Review Request: BUG-840: Viewer 3.4.2 (Beta) breaks almost every sliding door script in SL

2013-02-17 Thread Henri Beauchamp
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

Re: [opensource-dev] Review Request: BUG-1709: Tiny prims do not rescale properly at very high viewer framerates

2013-02-18 Thread Henri Beauchamp
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

Re: [opensource-dev] Review Request: BUG-1709: Tiny prims do not rescale properly at very high viewer framerates

2013-02-18 Thread Henri Beauchamp
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

Re: [opensource-dev] Server Side Avatar Appearance pile-on test

2013-02-22 Thread Henri Beauchamp
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,

Re: [opensource-dev] Server Side Avatar Appearance pile-on test

2013-02-22 Thread Henri Beauchamp
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

[opensource-dev] Serious regression in SSB-enabled regions

2013-02-24 Thread Henri Beauchamp
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

Re: [opensource-dev] Serious regression in SSB-enabled regions

2013-02-24 Thread Henri Beauchamp
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

[opensource-dev] DirectX SDK update: should we use it ?

2013-02-27 Thread Henri Beauchamp
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

Re: [opensource-dev] DirectX SDK update: should we use it ?

2013-03-01 Thread Henri Beauchamp
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

Re: [opensource-dev] Serious regression in SSB-enabled regions

2013-03-01 Thread Henri Beauchamp
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

Re: [opensource-dev] Serious regression in SSB-enabled regions

2013-03-03 Thread Henri Beauchamp
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

Re: [opensource-dev] Serious regression in SSB-enabled regions

2013-03-07 Thread Henri Beauchamp
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)

Re: [opensource-dev] HTTP connection changes heading to Aditi in the near future

2013-03-15 Thread Henri Beauchamp
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. > .../..

Re: [opensource-dev] DSG Experiment needs a few more Participants; Distributed Scene Graph Experiment (100's of Virtual World Simultaneous Users Online)

2013-03-21 Thread Henri Beauchamp
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

[opensource-dev] Outdated master message template

2013-05-09 Thread Henri Beauchamp
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

[opensource-dev] Not all Open Source developers are honest...

2013-06-01 Thread Henri Beauchamp
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

Re: [opensource-dev] Not all Open Source developers are honest...

2013-06-01 Thread Henri Beauchamp
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

Re: [opensource-dev] Not all Open Source developers are honest...

2013-06-01 Thread Henri Beauchamp
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

[opensource-dev] Viewer branches and their repositories

2013-07-17 Thread Henri Beauchamp
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

Re: [opensource-dev] Viewer branches and their repositories

2013-07-18 Thread Henri Beauchamp
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

Re: [opensource-dev] Viewer branches and their repositories

2013-07-23 Thread Henri Beauchamp
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

Re: [opensource-dev] ThrottleBandwidthKBPS - kilobit per second or kiloBYTE per second?

2013-07-26 Thread Henri Beauchamp
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

Re: [opensource-dev] Viewer branches and their repositories

2013-07-26 Thread Henri Beauchamp
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   2   3   4   >