aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/world/ParcelManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-07*Cleaned up namespaces, filenames, etc in OpenSim.RegionServermingchen1-831/+0
NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning
2007-06-07*Added support to change most of a parcel's settings and flags (from the ↵mingchen1-12/+39
about land box) *Added the rest of the member variables relating to parcels in the ParcelData class
2007-06-06*Fixed Parcel backup in databased (finished fixing core parcel functions)mingchen1-2/+2
2007-06-06*Added new commands ('backup','show parcels','reset parcels')mingchen1-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
2007-06-06Changes:mingchen1-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)
2007-06-05* Added proper copyright notices to everything (1/3)Adam Frisby1-0/+27
2007-06-05*Cleaned up Configuration Setup questionsmingchen1-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
2007-06-04Parcel Manager Changes:mingchen1-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
2007-06-03(Broke SVN on first commit >.>) - Added the ParcelManager.cs file that was ↵mingchen1-0/+658
needed