aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Terrain/FileLoaders/TIFF.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-06-29* Allow terrains to be loaded and saved from streams as well as directly to ↵Justin Clarke Casey1-0/+14
and from files * Should be making use of this in the next revisions
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-46/+46
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-1/+0
2008-04-30* Commiting a bunch of missed files.Adam Frisby1-48/+48
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-2/+0
(this took a while to run).
2008-03-18Formatting cleanup.Jeff Ames1-26/+28
2008-01-07* Adding More to the MessageServer classes.Teravus Ovares1-0/+27
* Don't forget to prebuild
2008-01-06* A few more Message Server comms related updatesTeravus Ovares1-0/+4
2008-01-06* Added some userserver glue for communications with the message server Teravus Ovares1-0/+17
* Added some code for the message server, fixed a few references and starting to flesh it out.