aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ExtensionsScriptModule/Engines/CSharp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimized usingslbsa712007-10-302-17/+12
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-1/+29
|
* * Renamed ScriptConsole to PluginConsole for clarityAdam Frisby2007-09-241-1/+1
| | | | | * Fixed a bug where ODE tries to do a physics update for zero frames.
* fixing me some line endingsSean Dague2007-09-172-174/+174
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* Applied danx0r's ODE patch [mantis number 340].MW2007-08-281-1/+2
| | | | | Corrected a few out dated things in the ExtensionsScriptModule.
* Taken the old scripting engine out of Region.Environment and moved it into a ↵MW2007-08-282-0/+174
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.)