aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Assets (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-30Moved several cap-based-service-providing modules from where they were into a...Diva Canto3-888/+0
2011-04-21some mesh config astheticsBlueWall2-2/+2
2011-04-18Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future co...Justin Clark-Casey (justincc)2-8/+6
2011-04-14Add ColladaMesh switchBlueWall2-3/+21
2011-04-13Add ColladaMesh switchBlueWall2-3/+21
2011-02-02Comment out texture CAPS 'texture not found' message for nowJustin Clark-Casey (justincc)1-3/+1
2011-01-28minor: remove a few mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2011-01-21remove some mono compiler warningsJustin Clark-Casey (justincc)2-4/+6
2011-01-19With mic's permission, adjust long call time info messages to 500ms from 200msJustin Clark-Casey (justincc)1-1/+1
2011-01-18Prune some of the excess logging for client logins.Justin Clark-Casey (justincc)2-3/+3
2010-12-08Fixed wrong commentDiva Canto1-1/+1
2010-12-08Fixed previous compile error -- I haven't pushed the CreatorID in AssetBase y...Diva Canto1-1/+1
2010-12-08Added ability for GetTexture to serve multiple formats. The format may come a...Diva Canto1-42/+202
2010-10-14* Replacing Magic numbers with EnumsTeravus Ovares (Dan Olivares)2-4/+4
2010-10-14Kill some magic numbers in the mesh upload module and change the mesh assetMelanie1-3/+3
2010-10-14* A few additional cleanup elementsTeravus Ovares (Dan Olivares)2-0/+6
2010-10-14* Whoops, That was supposed to use the HTTP VERB 'GET' not 'POST'Teravus Ovares (Dan Olivares)1-1/+1
2010-10-14* Tweaked the upload response and now at least uploading the mesh works.Teravus Ovares (Dan Olivares)2-16/+21
2010-10-14Rename file + more testing and tweakingTeravus Ovares (Dan Olivares)1-9/+17
2010-10-14* Partially complete stuff for Mesh support that Melanie wanted to see before...Teravus Ovares (Dan Olivares)2-0/+449
2010-10-09Fix a typo in previouis commit: start must not pass the end of the fileLatif Khalifa1-2/+2
2010-10-09weird line endings fix commitTeravus Ovares (Dan Olivares)1-7/+7
2010-10-09Return error code instead of the last byte of the file if range is not satisf...Latif Khalifa1-1/+9
2010-10-09In case when 1 single byte is requested (yes viewer does this)Latif Khalifa1-2/+2
2010-09-13* Fixing length calculations for HTTP texture downloads (the end byte is incl...John Hurliman1-4/+6
2010-06-30minor: comment out high volume texture serving module debug messageJustin Clark-Casey (justincc)1-2/+2
2010-06-30minor: comment out high volume texture serving module debug messageJustin Clark-Casey (justincc)1-2/+2
2010-06-22Security fix: Allow only textures to be fetched using HTTP texture capMelanie Thielker1-0/+12
2010-05-09* Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto1-0/+2
2010-04-08* Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman1-0/+220