aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/AssetTransaction/AgentAssetsTransactions.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-5/+4
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-10/+10
2009-02-12* optimized usings.lbsa711-3/+4
2009-02-09starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1/+1
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-13/+13
2008-11-24Some refactoring from about a week ago that I forgot to commit, of AssetTrans...MW1-21/+111
2008-09-26* refactor: split out AssetXferUploaderJustin Clarke Casey1-284/+0
2008-09-26* Implment task inventory item asset update for the old non CAPS transaction ...Justin Clarke Casey1-15/+37
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-17/+17
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey1-3/+0
2008-05-21Clean out some crufty in AvatarFactoryModule Sean Dague1-0/+2
2008-05-17Formatting cleanup.Jeff Ames1-1/+1
2008-05-16* Applying patch in mantis 0001293: [PATCH] Fix a bug that corrupts uploaded ...Teravus Ovares1-3/+4
2008-05-16Formatting cleanup.Jeff Ames1-4/+4
2008-05-10Refactored out a few warnings related to Adam's bane OutPacketTeravus Ovares1-19/+8
2008-05-10* Experiment in Zerocoding.Teravus Ovares1-0/+3
2008-05-03* Refactor: remove redundant userId parameter from UpdateItem() and DeleteItem()Justin Clarke Casey1-1/+1
2008-05-03* Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem()Justin Clarke Casey1-1/+1
2008-05-01* Rolled back a few changes.Adam Frisby1-10/+10
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-10/+10
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-411/+411
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-39/+44
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby1-408/+407
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares1-0/+3
2008-04-07Refactor InventoryItemBase to do the following:Sean Dague1-18/+18
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-03* Removed and sorted using clauses in a number of files.Adam Frisby1-2/+0
2008-02-20Fixed big bug in AgentAssetTransactions, now don't seem to be getting any Abo...MW1-4/+4
2008-02-17Added copyright notices.Jeff Ames1-3/+29
2008-02-16Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C...MW1-190/+17
2008-02-13Clean up more unnecessary String.Format callsJeff Ames1-4/+3
2008-02-13Commenting and a spelling correctionJustin Clarke Casey1-2/+2
2008-02-13* Refactor: Move last commit's refactor back to AgentAssetTransactionsManagerJustin Clarke Casey1-0/+47
2008-02-12* Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and a...Justin Clarke Casey1-2/+5
2008-02-11Re-enabled Inventory creation of body partsMW1-2/+4
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-1/+1
2008-02-09* Change logger to handle [<entry>] where <entry> contains non alphabetic cha...Justin Clarke Casey1-5/+5
2008-02-08* Stop asset transactions hanging around after they've completedJustin Clarke Casey1-9/+61
2008-02-08Still chasing logout memory leak. Putting in small changes and temporary lig...Justin Clarke Casey1-5/+12
2008-02-04* Default inventory permissions patch (#444), courtesy of alex_carnell -- tha...Adam Frisby1-0/+1
2008-01-15* Mother of all commits:Adam Frisby1-11/+11
2008-01-09dump_assets_to_file=true will now cause the asset to go into a UserAssets sub...Brian McBee1-3/+16
2007-12-27* Optimized usingslbsa711-2/+4
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-2/+2
2007-12-10more work on texture downloading.MW1-61/+66
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-12-03This is a simple patch which just renames an IClientAPI method toSean Dague1-1/+1
2007-12-02Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal...MW1-1/+1
2007-11-18* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares1-3/+3