aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-0154-54/+54
* From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield2009-05-271-1/+4
* * Upped version number to 0.6.5lbsa712009-05-251-2/+2
* Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"Dr Scofield2009-05-251-4/+1
* From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield2009-05-251-1/+4
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-223-0/+69
* cleaning out warnings.Dr Scofield2009-05-223-11/+13
* normalize quats before applying llSetRot()Dahlia Trimble2009-05-211-1/+3
* From: Alan Webb <alan_webb> & Dr Scofield<drscofield@xyzzyxyzzy.net>Dr Scofield2009-05-182-22/+22
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-181-2/+2
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-152-8/+14
* Make the LSL HTTP server create and give out URLs to scriptsMelanie Thielker2009-05-132-14026/+14346
* Add most of the meat to the LSL HTTP serverMelanie Thielker2009-05-131-1/+7
* Plumb request and return URL functions.Melanie Thielker2009-05-131-3/+10
* Implement llAttachToAvatar()Melanie Thielker2009-05-131-1/+27
* Implement llDetachFromAvatar()Melanie Thielker2009-05-131-1/+27
* Add interface, stub implementation and Charles Krinke2009-05-133-0/+14
* Add interface, implementation stub andCharles Krinke2009-05-133-0/+14
* Added interface, implementation stub andCharles Krinke2009-05-131-0/+5
* Remove incorrect semicolonCharles Krinke2009-05-132-1/+8
* Add interface, stubbed implementation andCharles Krinke2009-05-133-1/+14
* Added interface, stub implementation and scriptCharles Krinke2009-05-133-0/+11
* Add interface, stub and bare implmentation for llHTTPResponse().Charles Krinke2009-05-133-0/+16
* Thank you kindly, Patnad, for a patch that:Charles Krinke2009-05-121-0/+2
* Fixed handling of inventory a bitHomer Horwitz2009-05-091-2/+2
* Thank you, Orion_Shamroy, for a patch to expand notecard readingMelanie Thielker2009-04-273-31/+136
* Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine andMelanie Thielker2009-04-273-0/+93
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-271-20/+17
* Thank you kindly, Ewe Loon, for a patch that solves:Charles Krinke2009-04-261-0/+39
* cleaning up, fixing warningsDr Scofield2009-04-221-6/+4
* Fix loading notecards from LSL. The first time a notecard was accessed, theMelanie Thielker2009-04-221-49/+21
* Prevent a null ref if a notecard is not foundMelanie Thielker2009-04-201-0/+6
* Terrain changes done via osTerrainSetHeight aren't shown immediately to the c...Homer Horwitz2009-04-193-36/+56
* Allow reading of notecards by asset ID.Melanie Thielker2009-04-181-52/+108
* Obtain the owner name for the X-SecondLife-Owner-Name header in llHTTPRequest...idb2009-04-181-1/+7
* Correct detected rotation to return the same value as llGetRot in the object ...idb2009-04-171-1/+1
* * Also use the profile cache for osKey2Name()Justin Clarke Casey2009-04-171-4/+4
* * Use cached user profiles in osAvatarName2Key()Justin Clarke Casey2009-04-171-4/+5
* * Moved the DefaultConfig settings into already-existing ConfigSettingslbsa712009-04-171-1/+1
* * Some more work on refactoring configs;lbsa712009-04-171-1/+1
* Add the XML manifests needed to get the new style modules to load.Melanie Thielker2009-04-152-0/+26
* minor: Remove some mono compiler warnings. Uncomment code when it's actually...Justin Clarke Casey2009-04-151-2/+2
* Convert both script engines to new region module format. Add proper unloadMelanie Thielker2009-04-156-16/+82
* Actually remove the script if it tries to remove itself.Melanie Thielker2009-04-124-5/+38
* Fix a regression where animations would only be sent if the avatar hasMelanie Thielker2009-04-122-4/+72
* Adding a script event, changed(CHANGED_ANIMATION)Melanie Thielker2009-04-113-0/+19
* Make the scrpt engines ignore any script that begins with //MRM:Melanie Thielker2009-04-102-0/+6
* Introduce IXmlRpcRouter, an interface that allows registering XMLRPCMelanie Thielker2009-04-104-0/+34
* Add events to IScriptEngine to notify scripting modules of the removalMelanie Thielker2009-04-104-2/+29
* Thank you, OwenOyen, for a patch that corrects the behavior of llRot2Euler.Melanie Thielker2009-04-101-2/+2