aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world/scripting/Script.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-26/+0
| | | | the Grid servers can be a separate solution to the region server.
* * Extended Script API with GetRandomAvatarlbsa712007-04-031-2/+1
| | | | | | | * The script will now get a IScriptEntity to it's host object with get/sets * The script gets a IScriptReadnlyEntity interface to entities other than the host object. * the test script now follows a random avatar.
* * Script prototypelbsa712007-04-031-0/+27