| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix whitespace hoping to avoid a flogging | BlueWall | 2014-11-25 | 1 | -3/+3 |
* | Re-work handling of email notifications settings. | BlueWall | 2014-11-24 | 1 | -3/+0 |
* | Fix handling of user preference updates where no email address is supplied | BlueWall | 2014-11-23 | 1 | -2/+7 |
* | Fix logging level to Error in exception handlers | BlueWall | 2014-10-15 | 1 | -18/+18 |
* | fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha... | Michael Cerquoni | 2014-07-17 | 1 | -2/+2 |
* | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 2014-06-17 | 1 | -1/+1 |
* | When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru... | Oren Hurvitz | 2014-04-24 | 1 | -6/+0 |
* | Eliminated many warnings | Oren Hurvitz | 2014-04-23 | 3 | -4/+3 |
* | Changed the maximum asset name and description lengths to constants. Also, pr... | Oren Hurvitz | 2014-04-22 | 1 | -4/+4 |
* | Fixed AssetsExist in SQLite | Oren Hurvitz | 2014-04-02 | 1 | -2/+2 |
* | Added assets service method AssetsExist(), which returns whether the given li... | Oren Hurvitz | 2014-04-02 | 1 | -15/+22 |
* | Repair database routines so they properly return null when asked for | Robert Adams | 2014-01-28 | 1 | -1/+5 |
* | Merge branch 'master' into varregion | Robert Adams | 2013-12-17 | 2 | -0/+96 |
|\ |
|
| * | Populate user preferences with UserAccount email if it is present, else retur... | BlueWall | 2013-12-16 | 1 | -1/+2 |
| * | Add support for user preferences (im via email) | BlueWall | 2013-12-06 | 2 | -0/+95 |
* | | Merge branch 'master' into varregion | Robert Adams | 2013-12-05 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Adding profile partners fix to SQLite and PgSQL drivers | BlueWall | 2013-12-05 | 1 | -2/+0 |
* | | varregion: remove unused terrain serialization code in SQLite and PGSQL modules | Robert Adams | 2013-11-04 | 1 | -16/+0 |
* | | varregion: push TerrainData implementation up and down the database storage s... | Robert Adams | 2013-11-01 | 1 | -18/+11 |
* | | Merge branch 'master' into varregion | Robert Adams | 2013-10-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 2013-10-04 | 1 | -1/+1 |
* | | varregion: plug in TerrainData class and modify TerrainModule and LLClientVie... | Robert Adams | 2013-10-07 | 1 | -24/+16 |
* | | Remove time based terrain storage in SQLite so revision number can be used | Robert Adams | 2013-09-28 | 1 | -12/+2 |
|/ |
|
* | Preserve attachment point & position when attachment is rezzed in world | Aleric Inglewood | 2013-09-22 | 2 | -0/+28 |
* | Fix HGTravelStore.migrations in SQLite (mantis #6709) | Diva Canto | 2013-07-19 | 1 | -10/+10 |
* | Added SQLite version of hg travel data store. UNTESTED. Hope it works! | Diva Canto | 2013-07-14 | 2 | -0/+100 |
* | Fix SQL statement | Diva Canto | 2013-07-02 | 1 | -1/+1 |
* | Do the same for SQLite and MSSQL | Diva Canto | 2013-07-02 | 1 | -1/+1 |
* | This should have a strong effect on the Unknown User issue mantis #6625 | Diva Canto | 2013-07-02 | 1 | -0/+4 |
* | Make the concept of namespaces explicit in dynamic attributes | Justin Clark-Casey (justincc) | 2013-06-27 | 1 | -1/+1 |
* | * This fixes having to select and deselect prim to get keyframemotion to star... | teravus | 2013-06-12 | 1 | -2/+3 |
* | * Adds KeyFrameMotion storage support to SQLite, just a note, seems that ... | teravus | 2013-06-11 | 2 | -0/+32 |
* | SQLite support for UserProfiles | BlueWall | 2013-06-07 | 2 | -0/+994 |
* | Send up the part missing from the Avination Estate commit. | Melanie | 2013-05-11 | 1 | -0/+9 |
* | Add asset name and description truncation warnings to SQLite database plugin ... | Justin Clark-Casey (justincc) | 2013-02-27 | 1 | -5/+23 |
* | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 1 | -1/+1 |
* | Added physics parameters support to MSSQL and SQLite (not tested) | Oren Hurvitz | 2013-02-09 | 2 | -0/+30 |
* | Merge branch 'dynamic-attributes2' | Justin Clark-Casey (justincc) | 2013-02-05 | 2 | -1/+23 |
|\ |
|
| * | Remove the accidental PrimShapes column that I added back to the SQLite regio... | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -2/+1 |
| * | Fix tests by adding DynAttrs add column commands to RegionStore.migrations (t... | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -0/+6 |
| * | Store NULL in the 'DynAttrs' column if the prim doesn't have any dynamic attr... | Oren Hurvitz | 2013-01-25 | 1 | -1/+5 |
| * | Stopped storing dynamic attributes in the PrimShape | Oren Hurvitz | 2013-01-25 | 1 | -8/+0 |
| * | Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr... | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -4/+4 |
| * | Implement Dynamic Attributes for SOP and PBS. Implement storage in SQLite | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -0/+21 |
* | | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 2013-02-05 | 1 | -1/+1 |
|/ |
|
* | refactor: move common inventory folder version update code to parent class in... | Justin Clark-Casey (justincc) | 2012-11-15 | 1 | -32/+10 |
* | Implement folder version updating for the sqlite inventory plugin | Justin Clark-Casey (justincc) | 2012-11-15 | 2 | -7/+142 |
* | More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possi... | Justin Clark-Casey (justincc) | 2012-11-14 | 9 | -298/+305 |
* | Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't hav... | Diva Canto | 2012-11-13 | 1 | -1/+1 |
* | Update parent inventory folder version numbers when folders are moved/created... | Justin Clark-Casey (justincc) | 2012-11-09 | 1 | -3/+27 |