[Opensim-dev] The return of short version numbers (as tags)

2009-09-08 Thread Sean Dague
Late last week I found a script that tags each changeset that comes into the server with an increasing number. When you pull on master, you'll see these tags now flow down. Because the nature of distributed version control, this is only going to give you a rough idea of forward or backward in

[Opensim-dev] Load OAR and on_rez

2009-09-08 Thread Alan M Webb
Currently when an OAR is loaded, on_rez is inappropriately driven for every script. From a script's perspective, a region restored from an OAR file is not fundamentally different to a region restored from the region database following a region restart. The only event we should be seeing (for

Re: [Opensim-dev] Load OAR and on_rez

2009-09-08 Thread Dr Scofield
Alan M Webb wrote: Currently when an OAR is loaded, on_rez is inappropriately driven for every script. From a script's perspective, a region restored from an OAR file is not fundamentally different to a region restored from the region database following a region restart. The only event we

Re: [Opensim-dev] The return of short version numbers (as tags)

2009-09-08 Thread Frisby, Adam
Handy! -Original Message- From: opensim-dev-boun...@lists.berlios.de [mailto:opensim-dev- boun...@lists.berlios.de] On Behalf Of Teravus Ovares Sent: Tuesday, 8 September 2009 7:18 AM To: opensim-dev@lists.berlios.de Subject: Re: [Opensim-dev] The return of short version numbers (as

Re: [Opensim-dev] The return of short version numbers (as tags)

2009-09-08 Thread Frisby, Adam
Where do we see this number? And is there any way to easily translate between the two? Adam -Original Message- From: opensim-dev-boun...@lists.berlios.de [mailto:opensim-dev- boun...@lists.berlios.de] On Behalf Of Sean Dague Sent: Tuesday, 8 September 2009 5:14 AM To: opensim-dev

Re: [Opensim-dev] The return of short version numbers (as tags)

2009-09-08 Thread Teravus Ovares
http://teravus.wmcv.com/googletester/GitLog.jpg Regards Teravus On Tue, Sep 8, 2009 at 10:10 AM, Frisby, Adama...@deepthink.com.au wrote: Where do we see this number? And is there any way to easily translate between the two? Adam -Original Message- From:

Re: [Opensim-dev] Load OAR and on_rez

2009-09-08 Thread Justin Clark-Casey
Alan M Webb wrote: Currently when an OAR is loaded, on_rez is inappropriately driven for every script. From a script's perspective, a region restored from an OAR file is not fundamentally different to a region restored from the region database following a region restart. The only event we

[Opensim-dev] creating some Asset

2009-09-08 Thread Daniel Herzog
Hi all, I'm trying to map a picture stored in an image file to a texture situated on a prim in Opensim via code. For that reason I have looked to the osMakeNotecard() function in OSSL_Api.cs to get an overview which steps are needed to upload an object to an inventory. The first thing they

Re: [Opensim-dev] ConsoleClient -pass option

2009-09-08 Thread Dickson, Mike (ISS Software)
Ok, after a tour through the REST console code as best as I can tell it *looks* like all your REST console does is wrap cli commands in XML and ship messages back and forth. I guess that sort of band-aids the need for a console remotely but there are whole sets of things that don't work. For