Talk:OSSL Proposals
From OpenSimulator
(Difference between revisions)
Nitrus Nori (Talk | contribs) |
Nitrus Nori (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | ==OSSL Proposal Table== | ||
+ | {| class="sortable" cellpadding="5" cellspacing="0" style="width:100%;border:1px solid #000000;border-collapse: collapse; white-space:normal;" | ||
+ | |- style="background-color:#99CCFF;font-size:6pt;font-weight:bold;border-bottom:1px solid;" align="center" valign="bottom" | ||
+ | | osFunction | ||
+ | | Description | ||
+ | | Example Usage | ||
+ | | Signed | ||
+ | | Comment | ||
+ | |||
|- style="background-color:#CCFFCC;font-size:8pt;border-bottom:1px solid;" valign="top" | |- style="background-color:#CCFFCC;font-size:8pt;border-bottom:1px solid;" valign="top" | ||
| int osWebTexture() | | int osWebTexture() | ||
Line 4: | Line 13: | ||
| osWebTexture(string url,integer maptype); | | osWebTexture(string url,integer maptype); | ||
| AFrisby? | | AFrisby? | ||
− | + | |This would take considerable amount of time to load textures from URL's. What would happen if error response from HTTP? If such a feature was added, there should be a script command to send to the server by the master avatar to enable or disable the feature on the region on a per region basis. Comments? | |
− | This would take considerable amount of time to load textures from URL's. What would happen if error response from HTTP? If such a feature was added, there should be a script command to send to the server by the master avatar to enable or disable the feature on the region on a per region basis. Comments? | + | |
int osShutdownRegion() = OK, say this worked, how would one restart their region with out asking a grid admin? Not all master avatars will be running the region on their computer, say if the region was hosted by a service similar to opengrid. | int osShutdownRegion() = OK, say this worked, how would one restart their region with out asking a grid admin? Not all master avatars will be running the region on their computer, say if the region was hosted by a service similar to opengrid. |
Revision as of 01:47, 11 February 2008
OSSL Proposal Table
osFunction | Description | Example Usage | Signed | Comment |
int osWebTexture() | Sets the texture from a web-url | osWebTexture(string url,integer maptype); | AFrisby? | This would take considerable amount of time to load textures from URL's. What would happen if error response from HTTP? If such a feature was added, there should be a script command to send to the server by the master avatar to enable or disable the feature on the region on a per region basis. Comments?
int osShutdownRegion() = OK, say this worked, how would one restart their region with out asking a grid admin? Not all master avatars will be running the region on their computer, say if the region was hosted by a service similar to opengrid. |