Re: [Opensim-dev] Refactoring IClientAPI.Close and Friends

2009-02-22 Thread Stefan Andersson
probably the one to introduce it. Best regards, Stefan Andersson Tribal Media AB From: a...@deepthink.com.au To: opensim-dev@lists.berlios.de Date: Sun, 22 Feb 2009 02:21:05 -0500 Subject: [Opensim-dev] Refactoring IClientAPI.Close and Friends Right now, we have four separate close

Re: [Opensim-dev] ProcessInPacket - Can this be moved out of IClientAPI?

2009-02-22 Thread Stefan Andersson
+1, does seem like an archaic remnant. Best regards, Stefan Andersson Tribal Media AB Date: Sun, 22 Feb 2009 11:39:18 + From: mela...@t-data.com To: opensim-dev@lists.berlios.de Subject: Re: [Opensim-dev] ProcessInPacket - Can this be moved out of IClientAPI? I guess originally

Re: [Opensim-dev] oddities with asset storage

2009-02-20 Thread Stefan Andersson
i thought the reasoning goes also the other way around: if someone has a use case where they'd benefit from using Tahoe with OpenSim, they are free to do it if it doesn't give much benefit for OpenSim otherwise, that doesn't matter, as long as people who want to use it can,

Re: [Opensim-dev] oddities with asset storage

2009-02-19 Thread Stefan Andersson
Initiatives like this is why I'm a hardcore proponent of keeping the services encapsulated, indirected, modular and flexible, ie, not tie core to any given technology or assumptions about data storage configuration. Best regards, Stefan Andersson Tribal Media AB Date: Thu, 19 Feb 2009 10

Re: [Opensim-dev] Heads Up: Updating Prebuild to Upstream

2009-02-19 Thread Stefan Andersson
, ICollection - IList (this means Prebuild can generate 1.1 solutions, but can't itself be built under 1.1 - how very meta) * Added ?include file=sub_prebuild.xml ? preprocessor directive. Best regards, Stefan Andersson Tribal Media AB From: ste...@tribalmedia.se To: opensim-dev@lists.berlios.de

Re: [Opensim-dev] oddities with asset storage

2009-02-19 Thread Stefan Andersson
discuss, that case has to be one of the supported ones. That said, optionality and configuration is (as in, should be) our forte. Best regards, Stefan Andersson Tribal Media AB Date: Thu, 19 Feb 2009 13:40:14 +0100 From: dirk.kra...@pixelpark.com To: opensim-dev@lists.berlios.de Subject

Re: [Opensim-dev] oddities with asset storage

2009-02-18 Thread Stefan Andersson
maps', 'photos', 'region map images', 'script sources', 'sounds', 'prims in inventory', 'notecards', 'animations' - my point being that we can probably implement various configurable strategies for each of them, linden viewer or no linden viewer. Best regards, Stefan Andersson Tribal Media AB

Re: [Opensim-dev] oddities with asset storage

2009-02-18 Thread Stefan Andersson
I suggest we talk more about complementary and parallell scenarios and strategies, and less about either/or - this is a platform, and various implemetations will prioritize differently. Best regards, Stefan Andersson Tribal Media AB Date: Wed, 18 Feb 2009 20:02:38 +0100 From: dirk.kra

[Opensim-dev] Heads Up: Updating Prebuild to Upstream

2009-02-18 Thread Stefan Andersson
on the forge?) Since the code hasn't changed that much, I believe we should simply go ahead and do the switch, and if any cross-environment breakage would happen, work together to solve it. So please help us troubleshoot Prebuild on your environment. Best regards, Stefan Andersson Tribal

Re: [Opensim-dev] Setting default locale for opensim processes

2009-02-17 Thread Stefan Andersson
Yes. It will probably also have to be set on each new spawned thread. Best regards, Stefan Andersson Tribal Media AB Date: Mon, 9 Feb 2009 23:42:28 +0200 From: tommi.s.e.laukka...@gmail.com To: opensim-dev@lists.berlios.de Subject: [Opensim-dev] Setting default locale for opensim

Re: [Opensim-dev] Proposal for a cleanup/correction of the region-module system

2009-02-17 Thread Stefan Andersson
IConfigBridge.GetConfigSourceName(); Best regards, Stefan Andersson Tribal Media AB From: a...@deepthink.com.au To: homer.horw...@gmail.com; opensim-dev@lists.berlios.de Date: Sun, 25 Jan 2009 02:37:01 -0500 Subject: Re: [Opensim-dev] Proposal for a cleanup/correction of the region-module system One other

Re: [Opensim-dev] Hypergrid and Interoperability workshop

2009-02-17 Thread Stefan Andersson
Diva, sorry I couldn't attend this meeting; however, I would be able to attend one this friday, 20th if you are going to host one? Best regards, Stefan Andersson Tribal Media AB Date: Mon, 2 Feb 2009 11:58:09 -0800 From: lo...@ics.uci.edu To: opensim-dev@lists.berlios.de Subject

Re: [Opensim-dev] Please do not revert fixes without careful comtemplation

