aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-26Use GridUser properly for foreign users.Diva Canto2-3/+5
2012-09-26Show the user's home url too on the console command.Diva Canto1-4/+3
2012-09-26Not really a change, just added a reminder to fix something here.Diva Canto1-0/+3
2012-09-25TOS module. WARNING: migration in GridUser table.Diva Canto2-5/+54
2012-09-25Oops, that should be inside the curly bracket.Diva Canto1-3/+3
2012-09-25Fix very recently introduced race condition where a CreateNewItem outracing a...Justin Clark-Casey (justincc)1-19/+18
2012-09-25Comment out old m_storeLocal from AssetXferUploader.Justin Clark-Casey (justincc)1-6/+6
2012-09-25Insert transaction ID into AssetXferUploader constructor rather than at Uploa...Justin Clark-Casey (justincc)2-36/+49
2012-09-25Move UDP update task item code to AssetXferUploader to match existing create ...Justin Clark-Casey (justincc)3-64/+52
2012-09-25Fix occasional race condition failure when creating new clothing/body parts i...Justin Clark-Casey (justincc)3-110/+94
2012-09-25Deleted extraneous debug messageDiva Canto1-2/+0
2012-09-22HG Rez object: warn the user if the item or asset cannot be found.Diva Canto1-2/+7
2012-09-22Guard against inventory get failures.Diva Canto1-0/+3
2012-09-21This fixes HG attachments' missing assets (textures, etc).Diva Canto1-0/+28
2012-09-21Moved the small HGUuidGatherer class to the file where its parent class is. N...Diva Canto2-74/+2
2012-09-21Removed redundant asset fetches on HGAssetMapper. The UuidGatherer already do...Diva Canto1-18/+24
2012-09-21Minor: may avoid crashes of sims that still don't have this configuration sec...Diva Canto1-1/+1
2012-09-21HG 2.0: added asset import/export policies at the sim too.Diva Canto1-8/+15
2012-09-21Minor: change the return value of unsuccessful posts to string.Empty.Diva Canto1-1/+1
2012-09-21Rename UuidGather.m_assetCache to m_assetService. If HGUuidGatherer hasn't b...Justin Clark-Casey (justincc)1-2/+2
2012-09-20More HG2.0: Added permission policies in HGAsset Service based on asset types...Diva Canto1-15/+19
2012-09-19Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec...Justin Clark-Casey (justincc)3-6/+11
2012-09-17Moving ScriptModuleComms into the CoreModules tree.Mic Bowman1-0/+367
2012-09-16HG2.0: Generalized the allowed HG appearances to be more than 1.Diva Canto1-31/+59
2012-09-15More on HG2.0: added the possibility of controlling the appearance that avies...Diva Canto2-2/+171
2012-09-15Add basic asset connector tests to check behaviour for normal, local and temp...Justin Clark-Casey (justincc)2-2/+141
2012-09-15For FlotsamAssetCache, always update access times of cached scene assets befo...Justin Clark-Casey (justincc)1-20/+17
2012-09-14Added unit tests for multi-region OARsOren Hurvitz1-58/+326
2012-09-14Rename ArchiveWriteRequestPreparatio nto ArchiveWriteRequest since after the ...Justin Clark-Casey (justincc)3-9/+9
2012-09-14Support multi-region OAR filesOren Hurvitz8-395/+1057
2012-09-13Restarting to work on HGSuitcaseInventoryService: added the ability for the o...Diva Canto1-0/+2
2012-09-13correcting a typo that causes c# express to complain about xml comment contai...SignpostMarv1-1/+1
2012-09-12minor: Comment out friends notification log spam for now.Justin Clark-Casey (justincc)1-3/+3
2012-09-09Adjust namespce of FlotsamCacheBlueWall2-2/+1
2012-09-09Revert "Move addin information to CoreModulePlugin.addin.xml"BlueWall3-3/+6
2012-09-07Move addin information to CoreModulePlugin.addin.xmlBlueWall3-6/+3
2012-09-07Add warning chevrons around the GC.Collect added to Warp3DImageModule in comm...Justin Clark-Casey (justincc)1-0/+4
2012-09-06Add missing DynamicTexture.cs file from last commitJustin Clark-Casey (justincc)1-0/+61
2012-09-06If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)6-43/+127
2012-09-060006270: Warp3D leaks memory on mono based systemsBlueWall1-1/+4
2012-09-06If the GetTexture capability receives a request for a range of data beyond th...Justin Clark-Casey (justincc)2-3/+33
2012-08-30Make ReuseDynamicTextures an experimental config setting in [Textures]. Defa...Justin Clark-Casey (justincc)1-1/+4
2012-08-30If the compile-time DynamicTextureModule.ReuseTextures flag is set, check met...Justin Clark-Casey (justincc)1-43/+59
2012-08-29This partially implements the LSL function to set the responseMic Bowman1-1/+19
2012-08-29Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)1-32/+32
2012-08-28Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf...Justin Clark-Casey (justincc)4-55/+297
2012-08-28Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove...Justin Clark-Casey (justincc)2-6/+7
2012-08-27formattingSignpostMarv1-22/+22
2012-08-27refactoring to load from self (fixes ChanneDigger being absent)SignpostMarv1-5/+11
2012-08-27refactoring to assign the first argument to a variableSignpostMarv1-4/+5