| Commit message (Expand) | Author | Files | Lines |
2009-02-19 | Force plugin state update when region crossing | Melanie Thielker | 1 | -0/+4 |
2009-02-19 | Try this, then :) remove just one line from script serialization, | Melanie Thielker | 1 | -1/+0 |
2009-02-19 | Refix the fix, adding a forgotten line | Melanie Thielker | 1 | -0/+1 |
2009-02-19 | Attempt to fix a Windows only race in thread termination | Melanie Thielker | 1 | -1/+8 |
2009-02-18 | Fix the windows sharing violations on script crossings | Melanie Thielker | 2 | -3/+45 |
2009-02-18 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Sean Dague | 3 | -0/+25 |
2009-02-17 | Re-add the objectID field to the anim pack, that was deemed unneccessary | Melanie Thielker | 2 | -3/+3 |
2009-02-17 | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 1 | -7/+7 |
2009-02-16 | cleanup | Dr Scofield | 1 | -6/+0 |
2009-02-16 | From: alan webb <alan_webb@us.ibm.com> & dr scofield <drscofield@xyzzyxyzzy.net> | Dr Scofield | 1 | -8/+17 |
2009-02-16 | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 2 | -3/+3 |
2009-02-16 | * Apply http://opensimulator.org/mantis/view.php?id=3165 | Justin Clarke Casey | 1 | -125/+109 |
2009-02-16 | Thank you, cmickeyb, for a patch to ass two string functions | Melanie Thielker | 3 | -0/+67 |
2009-02-16 | Thank you, patnad, for a patch that adds 3 new discovery functions | Melanie Thielker | 3 | -0/+59 |
2009-02-14 | Thank you, DoranZemlja, for a patch that implements local inter-object email | Melanie Thielker | 1 | -1/+8 |
2009-02-14 | Add an override for the % operator. | idb | 1 | -0/+6 |
2009-02-13 | Correct llGetNumberOfPrims to include sitting avatars in the count. | idb | 1 | -2/+18 |
2009-02-13 | Fix some compiler warnings. Minor formatting cleanup. | Jeff Ames | 4 | -11/+6 |
2009-02-12 | * Added XEngine tests and gathered other ScriptEngine | Sean Dague | 1 | -0/+68 |
2009-02-11 | Thank you kindly, FrankNichols for a patch that: | Charles Krinke | 1 | -1/+1 |
2009-02-10 | From Rob Smart <SMARTROB@uk.ibm.com> | Sean Dague | 1 | -1/+5 |
2009-02-10 | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 12 | -17/+17 |
2009-02-09 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2009-02-09 | a last set of files that seem to have embedded ^M in them | Sean Dague | 1 | -140/+140 |
2009-02-09 | fixing warnings. | Dr Scofield | 1 | -12/+12 |
2009-02-09 | This patch implements llLookAt to the extent that an object will correctly | Dr Scofield | 1 | -1/+23 |
2009-02-09 | Thanks Tommi Laukkanen for a patch that allows the | Mike Mazur | 1 | -3/+7 |
2009-02-07 | Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -0/+140 |
2009-02-07 | the parameters for llAtan2 were inverted before passing to Math. | Sean Dague | 1 | -1/+1 |
2009-02-07 | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 1 | -6/+0 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 21 | -56/+52 |
2009-02-05 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Sean Dague | 1 | -17/+46 |
2009-02-04 | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 1 | -62/+62 |
2009-02-03 | * Fission SceneObjectTests into basic and linking sets | Justin Clarke Casey | 1 | -1/+5 |
2009-02-03 | * Lock the parts for the old group while we're clearing it as well - not much... | Justin Clarke Casey | 1 | -0/+5 |
2009-02-02 | Minor formatting cleanup. | Jeff Ames | 1 | -1/+2 |
2009-02-01 | Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 3 | -0/+35 |
2009-02-01 | Correct the method signature on llMakeFountain. | idb | 3 | -3/+3 |
2009-01-31 | Speed improvement mostly when sensing objects especially noticeable in a sim ... | idb | 1 | -22/+69 |
2009-01-31 | Flesh out llGetAgentLanguage to return "en-us" until | Charles Krinke | 1 | -2/+4 |
2009-01-30 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -13/+13 |
2009-01-29 | Complete the implementation of llSHA1String. | idb | 1 | -1/+2 |
2009-01-29 | * minor: just a few formatting changes and log quietening | Justin Clarke Casey | 1 | -1/+1 |
2009-01-28 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 3 | -41/+61 |
2009-01-28 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 1 | -0/+24 |
2009-01-28 | Add in a stub for llSHA1String. I believe it is the only one new | Charles Krinke | 3 | -1/+12 |
2009-01-25 | Remove the addition of the region coordinates to obtain the absolute position... | idb | 1 | -10/+6 |
2009-01-25 | Add an override of the ! operator to lsl integer. | idb | 1 | -0/+5 |
2009-01-23 | Fix for llGetRot when the script is in a child prim. Also fixed llGetPrimitiv... | idb | 1 | -5/+5 |
2009-01-23 | * Add direct stream loading and saving methods to the archive module. | Justin Clarke Casey | 1 | -3/+2 |