aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Agent/AssetTransaction/AgentAssetTransactionsManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield2009-02-091-231/+0
| | | | | | OpenSim.Region.Environment.Modules.Agent en bloc to OpenSim.Region.CoreModules
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+2
| | | | | | | | | | | | | | | | | | | | OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
* Some refactoring from about a week ago that I forgot to commit, of ↵MW2008-11-241-2/+4
| | | | AssetTransactionModule to cut down on number of classes and to work towards having a base AssetXferUploader class than can be shared with EstateTerrainXferHandler
* * Implements terrain raw upload. You can now upload your .raw terrain files ↵Teravus Ovares2008-11-141-0/+2
| | | | | | | using the Estate Tools. * Could this be extended in the future to support .oar uploads too? Only time will tell!
* * minor: remove warningsJustin Clarke Casey2008-09-261-4/+4
|
* * refactor: split out AssetXferUploaderJustin Clarke Casey2008-09-261-1/+1
|
* * refactor: split out AgentAssetTransactionsManagerJustin Clarke Casey2008-09-261-0/+227