aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetTransactionModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-08minor: Tidy up disabled logging on AssetTransactionModule for future use. Ma...Justin Clark-Casey (justincc)1-8/+10
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
2012-09-25Move UDP update task item code to AssetXferUploader to match existing create ...Justin Clark-Casey (justincc)1-1/+1
2012-09-25Fix occasional race condition failure when creating new clothing/body parts i...Justin Clark-Casey (justincc)1-7/+2
2012-06-07Record the fact that child agents can have asset transactions.Justin Clark-Casey (justincc)1-8/+7
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer1-1/+21
2012-01-28Remove IClientAPI from the money module. It was only used to pass in theMelanie1-1/+1
2011-09-23Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)1-15/+10
2010-12-04Convert the agent asset transactions module to a new style module.Melanie1-78/+88
2010-07-02Clean up IMoneyModule and adjust the other modules to the changesMelanie Thielker1-1/+1
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)1-2/+6
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-27/+8
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-8/+27
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-19Add initializing m_scene if it's not null. Marking MyScene as [Obsolete]Melanie Thielker1-0/+7
2009-05-18Remove the old asset cache and local services and the configurations for themMelanie Thielker1-18/+0
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-5/+5
2009-02-12* optimized usings.lbsa711-1/+1
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-3/+2
2008-11-24Some refactoring from about a week ago that I forgot to commit, of AssetTrans...MW1-39/+180
2008-11-14* Implements terrain raw upload. You can now upload your .raw terrain files ...Teravus Ovares1-1/+8
2008-09-26* refactor: split out AgentAssetTransactionsManagerJustin Clarke Casey1-192/+0
2008-09-26* Implment task inventory item asset update for the old non CAPS transaction ...Justin Clarke Casey1-15/+38
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-12/+12
2008-08-23Change to no longer check funds on temp texture uploads.Melanie Thielker1-2/+3
2008-08-23Some complex re-ordering to make prebuild do what needed to be done.Melanie Thielker1-0/+1
2008-08-23Patch #9171Melanie Thielker1-1/+18
2008-05-16Formatting cleanup.Jeff Ames1-3/+3
2008-05-01* Rolled back a few changes.Adam Frisby1-4/+9
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-9/+4
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-290/+290
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-25/+30
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby1-286/+286
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+4
2008-04-07Refactor InventoryItemBase to do the following:Sean Dague1-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-03* Removed and sorted using clauses in a number of files.Adam Frisby1-1/+0
2008-02-20some changes to the initialising of AgentAssetTransactionModule to see if the...MW1-9/+23
2008-02-17Added copyright notices.Jeff Ames1-1/+29
2008-02-16Renamed AgentAgentTransactionModule to the correct name of AgentAssetTransact...MW1-1/+1
2008-02-16Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C...MW1-70/+111
2008-02-13Commenting and a spelling correctionJustin Clarke Casey1-3/+13
2008-02-13* Clean up the agent's asset transactions when it is removed from the sceneJustin Clarke Casey1-2/+17
2008-02-13* Refactor: Move last commit's refactor back to AgentAssetTransactionsManagerJustin Clarke Casey1-35/+81
2008-02-12Refactor: factor a method out of AgentAssetTransactionsManagerJustin Clarke Casey1-13/+2
2008-02-12* Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and a...Justin Clarke Casey1-11/+26
2008-02-11Re-enabled Inventory creation of body partsMW1-2/+5
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-1/+1