aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+14
Changes to support client-side image pre-caching in the region. This commit adds an additional calling sequence to the DynamicTexture data and URL calls. The new interface allows a dynamic image to be loaded into a specific object face (rather than the mandatory ALL_SIDES supported today. This is in part fulfilment of ticket #458.
2009-04-27Thank you, Orion_Shamroy, for a patch to expand notecard readingMelanie Thielker1-0/+5
capabilities in OSSL. Fixes Mantis #3543
2009-04-27Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine andMelanie Thielker1-0/+10
osGetNumberOfNotecardLines Fixes Mantis #2942
2009-04-19Terrain changes done via osTerrainSetHeight aren't shown immediately to the ↵Homer Horwitz1-2/+9
clients in that region. I decided against sending the terrain on every call to osTerrainSetHeight (which makes it abysmally slow), and added a osTerrainFlush instead, which should be called after all the terrain-changes have been done. Changed some return types to LSL types, too, and removed some end-of-line spaces.
2009-04-09From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague1-0/+10
The attached patch implements osKey2Name and osName2Key which converts between a UUID key for an avatar and an avatar name and vice-versa. osKey2Name is similar to llKey2Name except that it will work even if the avatar being looked up is not in the same region as the script.
2009-04-07* minor: remove some mono compiler warningsJustin Clarke Casey1-12/+11
2009-03-31Thank you kindly, MCortez for a patch that:Charles Krinke1-0/+16
With some support from HomerH, this patch adds support for Wind Model plugins via the mono.Addin framework. * Adds console & OSSL access to Wind Parameters * Adds plug-in support for custom wind models * Provides two example Wind Model plug-ins Documentation for the wind module is temporarily located at http://code.google.com/p/flotsam/wiki/CoreWindModule [^] -- will move this documentation to http://opensimulator.org [^] after the patch has been committed.
2009-03-26 - adding osGetAgents() which returns a list of all avatars in the regionDr Scofield1-0/+5
in which the script is running. - found a bag of space characters under my desk, thought i'd donate them to the JSON OSSL function (aka clean up)
2009-03-20Thank you, mcortez, for patch to add functionality to the sun module.Melanie Thielker1-0/+21
Fixes Mantis #3313
2009-03-13Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker1-0/+5
issues with the sun module. Fixes Mantis #3295
2009-03-02After another heroic and bloody battle, OpenSim Dino Expedition 1, killed ↵MW1-7/+0
off OsSetParcelMediaTime, which was only ever added for testing. And all the logic code of it has been commented out for a long time.
2009-02-26This adds a new osGetAgentIP function with threat level set to High. ItSean Dague1-0/+6
isn't tested, but it doesn't break anything else. The reason for this function is to let in world tools be used to coordiante out of world network services that need access to client ip addresses.
2009-02-18From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague1-0/+6
The attached patch implements osGetDrawStringSize that looks like: vector osGetDrawStringSize(string contentType, string text, string fontName, int fontSize) in LSL. It is meant to be used in conjunction with the osDraw* functions. It returns accurate information on the size that a given string will be rendered given the specified font and font size. This allows for nicely formatted and positioned text on the generated image.
2009-02-16Thank you, cmickeyb, for a patch to ass two string functionsMelanie Thielker1-0/+12
to OSSL. Fixes Mantis #3173
2009-02-16Thank you, patnad, for a patch that adds 3 new discovery functionsMelanie Thielker1-0/+15
to OSSL. Applied with changes. Fixes Mantis #3172
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1/+1
OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
2009-02-01Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-0/+5
Added osTeleportAgent with region coordinates to support hyper grid scripted teleports.
2008-11-06From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-0/+5
The following patch implements osMakeNotecard as specified on the OpenSim website
2008-11-04From: Rob Smart <SMARTROB@uk.ibm.com>Sean Dague1-1/+6
This patch allows an object to directly message another object given its key using the method osMessageObject(key objectUUID,string message). to communicate with an object it must implement the dataserver listener method. The dataserver method is passed the key of the calling object and a string message.
2008-10-05Update svn properties, minor formatting cleanup.Jeff Ames1-5/+5
2008-10-03Mantis #2317Melanie Thielker1-0/+5
Thank you, fusspawn, for an implementation of osGetSimulatorVersion. This patch removes the llRequestSimulatorData(..., 128) hack and implements the functionality as an osFunction.
2008-09-26Bringing the OSSLPrim back. Prim.Rotation, etc, will now work again.Melanie Thielker1-0/+187
As a bonus, the OSSLPrim has now come to XEngine, too!
2008-09-18From: Robert Smart (SMARTROB@uk.ibm.com)Dr Scofield1-0/+5
Patch for new scripting method osParseJSON. also, a couple of warning bugs killed.
2008-09-15Mantis#2197. Thank you kindly, Tyre, for a patch that:Charles Krinke1-0/+12
adds the new function osTeleportAgent().
2008-07-09for testing purposes only:MW1-0/+7
added void osSetParcelMediaTime(double time) command to script engines. which sets the position of the media that is playing. Time is in seconds. Doesn't do any security checking (should be checking that the object/script is owned by the parcel owner). So could be abused, if it is then we should remove it, or add the security. Only tested in dotnet scripting engine, but should work in XEngine too.
2008-07-01From: kurt taylor (krtaylor)Dr Scofield1-0/+5
Another new OSSL function for returning the name of the script engine currently running, osGetScriptEngineName, added to both DotNet and XEngine OSSL API.
2008-06-25Minor formatting cleanup.Jeff Ames1-1/+1
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa711-0/+199
api and compiler out of XEngine" "First stage in a major Script Engine refactor, that will result in the LSL implementaions ebing reconverged. Not there yet, but one major part is done." Thank you, Melanie!