aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the windows sharing violations on script crossingsMelanie Thielker2009-02-181-1/+43
* From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague2009-02-183-0/+25
* Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker2009-02-172-3/+3
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-7/+7
* cleanupDr Scofield2009-02-161-6/+0
* From: alan webb <alan_webb@us.ibm.com> & dr scofield <drscofield@xyzzyxyzzy.net>Dr Scofield2009-02-161-8/+17
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-162-3/+3
* * Apply http://opensimulator.org/mantis/view.php?id=3165Justin Clarke Casey2009-02-161-125/+109
* Thank you, cmickeyb, for a patch to ass two string functionsMelanie Thielker2009-02-163-0/+67
* Thank you, patnad, for a patch that adds 3 new discovery functionsMelanie Thielker2009-02-163-0/+59
* Thank you, DoranZemlja, for a patch that implements local inter-object emailMelanie Thielker2009-02-141-1/+8
* Add an override for the % operator.idb2009-02-141-0/+6
* 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-108-12/+12
* Update svn properties, minor formatting cleanup.Jeff Ames2009-02-091-2/+2
* a last set of files that seem to have embedded ^M in themSean Dague2009-02-091-140/+140
* fixing warnings.Dr Scofield2009-02-091-12/+12
* This patch implements llLookAt to the extent that an object will correctlyDr Scofield2009-02-091-1/+23
* Thanks Tommi Laukkanen for a patch that allows theMike Mazur2009-02-091-3/+7
* Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-071-0/+140
* 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-0613-39/+39
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-62/+62
* * 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
* Minor formatting cleanup.Jeff Ames2009-02-021-1/+2
* Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-013-0/+35
* Correct the method signature on llMakeFountain.idb2009-02-013-3/+3
* Speed improvement mostly when sensing objects especially noticeable in a sim ...idb2009-01-311-22/+69
* Flesh out llGetAgentLanguage to return "en-us" untilCharles Krinke2009-01-311-2/+4
* Complete the implementation of llSHA1String.idb2009-01-291-1/+2
* * minor: just a few formatting changes and log quieteningJustin Clarke Casey2009-01-291-1/+1
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-01-281-33/+49
* Add in a stub for llSHA1String. I believe it is the only one newCharles Krinke2009-01-283-1/+12
* Remove the addition of the region coordinates to obtain the absolute position...idb2009-01-251-10/+6
* Add an override of the ! operator to lsl integer.idb2009-01-251-0/+5
* Fix for llGetRot when the script is in a child prim. Also fixed llGetPrimitiv...idb2009-01-231-5/+5
* * Add direct stream loading and saving methods to the archive module.Justin Clarke Casey2009-01-231-3/+2
* Implement missing LSL TEXTURE_xxx constants including two new textures.idb2009-01-221-0/+8
* Added overrides for == and != for list.idb2009-01-201-0/+24
* Moved applying an impulse to a newly rezzed object to minimise the delay gett...idb2009-01-181-1/+0
* Change list type to compare length instead of references.Melanie Thielker2009-01-171-0/+12