aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-04* Apply http://opensimulator.org/mantis/view.php?id=2750 with a small tweak.Justin Clarke Casey1-2/+5
2008-12-04* Put in the code necessary to allow inventory transfer of whole folders (and...Justin Clarke Casey6-40/+365
2008-12-03Minor formatting cleanup.Jeff Ames1-3/+3
2008-12-03Fixes Mantis#2744: Permissions returned false for resetting scripts inHomer Horwitz1-0/+6
2008-12-03From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-1/+4
2008-12-03Reinstate closing the EQ when the UDP circuit disconnects. This will likelyMelanie Thielker1-9/+6
2008-12-03Make a couple log4net instances static readonly.Jeff Ames2-2/+2
2008-12-03Update svn properties.Jeff Ames2-2511/+2511
2008-12-03Remove a line of debug info in XEngine that i missedMelanie Thielker1-1/+1
2008-12-03Remove the bandaid (fast rip)Melanie Thielker2-19/+19
2008-12-03Apply Diva's bandaid to OpenSim's scraped knee.Melanie Thielker2-19/+19
2008-12-02* Apply http://opensimulator.org/mantis/view.php?id=2741Justin Clarke Casey1-1/+1
2008-12-02Remove some of the XEngine chattinessMelanie Thielker2-4/+4
2008-12-02Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown...MW1-1/+1
2008-12-01Fix Mantis#2527. Permissions returned false for editing non-root SOPs. Now,Homer Horwitz1-0/+8
2008-12-01don't close eventqueues when you leave a region. This really does seemSean Dague1-2/+10
2008-12-01* minor: A few tiny bits of documentation and log message cleanup before star...Justin Clarke Casey4-7/+10
2008-12-01* minor: remove 2 mono compiler warningsJustin Clarke Casey2-2/+2
2008-12-01fix the "I get no textures if I teleport back to a region I've been inSean Dague1-2/+4
2008-12-01attempt to modify the event queue for greater debuggingSean Dague1-0/+2
2008-12-01Mantis #2729Melanie Thielker1-0/+10
2008-12-01Make the permissions module hook CanResetScript suitable for useMelanie Thielker2-4/+4
2008-12-01Remove duplicated avatar height calculation in lsl functions.idb4-36/+37
2008-11-30Mantis #2584 (again)Melanie Thielker5-22/+87
2008-11-30Mantis #2716 Null when linking across objects across two regions.idb1-0/+4
2008-11-30Fix prim crossings, again.Melanie Thielker1-2/+5
2008-11-30Revert r7548 and r7549 until someone with prebuild-fu can help structure the ...Dahlia Trimble2-0/+2511
2008-11-30Removed remaining meshing codeDahlia Trimble2-2511/+0
2008-11-30Update svn properties. Add copyright header. Minor formatting cleanup.Jeff Ames3-28/+55
2008-11-29Fix usage of reflection where it isn't necessary.Homer Horwitz1-1/+1
2008-11-29Add configuration values for scripted prim region crossingMelanie Thielker2-1/+6
2008-11-29Start scripts in attachments only after a successful attach. ElimininateMelanie Thielker5-3/+29
2008-11-29Mantis #2584Melanie Thielker3-1/+51
2008-11-29Finally make attachments stay put. Randomize local ID generation toMelanie Thielker4-12/+13
2008-11-29Add the lifetime management back into the LSL_Api, since that will alsoMelanie Thielker1-2/+10
2008-11-29Update meshing code to sync with current PrimMesher.cs on forge.Dahlia Trimble8-3042/+525
2008-11-29Comment the ScriptSponsor and restore the indefinite lifetime forMelanie Thielker3-12/+12
2008-11-29Stop attachments from twisting away. Thismakes attachments phantom, whichMelanie Thielker2-4/+5
2008-11-29Try to prevent attachments twisting/movingMelanie Thielker1-1/+1
2008-11-29Should have tried with something other than attachments. Make normal primMelanie Thielker1-1/+1
2008-11-29A try to better attachment crossing.Melanie Thielker3-53/+66
2008-11-28* Stop console misleadingly reporting an error if it cannot find a startup co...Justin Clarke Casey1-7/+4
2008-11-28* minor: remove mono compiler warningJustin Clarke Casey1-1/+1
2008-11-28* test: Extend take object test to finally check that the object made it into...Justin Clarke Casey2-7/+28
2008-11-28* Fixes Location == Location, and Location != LocationTeravus Ovares1-2/+2
2008-11-28* simplify AddNewClient since making this root without using MakeRootAgent() ...Justin Clarke Casey8-19/+26
2008-11-28* The equals override of 'Location' is not working as expected. This caused ...Teravus Ovares2-1/+9
2008-11-28* test: Add a wodge of code in order to be able to slightly extend a test to ...Justin Clarke Casey8-52/+144
2008-11-28* test: Separate out async deletion methods to test delete and take copy sepa...Justin Clarke Casey2-11/+44
2008-11-28* refactor: Replace derez destiation magic numbers with an enumerationJustin Clarke Casey6-30/+32