aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/RegionProfileData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adds support to delete a region completely and offers thatDr Scofield2008-09-181-1/+0
| | | | | | | | | | functionality via the console command "delete-region" and also via RemoteAdminPlugin. minor typo fix.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-8/+9
| | | | | | | * 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.
* Mantis #1953Melanie Thielker2008-08-141-2/+2
| | | | | | | Thank you, HomerHorwitz, for a patch that changes login location handling to use the sim UUID if it has already been stored.
* * Refactored some heavily duplicated RequestSimProfileData functionslbsa712008-07-291-87/+40
| | | | | * Changed InventoryUrl and GridServerURL type to Uri instead of string - to address '/' issues.
* Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks ↵Jeff Ames2008-06-261-8/+11
| | | | kerunix_Flan!
* Formatting cleanup.Jeff Ames2008-05-161-4/+4
|
* fix ups to include OpenSim.Framework explicit includes (theySean Dague2008-04-021-0/+1
| | | | | | | were implicitly included before). Everything builds again. Now off to testing.
* attempt to fix up all refernces to new directory structureSean Dague2008-04-021-1/+1
|
* reorganizing namespaces to put all the Data stuff into it's own namespaceSean Dague2008-04-021-0/+257
/ dir structure. This is coming in over a few changesets so consider trunk broken for the next 30 minutes as these get pulled together.