| Commit message (Expand) | Author | Files | Lines |
2009-03-05 | * Add more status information when an oar is being saved | Justin Clarke Casey | 2 | -0/+23 |
2009-03-05 | * refactor: move media and music url setting from scene into LandObject | Justin Clarke Casey | 1 | -1/+20 |
2009-03-05 | * simplify media and music url setting since we never get back a null land ob... | Justin Clarke Casey | 1 | -7/+2 |
2009-03-05 | * Replace some string to byte conversions for object/item name/description fi... | Justin Clarke Casey | 2 | -3/+4 |
2009-03-05 | Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that: | Charles Krinke | 1 | -2/+28 |
2009-03-04 | * Add the abilty to load and save iar item nodes where folders have identical... | Justin Clarke Casey | 5 | -48/+160 |
2009-03-04 | * Add gnu tar format long file name support to tar reading and writing. | Justin Clarke Casey | 3 | -85/+126 |
2009-03-04 | * More work on MiniRegionModule module. | Adam Frisby | 1 | -0/+10 |
2009-02-25 | * Properly load items into correct folders when an iar is loaded | Justin Clarke Casey | 1 | -8/+12 |
2009-02-25 | * Fix my own unit test | Justin Clarke Casey | 2 | -7/+19 |
2009-02-25 | * Add InventoryArchiveConstants that I missed from last commit | Justin Clarke Casey | 2 | -6/+137 |
2009-02-25 | * Store inventory data in an 'inventory' directory rather than in the root of... | Justin Clarke Casey | 3 | -15/+10 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 15 | -57/+73 |
2009-02-22 | Allow delivery of object messages gridwide | Melanie Thielker | 1 | -1/+2 |
2009-02-22 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 1 | -21/+21 |
2009-02-21 | Applied patch from mantis #3217, which allows Dynamic Images of type RGB (so ... | MW | 1 | -7/+23 |
2009-02-21 | * Applied a patch that: Added estate ban table to migration scripts and nhibe... | lbsa71 | 1 | -7/+7 |
2009-02-20 | * Renamed and encapsulated m_sceneGraph as SceneGraph for ccc | lbsa71 | 1 | -1/+1 |
2009-02-20 | * Consistently lock part.TaskInventory as pointed out in http://opensimulator... | Justin Clarke Casey | 1 | -8/+11 |
2009-02-20 | Revert previous commit | Melanie Thielker | 1 | -7/+0 |
2009-02-20 | Committing interface and stubs for IM interception | Melanie Thielker | 1 | -0/+7 |
2009-02-20 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 1 | -49/+43 |
2009-02-20 | * Another stab at removing AssetServer.exe dependencies | lbsa71 | 1 | -1/+0 |
2009-02-20 | This moves the 2 friends-related interregion messages out of OGS1 and into th... | diva | 1 | -2/+94 |
2009-02-19 | * Reverted the AssetServer fix, apparently something was dependent on IAssetD... | lbsa71 | 1 | -0/+2 |
2009-02-19 | * moved the Get/PostAssetStreamHandler to the Servers namespace... slowly get... | lbsa71 | 1 | -1/+0 |
2009-02-19 | * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri... | lbsa71 | 1 | -1/+0 |
2009-02-19 | * refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it... | Justin Clarke Casey | 2 | -3/+3 |
2009-02-19 | * Do deep inspection when saving inventory items in order to capture all the ... | Justin Clarke Casey | 1 | -1/+1 |
2009-02-19 | Make the implementation of the message transfer module protected virtual | Melanie Thielker | 1 | -13/+13 |
2009-02-19 | reverted last revision, until we decide how to handle capturing IM's | MW | 1 | -14/+0 |
2009-02-19 | Added a event to IMessageTransferModule (and MessageTransferModule) so that o... | MW | 1 | -0/+14 |
2009-02-19 | Thank you, Snowdrop, for a patch that makes the callback ID parameter | Melanie Thielker | 1 | -4/+4 |
2009-02-19 | Mantis#3188. Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 1 | -3/+49 |
2009-02-18 | Fix standalone / simulator local script crossings. | Melanie Thielker | 1 | -0/+2 |
2009-02-18 | * Change AssetGatherer method access so that only methods which are worth cal... | Justin Clarke Casey | 2 | -2/+5 |
2009-02-18 | * Move asset gathering code from oar module to OpenSim.Region.Framework since... | Justin Clarke Casey | 2 | -198/+5 |
2009-02-18 | * Make save iar behave properly if the nominated inventory path does not exist | Justin Clarke Casey | 2 | -10/+28 |
2009-02-18 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Sean Dague | 3 | -0/+33 |
2009-02-17 | * Assign incoming items with a random UUID so that archives can be loaded mor... | Justin Clarke Casey | 3 | -13/+6 |
2009-02-17 | * extend inventory archive save test to check for the presence of the item fi... | Justin Clarke Casey | 1 | -26/+32 |
2009-02-17 | * switch to pulsing monitors to perform test sync instead of events, since th... | Justin Clarke Casey | 2 | -16/+28 |
2009-02-17 | * Get rid of a unit test race condition based on my misreading of the AutoRes... | Justin Clarke Casey | 1 | -2/+4 |
2009-02-17 | * Apply http://opensimulator.org/mantis/view.php?id=3178 | Justin Clarke Casey | 1 | -5/+6 |
2009-02-17 | * Apply http://opensimulator.org/mantis/view.php?id=3179 | Justin Clarke Casey | 1 | -15/+15 |
2009-02-17 | * Apply http://opensimulator.org/mantis/view.php?id=3167 | Justin Clarke Casey | 1 | -0/+9 |
2009-02-17 | * Establish InventoryArchiveSaved event for unit tests | Justin Clarke Casey | 3 | -32/+67 |
2009-02-17 | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 11 | -65/+63 |
2009-02-16 | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 8 | -11/+12 |
2009-02-16 | * Iniital inventory archive test code. Doesn't actually do any testing yet | Justin Clarke Casey | 1 | -0/+159 |