Should the ll* function mimmic the behavious of the lindelab functions as close as possible ?<br><br><br><br><div class="gmail_quote">2012/3/13 BlueWall <span dir="ltr"><<a href="mailto:jamesh@bluewallgroup.com">jamesh@bluewallgroup.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">With that being just another piece of data in the landmark's asset, then<br>
I am wondering if we shouldn't just send it with the<br>
llRequestInventoryData? Then take the string and do whatever you like.<br>
<span class="HOEnZb"><font color="#888888"><br>
-BlueWall<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Tue, 2012-03-13 at 18:35 +0100, Gudule Lapointe wrote:<br>
> We are working on a osGetInventoryLandmarkURL function, and it's<br>
> working great.<br>
><br>
><br>
> Now, it's time to choose the format of the URL ;-)<br>
><br>
><br>
> I found two slightly different schemes, which seem to be handled the<br>
> same way<br>
> So my question is "what is their scope?"…<br>
> (this is to choose a relevant constant name)<br>
><br>
><br>
> speculoos.net:8002:Agora<br>
> -> handled in<br>
> - map search<br>
> - in osTeleport (without http)<br>
><br>
><br>
> <a href="http://speculoos.net:8002/" target="_blank">http://speculoos.net:8002/</a> Agora<br>
> -> handled in<br>
> - map search<br>
> - in osTeleport<br>
><br>
><br>
> The third scheme is more obvious:<br>
><br>
><br>
> secondlife://speculoos.net:8002:Agora/<br>
> -> handled in<br>
> - local chat and web only<br>
><br>
><br>
> --<br>
> <a href="http://www.speculoos.net/" target="_blank">http://www.speculoos.net/</a><br>
> secondlife://<a href="http://speculoos.net:8002/" target="_blank">speculoos.net:8002/</a><br>
> Speculoos, the belgian cookie-flavored metaverse<br>
><br>
> Le 13 mars 2012 à 11:34, BlueWall a écrit :<br>
><br>
> ><br>
> > Here is the asset data from a landmark:<br>
> ><br>
> > Landmark version 2<br>
> > region_id afd7aa20-a820-11de-8a39-0800200c9a66<br>
> > local_pos 129.1343 124.0458 22.16408<br>
> > region_handle 10621282326789120<br>
> > gatekeeper <a href="http://grid.nebadon2025.homeftp.net:8002" target="_blank">http://grid.nebadon2025.homeftp.net:8002</a><br>
> ><br>
> ><br>
> > -BlueWall<br>
> ><br>
> > On Tue, 2012-03-13 at 02:47 +0100, Gudule Lapointe wrote:<br>
> > > I updated mantis <a href="http://opensimulator.org/mantis/view.php?id=5927" target="_blank">http://opensimulator.org/mantis/view.php?id=5927</a><br>
> > > with<br>
> > > an alternative patch to provide<br>
> > ><br>
> > ><br>
> > > osGetInventoryDesc(string item) instead of osGetInventoryDesc(int<br>
> > > type, int number)<br>
> > ><br>
> > ><br>
> > > Anyway, thank you ME Verhagen for pointing this workaround.<br>
> > ><br>
> > ><br>
> > > Still wondering if I can figure a real way to get the landmark<br>
> > > properties without relying on description field…<br>
> > ><br>
> > ><br>
> > ><br>
> > ><br>
> > ><br>
> > ><br>
> > > Le 13 mars 2012 à 01:49, Gudule Lapointe a écrit :<br>
> > ><br>
> > > > OK, I have a concern about that, and IMHO an issue.<br>
> > > ><br>
> > > ><br>
> > > > First the issue:<br>
> > > ><br>
> > > ><br>
> > > > Using (int type, int number) like in llGetInventoryName() forces<br>
> > > > an<br>
> > > > duplicate search.<br>
> > > > I'll post the full explanation on mantis.<br>
> > > ><br>
> > > ><br>
> > > > Second, my concern:<br>
> > > ><br>
> > > ><br>
> > > > Description is a user-modifiable field. Actually, lot of<br>
> > > > scripters<br>
> > > > (including me) use it to pass additional values to scripts. So,<br>
> > > > this<br>
> > > > function is a really interesting workaround, but would not be<br>
> > > > 100%<br>
> > > > reliable to get landmark destination. (though I admit there is<br>
> > > > less<br>
> > > > chances to change desc of a landmark than other objects)<br>
> > > ><br>
> > > ><br>
> > > > Le 13 mars 2012 à 01:08, M.E. Verhagen a écrit :<br>
> > > ><br>
> > > > > the description property.<br>
> > > > ><br>
> > > > > and the hypergrid adres is stored in the description, for<br>
> > > > > instance<br>
> > > > > 'region-name @ <a href="http://speculoos.net:8002" target="_blank">speculoos.net:8002</a>'<br>
> > > > ><br>
> > > > ><br>
> > > > ><br>
> > > > ><br>
> > > > ><br>
> > > > ><br>
> > > > > Op dinsdag 13 maart 2012 schreef Gudule Lapointe<br>
> > > > > (<a href="mailto:gudule@spekuloos.be">gudule@spekuloos.be</a>) het volgende:<br>
> > > > > > The word "Desc" is ambiguous. Is it related to all object<br>
> > > > > properties or to only the "description" property?<br>
> > > > > > Of course, description property does not help for the<br>
> > > > > > landmark<br>
> > > > > > --<br>
> > > > > > Le 12 mars 2012 à 23:46, M.E. Verhagen a écrit :<br>
> > > > > ><br>
> > > > > > yes a function to get the description of an object in the<br>
> > > > > inventory of prim.<br>
> > > > > ><br>
> > > > > > i looked into it and it was suprisingly easy to do, since<br>
> > > > > > there<br>
> > > > > is already a function to get the name.<br>
> > > > > ><br>
> > > > > > <a href="http://opensimulator.org/mantis/view.php?id=5927" target="_blank">http://opensimulator.org/mantis/view.php?id=5927</a><br>
> > > > > ><br>
> > > > > ><br>
> > > > > ><br>
> > > > > > Op maandag 12 maart 2012 schreef Justin Clark-Casey<br>
> > > > > (<a href="mailto:jjustincc@googlemail.com">jjustincc@googlemail.com</a>) het volgende:<br>
> > > > > > > There does seem to be no function to do this (it looks<br>
> > > > > > > like<br>
> > > > > it's done in SL by roundabout web queries).<br>
> > > > > > ><br>
> > > > > > > It would be interesting to have something like an<br>
> > > > > osRequestInventoryData(string name, list rules) where rules<br>
> > > > > contains some constant like LANDMARK_REGION_NAME.<br>
> > > > > > ><br>
> > > > > > > On 10/03/12 21:39, Gudule Lapointe wrote:<br>
> > > > > > > ><br>
> > > > > > > > That is interesting, but not enough….<br>
> > > > > > > ><br>
> > > > > > > > But the only thing I get seems to be the global (wold<br>
> > > > > coordinate) position of the object:<br>
> > > > > > > > like<256128.1, 256127.4, 27.73114><br>
> > > > > > > ><br>
> > > > > > > > Not even the region name, and in case of HG landmark, no<br>
> > > > > indication on the grid url<br>
> > > > > > > ><br>
> > > > > > > ><br>
> > > > > > > > Le 10 mars 2012 à 22:13, M.E. Verhagen a écrit :<br>
> > > > > > > ><br>
> > > > > > > > > the following lsl function can be used to extract some<br>
> > > > > > > > > data<br>
> > > > > out of landmaks:<br>
> > > > > > > > > <a href="http://wiki.secondlife.com/wiki/LlRequestInventoryData" target="_blank">http://wiki.secondlife.com/wiki/LlRequestInventoryData</a><br>
> > > > > > > > ><br>
> > > > > > > > > Op zaterdag 10 maart 2012 schreef Gudule Lapointe<br>
> > > > > (<a href="mailto:gudule@spekuloos.be">gudule@spekuloos.be</a> <mailto:<a href="mailto:gudule@spekuloos.be">gudule@spekuloos.be</a>>) het<br>
> > > > > volgende:<br>
> > > > > > > > > > Is there a way to read the coordinates of a landmark<br>
> > > > > > > > > > from<br>
> > > > > within a script?<br>
> > > > > > > > > > I made several flavors of blame gates and I would<br>
> > > > > > > > > > like to<br>
> > > > > be able to drop a landmark in the prim instead of encoding<br>
> > > > > > > > > the uri<br>
> > > > > > > > > ><br>
><br>
</div></div><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> Opensim-users mailing list<br>
> <a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
> <a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
<br>
<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Groningen en Hannover Opensims:
<span style="color:rgb(50,61,86);font-family:'Trebuchet MS',Helvetia,Tahoma,Verdana,Arial,sans-serif;font-size:16px;text-align:left;background-color:rgb(255,255,255)">secondlife://meverhagen.nl:8002:Hannover ZW/ </span><br>