Re: [opensource-dev] how to read minidumps

2011-10-04 Thread Thickbrick Sleaford
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 side, breakpad provides minidump_stackwalk, which takes a minidump file and

Re: [opensource-dev] Review Request: Change pre-login viewer display URL to prepare for new community information display

2011-07-16 Thread Thickbrick Sleaford
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/399/#review883 --- indra/newview/app_settings/settings.xml

Re: [opensource-dev] Is it just me? Avatar textures downloading last.

2011-06-20 Thread Thickbrick Sleaford
On Saturday 18 June 2011 20:00:04 Lee ponzu wrote: > However, and unrelated to shadows, I began to notice last night that while > my scenes had all downloaded, the avatars around me were still all gray. > Their objects were OK, it was just their skin and cloth final bake that is > missing. They d

Re: [opensource-dev] Review Request: VWR-24889: When a bake texture upload fails, retry instead of giving up.

2011-06-13 Thread Thickbrick Sleaford
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/152/ --- (Updated June 13, 2011, 2:39 p.m.) Review request for Viewer. Changes ---

Re: [opensource-dev] Review Request: VWR-24889: When a bake texture upload fails, retry instead of giving up.

2011-06-13 Thread Thickbrick Sleaford
. - Thickbrick --- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/152/#review740 --- On March 1, 2011, 8:58 a.m., Thickbrick Sleafo

Re: [opensource-dev] A CALL FOR HHHEEELLLPPP

2011-03-16 Thread Thickbrick Sleaford
That error message is basically saying "you can't assign to a const variable." Line 21 in your paste is reusing file_name, which is one of the method's arguments, and is const. You need a local variable which isn't const there. But, I don't think this makes sense otherwise. In what cases will fr

Re: [opensource-dev] Review Request: storm-1038: crash in texture cache pruning

2011-03-03 Thread Thickbrick Sleaford
On Thursday 03 March 2011 22:12:54 Oz Linden wrote: > http://jira.secondlife.com/browse/storm-1038 ... > Diff: http://codereview.secondlife.com/r/172/diff Isn't this the same bug as the one patched by Aleric in VWR-24337? (I haven't followed the logic through, but it seems to trigger the same

Re: [opensource-dev] Review Request: VWR-24889: When a bake texture upload fails, retry instead of giving up.

2011-03-01 Thread Thickbrick Sleaford
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/152/ --- (Updated March 1, 2011, 8:58 a.m.) Review request for Viewer. Changes ---

Re: [opensource-dev] Review Request: VWR-24889: When a bake texture upload fails, retry instead of giving up.

2011-03-01 Thread Thickbrick Sleaford
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/152/ --- (Updated March 1, 2011, 8:28 a.m.) Review request for Viewer. Changes ---

Re: [opensource-dev] Is 'STANDALONE' confusing?

2011-02-21 Thread Thickbrick Sleaford
On Monday 21 February 2011 16:38:01 Boroondas Gupte wrote: > On 02/21/2011 03:28 PM, Oz Linden (Scott Lawrence) wrote: > > If we are going to change it, the replacement term should, in addition > > to being more accurately descriptive of what it does, be an affirmative > > term - don't suggest any

Re: [opensource-dev] Review Request: VWR-24889: When a bake texture upload fails, retry instead of giving up.

2011-02-19 Thread Thickbrick Sleaford
review375 --- On Feb. 19, 2011, 9:08 a.m., Thickbrick Sleaford wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://codereview

Re: [opensource-dev] Review Request: VWR-24889: When a bake texture upload fails, retry instead of giving up.

