aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-10-30Mid-work, trying to fix region part insertion and retrievalSean Dague1-8/+34
2008-10-18Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker2-0/+13
2008-10-17Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-10-16- Enforced no user or agent with UUID 0 on agent DB insertionSean Dague1-0/+4
2008-10-15- Makes MySQL reject inserting UUID 0Sean Dague1-0/+35
2008-10-14move from index based to exists strategy hereSean Dague1-10/+36
2008-10-14Merge commit 'arthur/master'Sean Dague1-4/+10
2008-10-03Add the missing bits for the new region-search:Homer Horwitz1-0/+12
2008-10-03fix the sqlite break. There were two issue here:Sean Dague1-1/+2
2008-10-03Add database persistence for material settingMelanie Thielker2-0/+11
2008-10-01add delete prim tests. Found and fixed bugs where regionSean Dague1-1/+1
2008-09-29add a test for updating region settings and fix a bug in uuidSean Dague1-1/+1
2008-09-26* Patch from JHurlimanTeravus Ovares2-11/+11
2008-09-24Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz1-0/+19
2008-09-24remove a bunch of out of date inline ALTER table commands that would onlySean Dague1-84/+17
2008-09-23couple of minor test cleanups to see if this gets us past the bamboo humpSean Dague1-8/+0
2008-09-19Small formatting cleanup, before chi11ken notices. Me bad.Homer Horwitz3-20/+39
2008-09-19convert to using proper .net tempfiles, should have done thisSean Dague4-4/+13
2008-09-18Add a db.Dispose before calling Delete on the SQLite database.Homer Horwitz4-1/+5
2008-09-18- Add Dispose method to IRegionDataStoreHomer Horwitz4-10/+97
2008-09-18* Updates the SQLite region database to support the same properties that the ...Teravus Ovares2-0/+180
2008-09-17Adding currentLookAt to useragents table in SQLite. This complements theHomer Horwitz2-0/+15
2008-09-16Added some terrain tests, and found a fun race condition in the sqliteSean Dague2-16/+16
2008-09-16Mantis #904: Thanks jonc, for a patch that adds "useragents" table toHomer Horwitz2-67/+84
2008-09-15Update svn properties, minor formatting cleanup, fix a compiler warning.Jeff Ames1-3/+6
2008-09-14Mantis #2124Melanie Thielker1-0/+19
2008-09-13* Adds regiondata and estatedata persistence in Sqlite. This commit is actu...Teravus Ovares1-0/+3
2008-09-13Formatting cleanup.Jeff Ames1-1/+1