aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-2215-57/+73
* Allow delivery of object messages gridwideMelanie Thielker2009-02-221-1/+2
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-221-21/+21
* Applied patch from mantis #3217, which allows Dynamic Images of type RGB (so ...MW2009-02-211-7/+23
* * Applied a patch that: Added estate ban table to migration scripts and nhibe...lbsa712009-02-211-7/+7
* * Renamed and encapsulated m_sceneGraph as SceneGraph for ccclbsa712009-02-201-1/+1
* * Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey2009-02-201-8/+11
* Revert previous commitMelanie Thielker2009-02-201-7/+0
* Committing interface and stubs for IM interceptionMelanie Thielker2009-02-201-0/+7
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-201-49/+43
* * Another stab at removing AssetServer.exe dependencieslbsa712009-02-201-1/+0
* This moves the 2 friends-related interregion messages out of OGS1 and into th...diva2009-02-201-2/+94
* * Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa712009-02-191-0/+2
* * moved the Get/PostAssetStreamHandler to the Servers namespace... slowly get...lbsa712009-02-191-1/+0
* * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa712009-02-191-1/+0
* * refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it...Justin Clarke Casey2009-02-192-3/+3
* * Do deep inspection when saving inventory items in order to capture all the ...Justin Clarke Casey2009-02-191-1/+1
* Make the implementation of the message transfer module protected virtualMelanie Thielker2009-02-191-13/+13
* reverted last revision, until we decide how to handle capturing IM'sMW2009-02-191-14/+0
* Added a event to IMessageTransferModule (and MessageTransferModule) so that o...MW2009-02-191-0/+14
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-191-4/+4
* Mantis#3188. Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-02-191-3/+49
* Fix standalone / simulator local script crossings.Melanie Thielker2009-02-181-0/+2
* * Change AssetGatherer method access so that only methods which are worth cal...Justin Clarke Casey2009-02-182-2/+5
* * Move asset gathering code from oar module to OpenSim.Region.Framework since...Justin Clarke Casey2009-02-182-198/+5
* * Make save iar behave properly if the nominated inventory path does not existJustin Clarke Casey2009-02-182-10/+28
* From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague2009-02-183-0/+33
* * Assign incoming items with a random UUID so that archives can be loaded mor...Justin Clarke Casey2009-02-173-13/+6
* * extend inventory archive save test to check for the presence of the item fi...Justin Clarke Casey2009-02-171-26/+32
* * switch to pulsing monitors to perform test sync instead of events, since th...Justin Clarke Casey2009-02-172-16/+28
* * Get rid of a unit test race condition based on my misreading of the AutoRes...Justin Clarke Casey2009-02-171-2/+4
* * Apply http://opensimulator.org/mantis/view.php?id=3178Justin Clarke Casey2009-02-171-5/+6
* * Apply http://opensimulator.org/mantis/view.php?id=3179Justin Clarke Casey2009-02-171-15/+15
* * Apply http://opensimulator.org/mantis/view.php?id=3167Justin Clarke Casey2009-02-171-0/+9
* * Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey2009-02-173-32/+67
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-1711-65/+63
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-168-11/+12
* * Iniital inventory archive test code. Doesn't actually do any testing yetJustin Clarke Casey2009-02-161-0/+159
* * minor: print out status messages at start and end of inventory archive load...Justin Clarke Casey2009-02-161-0/+16
* Thank you, Vytek, for a patch that streamlines the delay in the emailMelanie Thielker2009-02-151-11/+16
* Thank you, DoranZemlja, for a patch that addresses some moe llGetNextEmailMelanie Thielker2009-02-151-37/+88
* Restores the HGWorldMap functionality that has been reduced since a recent re...diva2009-02-141-1/+9
* Thank you, DoranZemlja, for a patch that implements local inter-object emailMelanie Thielker2009-02-141-39/+127
* Making initialized an instance variable again. My last commit wrote over just...diva2009-02-141-1/+1
* Moved RegionUp to REST/LocalComms. The original functionality has been entire...diva2009-02-142-31/+254
* Thank you, patnad, for a patch that removes the "Subdivision of" textMelanie Thielker2009-02-141-1/+1
* * Change static field "initialized" in RestInterregionComms to an instance fieldJustin Clarke Casey2009-02-132-5/+2
* * refactor: move alert commands from Scene to DialogModuleJustin Clarke Casey2009-02-131-1/+51
* * Quieten down log messages from the Friends moduleJustin Clarke Casey2009-02-132-9/+7
* * refactor: Move LazySaveGeneratedMapTile from scene to WorldMapModuleJustin Clarke Casey2009-02-131-1/+61