2011-02-19 Thread Thickbrick Sleaford
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/152/ --- (Updated Feb. 19, 2011, 9:08 a.m.) Review request for Viewer. Summary (up

Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

2011-02-18 Thread Thickbrick Sleaford
On Friday 18 February 2011 16:55:06 Twisted Laws wrote: > Thanks i'm unclear of what i should do next then. (I primarily work > in windows) Can i just delete the files in > /usr/local/lib/python2.6/dist-packages/autobuild ? > That's what I did (together with /usr/local/bin/autobuild). Ma

Re: [opensource-dev] Hacking up to Visual Studio 2010 ...

2011-02-18 Thread Thickbrick Sleaford
On Friday 18 February 2011 15:50:11 Twisted Laws wrote: > When I try running autobuild on Linux (Ubuntu) using this autobuild and > viewer-autobuild2010, it immediately fails with a pathcheck error looking > for boto. Looking at common.py (in > /usr/local/lib/python2.6/dist-packages/autobuild/comm

[opensource-dev] Review Request: When a bake texture upload fails, retry instead of giving up.

2011-02-17 Thread Thickbrick Sleaford
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/152/ --- Review request for Viewer. Summary --- When a bake upload fails, the v

[opensource-dev] Review Request: VWR-24420: PNG images which specify "background color" lose alpha layer when imported.

2011-01-09 Thread Thickbrick Sleaford
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/74/ --- Review request for Viewer. Summary --- Current code composites RGBA PNG

Re: [opensource-dev] Review Request: Restructure loops that use breaks without need (reviewboard test)

2010-12-02 Thread Thickbrick Sleaford
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/2/#review13 --- indra/newview/llappviewer.cpp

Re: [opensource-dev] Draw Distance

2010-08-23 Thread Thickbrick Sleaford
On Sunday 22 August 2010 18:22:56 Lance Corrimal wrote: > related line of thought: > > > how much faster could the viewer be if every single of these "do not > change this ever" settings was replaced with a #define in a central > include file? > or in other words, what is the cpu cycle penalty fo

Re: [opensource-dev] Closing on SG2.0 : Releasing Snowglobe 2.0.2 (RC2)

2010-07-29 Thread Thickbrick Sleaford
On Thursday 29 July 2010 19:26:24 Ricky wrote: > Ok, I don't yet fully understand the properties of the installer > template Thickbrick added to the Snowglobe wiki page... :/ Could > someone update it who does? > > (and maybe explain how to help maintain this. Or a link to somewhere > that expl

[opensource-dev] Linux + QtWebKit + Flash 10.1.x = Crash

2010-06-21 Thread Thickbrick Sleaford
Hello all, It looks like recent (>10.1) Flash versions can't work with any QtWebKit browser including the webkit plugin in Snowglobe 1.x and Viewer 2 on Linux. This is because those versions of Flash don't initialize gtk properly (Adobe assuming that the browser is gtk based, i.e. Firefox.) Th

Re: [opensource-dev] Migrating open development focus to 2.x

2010-05-28 Thread Thickbrick Sleaford
> On Friday 28 May 2010 00:50:55 Oz Linden (Scott Lawrence) wrote: > > Please respond to this thread with your favorite reasons not to move > > development to 2.x. We will review the list at the 6 June open source > > meeting with the goal of setting some priorities. Oz, I think open source de

[opensource-dev] HTTP viewer map on non-Agni grids (SNOW-77)

2010-05-26 Thread Thickbrick Sleaford
Hello all, I attached a new patch (based on Geyeda Bechir's earlier patch) to SNOW-77. I think this answers Eddy Stryker's comments there regarding the Opensim side of things with my previous patch. The question that remains now is what do Lindens (Merov in particular) think about this: Is th

Re: [opensource-dev] no autobuilds for snowglobe 1.x anymore?

2010-05-25 Thread Thickbrick Sleaford
On Tuesday 25 May 2010 11:39:11 Lance Corrimal wrote: > Hey, > > is it just me being blind, or are there no automated builds of snowglobe > 1.x anymore? > > > bye, > LC The last build was of r3371, and there were no changes to the 1.x tree since then: https://lists.secondlife.com/pipermail/sld

Re: [opensource-dev] Banning by client

2010-05-01 Thread Thickbrick Sleaford
I don't know if this store is (badly) detecting client versions/channels through the media plugins' user agent strings, or if it's just that I didn't move enough for their taste after teleporting. I went there with my test alt, using Snowglobe 2.0.0 () Apr 22 2010 00:11:09 (CommunityDevelope

Re: [opensource-dev] Source of boost libraries

2010-04-30 Thread Thickbrick Sleaford
The boost packages are not "in" svn, but the urls for the packages are listed in install.xml, and they are downloaded and unpacked into the build tree by the build system. You only need to provide your own boost if you are doing a standalone build (which I assume you aren't, since you are on wi

Re: [opensource-dev] HTTP viewer map (was: Oh, the drama.)

2010-04-30 Thread Thickbrick Sleaford
See http://jira.secondlife.com/browse/SNOW-77 This has been stagnant for too long (incidentally, it was brought up at yesterday's Snowglobe meeting.) I think the way forward is standardizing this in a way that allows opensim to implement it, not going back to UDP, region-local map tiles. SNOW-7

Re: [opensource-dev] Quiet amendments of TPV (again)

2010-04-24 Thread Thickbrick Sleaford
On Tuesday 20 April 2010 17:02:26 Joe Linden wrote: > Boy, > > There was nothing quiet, or "in the background" about it, believe me. This > update is the topic of conversation at the noon PDT brown bag I'm hosting > today. The changes were pushed live ahead of the meeting, so there would > be n

Re: [opensource-dev] test on SG2

2010-04-24 Thread Thickbrick Sleaford
On Tuesday 20 April 2010 20:55:57 Tayra Dagostino wrote: > is there a way to: ... > 2) enable/disable SLPlugin (totally, if audio and multimedia turned off > one SLPlugin session lunched anyway) > I think that one SLPlugin is the QtWebKit loaded at startup to show the login page. I don't know o

Re: [opensource-dev] build errors in template classes in svn with alternative set to gcc 4.3

2010-04-24 Thread Thickbrick Sleaford
On Saturday 24 April 2010 04:03:24 Glen Canaday wrote: > Still getting svn build errors in Ubuntu 9.10 with my gcc alternative > set to g++4.3. > > Output: > > [ 4%] Building CXX object llcommon/CMakeFiles/llcommon.dir/llcoros.o > In file included from > /home/glen/Programs/SL_BUILD/snowglobe/tru

Re: [opensource-dev] SG 1-4 artwork zip file corrupted. SNOW-604

2010-04-09 Thread Thickbrick Sleaford
On Friday 09 April 2010 20:45:41 Nicky Perian wrote: > http://jira.secondlife.com/browse/SNOW-604?ticket=ST-1291-Du2hp64P1FjUKtaRa > 4G1hKGawJEXOEadOKW-20 > > Could a Linden please take a look? > > Thanks > Nicky The S3 urls in doc/asset_urls.txt give a 403 error ("Access Denied"): http://svn.se

Re: [opensource-dev] Can we, open source devs, still support Snowglobe? was: Can we be more productive, please?

2010-04-03 Thread Thickbrick Sleaford
On Friday 02 April 2010 16:36:45 Aleric Inglewood wrote: > Who of the active contributors (speak up if I missed you) are willing to > make a stand and stop at least developing for snowglobe, unless we > get a clear, understandable and official explanation what kind of legal > liability TPV devs ar

Re: [opensource-dev] Question related with rotation of object

2010-03-17 Thread Thickbrick Sleaford
On Wednesday 17 March 2010 17:06:27 Rustam Rakhimov wrote: > Reason why I need it, > > I want to know what's rotation has an object, then I can rotate it back, > > But actually I want to calculate rotation of some point in 3D world, so > that's why I decide learn how's rotations are going. There

Re: [opensource-dev] svn compile failure on Ubuntu 9.10

2010-03-06 Thread Thickbrick Sleaford
On Sunday 07 March 2010 02:14:57 Glen Canaday wrote: > /home/glen/Programs/Second > Life/Snowglobe-2.0-build/trunk/indra/../libraries/include/boost/coroutine/d > etail/coroutine_impl.hpp:59: error: declaration of ‘typedef class > boost::coroutines::detail::context_base > boost::coroutines::detail::

Re: [opensource-dev] svn compile failure on Ubuntu 9.10

2010-03-06 Thread Thickbrick Sleaford
On Sunday 07 March 2010 00:57:42 Glen Canaday wrote: > Dead compile: > > /home/glen/Programs/Second > Life/Snowglobe-2.0-build/trunk/indra/llcommon/llinstancetracker.h:170: > error: ‘LLInstanceTracker’ is an > inaccessible base of ‘LLEventTimer’ > make[2]: *** [llcommon/CMakeFiles/llcommon.dir/lle

Re: [opensource-dev] latest SG1.3.2

2010-02-28 Thread Thickbrick Sleaford
On Sunday 28 February 2010 01:23:21 Tayra Dagostino wrote: > receiveMessage:943: GStreamer010 media instance failed to set up ... > (:24128): GStreamer-CRITICAL **: gst_element_set_state: > assertion `GST_IS_ELEMENT (element)' failed > > somebody else notice this on a lenny+backports? Does your

Re: [opensource-dev] Client-side scripting in Snowglobe

2010-02-18 Thread Thickbrick Sleaford
On Thursday 18 February 2010 17:57:52 Kent Quirk (Q Linden) wrote: > This makes me sad. > > I've been trying to have an open discussion about some of the design issues > in my office hours, specifically to understand the constraints and > requirements of the community. But every office hour seem