aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RegionBanListItem.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch #9151Melanie Thielker2008-07-181-47/+0
| | | | | | 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.
* * Persists region banlists across reboots for the sqlite datastore also now.Teravus Ovares2008-06-211-0/+27
|
* * Adds Region ban capability to Regions. You access this by going to ↵Teravus Ovares2008-06-211-0/+20
World->Region/Estate. Then on the Estate tab, at the lower right hand corner, clicking the 'Add' button and picking an avatar. * It only persists across reboots for the mySQL datastore currently. * Currently have stubs in the other datastores.