aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/LoadImageURLModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* be smarter about the size of dynamic textures that we pull inSean Dague2008-02-151-1/+29
|
* allow for 1024x1024 textures through osSetDynamicTextureURL. Follow up patchSean Dague2008-02-151-2/+2
| | | | | | to do smarter resize coming this afternoon.
* added copyright noticesJeff Ames2007-12-111-0/+28
|
* * Optimized usingslbsa712007-10-301-18/+15
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* changes to pass nini config object to the modules that getSean Dague2007-10-191-123/+124
| | | | | | loaded so that they may read out any bits they are interested in
* Added "LoadImageUrl" module , that is a dynamic texture render, that works ↵MW2007-10-151-0/+123
with the DynamicTextureModule to allow loading of a image from a webserver and a texture of that image created.