aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield2009-02-0912-3035/+0
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-0611-21/+20
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-043-39/+39
* OK, commenting the return again :-/diva2009-02-031-2/+2
* Putting the return back in AddCapsHandler upon attempt at adding CAPs twice. ...diva2009-02-011-2/+5
* * Adds console command, 'predecode-j2k <number of threads>' to load all of th...Teravus Ovares2009-01-251-1/+2
* * Adds a synchronous jpeg decode for pre-caching purposesTeravus Ovares2009-01-231-0/+10
* * Change the currently misleading log message when capabilities are added twi...Justin Clarke Casey2009-01-221-15/+16
* * Caught 2 dictionary exceptions that were unhandledSean Dague2009-01-221-1/+3
* * Added some more commentsTeravus Ovares2009-01-221-1/+26
* * Add File cache for j2k layer decodes. This will make it so that the server...Teravus Ovares2009-01-221-38/+304
* * refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey2009-01-211-0/+204
* * Restore commented out isdone assertions in TextureSendTests.T010_SendPkg()Justin Clarke Casey2009-01-211-2/+2
* * More friendly OpenJpeg error handling.Teravus Ovares2009-01-211-29/+45
* * Set SVN PropertiesTeravus Ovares2009-01-191-215/+215
* * Progressive texture patch + PriorityQueue put into the LLClient namespace.Teravus Ovares2009-01-192-2/+217
* * Rig up enough infrastructure to actually perform a successful 'standalone' ...Justin Clarke Casey2009-01-161-1/+1
* * minor: Future archiver test stubJustin Clarke Casey2009-01-161-1/+1
* * Extended TextureSenderTests and modified TestClient.cs with new methodsSean Dague2009-01-131-8/+126
* Revert progressive texture patch from r8001 until issues can be addressedDahlia Trimble2009-01-105-268/+155
* Thanks jhurliman for a patch that implements progressive texture downloading ...Dahlia Trimble2009-01-105-132/+245
* * Establish placeholder for future TextureSender testsJustin Clarke Casey2009-01-083-4/+60
* Deleted the AssetDownload module (and directory), as this module/code hasn't ...MW2008-12-221-228/+0
* This may fix mantis #2855. There was a race condition on the TextureDownloadM...diva2008-12-181-9/+49
* This innocuous change in the TextureDownloadModule suddenly made the texture ...diva2008-12-181-1/+4
* Some refactoring from about a week ago that I forgot to commit, of AssetTrans...MW2008-11-244-126/+299
* Don't serve texture preview from other people's objects if youMelanie Thielker2008-11-231-0/+22
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-211-1/+1
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-191-2/+2
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-195-246/+133
* Patch from jhurliman. Fixing the texture decoding issues in progressiveMelanie Thielker2008-11-182-3/+1
* Apply JHurliman's texture sender patchMelanie Thielker2008-11-181-10/+43
* Prevent the texture downloader from locking a null object when a downloadMelanie Thielker2008-11-171-0/+3
* Make texture decode errors nonfatal. The texture send is simply droppedMelanie Thielker2008-11-171-25/+33
* Fix a few small issues with the progressive texture-download:Homer Horwitz2008-11-172-11/+12
* * Apply http://opensimulator.org/mantis/view.php?id=2611 Justin Clarke Casey2008-11-171-99/+169
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-171-2/+2
* Add group permissions to agent inventory.Melanie Thielker2008-11-141-0/+1
* * Implements terrain raw upload. You can now upload your .raw terrain files ...Teravus Ovares2008-11-142-1/+10
* * Commit allows downloading of the .raw terrain from the estate tools.Teravus Ovares2008-11-101-0/+1
* * Prevent texture sender thread termination from immediately crashing the simJustin Clarke Casey2008-11-041-18/+28
* * Check in (disabled) results of not persisting avatar textures but rather se...Justin Clarke Casey2008-10-293-36/+24
* - Fix Util.UnixTimeSinceEpoch:Homer Horwitz2008-10-181-1/+2
* * minor: remove some warningsJustin Clarke Casey2008-10-151-2/+2
* * minor: disable a couple of other lines of image not found, which are pointl...Justin Clarke Casey2008-10-151-2/+2
* * refactor: Move error logging from GetUserDetails up to callers, since there...Justin Clarke Casey2008-10-151-0/+12
* * refactor: move code concerned with creating a subsequent image packet to LL...Justin Clarke Casey2008-10-151-9/+4
* * refactor: rename SendImagePart to SendImageFirstPart since this is more des...Justin Clarke Casey2008-10-151-6/+3
* * Patch from JHurlimanTeravus Ovares2008-09-263-5/+7
* * minor: remove warningsJustin Clarke Casey2008-09-262-8/+4