aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLInventoryData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* now that creatorID is no longer a strict UUID, and the column can still be NULL,Sean Dague2009-05-081-1/+10
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-081-7/+5
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+5
* MYSQL Only: Make items given while offline appear in inventory withoutMelanie Thielker2009-03-221-0/+9
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-211-0/+5
* * optimized usings.lbsa712009-02-121-1/+1
* Add group permissions to agent inventory.Melanie Thielker2008-11-141-2/+4
* make inventory item listing more robust. It turns out that a bad itemSean Dague2008-11-131-8/+28
* Update svn properties. Minor formatting cleanup. Fix a compiler warning. F...Jeff Ames2008-09-281-2/+2
* Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz2008-09-241-0/+36
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-27/+27
* remove pre-Migration upgrade pathsSean Dague2008-08-271-92/+0
* Formatting cleanup.Jeff Ames2008-08-181-9/+9
* Minor formatting cleanup.Jeff Ames2008-08-121-1/+1
* Mantis#1903. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-08-101-5/+108
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-311-7/+13
* Mantis#1661. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-07-031-0/+24
* Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks keru...Jeff Ames2008-06-261-17/+40
* Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL f...Jeff Ames2008-06-261-2/+29
* Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames2008-06-131-1/+1
* Fix mysql migrations. This is tested with an existing up to date schema,Sean Dague2008-06-121-1/+1
* this, in theory, adds migration support to mysql for all Sean Dague2008-06-121-4/+30
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-301-1/+1
* actually user the database_connect string for mysql. Sean Dague2008-05-281-20/+19
* Formatting cleanup.Jeff Ames2008-05-161-12/+12
* De-tabify source.Jeff Ames2008-05-061-1/+1
* * Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey2008-05-011-56/+7
* * In ur code. Making it static.Adam Frisby2008-05-011-2/+2
* * Add more class cast exceptions to mysql read inventory item to cover all ne...Justin Clarke Casey2008-05-011-3/+26
* * Insert temporary cast exception catching code to deal with mantis 1099 - my...Justin Clarke Casey2008-05-011-3/+29
* * Add a scratch implementation of the new inventory fields to the mssql datab...Justin Clarke Casey2008-04-301-4/+8
* * Actually enable the inventory upgrade sql if appropriateJustin Clarke Casey2008-04-301-6/+7
* * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares2008-04-301-4/+17
* allow for Inventory database source to be specified in mainSean Dague2008-04-231-0/+6
* * Implement proper emptying of trashcan on standaloneJustin Clarke Casey2008-04-231-1/+1
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-3/+4
* * Insert some missing database locks for inventory and user data on mysqlJustin Clarke Casey2008-04-181-2/+11
* further refactor and rename of InventoryFolderBase propertiesSean Dague2008-04-081-2/+2
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-071-17/+17
* Refactor InventoryItemBase to do the following:Sean Dague2008-04-071-26/+26
* fix ups to include OpenSim.Framework explicit includes (theySean Dague2008-04-021-0/+1
* attempt to fix up all refernces to new directory structureSean Dague2008-04-021-1/+1
* whole lot more movingSean Dague2008-04-021-0/+648