aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-10* Apply http://opensimulator.org/mantis/view.php?id=3439Justin Clarke Casey3-11/+11
2009-04-09* minor: correct some documentation in SQLiteAssetData.csJustin Clarke Casey1-8/+2
2009-04-09* Change SQLite asset UUID to dashed format to be consistentJustin Clarke Casey2-6/+13
2009-04-09* Change UUIDs in SQLite user db to dashed format to match representations el...Justin Clarke Casey3-11/+22
2009-04-09* Improve inventory uuid conversions to make sure that we aren't converting a...Justin Clarke Casey1-8/+29
2009-04-09* Migrate UUID representations in SQLite inventory store to dashed formatJustin Clarke Casey2-28/+42
2009-04-09* Moved the DatabaseTestAttribute to Test.Common, and thus included ref to th...lbsa715-0/+5
2009-04-09* Added custom DatabaseTestAttribute to help separating unit tests from compo...lbsa715-5/+5
2009-04-08SQLite doesn't work on ppc64, so ignore these tests if we areSean Dague5-0/+30
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey1-4/+4
2009-04-05Adding migrations for MySQL and SQLite for removing the "old" cloud image.Homer Horwitz1-0/+1
2009-04-01* Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa711-1/+1
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+5
2009-03-22Make offline gives work in SQLite standalonesMelanie Thielker1-0/+8
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker1-0/+5
2009-03-09Implemented FetchAssetMetadataSet in DB backends.Mike Mazur1-0/+50
2009-02-25* Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...lbsa711-7/+0
2009-02-21* Applied a patch that: Added estate ban table to migration scripts and nhibe...lbsa711-4/+4
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa711-3/+3
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-23/+23
2009-02-16- remove dependency on OpenSim.Grid.AssetServer.Plugins.Opensim inMike Mazur1-1/+0
2009-02-16- add OpenSim.Grid.AssetServer.Plugins.OpenSim as a dependency for OpenSim.Da...Mike Mazur1-0/+1
2009-02-12* optimized usings.lbsa7112-57/+15
2009-02-09Update svn properties, minor formatting cleanup.Jeff Ames1-65/+65
2009-02-09Thank you kindly, TLaukkan (Timmil) for a patch that:Charles Krinke1-0/+65
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield6-8/+8
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-23/+23
2009-01-29* If an orphaned group is found in the mysql or mssql databases (i.e. there i...Justin Clarke Casey1-1/+4
2009-01-19* Remove unused prims.ParentID field from SQLite and MySQLJustin Clarke Casey2-4/+11
2008-12-30Update svn properties, minor formatting cleanup.Jeff Ames1-5/+5
2008-12-23* Correct build break, no idea how that one managed to slip by meJustin Clarke Casey1-1/+1
2008-12-23* Modify SQLite implementation of UpdateUserProfile() to allow modifications ...Justin Clarke Casey1-16/+21
2008-12-22Thanks Gerhard for a patch that implements part 3 of VolumeDetection / persis...Dahlia Trimble2-0/+15
2008-12-14Color was set twice, first correctly, then incorrectly, in SQLiteRegionData.Homer Horwitz1-2/+0
2008-12-02* Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim...Justin Clarke Casey1-3/+0
2008-11-30Try to fix Mantis#2727. SQLite seems to be able to store bigger numbers inHomer Horwitz1-1/+1
2008-11-27* Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey1-12/+0
2008-11-23Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker1-0/+4
2008-11-21* refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey1-1/+1
2008-11-21Update svn properties, minor formatting cleanup.Jeff Ames1-6/+6
2008-11-19Mantis#2656. Thank you kindly, Nlin for a patch that:Charles Krinke2-0/+16
2008-11-18Fixed MySQL and SQLite so they will save theSean Dague2-0/+19
2008-11-15Mantis#2552: Thanks idb, for a patch that fixes persistence of physical prims.Homer Horwitz1-2/+1
2008-11-14Add SQLite and the missing migrations files for last commitMelanie Thielker2-0/+8
2008-11-10* refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R...Justin Clarke Casey1-4/+3
2008-11-08Work in progress on SECS stuff. Have been holding it off until after 0.6 rele...Tedd Hansen1-2/+2
2008-11-04add some null protection on emailSean Dague1-1/+2
2008-11-04implement email field for MySQL and SQLiteSean Dague2-0/+8
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz1-1/+21
2008-10-30- Includes consistency test for new and updated objects, asSean Dague1-13/+4