aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite/SQLiteInventoryStore.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-02whole lot more movingSean Dague1-664/+0
2008-03-28* Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey1-6/+2
2008-03-28* Introduced common abstract AssetDataBase implementing IAssetProviderlbsa711-1/+1
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-12better fix for 551, not sure why I missed this earlierSean Dague1-12/+10
2008-03-11get rid of artificial InventoryLock object in favor ofSean Dague1-18/+13
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-19* Committing Ahzz's patch number 620.Teravus Ovares1-135/+177
2008-02-05Converted logging to use log4net.Jeff Ames1-6/+8
2007-12-27* Optimized usingslbsa711-2/+4
2007-12-20Convert some inventory ids I managed to missJustin Clarke Casey1-5/+5
2007-12-20Establish Util.ToRawUuidString to get LLUUIDs in unhyphenated formJustin Clarke Casey1-24/+24
2007-12-15Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee1-0/+32
2007-12-13Minor cleanupJeff Ames1-3/+1
2007-12-09From Justin Casey (IBM)Sean Dague1-1/+1
2007-12-08This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague1-19/+8
2007-10-30* Optimized usingslbsa711-93/+96
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-2/+2
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+29
2007-10-08Applied patch 485, inventory patch from tleiades (thanks again).MW1-3/+26
2007-10-06Applied Patch 473, Inventory Patch from Tleiades (many thanks).MW1-14/+74
2007-10-02* Moved setup of LocalInventoryService and LocalUserServices to the app layerlbsa711-7/+1
2007-10-01revert working getInventoryFolder function because this seemsSean Dague1-6/+13
2007-09-28negative code checkin. All these functions are in the baseSean Dague1-162/+1
2007-09-28implement getInventoryItem and getInventoryFolder (notSean Dague1-5/+15
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...lbsa711-37/+34
2007-09-27oops, I broke the build. Fixed nowSean Dague1-3/+3
2007-09-27implement something in sqlite inventory that wasn't beforeSean Dague1-3/+7
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-31/+30
2007-08-24it helps to actually call TestTables to get the new tables createdSean Dague1-0/+2
2007-08-24updated SQLite Inventory to newer model data definition,Sean Dague1-485/+644
2007-08-16Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW1-0/+17
2007-08-14Start of inventory items, when you upload a texture the data will now be stor...MW1-4/+71
2007-08-14Start of Inventory service, currently only (partially) functional in standalo...MW1-0/+401