| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to move everything writable, and the configs, out of the bin directory. | David Walter Seikel | 2016-11-04 | 1 | -1/+1 |
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 1 | -2/+2 |
* | Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process. | Justin Clark-Casey (justincc) | 2012-02-21 | 1 | -0/+3 |
* | Added creator info across the board -- TaskInventoryItems and InventoryItems ... | Diva Canto | 2010-11-21 | 1 | -2/+2 |
* | * Add CSharpSqlite to prebuild | Teravus Ovares (Dan Olivares) | 2010-09-23 | 1 | -1/+5 |
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -3/+3 |
* | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy | Justin Clark-Casey (justincc) | 2010-04-30 | 1 | -1/+12 |
* | Extraneous debug messages removed | Diva Canto | 2010-02-14 | 1 | -4/+0 |
* | Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim ca... | Diva Canto | 2010-02-14 | 1 | -28/+39 |
* | Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ... | Diva Canto | 2009-08-19 | 1 | -2/+2 |
* | Add copyright headers. Formatting cleanup. Fix a compiler warning. | Jeff Ames | 2009-08-17 | 1 | -1/+1 |
* | * Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row d... | Kunnis | 2009-08-16 | 1 | -1/+2 |
* | mono 2.4.2 seems a little more type strict, fix some sqlite tests to pass | Sean Dague | 2009-06-18 | 1 | -2/+2 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | * Change UUIDs in SQLite user db to dashed format to match representations el... | Justin Clarke Casey | 2009-04-09 | 1 | -1/+1 |
* | * Migrate UUID representations in SQLite inventory store to dashed format | Justin Clarke Casey | 2009-04-09 | 1 | -28/+27 |
* | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2009-04-08 | 1 | -4/+4 |
* | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 2009-03-23 | 1 | -0/+5 |
* | Make offline gives work in SQLite standalones | Melanie Thielker | 2009-03-22 | 1 | -0/+8 |
* | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 2009-03-21 | 1 | -0/+5 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -1/+1 |
* | Add SQLite and the missing migrations files for last commit | Melanie Thielker | 2008-11-14 | 1 | -0/+3 |
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 1 | -6/+6 |
* | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 2008-09-24 | 1 | -0/+19 |
* | Small formatting cleanup, before chi11ken notices. Me bad. | Homer Horwitz | 2008-09-19 | 1 | -5/+10 |
* | - Add Dispose method to IRegionDataStore | Homer Horwitz | 2008-09-18 | 1 | -8/+25 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -27/+27 |
* | getting rid of pre-Migration cruft | Sean Dague | 2008-08-27 | 1 | -111/+0 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -26/+26 |
* | Mantis#1903. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2008-08-10 | 1 | -4/+93 |
* | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 2008-07-31 | 1 | -12/+21 |
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 1 | -10/+10 |
* | Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_... | Jeff Ames | 2008-06-26 | 1 | -11/+93 |
* | check in working migration code fore SQLite. This | Sean Dague | 2008-06-11 | 1 | -55/+65 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -17/+17 |
* | More formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -1/+2 |
* | * In ur code. Making it static. | Adam Frisby | 2008-05-01 | 1 | -7/+7 |
* | * Align new fields upgrade sql to have the same 'not null' and default settin... | Justin Clarke Casey | 2008-05-01 | 1 | -2/+2 |
* | * Deal with a situation where the new fields in the inventory store are null ... | Justin Clarke Casey | 2008-04-30 | 1 | -6/+18 |
* | * Trivial sqlite inventory db log message change so I can pick out the messag... | Justin Clarke Casey | 2008-04-30 | 1 | -7/+7 |
* | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank... | Teravus Ovares | 2008-04-30 | 1 | -1/+31 |
* | * Preparatory work for autoupgrade of sqlite inventory tables in preparation ... | Justin Clarke Casey | 2008-04-29 | 1 | -2/+36 |
* | allow for Inventory database source to be specified in main | Sean Dague | 2008-04-23 | 1 | -10/+6 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -2/+2 |
* | further refactor and rename of InventoryFolderBase properties | Sean Dague | 2008-04-08 | 1 | -2/+2 |
* | more refactoring, this time on InventoryFolderBase | Sean Dague | 2008-04-07 | 1 | -21/+21 |
* | Refactor InventoryItemBase to do the following: | Sean Dague | 2008-04-07 | 1 | -31/+31 |
* | add some error messages for abuse of our IInventoryData interface | Sean Dague | 2008-04-07 | 1 | -6/+18 |
* | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 2008-04-02 | 1 | -0/+1 |
* | attempt to fix up all refernces to new directory structure | Sean Dague | 2008-04-02 | 1 | -1/+1 |