aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLEstateData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-13/+13
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-08-18Formatting cleanup.Jeff Ames1-31/+31
2008-08-07Minor formatting cleanup.Jeff Ames1-1/+1
2008-08-01Patch #8 in the estate series. Introduces the concept of an estateMelanie Thielker1-0/+7
owner (alongside the master avatar) and provides storage fo the abuse email address. No user functionality yet. This patch includes a migration.
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-12/+14
2008-07-19Update svn properties. Fix some inconsistent newlines.Jeff Ames1-23/+23
2008-07-18Patch to fix saving of estate managers list loaded during migration.Melanie Thielker1-0/+3
No longer teleports an agent home unless their root agent is being banned. Visual blocking is still in effect.
2008-07-18squashing further warnings.Dr Scofield1-19/+19
2008-07-18masks MySQL password from console startup messagesDahlia Trimble1-2/+25
2008-07-18Patch #9151Melanie Thielker1-0/+386
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.