| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Prevent a null ref if a notecard is not found | Melanie Thielker | 2009-04-20 | 1 | -0/+6 |
* | Allow reading of notecards by asset ID. | Melanie Thielker | 2009-04-18 | 1 | -52/+108 |
* | Obtain the owner name for the X-SecondLife-Owner-Name header in llHTTPRequest... | idb | 2009-04-18 | 1 | -1/+7 |
* | * 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 |
* | Actually remove the script if it tries to remove itself. | Melanie Thielker | 2009-04-12 | 1 | -1/+4 |
* | Introduce IXmlRpcRouter, an interface that allows registering XMLRPC | Melanie Thielker | 2009-04-10 | 1 | -0/+3 |
* | Thank you, OwenOyen, for a patch that corrects the behavior of llRot2Euler. | Melanie Thielker | 2009-04-10 | 1 | -2/+2 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3432 | Justin Clarke Casey | 2009-04-10 | 1 | -3/+5 |
* | Correct unit test for llAngleBetween() | Dahlia Trimble | 2009-04-08 | 1 | -2/+2 |
* | * Remove unnecessary build dependencies on the ExamplemoneyModule stub. | Teravus Ovares | 2009-04-07 | 1 | -1/+0 |
* | temporarily revert llanglebetween patch until unit test can be updated - affe... | Dahlia Trimble | 2009-04-07 | 1 | -2/+2 |
* | Thanks Ewe Loon for Mantis #3007 - llAngleBetween is producing numbers greate... | Dahlia Trimble | 2009-04-07 | 1 | -1/+4 |
* | Thanks jonc, for a patch that adds rendering of classic clouds. | Homer Horwitz | 2009-04-04 | 1 | -1/+12 |
* | Correct llSetPrimitiveParams to check for a texture in inventory when setting... | idb | 2009-04-02 | 1 | -17/+17 |
* | * Refactored out and de-duplicated Base64ToString(string) | lbsa71 | 2009-03-31 | 1 | -8/+2 |
* | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 2009-03-31 | 1 | -28/+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 |
* | Change llGetOwnerKey to use another overload of GetSceneObject. | Melanie Thielker | 2009-03-24 | 1 | -1/+1 |
* | Fixed the looping on llParcelMediaCommandList, now PARCEL_MEDIA_COMMAND_PLAY ... | MW | 2009-03-17 | 1 | -2/+13 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-03-17 | 1 | -5/+10 |
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 1 | -1/+3 |
* | Limit the message length from llInstantMessage to 1024 characters http://wiki... | idb | 2009-03-07 | 1 | -1/+5 |
* | Added the ability to set User-Agent in llHTTPRequest. No new default value ha... | idb | 2009-03-07 | 1 | -0/+3 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2009-03-07 | 1 | -14/+14 |
* | Fixes Mantis #3260. Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-03-06 | 1 | -16/+13 |
* | * refactor: Remove GetLandOwner function from Scene | Justin Clarke Casey | 2009-03-06 | 1 | -17/+22 |
* | * Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi... | Justin Clarke Casey | 2009-03-05 | 1 | -12/+9 |
* | * refactor: move media and music url setting from scene into LandObject | Justin Clarke Casey | 2009-03-05 | 1 | -3/+5 |
* | Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that: | Charles Krinke | 2009-03-05 | 1 | -9/+8 |
* | Fixes Mantis #3194. Thank you kindly, Godfrey for a patch that: | Charles Krinke | 2009-03-05 | 1 | -1/+19 |
* | Fixes Mantis #3253. Thank you kindly, Godfrey, for a patch that: | Charles Krinke | 2009-03-05 | 1 | -1/+1 |
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 1 | -6/+8 |
* | Refactor log4net logger handling in script engine. (#3148) | Jeff Ames | 2009-02-22 | 1 | -1/+2 |
* | Thank you kindly, DoranZemlja for a patch that: | Charles Krinke | 2009-02-21 | 1 | -1/+1 |
* | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2009-02-21 | 1 | -2/+2 |
* | Thank you, robsmart, for a patch that allows the shard to be set. | Melanie Thielker | 2009-02-21 | 1 | -1/+9 |
* | * Consistently lock part.TaskInventory as pointed out in http://opensimulator... | Justin Clarke Casey | 2009-02-20 | 1 | -167/+350 |
* | Re-add the objectID field to the anim pack, that was deemed unneccessary | Melanie Thielker | 2009-02-17 | 1 | -2/+2 |
* | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 2009-02-16 | 1 | -2/+2 |
* | Thank you, DoranZemlja, for a patch that implements local inter-object email | Melanie Thielker | 2009-02-14 | 1 | -1/+8 |
* | Correct llGetNumberOfPrims to include sitting avatars in the count. | idb | 2009-02-13 | 1 | -2/+18 |
* | Fix some compiler warnings. Minor formatting cleanup. | Jeff Ames | 2009-02-13 | 1 | -4/+4 |
* | Thank you kindly, FrankNichols for a patch that: | Charles Krinke | 2009-02-11 | 1 | -1/+1 |
* | From Rob Smart <SMARTROB@uk.ibm.com> | Sean Dague | 2009-02-10 | 1 | -1/+5 |
* | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 2009-02-10 | 1 | -5/+5 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2009-02-09 | 1 | -2/+2 |