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