aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Agent/TextureDownload (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-08-181-4/+4
|
* more warnings to go.Dr Scofield2008-06-271-6/+12
|
* * Eliminate occurences of "Got a texture uuid ... with no sender object to ↵Justin Clarke Casey2008-05-161-2/+16
| | | | handle it..." by properly dealing with the situation where a client still has queued texture requests when it logs out
* Formatting cleanup.Jeff Ames2008-05-163-13/+13
|
* * Start recording as a statistic the number of times we start blocking ↵Justin Clarke Casey2008-05-141-2/+4
| | | | | | | | repetitive client requests for the same missing texture * This is to maintain some visibility on the problem, since I removed the intentionally irritating log messages for this
* * Removing console notifications of missing texture request sending (which ↵Justin Clarke Casey2008-05-091-4/+4
| | | | | | | | ironically, was disabled, though it wasn't making much difference). * These messages keep getting confused with other problems - just going to have to try to remember to add these to stats or something so at least they don't completely disappear
* * Rolled back a few changes.Adam Frisby2008-05-012-6/+9
|
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-012-9/+6
| | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-013-563/+563
|
* * Cruft removal step #1. Cleaning Modules directory.Adam Frisby2008-04-303-98/+104
|
* * Refactored Environment/Modules directory - modules now reside in their own ↵Adam Frisby2008-04-303-0/+560
directory with any associated module-specific classes. * Each module directory is currently inside one of the following category folders: Agent (Anything relating to do with Client<->Server communications.), Avatar (Anything to do with the avatar or presence inworld), Framework (Classes modules can use), Grid (Grid traffic, new OGS2 grid comms), Scripting (Scripting functions, etc), World (The enrivonment/scene, IE Sun/Tree modules.) * This should be moved into a seperate project file.