aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/RegionManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *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