aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/world/ParcelManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *Cleaned up namespaces, filenames, etc in OpenSim.RegionServermingchen2007-06-071-831/+0
| | | | | | | | NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning
* *Added support to change most of a parcel's settings and flags (from the ↵mingchen2007-06-071-12/+39
| | | | | | | about land box) *Added the rest of the member variables relating to parcels in the ParcelData class
* *Fixed Parcel backup in databased (finished fixing core parcel functions)mingchen2007-06-061-2/+2
|
* *Added new commands ('backup','show parcels','reset parcels')mingchen2007-06-061-20/+46
| | | | | | | | *Added parcel join support *Made parcel saving and loading much more efficient *Fixed bug that would not allow joining of parcel locally in the viewer (gives an error before sending to server) *Known Issue: Restoring parcels from storage is not working correctly. For now, do a 'reset parcels' to regenerate a standard parcel
* Changes:mingchen2007-06-061-63/+115
| | | | | | | | | | | | | | | | *Added support for Subdivision (use master avatar to login to try out) *Added Parcel Border support *Enabled user account storage, but only when a new account is created Bug Fixes: *Fixed crash on startup while in sandbox when "Setting up master avatar" *Fixed most core functions in ParcelManager and Parcel that where broken *Fixed Parcel saving to database Known Issues: *Dividing parcel fails in viewer (gives an error about needing 2 parcels)
* * Added proper copyright notices to everything (1/3)Adam Frisby2007-06-051-0/+27
|
* *Cleaned up Configuration Setup questionsmingchen2007-06-051-4/+4
| | | | | | | | | *Added Configuration option for Master User Avatar name and (in sandbox mode) password *Added support for Master User in sandbox mode. Support lacks for grid mode still. **Grid support is possible when remotely fetching avatar data by name and UUID is available *Currently lacks parcel buying support. For now, in sandbox mode, log into master user information to own the parcel
* Parcel Manager Changes:mingchen2007-06-041-229/+270
| | | | | | | | | | *Added Parcel Backup Support for DB4. Other storages currently do not save *Added parcelIDList in ParcelManager to speed up parcel fetching at position *Added ParcelData.cs and ParcelData class for better storage support *Documentation for parcel added *2 Parcel Related bug fixes
* (Broke SVN on first commit >.>) - Added the ParcelManager.cs file that was ↵mingchen2007-06-031-0/+658
needed