aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteEstateData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-6/+6
2012-11-14More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possi...Justin Clark-Casey (justincc)1-94/+112
2012-02-21Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.Justin Clark-Casey (justincc)1-0/+3
2011-09-16Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan1-48/+78
2011-07-16refactor: Pull up Assembly of the SQLite classes as a protected property, so ...Marck1-2/+6
2011-04-05Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)1-0/+22
2011-03-21On initial region registration, if the user chooses the option to make the re...Justin Clark-Casey (justincc)1-0/+32
2010-09-23* One more item for CSharpSqliteTeravus Ovares (Dan Olivares)1-3/+10
2010-09-23* Add CSharpSqlite to prebuildTeravus Ovares (Dan Olivares)1-1/+5
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-0/+9
2010-07-08Hopefully fixes mantis #4852Diva Canto1-2/+2
2010-04-30rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)1-24/+24
2010-03-23UNTESTED SQLite code to enable estate setup in interactive confgurationMelanie1-7/+45
2010-03-23First stage of the new interactive region creation. This will allow creationMelanie1-0/+25
2010-03-22Remove the reading of estate_settings.xml and the associated processing ofMelanie1-18/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-21* Applied a patch that: Added estate ban table to migration scripts and nhibe...lbsa711-4/+4
2009-02-12* optimized usings.lbsa711-6/+3
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
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
2008-08-18Formatting cleanup.Jeff Ames1-11/+11
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
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-12/+12
2008-07-19Change SQLite argument marker from the more standard '@' to the ':' supportedMelanie Thielker1-30/+30
2008-07-18Patch to fix saving of estate managers list loaded during migration.Melanie Thielker1-0/+3
2008-07-18fixing copy & paste artefact.Dr Scofield1-2/+2
2008-07-18squashing further warnings.Dr Scofield1-1/+1
2008-07-18Patch #9151Melanie Thielker1-0/+333