aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/InstantMessageModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a Debug method to the Console/log class that has the Conditional ↵MW2007-08-311-1/+26
| | | | | | | attribute (set to "DEBUG"), so we can use that for writing extra debug info to the console. [for anyone who doesn't know about the Conditional attribute, it is a attribute that can be set on a method, and then any call to that method will on be compiled if the terms of that condition are met, ie is this case only if "DEBUG" is true. So its a cleaner implementation of the #if #endif directives]. A few other minor changes.
* Added some place holder classes for various modules.MW2007-08-301-0/+10
Some work on the asset cache, can people please test this. including on one of the public systems so we can see if it causes problems with multiple users.