aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * refactor: Move export map function to world map module from sceneJustin Clarke Casey2009-02-132-2/+92
* Bug fix in prim crossing: making it clear when the local object needs to be c...diva2009-02-132-6/+15
* * Make it possible to load and save inventory archives while a user is not lo...Justin Clarke Casey2009-02-123-33/+58
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-12102-1050/+1050
* Commented a couple of not very useful log messages that are cluttering the lo...diva2009-02-121-4/+4
* * move userinfo for inventory archiving up to module class so that it only ha...Justin Clarke Casey2009-02-123-90/+85
* * optimized usings.lbsa712009-02-12114-1075/+909
* Enforce estate bans on Teleports.diva2009-02-111-243/+243
* * When an inventory archive is loaded, immediately update the client's invent...Justin Clarke Casey2009-02-112-21/+62
* * Establish a common InventoryNodeBase class from InventoryItemBase and Inven...Justin Clarke Casey2009-02-111-0/+11
* * Refactor inventory archive code to allow direct invocation in order to supp...Justin Clarke Casey2009-02-113-52/+274
* * More inventory archive invocation to a proper region moduleJustin Clarke Casey2009-02-113-11/+5
* fix a typo where the High Southwest height was getting set to the LowSean Dague2009-02-101-1/+1
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-101-3/+3
* Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe...diva2009-02-102-4/+4
* * Implement merging of oars in codeJustin Clarke Casey2009-02-103-25/+117
* * extend load oar test to check that an object was actually loadedJustin Clarke Casey2009-02-101-5/+37