aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added some place holder classes for various modules.MW2007-08-305-0/+124
| | | | | Some work on the asset cache, can people please test this. including on one of the public systems so we can see if it causes problems with multiple users.
* few small changes (all work in progress).MW2007-08-291-6/+32
|
* Various small changes (some likely to be removed again soon)MW2007-08-291-1/+1
|
* Taken the old scripting engine out of Region.Environment and moved it into a ↵MW2007-08-281-1/+1
| | | | 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.)
* Moved XferModule to OpenSim.Region.Environment.Modules namespace/directory.MW2007-08-281-0/+175
|
* Start of trying to make Region/Scene more modular. MW2007-08-282-0/+226
Added preliminary IRegionModule interface. Also have a work in progress way of Modules registering optional API methods (kind of like Apache optional functions). But there must be a cleaner/nicer way in c# of doing these than the current way. Added three work in progress modules: ChatModule (simple handles in world chat, but by moving this to a module, we could support other types of chat modules, ie like a irc - opensim bridge module. ) , AvatarProfilesModule and XferModule. Moved most of the code from Scene.ModifyTerrain() into the BasicTerrain library, as the start of trying to make that more modular. Stopped Child agents showing up as part of the "show users" command.