aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Thank you Flyte Xevious for Mantis #3361 - Implementation of llEdgeOfWorldDahlia Trimble2009-03-291-2/+60
* * This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares2009-03-271-1/+1
* Change llGetOwnerKey to use another overload of GetSceneObject.Melanie Thielker2009-03-241-1/+1
* Fixed the looping on llParcelMediaCommandList, now PARCEL_MEDIA_COMMAND_PLAY ...MW2009-03-171-2/+13
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-03-171-5/+10
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-1/+3
* Limit the message length from llInstantMessage to 1024 characters http://wiki...idb2009-03-071-1/+5
* Added the ability to set User-Agent in llHTTPRequest. No new default value ha...idb2009-03-071-0/+3
* Update svn properties, minor formatting cleanup.Jeff Ames2009-03-071-14/+14
* Fixes Mantis #3260. Thank you kindly, MCortez for a patch that:Charles Krinke2009-03-061-16/+13
* * refactor: Remove GetLandOwner function from SceneJustin Clarke Casey2009-03-061-17/+22
* * Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi...Justin Clarke Casey2009-03-051-12/+9
* * refactor: move media and music url setting from scene into LandObjectJustin Clarke Casey2009-03-051-3/+5
* Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that:Charles Krinke2009-03-051-9/+8
* Fixes Mantis #3194. Thank you kindly, Godfrey for a patch that:Charles Krinke2009-03-051-1/+19
* Fixes Mantis #3253. Thank you kindly, Godfrey, for a patch that:Charles Krinke2009-03-051-1/+1
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-6/+8
* Refactor log4net logger handling in script engine. (#3148)Jeff Ames2009-02-221-1/+2
* Thank you kindly, DoranZemlja for a patch that:Charles Krinke2009-02-211-1/+1
* Add copyright headers. Minor formatting cleanup.Jeff Ames2009-02-211-2/+2
* Thank you, robsmart, for a patch that allows the shard to be set.Melanie Thielker2009-02-211-1/+9
* * Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey2009-02-201-167/+350
* Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker2009-02-171-2/+2
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-161-2/+2
* Thank you, DoranZemlja, for a patch that implements local inter-object emailMelanie Thielker2009-02-141-1/+8
* Correct llGetNumberOfPrims to include sitting avatars in the count.idb2009-02-131-2/+18
* Fix some compiler warnings. Minor formatting cleanup.Jeff Ames2009-02-131-4/+4
* Thank you kindly, FrankNichols for a patch that:Charles Krinke2009-02-111-1/+1
* From Rob Smart <SMARTROB@uk.ibm.com>Sean Dague2009-02-101-1/+5
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-5/+5
* Update svn properties, minor formatting cleanup.Jeff Ames2009-02-091-2/+2
* This patch implements llLookAt to the extent that an object will correctlyDr Scofield2009-02-091-1/+23
* the parameters for llAtan2 were inverted before passing to Math.Sean Dague2009-02-071-1/+1
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-6/+0
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-5/+4
* * Fission SceneObjectTests into basic and linking setsJustin Clarke Casey2009-02-031-1/+5
* * Lock the parts for the old group while we're clearing it as well - not much...Justin Clarke Casey2009-02-031-0/+5
* Correct the method signature on llMakeFountain.idb2009-02-011-1/+1
* Flesh out llGetAgentLanguage to return "en-us" untilCharles Krinke2009-01-311-2/+4
* Complete the implementation of llSHA1String.idb2009-01-291-1/+2
* Add in a stub for llSHA1String. I believe it is the only one newCharles Krinke2009-01-281-0/+5
* Fix for llGetRot when the script is in a child prim. Also fixed llGetPrimitiv...idb2009-01-231-5/+5
* Moved applying an impulse to a newly rezzed object to minimise the delay gett...idb2009-01-181-1/+0
* Minor formatting cleanup, add copyright header.Jeff Ames2009-01-161-3/+3
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-01-131-1/+2
* * refactor: move url sending from scene to DialogModuleJustin Clarke Casey2009-01-081-3/+6
* * refactor: move code to send a dialog to a user from scene to DialogModuleJustin Clarke Casey2009-01-081-1/+10
* * Adding some recognizable and search-able test to some WriteLine(e.ToString(...Teravus Ovares2009-01-021-1/+1
* Update svn properties, minor formatting cleanup.Jeff Ames2008-12-301-1/+1
* * Add a method to allow friendship offers to a logged in client from an offli...Justin Clarke Casey2008-12-231-1/+0