aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionSettings.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the default region texture UUIDS back in that were lost inMelanie Thielker2008-08-191-8/+32
| | | | | | | the shuffle. Translate LLUUID.Zero to the default textures on set. This should fix the default button in the viewer.
* Formatting cleanup.Jeff Ames2008-08-181-34/+34
|
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-1/+1
|
* Patch #9151Melanie Thielker2008-07-181-1/+12
| | | | | | Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans.
* Patch #9150Melanie Thielker2008-07-141-0/+16
| | | | | | Patch 7 of the region patches. Finish off the region parts of the estate dialog. Full user functionality. Terrain textures, heights, water, avatar counts, prim bonus, debug settings and region toggles can now be set from the dialog on a per-region basis. Estate stuff defaults to sane values where there are no defaults, to estate_settings.xml otherwise. Sun still b0rked :(
* Patch #9148Melanie Thielker2008-07-141-11/+11
| | | | | | | | Patch 5 in the region settings series. Adds a migration to ensure corrupted data is purged and re-read from defaults. Some changes. Still no full functionality
* Patch #9147Melanie Thielker2008-07-141-1/+1
| | | | | | | Patch #4 of the region settings series. Partial functionality of the new storage system. More patches to follow.
* Copyright notices and formatting cleanup.Jeff Ames2008-07-061-200/+200
|
* Changed default terrain lower limit to -100 instead of 100Dahlia Trimble2008-07-051-1/+1
|
* Mantis#1639. Thank you, Melanie for a patch that:Charles Krinke2008-07-011-0/+201
| | | | | | Reads estate_settings.xml and populates the database from it. If there is no record, just passes the defaults to the application.
* Mantis#1637. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-301-33/+33
| | | | | | Make each region load it's settings from the database on startup. No user functionality yet.
* patch and files from mantis #1630, Thanks MelanieMW2008-06-291-0/+300