| Commit message (Expand) | Author | Files | Lines |
2009-05-13 | Make the LSL HTTP server create and give out URLs to scripts | Melanie Thielker | 2 | -14026/+14346 |
2009-05-13 | Add most of the meat to the LSL HTTP server | Melanie Thielker | 1 | -1/+7 |
2009-05-13 | Plumb request and return URL functions. | Melanie Thielker | 1 | -3/+10 |
2009-05-13 | Implement llAttachToAvatar() | Melanie Thielker | 1 | -1/+27 |
2009-05-13 | Implement llDetachFromAvatar() | Melanie Thielker | 1 | -1/+27 |
2009-05-13 | Add interface, stub implementation and | Charles Krinke | 3 | -0/+14 |
2009-05-13 | Add interface, implementation stub and | Charles Krinke | 3 | -0/+14 |
2009-05-13 | Added interface, implementation stub and | Charles Krinke | 1 | -0/+5 |
2009-05-13 | Remove incorrect semicolon | Charles Krinke | 2 | -1/+8 |
2009-05-13 | Add interface, stubbed implementation and | Charles Krinke | 3 | -1/+14 |
2009-05-13 | Added interface, stub implementation and script | Charles Krinke | 3 | -0/+11 |
2009-05-13 | Add interface, stub and bare implmentation for llHTTPResponse(). | Charles Krinke | 3 | -0/+16 |
2009-05-12 | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 1 | -0/+2 |
2009-05-09 | Fixed handling of inventory a bit | Homer Horwitz | 1 | -2/+2 |
2009-04-27 | Thank you, Orion_Shamroy, for a patch to expand notecard reading | Melanie Thielker | 3 | -31/+136 |
2009-04-27 | Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine and | Melanie Thielker | 3 | -0/+93 |
2009-04-27 | Add copyright headers. Formatting cleanup. | Jeff Ames | 1 | -20/+17 |
2009-04-26 | Thank you kindly, Ewe Loon, for a patch that solves: | Charles Krinke | 1 | -0/+39 |
2009-04-22 | cleaning up, fixing warnings | Dr Scofield | 1 | -6/+4 |
2009-04-22 | Fix loading notecards from LSL. The first time a notecard was accessed, the | Melanie Thielker | 1 | -49/+21 |
2009-04-20 | Prevent a null ref if a notecard is not found | Melanie Thielker | 1 | -0/+6 |
2009-04-19 | Terrain changes done via osTerrainSetHeight aren't shown immediately to the c... | Homer Horwitz | 3 | -36/+56 |
2009-04-18 | Allow reading of notecards by asset ID. | Melanie Thielker | 1 | -52/+108 |
2009-04-18 | Obtain the owner name for the X-SecondLife-Owner-Name header in llHTTPRequest... | idb | 1 | -1/+7 |
2009-04-17 | Correct detected rotation to return the same value as llGetRot in the object ... | idb | 1 | -1/+1 |
2009-04-17 | * Also use the profile cache for osKey2Name() | Justin Clarke Casey | 1 | -4/+4 |
2009-04-17 | * Use cached user profiles in osAvatarName2Key() | Justin Clarke Casey | 1 | -4/+5 |
2009-04-17 | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 1 | -1/+1 |
2009-04-17 | * Some more work on refactoring configs; | lbsa71 | 1 | -1/+1 |
2009-04-15 | Add the XML manifests needed to get the new style modules to load. | Melanie Thielker | 2 | -0/+26 |
2009-04-15 | minor: Remove some mono compiler warnings. Uncomment code when it's actually... | Justin Clarke Casey | 1 | -2/+2 |
2009-04-15 | Convert both script engines to new region module format. Add proper unload | Melanie Thielker | 6 | -16/+82 |
2009-04-12 | Actually remove the script if it tries to remove itself. | Melanie Thielker | 4 | -5/+38 |
2009-04-12 | Fix a regression where animations would only be sent if the avatar has | Melanie Thielker | 2 | -4/+72 |
2009-04-11 | Adding a script event, changed(CHANGED_ANIMATION) | Melanie Thielker | 3 | -0/+19 |
2009-04-10 | Make the scrpt engines ignore any script that begins with //MRM: | Melanie Thielker | 2 | -0/+6 |
2009-04-10 | Introduce IXmlRpcRouter, an interface that allows registering XMLRPC | Melanie Thielker | 4 | -0/+34 |
2009-04-10 | Add events to IScriptEngine to notify scripting modules of the removal | Melanie Thielker | 4 | -2/+29 |
2009-04-10 | Thank you, OwenOyen, for a patch that corrects the behavior of llRot2Euler. | Melanie Thielker | 1 | -2/+2 |
2009-04-10 | * Apply http://opensimulator.org/mantis/view.php?id=3432 | Justin Clarke Casey | 1 | -3/+5 |
2009-04-09 | * Tagged long running tests with LongRunningAttribute. | lbsa71 | 1 | -5/+5 |
2009-04-09 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Sean Dague | 3 | -0/+53 |
2009-04-09 | * Fixed a number of culture-variant bugs in lsl implicit type conversions. | lbsa71 | 1 | -9/+11 |
2009-04-09 | * argh. reverted untested fix that snuck into the last commit | lbsa71 | 1 | -2/+1 |
2009-04-09 | * tagged some more database tests as such | lbsa71 | 1 | -1/+2 |
2009-04-08 | Correct unit test for llAngleBetween() | Dahlia Trimble | 2 | -7/+3 |
2009-04-07 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 1 | -12/+11 |
2009-04-07 | * Remove unnecessary build dependencies on the ExamplemoneyModule stub. | Teravus Ovares | 3 | -3/+0 |
2009-04-07 | * Apply http://opensimulator.org/mantis/view.php?id=3406 | Justin Clarke Casey | 1 | -0/+2 |
2009-04-07 | temporarily revert llanglebetween patch until unit test can be updated - affe... | Dahlia Trimble | 1 | -2/+2 |