Re: [Opensim-dev] No change author recorded in git! (was Re: [Opensim-commits] [OpenSim Git Master Repository] master branch updated. r/11319)

2009-10-23 Thread Homer Horwitz
Teravus Ovares wrote: Just a note, git keeps track of who pushed the commit. You can see this information in viewgit. I'm sure native git has a way of pulling this information up.. but I don't know it :D You can show author and committer via command line with git log --pretty=full (or

Re: [Opensim-dev] Minimum OpenSim mono version now 2.4? (was Re: [Opensim-commits] r10113 - trunk)

2009-08-04 Thread Homer Horwitz
On Tue, Aug 4, 2009 at 7:33 PM, Justin Clark-Caseyjjusti...@googlemail.com wrote: I just gave current master a try under mono 2.0.1 and I get the following on startup ... At least for Ubuntu, the next release (9.10) will upgrade the mono packages. Or, for jaunty (9.04), you probably can

[Opensim-dev] [INFO] Slight IClientAPI change: SendDialog

2009-05-16 Thread Homer Horwitz
Just for info: With r9571, I changed IClientAPI.SendDialog (fix for Mantis #3661). No breakage expected, but people with client-adapters outside of core might need to adapt them. Cheers, Homer ___ Opensim-dev mailing list Opensim-dev@lists.berlios.de

Re: [Opensim-dev] OAuth as authentication and authorisation (capability) specification

2009-04-25 Thread Homer Horwitz
As you can see from the wiki front page for example google offers standard oauth api. I would like to use my google identity in OpenSim as soon as possible :). Maybe you should still wait a bit: http://oauth.net/advisories/2009-1 If I interpret this correctly, the current OAuth specification

Re: [Opensim-dev] Supplying IScene instead of Scene for the future region modules mechanism

2009-04-14 Thread Homer Horwitz
Hi Justin, On Tue, Apr 14, 2009 at 7:02 PM, Justin Clark-Casey jjusti...@googlemail.com wrote: ... Instead of passing Scene itself to region modules, could we create an interface so that we better control the amount of innards that we expose to region modules? It's convenient-ish to give

Re: [Opensim-dev] Couple questions on scripts

2009-03-20 Thread Homer Horwitz
One application to inspect/decompile assemblies is http://www.red-gate.com/products/reflector/ Cheers, Homer On Fri, Mar 20, 2009 at 5:35 AM, Skidz Tweak skidz.tw...@gmail.com wrote: ... And are there apps out in the wild that can decompile the CIL, or any reports of anyone really do this?

Re: [Opensim-dev] Accessing textures via HTTP [bayes]

2009-03-18 Thread Homer Horwitz
Hi, JPEG2000 isn't quite that unsupported; for details, have a look at http://www.jpeg.org/jpeg2000/ As the textures are stored as j2k streams in the server, and you can't use the jpeg-formatted images in the client directly either, even if you would get them (as for rendering you'll probably

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

2009-01-25 Thread Homer Horwitz
On Sun, Jan 25, 2009 at 3:33 AM, Jeff Ames jeffa...@gmail.com wrote: ... For a non-shared module, is there a functional difference between Initialise and AddRegion? Likewise with RemoveRegion and Close. Registration happens in Initialise, so when the AddRegion call happens, all the modules are

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

2009-01-25 Thread Homer Horwitz
As this thread has been thoroughly hijacked, I guess there aren't any further relevant (um, I meant technical) problems with the proposal? Cheers, Homer ___ Opensim-dev mailing list Opensim-dev@lists.berlios.de

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

2009-01-24 Thread Homer Horwitz
Hi all, the current system for handling region-modules is slightly broken if you add/remove regions dynamically (or even for region-restarts). I've put up some thoughts at http://opensimulator.org/wiki/New_Region_Modules for discussion. Please answer on the associated 'discussion' page or here on