aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/RegionManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Deleted unused RegionManager.cslbsa712007-09-191-3/+0
| | | | | * Deleted unused ModuleAPIMethod's
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-32/+1
| | | | | * 'remove redundant this qualifier' ftw
* Various small changes (some likely to be removed again soon)MW2007-08-291-1/+2
|
* Start of trying to make Region/Scene more modular. MW2007-08-281-0/+2
| | | | | | | | | 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.
* *New Configuration System, much easier and less buggy compared to the ↵mingchen2007-07-181-0/+1
| | | | | | | | original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)
* * RegionApplicationBase restructuring now completelbsa712007-07-161-1/+1
| | | | | * Still has some weird bug in SimpleApp though.
* * Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApplbsa712007-07-161-1/+1
|
* *Renamed everything Parcels and ParcelData to Land and LandDatamingchen2007-07-161-1/+1
| | | | | *Added missing files (I hope)
* *Renamed ParcelManager to LandManagermingchen2007-07-161-1/+2
| | | | | | *Made the Parcel class its own file and moved the Parcel and LandManager into their own folder in Environment *Some renaming might need to be done so the Parcel class doesn't have issues with the libsecondlife Parcel class, but Land doesn't seem right.
* changed to native line ending encodingSean Dague2007-07-161-29/+29
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-5/+3
| | | | | * added some licensing info
* *Moved all the classes into their own file from LLSDHelpers.csmingchen2007-06-271-0/+31
*Some folder renaming to follow project Name *Updated prebuild.xml