aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/AssetTransaction/AgentAssetsTransactions.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-25Insert transaction ID into AssetXferUploader constructor rather than at Uploa...Justin Clark-Casey (justincc)1-4/+4
2012-09-25Move UDP update task item code to AssetXferUploader to match existing create ...Justin Clark-Casey (justincc)1-45/+2
2012-09-25Fix occasional race condition failure when creating new clothing/body parts i...Justin Clark-Casey (justincc)1-85/+38
2011-11-14minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+0
2011-09-23Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)1-45/+123
2011-04-28Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.Justin Clark-Casey (justincc)1-4/+5
2011-01-21remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2010-12-04Simplify updating of agent inventory assets. Make newly created asset IDsMelanie1-19/+6
2010-12-04Convert the agent asset transactions module to a new style module.Melanie1-72/+43
2010-07-14Fixes mantis #4870.Diva Canto1-1/+7
2010-04-19Make the "notecard saved" text appear in the saver rather than the notecard o...Justin Clark-Casey (justincc)1-0/+3
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2009-08-12Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto1-29/+18
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
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