aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ExtensionsScriptModule/Script.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Converted logging to use log4net.Jeff Ames2008-02-051-3/+3
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Optimized usingslbsa712007-12-271-1/+1
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* removed obsolete Verbose() functionJeff Ames2007-12-061-1/+1
|
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-041-1/+1
|
* * Optimized usingslbsa712007-10-301-4/+4
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* fixing me some line endingsSean Dague2007-09-171-64/+64
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* Taken the old scripting engine out of Region.Environment and moved it into a ↵MW2007-08-281-0/+64
separate module: OpenSim.Region.ExtensionsScriptModule (named as such because the purpose of it is to script server extensions, rather than "user scripting" like Tedd's engine.)