aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLiteLegacy/SQLiteEstateData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-07Remove the SQLite legacy adaptor. This is no longer needed now that the main...Justin Clark-Casey (justincc)1-451/+0
2011-04-05Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)1-1/+23
2011-03-21On initial region registration, if the user chooses the option to make the re...Justin Clark-Casey (justincc)1-0/+33
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-25/+25
2010-04-23put SQLiteNG classes in their own namespace to avoid confusionJustin Clark-Casey1-1/+1
2010-04-23Change SQLiteNG to work with mono 2.6 and above using the Mono.Data.Sqlite.dllJustin Clark-Casey (justincc)1-24/+24
2010-04-23Duplicate OpenSim.Data.SQLite into OpenSim.Data.SQLiteNG. SQLiteNG will shor...Justin Clark-Casey (justincc)1-0/+0
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