aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/RegionManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-19* Deleted unused RegionManager.cslbsa711-3/+0
* Deleted unused ModuleAPIMethod's
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa711-32/+1
* 'remove redundant this qualifier' ftw
2007-08-29Various small changes (some likely to be removed again soon)MW1-1/+2
2007-08-28Start of trying to make Region/Scene more modular. MW1-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.
2007-07-18*New Configuration System, much easier and less buggy compared to the ↵mingchen1-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 :)
2007-07-16* RegionApplicationBase restructuring now completelbsa711-1/+1
* Still has some weird bug in SimpleApp though.
2007-07-16* Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApplbsa711-1/+1
2007-07-16*Renamed everything Parcels and ParcelData to Land and LandDatamingchen1-1/+1
*Added missing files (I hope)
2007-07-16*Renamed ParcelManager to LandManagermingchen1-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.
2007-07-16changed to native line ending encodingSean Dague1-29/+29
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-5/+3
* added some licensing info
2007-06-27*Moved all the classes into their own file from LLSDHelpers.csmingchen1-0/+1
*Some folder renaming to follow project Name *Updated prebuild.xml
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen1-3/+3
to add/remove something