aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands_Interface.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thank you, Grumly57 kindly for:Charles Krinke2008-05-281-0/+2
| | | | | | | This patch proposes a new function : osOpenRemoteDataChannel(key channeID) that allow to open an XMLRPC channel for remote_data event. The difference is that the channelID can be customized instead of being randomly generated.
* Formatting cleanup.Jeff Ames2008-05-161-1/+1
|
* * Applying mantis#1048 - Patch for osSetRegionWaterHeight()Adam Frisby2008-04-251-0/+1
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-4/+0
| | | | (this took a while to run).
* Moved script engine os* commands to OSSL_BuilIn_Commands.cs and ↵Tedd Hansen2008-04-201-0/+32
| | | | OSSL_BuilIn_Commands_Interface.cs where they belong.
* Formatting cleanup.Jeff Ames2008-03-181-26/+26
|
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-041-1/+1
|
* eolTedd Hansen2008-02-241-37/+37
|
* Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added ↵Tedd Hansen2008-02-241-0/+37
new OSSL_BuilIn_Commands class where we can start adding our own modular commands.