aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine (follow)
Commit message (Expand)AuthorAgeFilesLines
* * This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares2009-03-271-1/+1
* * minor: remove one mono compiler warningJustin Clarke Casey2009-03-271-1/+1
* Read the .map files in on sim startup. Also clean them up when an assemblyMelanie Thielker2009-03-262-1/+32
* Avoid preprocessing scripts on region restart just to generate the lineMelanie Thielker2009-03-261-11/+23
* Avoid writing script state to the filesystem if the state has not changed.Melanie Thielker2009-03-261-14/+19
* - adding osGetAgents() which returns a list of all avatars in the regionDr Scofield2009-03-263-46/+79
* Make the error messages passed to RegionReady more descriptiveMelanie Thielker2009-03-261-3/+4
* cleanupDr Scofield2009-03-252-2/+1
* Change llGetOwnerKey to use another overload of GetSceneObject.Melanie Thielker2009-03-241-1/+1
* Thank you, dslake, for a patch that speeds up the Delete Old Files optionMelanie Thielker2009-03-241-13/+19
* Thank you, dslake, for a patch that fixes XEngine linemap handling.Melanie Thielker2009-03-221-1/+4
* Thank you, mcortez, for patch to add functionality to the sun module.Melanie Thielker2009-03-203-0/+114
* * Apply http://opensimulator.org/mantis/view.php?id=3311Justin Clarke Casey2009-03-181-10/+22
* 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
* Fixes Mantis #3294. Thank you kindly, Godfrey, for a patch that:Charles Krinke2009-03-151-2/+40
* Fixes Mantis #3289. Thank you kindly, Ewe Loon, for a patch that:Charles Krinke2009-03-151-10/+28
* Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker2009-03-133-0/+34
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-114-5/+8
* Remove chained tests in BasicGridTest.cs.Mike Mazur2009-03-111-1/+1
* 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
* Correct casts so that the target id in the at_target event matches the origin...idb2009-03-071-0/+5
* 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-062-29/+34
* * 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-052-4/+6
* 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
* After another heroic and bloody battle, OpenSim Dino Expedition 1, killed off...MW2009-03-023-22/+0
* This adds a new osGetAgentIP function with threat level set to High. ItSean Dague2009-02-263-0/+38
* * minor: Remove most mono compiler warningsJustin Clarke Casey2009-02-251-1/+1
* Allow /* C-style comments */ in LSL scripts.Mike Mazur2009-02-252-17501/+17655
* Fixes Mantis #3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke2009-02-252-0/+2
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-231-1/+1
* Mantis#3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke2009-02-236-0/+169
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-2212-40/+44
* Refactor log4net logger handling in script engine. (#3148)Jeff Ames2009-02-2215-126/+134
* 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
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa712009-02-201-3/+3
* * Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey2009-02-202-174/+371
* Thanks DoranZemlja for a patch implementing non-shortcircuiting inMike Mazur2009-02-202-12/+31
* Force plugin state update when region crossingMelanie Thielker2009-02-191-0/+4
* Try this, then :) remove just one line from script serialization, Melanie Thielker2009-02-191-1/+0
* Refix the fix, adding a forgotten lineMelanie Thielker2009-02-191-0/+1
* Attempt to fix a Windows only race in thread terminationMelanie Thielker2009-02-191-1/+8