aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-20* Renamed and encapsulated m_sceneGraph as SceneGraph for ccclbsa714-6/+15
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa7111-33/+33
2009-02-20* Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey6-199/+412
2009-02-20Revert previous commitMelanie Thielker2-13/+1
2009-02-20Committing interface and stubs for IM interceptionMelanie Thielker2-1/+13
2009-02-20Thanks DoranZemlja for a patch implementing non-shortcircuiting inMike Mazur2-12/+31
2009-02-20THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva14-2573/+6
2009-02-20Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames5-560/+553
2009-02-20* Another stab at removing AssetServer.exe dependencieslbsa711-1/+0
2009-02-20This moves the 2 friends-related interregion messages out of OGS1 and into th...diva3-90/+94
2009-02-19* Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa711-0/+2
2009-02-19* moved the Get/PostAssetStreamHandler to the Servers namespace... slowly get...lbsa711-1/+0
2009-02-19* Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa711-1/+0
2009-02-19* refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it...Justin Clarke Casey3-7/+7
2009-02-19* Do deep inspection when saving inventory items in order to capture all the ...Justin Clarke Casey1-1/+1
2009-02-19* Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po...lbsa717-7/+7
2009-02-19Make the implementation of the message transfer module protected virtualMelanie Thielker1-13/+13
2009-02-19reverted last revision, until we decide how to handle capturing IM'sMW2-18/+1
2009-02-19Added a event to IMessageTransferModule (and MessageTransferModule) so that o...MW2-0/+17
2009-02-19Force plugin state update when region crossingMelanie Thielker1-0/+4
2009-02-19Try this, then :) remove just one line from script serialization, Melanie Thielker1-1/+0
2009-02-19Refix the fix, adding a forgotten lineMelanie Thielker1-0/+1
2009-02-19Attempt to fix a Windows only race in thread terminationMelanie Thielker1-1/+8
2009-02-19Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker6-14/+16
2009-02-19Mantis#3188. Thank you kindly, BlueWall, for a patch that:Charles Krinke1-3/+49
2009-02-19Fix region crossing for unscripted prims, avoid costly SEHMelanie Thielker1-1/+3
2009-02-18Make in-code provisions for the tests. Tests would fail because the Melanie Thielker1-1/+14
2009-02-18Fix standalone / simulator local script crossings.Melanie Thielker1-0/+2
2009-02-18Fix the windows sharing violations on script crossingsMelanie Thielker3-16/+91
2009-02-18Stops animations on Teleports, to conform with what the viewer does.diva3-0/+11
2009-02-18* Change AssetGatherer method access so that only methods which are worth cal...Justin Clarke Casey3-88/+101
2009-02-18Fixes height on Basic Physics in local teleports. Plus some small refactoring.diva2-2/+18
2009-02-18* minor: comment out a few more [de]serialization sog timing messagesJustin Clarke Casey1-3/+3
2009-02-18* Move asset gathering code from oar module to OpenSim.Region.Framework since...Justin Clarke Casey3-198/+264
2009-02-18* Make save iar behave properly if the nominated inventory path does not existJustin Clarke Casey2-10/+28
2009-02-18Restoring method 2 of linking regions in HG, which was commented out for some...diva1-92/+22
2009-02-18From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-19/+35
2009-02-18From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague7-0/+62
2009-02-18Improved log message.diva1-2/+2
2009-02-18Adds support for preserving animations on region crossings and TPs. diva7-18/+669
2009-02-17Makes SP.CopyFrom a bit more robust with respect to sims in older versions wh...diva1-6/+4
2009-02-17Fix a typo. i + i is not 2 times meMelanie Thielker1-1/+1
2009-02-17Re-fixing the fix :/Melanie Thielker1-1/+1
2009-02-17One-liner to fix an omissionMelanie Thielker1-0/+1
2009-02-17- additional code to get ConciergeModule to do truly async broker updatesDr Scofield1-13/+63
2009-02-17* Assign incoming items with a random UUID so that archives can be loaded mor...Justin Clarke Casey3-13/+6
2009-02-17* extend inventory archive save test to check for the presence of the item fi...Justin Clarke Casey1-26/+32
2009-02-17Addresses mantis #3181. Waiting for confirmation from the reporter.diva1-1/+1
2009-02-17* Apply http://opensimulator.org/mantis/view.php?id=3068Justin Clarke Casey1-64/+68
2009-02-17* switch to pulsing monitors to perform test sync instead of events, since th...Justin Clarke Casey2-16/+28