aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world/scripting/ScriptFactory.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-8/+0
| | | | the Grid servers can be a separate solution to the region server.
* * The world can not contain ScriptFactories that creates unique instances of ↵lbsa712007-04-031-0/+8
scripts for entities. * Created Scripts folder to house trusted Scripts * The test script now lives in Scripts/FollowRandomAvatar.cs