aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ExtensionsScriptModule/Engines (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimized usingslbsa712007-10-3025-503/+501
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-292-2/+2
| | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-1510-1/+281
|
* * 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-1726-2511/+2511
|
* mass update of urls in source code to new websiteSean Dague2007-09-1016-16/+16
|
* Applied danx0r's ODE patch [mantis number 340].MW2007-08-282-2/+4
| | | | | 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-2826-0/+2512
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.)