aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/AssetTransaction/AgentAssetTransactionsManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-12minor: remove completely commented out and unused classJustin Clark-Casey (justincc)1-226/+0
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-3/+3
2009-02-12* optimized usings.lbsa711-5/+0
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-2/+2
2008-11-24Some refactoring from about a week ago that I forgot to commit, of AssetTrans...MW1-2/+4
2008-11-14* Implements terrain raw upload. You can now upload your .raw terrain files ...Teravus Ovares1-0/+2
2008-09-26* minor: remove warningsJustin Clarke Casey1-4/+4
2008-09-26* refactor: split out AssetXferUploaderJustin Clarke Casey1-1/+1
2008-09-26* refactor: split out AgentAssetTransactionsManagerJustin Clarke Casey1-108/+2
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
2008-02-08* Stop asset transactions hanging around after they've completedJustin Clarke Casey1-2/+18
2007-12-27* Optimized usingslbsa711-1/+1
2007-12-10more work on texture downloading.MW1-2/+2
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-12-01Attempt to fix mantis issue # 65, seems like it is a race condition between t...MW1-4/+7
2007-10-30* Optimized usingslbsa711-19/+18
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-2/+1
2007-10-26* Added prototypical AvatarFactory module interface to load avatar parameterslbsa711-7/+7
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-26Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW1-2/+3
2007-08-15More work on inventory, can now create other inventory types, like Clothes an...MW1-5/+31