aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-26Thank you kindly, Ewe Loon, for a patch that solves:Charles Krinke1-0/+39
2009-04-22cleaning up, fixing warningsDr Scofield1-6/+4
2009-04-22Fix loading notecards from LSL. The first time a notecard was accessed, theMelanie Thielker1-49/+21
2009-04-20Prevent a null ref if a notecard is not foundMelanie Thielker1-0/+6
2009-04-18Allow reading of notecards by asset ID.Melanie Thielker1-52/+108
2009-04-18Obtain the owner name for the X-SecondLife-Owner-Name header in llHTTPRequest...idb1-1/+7
2009-04-17* Moved the DefaultConfig settings into already-existing ConfigSettingslbsa711-1/+1
2009-04-17* Some more work on refactoring configs;lbsa711-1/+1
2009-04-12Actually remove the script if it tries to remove itself.Melanie Thielker1-1/+4
2009-04-10Introduce IXmlRpcRouter, an interface that allows registering XMLRPCMelanie Thielker1-0/+3
2009-04-10Thank you, OwenOyen, for a patch that corrects the behavior of llRot2Euler.Melanie Thielker1-2/+2
2009-04-10* Apply http://opensimulator.org/mantis/view.php?id=3432Justin Clarke Casey1-3/+5
2009-04-08Correct unit test for llAngleBetween()Dahlia Trimble1-2/+2
2009-04-07* Remove unnecessary build dependencies on the ExamplemoneyModule stub. Teravus Ovares1-1/+0
2009-04-07temporarily revert llanglebetween patch until unit test can be updated - affe...Dahlia Trimble1-2/+2
2009-04-07Thanks Ewe Loon for Mantis #3007 - llAngleBetween is producing numbers greate...Dahlia Trimble1-1/+4
2009-04-04Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz1-1/+12
2009-04-02Correct llSetPrimitiveParams to check for a texture in inventory when setting...idb1-17/+17
2009-03-31* Refactored out and de-duplicated Base64ToString(string)lbsa711-8/+2
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames1-28/+28
2009-03-29Thank you Flyte Xevious for Mantis #3361 - Implementation of llEdgeOfWorldDahlia Trimble1-2/+60
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares1-1/+1
2009-03-24Change llGetOwnerKey to use another overload of GetSceneObject.Melanie Thielker1-1/+1
2009-03-17Fixed the looping on llParcelMediaCommandList, now PARCEL_MEDIA_COMMAND_PLAY ...MW1-2/+13
2009-03-17From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-5/+10
2009-03-11* Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey1-1/+3
2009-03-07Limit the message length from llInstantMessage to 1024 characters http://wiki...idb1-1/+5
2009-03-07Added the ability to set User-Agent in llHTTPRequest. No new default value ha...idb1-0/+3
2009-03-07Update svn properties, minor formatting cleanup.Jeff Ames1-14/+14
2009-03-06Fixes Mantis #3260. Thank you kindly, MCortez for a patch that:Charles Krinke1-16/+13
2009-03-06* refactor: Remove GetLandOwner function from SceneJustin Clarke Casey1-17/+22
2009-03-05* Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi...Justin Clarke Casey1-12/+9
2009-03-05* refactor: move media and music url setting from scene into LandObjectJustin Clarke Casey1-3/+5
2009-03-05Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that:Charles Krinke1-9/+8
2009-03-05Fixes Mantis #3194. Thank you kindly, Godfrey for a patch that:Charles Krinke1-1/+19
2009-03-05Fixes Mantis #3253. Thank you kindly, Godfrey, for a patch that:Charles Krinke1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-6/+8
2009-02-22Refactor log4net logger handling in script engine. (#3148)Jeff Ames1-1/+2
2009-02-21Thank you kindly, DoranZemlja for a patch that:Charles Krinke1-1/+1
2009-02-21Add copyright headers. Minor formatting cleanup.Jeff Ames1-2/+2
2009-02-21Thank you, robsmart, for a patch that allows the shard to be set.Melanie Thielker1-1/+9
2009-02-20* Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey1-167/+350
2009-02-17Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker1-2/+2
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey1-2/+2
2009-02-14Thank you, DoranZemlja, for a patch that implements local inter-object emailMelanie Thielker1-1/+8
2009-02-13Correct llGetNumberOfPrims to include sitting avatars in the count.idb1-2/+18
2009-02-13Fix some compiler warnings. Minor formatting cleanup.Jeff Ames1-4/+4
2009-02-11Thank you kindly, FrankNichols for a patch that:Charles Krinke1-1/+1
2009-02-10From Rob Smart <SMARTROB@uk.ibm.com>Sean Dague1-1/+5
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-5/+5