aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/TextureDownload (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-20Reverting the deletion of files related to texture sending until we figure ↵John Hurliman3-0/+654
out exactly what is and isn't needed
2009-10-20* Removing cruft left over from the conversion to the new texture sending ↵John Hurliman3-654/+0
and UDP code * Changing the cache modules to only initialize the caches if they are actually enabled. Should save a bit of resources from unused cache systems
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto1-2/+6
2009-08-13Inventory redirects from CachedUserInfo to InventoryService COMPLETE!Diva Canto1-1/+3
2009-08-05remove some more mono compiler warningsJustin Clark-Casey1-6/+6
2009-08-05* Remove some mono compiler warningsJustin Clark-Casey1-15/+14
2009-07-30* Remove and comment out old and unneeded parts of the old TextureDownload ↵Teravus Ovares2-48/+39
and UserTextureDownloadService modules. * These have been mostly replaced by the PriorityQueue sender in LLClientView (it was still using threads and poll processing!) * Thread Reduction! * Might have been sending more image packets then necessary previously, texture times 2. We'll see if this reduces the texture packet load.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames3-3/+3
LICENSE.txt.
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva1-1/+8
-- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
2009-04-03* refactor: Call StatsReporter methods directly rather than through Scene ↵Justin Clarke Casey2-2/+2
(as WebStatsModule was doing) * Assume that StatsReporter is always present (possibly as a no-op impl) rather than doing null checks
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
* Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey1-1/+1
* This is always available at Scene.CommsManager.AssetCache
2009-02-12* optimized usings.lbsa713-10/+9
2009-02-09starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield3-0/+652
OpenSim.Region.Environment.Modules.Agent en bloc to OpenSim.Region.CoreModules