2009-02-17 Thread Stefan Andersson
1. We have a significant number of assets whose name is blank that are created with a default constructor. And I suspect are never accessible. In fact, this field has always seemed redundant to me since the user only ever manipulates assets by their inventory name, which is

Re: [Opensim-dev] Blockers for unit testing physics modules

2009-02-17 Thread Stefan Andersson
I just committed a fix to actually honour the 'path' in Nant and vs2005/8 targets, something that was actually not done. (Bloody hell, we need to get back to upstream prebuild.) I believe you should be able to do this now. Best regards, Stefan Andersson Tribal Media AB Date: Tue, 17

[Opensim-dev] Let's post-tag 0.6.3 [Was: some instability ahead r8399+]

2009-02-16 Thread Stefan Andersson
be considered your best bet. Let's do that ASAP. Is there a good 0.6.3 candidate rev? Best regards, Stefan Andersson Tribal Media AB Date: Sun, 15 Feb 2009 14:31:39 -0800 From: aerow...@gmail.com To: opensim-us...@lists.berlios.de Subject: Re: [Opensim-users] some instability ahead r8399

Re: [Opensim-dev] Avatar movement packet optimization

2009-02-13 Thread Stefan Andersson
I do agree with you. I think that the important thing here is that the patch creator and applier both think carefully about the situation when private members are being made protected. Of course. One advantage of private members is that they tend to make debugging and reasoning

Re: [Opensim-dev] [Opensim-users] User Server issues with 8236

2009-02-13 Thread Stefan Andersson
is a foreach(plugin) over an empty plugin set, nothing happens. Usually, a clean checkout, rebuild and copying over only of data files will remedy the whole thing. Make sure not to copy over into an old directory - a total wipe and rebuild is necessary. Best regards, Stefan Andersson

[Opensim-dev] Refactoring the backend codepaths

2009-02-12 Thread Stefan Andersson
is RegionProfileData marked as Serializable - what is serializing it? Thank you for your time, effort, support and understanding. Best regards, Stefan Andersson Tribal Media AB ___ Opensim-dev mailing list Opensim-dev@lists.berlios.de https

Re: [Opensim-dev] Organization and naming patterns of commands on the console

2009-02-05 Thread Stefan Andersson
wonder if it's something OpenSim could control? On Thu, Feb 5, 2009 at 10:28 AM, Stefan Andersson ste...@tribalmedia.se wrote: Just chipping in my 2c: How about the modules are supposed to register the 'command' whatever that is, but that the 'command' can include spaces? So, create user should

Re: [Opensim-dev] AssetBase and metadata

2009-02-02 Thread Stefan Andersson
Teravus On 2/2/09, Stefan Andersson ste...@tribalmedia.se wrote: Are we sure all assets have inventory items associated with them? I can think of scripted objects that set textureIds programatically. (Melanie pointed that out to me) You can also have the case where you upload a texture (yes

Re: [Opensim-dev] asset_database = local or grid?

2009-02-01 Thread Stefan Andersson
I believe the general concensus was to support all three (four?) asset server configs (internal, local, grid, hg(?)) but refactor the code paths. While I do understand the confusion, I have already shown how we could re-arrange the services so that we get a uniform set of interfaces -

Re: [Opensim-dev] proposal: cleanup and break up region modules

2009-01-29 Thread Stefan Andersson
I think that some confusion stems from the fact that it's a difference between referencing the assembly, and dynamically instancing classes out of it. If you reference classes directly, as in mything = new Thing(); where thing could be a module, albeit _referenced_, not _loaded_ is a

[Opensim-dev] Proposal: Removal of the Data Framework

2009-01-26 Thread Stefan Andersson
As I understand it, we have no longer anything actually using the Data Mapper Framework introduced as a proposed alterantive to NHibernate a year ago. I propose we now retire that piece of code. These are the projects that will be removed: * OpenSim.Data.MySQLMapper *

Re: [Opensim-dev] Proposal: Killing off AvatarFactory

2009-01-26 Thread Stefan Andersson
solution.Also I think the process should even a more general, start modularising the whole of the CommsManager.But not sure anyone is going to be able to give a +1 or -1 on any idea before Jan 2 2009 ;)Stefan Andersson ste...@tribalmedia.se wrote: It's kind of crazy that we have a RegionModule

Re: [Opensim-dev] Proposal for a cleanup/correction of the region-module system

2009-01-25 Thread Stefan Andersson
Ok, so I suggest we establish an 0.7 roadmap page. With that one as a 'definite', not a 'discussion'.Best regards,Stefan AnderssonTribal Media AB Date: Sun, 25 Jan 2009 15:27:29 -0500 From: sda...@gmail.com To: opensim-dev@lists.berlios.de Subject: Re: [Opensim-dev] Proposal for a

Re: [Opensim-dev] Hooking in Scene.EventManager

2009-01-21 Thread Stefan Andersson
One might add that if you want to hook into grabs of a small set of specific objects, you should probably look into patching the sceneobjects up with event hooks, and then use those. There _are_ OnGrab functions, but afaik there's no events firing in them, which there should be, really.Best

<    1   2