aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer/world/World.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Removed MainConsole.Instance.WriteLine completelyAdam Frisby2007-06-051-30/+31
| | | | | | * Now exists MainConsole.Instance.Error/Warn/Notice/Verbose -- use those instead * Removed some instances of System.Console use - aiming to depreciate this in favour of MainConsole completely.
* Parcel Manager Changes:mingchen2007-06-041-3/+13
| | | | | | | | | | *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
* Added Basic Parcel Supportmingchen2007-06-031-0/+8
| | | | | | | *Created Parcel class to handle each parcel *Created ParcelManager class to handle the Parcel Object *For now, by default it is assigned to a fake avatar key and set for sale to L$0
* * Fixing world map generation issues (thankyou LL for using different ↵Adam Frisby2007-06-021-2/+2
| | | | coordinates than the rest of the graphics community! =p)
* * Some commenting on asset server (needs completing)Adam Frisby2007-06-021-0/+2
| | | | | | * Removed strip2.png - added defaultstripe.png * World map images are now generated when the terrain is tainted, not yet sent to the grid/asset server.
* * Added ability to set default terrain to a file in region config. If unable ↵Adam Frisby2007-05-271-3/+20
| | | | to open, terrain will be procedurally generated instead. (also needs testing.). Default file must be in R32 format. Use "terrain save f32 default.r32" on the region console to make a default file you can use.
* * Terrain now resends when it's been tainted. This means you should be able ↵Adam Frisby2007-05-271-1/+8
| | | | to load terrains and see the results without relogging. (Just wait for the next Backup call -- once every two minutes). Needs testing.
* * Semibug fix: Terrain should not save to database every time a packet is ↵Adam Frisby2007-05-261-5/+1
| | | | recieved. Terrain is always updated every Backup() call anyway.
* First part of border crossing fix.MW2007-05-251-7/+9
|
* Renamed the new Directories. (removed the "-Source" from the end of them)MW2007-05-241-0/+656