aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Null (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker2008-07-181-1/+1
| | | | | | ven for the region datastore. Removes the flag to store prim inventories, which are now always stored.
* Patch #9151Melanie Thielker2008-07-181-16/+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.
* patch and files from mantis #1630, Thanks MelanieMW2008-06-291-0/+9
|
* Apply patch from bug #1606 -- Documentation for Data/Null, Data/Base. ↵Jeff Ames2008-06-261-0/+3
| | | | Thanks kerunix_Flan!
* * Adds Region ban capability to Regions. You access this by going to ↵Teravus Ovares2008-06-211-0/+16
| | | | | | | | 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.
* Formatting cleanup.Jeff Ames2008-05-162-7/+7
|
* move NullStorage => OpenSim.Data.Null to be consistant withSean Dague2008-04-032-0/+152
where other data storage assemblies are.