| Commit message (Expand) | Author | Age | Files | Lines |
* | * Apply http://opensimulator.org/mantis/view.php?id=3311 | Justin Clarke Casey | 2009-03-18 | 1 | -10/+22 |
* | Fixed the looping on llParcelMediaCommandList, now PARCEL_MEDIA_COMMAND_PLAY ... | MW | 2009-03-17 | 1 | -2/+13 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-03-17 | 1 | -5/+10 |
* | Fixes Mantis #3294. Thank you kindly, Godfrey, for a patch that: | Charles Krinke | 2009-03-15 | 1 | -2/+40 |
* | Thank you, mcortez, for a patch that fixes a number of long standing | Melanie Thielker | 2009-03-13 | 3 | -0/+34 |
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 2 | -3/+4 |
* | Remove chained tests in BasicGridTest.cs. | Mike Mazur | 2009-03-11 | 1 | -1/+1 |
* | Limit the message length from llInstantMessage to 1024 characters http://wiki... | idb | 2009-03-07 | 1 | -1/+5 |
* | Added the ability to set User-Agent in llHTTPRequest. No new default value ha... | idb | 2009-03-07 | 1 | -0/+3 |
* | Correct casts so that the target id in the at_target event matches the origin... | idb | 2009-03-07 | 1 | -0/+5 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2009-03-07 | 1 | -14/+14 |
* | Fixes Mantis #3260. Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-03-06 | 1 | -16/+13 |
* | * refactor: Remove GetLandOwner function from Scene | Justin Clarke Casey | 2009-03-06 | 2 | -29/+34 |
* | * Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi... | Justin Clarke Casey | 2009-03-05 | 1 | -12/+9 |
* | * refactor: move media and music url setting from scene into LandObject | Justin Clarke Casey | 2009-03-05 | 2 | -4/+6 |
* | Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that: | Charles Krinke | 2009-03-05 | 1 | -9/+8 |
* | Fixes Mantis #3194. Thank you kindly, Godfrey for a patch that: | Charles Krinke | 2009-03-05 | 1 | -1/+19 |
* | Fixes Mantis #3253. Thank you kindly, Godfrey, for a patch that: | Charles Krinke | 2009-03-05 | 1 | -1/+1 |
* | After another heroic and bloody battle, OpenSim Dino Expedition 1, killed off... | MW | 2009-03-02 | 3 | -22/+0 |
* | This adds a new osGetAgentIP function with threat level set to High. It | Sean Dague | 2009-02-26 | 3 | -0/+38 |
* | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 2009-02-25 | 1 | -1/+1 |
* | Allow /* C-style comments */ in LSL scripts. | Mike Mazur | 2009-02-25 | 2 | -17501/+17655 |
* | Fixes Mantis #3187. Thank you kindly, DoranZemlja for a patch that: | Charles Krinke | 2009-02-25 | 2 | -0/+2 |
* | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2009-02-23 | 1 | -1/+1 |
* | Mantis#3187. Thank you kindly, DoranZemlja for a patch that: | Charles Krinke | 2009-02-23 | 3 | -0/+99 |
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 8 | -32/+38 |
* | Refactor log4net logger handling in script engine. (#3148) | Jeff Ames | 2009-02-22 | 4 | -43/+43 |
* | Thank you kindly, DoranZemlja for a patch that: | Charles Krinke | 2009-02-21 | 1 | -1/+1 |
* | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2009-02-21 | 1 | -2/+2 |
* | Thank you, robsmart, for a patch that allows the shard to be set. | Melanie Thielker | 2009-02-21 | 1 | -1/+9 |
* | * Consistently lock part.TaskInventory as pointed out in http://opensimulator... | Justin Clarke Casey | 2009-02-20 | 2 | -174/+371 |
* | Thanks DoranZemlja for a patch implementing non-shortcircuiting in | Mike Mazur | 2009-02-20 | 2 | -12/+31 |
* | Force plugin state update when region crossing | Melanie Thielker | 2009-02-19 | 1 | -0/+4 |
* | Try this, then :) remove just one line from script serialization, | Melanie Thielker | 2009-02-19 | 1 | -1/+0 |
* | Refix the fix, adding a forgotten line | Melanie Thielker | 2009-02-19 | 1 | -0/+1 |
* | Attempt to fix a Windows only race in thread termination | Melanie Thielker | 2009-02-19 | 1 | -1/+8 |
* | Fix the windows sharing violations on script crossings | Melanie Thielker | 2009-02-18 | 1 | -1/+43 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-02-18 | 3 | -0/+25 |
* | Re-add the objectID field to the anim pack, that was deemed unneccessary | Melanie Thielker | 2009-02-17 | 2 | -3/+3 |
* | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 2009-02-17 | 1 | -7/+7 |
* | cleanup | Dr Scofield | 2009-02-16 | 1 | -6/+0 |
* | From: alan webb <alan_webb@us.ibm.com> & dr scofield <drscofield@xyzzyxyzzy.net> | Dr Scofield | 2009-02-16 | 1 | -8/+17 |
* | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 2009-02-16 | 2 | -3/+3 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3165 | Justin Clarke Casey | 2009-02-16 | 1 | -125/+109 |
* | Thank you, cmickeyb, for a patch to ass two string functions | Melanie Thielker | 2009-02-16 | 3 | -0/+67 |
* | Thank you, patnad, for a patch that adds 3 new discovery functions | Melanie Thielker | 2009-02-16 | 3 | -0/+59 |
* | Thank you, DoranZemlja, for a patch that implements local inter-object email | Melanie Thielker | 2009-02-14 | 1 | -1/+8 |
* | Add an override for the % operator. | idb | 2009-02-14 | 1 | -0/+6 |
* | Correct llGetNumberOfPrims to include sitting avatars in the count. | idb | 2009-02-13 | 1 | -2/+18 |
* | Fix some compiler warnings. Minor formatting cleanup. | Jeff Ames | 2009-02-13 | 1 | -4/+4 |