Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add most of the meat to the LSL HTTP server | Melanie Thielker | 2009-05-13 | 1 | -1/+7 |
| | |||||
* | Plumb request and return URL functions. | Melanie Thielker | 2009-05-13 | 1 | -3/+10 |
| | | | | | | Implements llRequestURL, llRequestSecureURL, llReleaseURL | ||||
* | Implement llAttachToAvatar() | Melanie Thielker | 2009-05-13 | 1 | -1/+27 |
| | |||||
* | Implement llDetachFromAvatar() | Melanie Thielker | 2009-05-13 | 1 | -1/+27 |
| | |||||
* | Add interface, stub implementation and | Charles Krinke | 2009-05-13 | 3 | -0/+14 |
| | | | | | script stub for llGetHTTPHeader(). | ||||
* | Add interface, implementation stub and | Charles Krinke | 2009-05-13 | 3 | -0/+14 |
| | | | | | script stub for llGetFreeURLs(). | ||||
* | Added interface, implementation stub and | Charles Krinke | 2009-05-13 | 1 | -0/+5 |
| | | | | | script stub for llReleaseURL(). | ||||
* | Remove incorrect semicolon | Charles Krinke | 2009-05-13 | 2 | -1/+8 |
| | |||||
* | Add interface, stubbed implementation and | Charles Krinke | 2009-05-13 | 3 | -1/+14 |
| | | | | | script stub for llRequestSecureURL(). | ||||
* | Added interface, stub implementation and script | Charles Krinke | 2009-05-13 | 3 | -0/+11 |
| | | | | | stub for llRequestURL(). | ||||
* | Add interface, stub and bare implmentation for llHTTPResponse(). | Charles Krinke | 2009-05-13 | 3 | -0/+16 |
| | |||||
* | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 2009-05-12 | 1 | -0/+2 |
| | | | | | | | | | This is to handle the changes in the v1.23 viewer of LL regarding the adult rating. With this patch a region can be changed to the adult rating from LL viewer v1.23 and above. | ||||
* | Fixed handling of inventory a bit | Homer Horwitz | 2009-05-09 | 1 | -2/+2 |
| | | | | | | | | | - AssetType isn't InventoryType. Those enums contain different numbers. Use AssetType for the asset type, InventoryType for the inventory type. - The ToString method (or ToLower) of AssetType/InventoryType doesn't necessarily return the correct LLSD string. - Replaced several magic numbers by their corresponding enum. - Fixed the invType for gestures and animations in the library. This should fix Mantis #3610 and the non-terminating inventory loading | ||||
* | Thank you, Orion_Shamroy, for a patch to expand notecard reading | Melanie Thielker | 2009-04-27 | 3 | -31/+136 |
| | | | | | | | capabilities in OSSL. Fixes Mantis #3543 | ||||
* | Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine and | Melanie Thielker | 2009-04-27 | 3 | -0/+93 |
| | | | | | | | osGetNumberOfNotecardLines Fixes Mantis #2942 | ||||
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-27 | 1 | -20/+17 |
| | |||||
* | Thank you kindly, Ewe Loon, for a patch that solves: | Charles Krinke | 2009-04-26 | 1 | -0/+39 |
| | | | | | | | PRIM_TEXGEN not in llSetPrimitiveParams. Patch has been included to implement it. | ||||
* | cleaning up, fixing warnings | Dr Scofield | 2009-04-22 | 1 | -6/+4 |
| | |||||
* | Fix loading notecards from LSL. The first time a notecard was accessed, the | Melanie Thielker | 2009-04-22 | 1 | -49/+21 |
| | | | | | | | ID returned from the call would differ from the one later sent via dataserver(), causing AOs to fail. | ||||
* | Prevent a null ref if a notecard is not found | Melanie Thielker | 2009-04-20 | 1 | -0/+6 |
| | |||||
* | Terrain changes done via osTerrainSetHeight aren't shown immediately to the ↵ | Homer Horwitz | 2009-04-19 | 3 | -36/+56 |
| | | | | | | | | | | 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. | ||||
* | Allow reading of notecards by asset ID. | Melanie Thielker | 2009-04-18 | 1 | -52/+108 |
| | | | | | | Fixes Manthis #3420 | ||||
* | Obtain the owner name for the X-SecondLife-Owner-Name header in ↵ | idb | 2009-04-18 | 1 | -1/+7 |
| | | | | | | | llHTTPRequest when the owner is offline/not in the region. Fixes Mantis #3454 | ||||
* | * Also use the profile cache for osKey2Name() | Justin Clarke Casey | 2009-04-17 | 1 | -4/+4 |
| | |||||
* | * Use cached user profiles in osAvatarName2Key() | Justin Clarke Casey | 2009-04-17 | 1 | -4/+5 |
| | |||||
* | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | * Some more work on refactoring configs; | lbsa71 | 2009-04-17 | 1 | -1/+1 |
| | | | | | | | * Moved the constants out into a separate DefaultConfig * Pulled configMember up * Some minor CCC | ||||
* | Actually remove the script if it tries to remove itself. | Melanie Thielker | 2009-04-12 | 1 | -1/+4 |
| | | | | | | Fixes Mantis #2929 | ||||
* | Adding a script event, changed(CHANGED_ANIMATION) | Melanie Thielker | 2009-04-11 | 1 | -0/+1 |
| | | | | | | | | This is sent to all root prims of all attachments of an avatar when the animation state changes. llGetAnimation() can thenbe used to find the new movement animation. This eliminates the need for fast timers in AOs | ||||
* | Introduce IXmlRpcRouter, an interface that allows registering XMLRPC | Melanie Thielker | 2009-04-10 | 1 | -0/+3 |
| | | | | | | | UUIDs with a central marshaller for grids, or publish the ULS for objects elsewhere. | ||||
* | Thank you, OwenOyen, for a patch that corrects the behavior of llRot2Euler. | Melanie Thielker | 2009-04-10 | 1 | -2/+2 |
| | | | | | | | Committed with comment changes. Fixes Mantis #3412 | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3432 | Justin Clarke Casey | 2009-04-10 | 1 | -3/+5 |
| | | | | | | | * Make llGroundSlope() return correct results * Thanks aduffy70! | ||||
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-04-09 | 3 | -0/+53 |
| | | | | | | | | | | | 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. | ||||
* | Correct unit test for llAngleBetween() | Dahlia Trimble | 2009-04-08 | 1 | -2/+2 |
| | | | | | Reinstate patch for Mantis #3007 | ||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-07 | 1 | -12/+11 |
| | |||||
* | * Remove unnecessary build dependencies on the ExamplemoneyModule stub. | Teravus Ovares | 2009-04-07 | 1 | -1/+0 |
| | | | | | (??? using OpenSim.Region.CoreModules.Avatar.Currency.SampleMoney ???) | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3406 | Justin Clarke Casey | 2009-04-07 | 1 | -0/+2 |
| | | | | | | | * Makes Second Life environment sensor ranges and maximum response number configurable * Thanks Intimidated | ||||
* | temporarily revert llanglebetween patch until unit test can be updated - ↵ | Dahlia Trimble | 2009-04-07 | 1 | -2/+2 |
| | | | | affects Mantis #3007 | ||||
* | Thanks Ewe Loon for Mantis #3007 - llAngleBetween is producing numbers ↵ | Dahlia Trimble | 2009-04-07 | 1 | -1/+4 |
| | | | | | | | greater then Pi Radians. Also modified to use the system constant for Pi and prevent negative results. | ||||
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-04-06 | 1 | -19/+19 |
| | |||||
* | Thanks BlueWall for a patch that adds Hypergrid dynamic linking to ↵ | diva | 2009-04-05 | 1 | -0/+20 |
| | | | | osTeleportAgent. Fixes mantis #3408. | ||||
* | Thanks jonc, for a patch that adds rendering of classic clouds. | Homer Horwitz | 2009-04-04 | 1 | -1/+12 |
| | | | | | First part of Mantis #964, the necessary clouds image will follow separately. | ||||
* | Correct llSetPrimitiveParams to check for a texture in inventory when ↵ | idb | 2009-04-02 | 1 | -17/+17 |
| | | | | | | | | | setting the sculpt map. This Fixes Mantis #3331 Also corrected the capping calculation in llApplyImpulse and several integer "boolean" comparisons from "== 1" to "!= 0" for true | ||||
* | * Refactored out and de-duplicated Base64ToString(string) | lbsa71 | 2009-03-31 | 1 | -8/+2 |
| | | | | | * Fixed minor typo | ||||
* | Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-03-31 | 3 | -1/+65 |
| | | | | | | | | | | | | 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. | ||||
* | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 2009-03-31 | 2 | -29/+28 |
| | |||||
* | Thank you Flyte Xevious for Mantis #3361 - Implementation of llEdgeOfWorld | Dahlia Trimble | 2009-03-29 | 1 | -2/+60 |
| | |||||
* | * This updates LibOMV to the current release 0.6.0 on March 19 2009 | Teravus Ovares | 2009-03-27 | 1 | -1/+1 |
| | | | | | | * Important: HttpServer.dll was changed to HttpServer_OpenSim.dll so that the HttpServer references do not conflict if you've copied the OpenMetaverse.Http.dll and requirements to the OpenSimulator bin folder. This means that if you reference HttpServer.dll in any projects, you will need to change the reference to HttpServer_OpenSim.dll. It still uses the Same HttpServer namespace though. | ||||
* | - adding osGetAgents() which returns a list of all avatars in the region | Dr Scofield | 2009-03-26 | 3 | -46/+79 |
| | | | | | | | | 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) | ||||
* | Change llGetOwnerKey to use another overload of GetSceneObject. | Melanie Thielker | 2009-03-24 | 1 | -1/+1 |
| | | | | | | Fixes Mantis #3326 |