| Commit message (Expand) | Author | Files | Lines |
2009-11-12 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -16/+16 |
2009-11-05 | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 1 | -4/+5 |
2009-11-02 | Removing duplicate SceneObjectPart.RotationalVelocity property | John Hurliman | 1 | -4/+4 |
2009-10-02 | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 1 | -5/+9 |
2009-10-02 | reducing region DB log spam | dr scofield (aka dirk husemann) | 1 | -1/+1 |
2009-10-02 | - cleaning up LandData/ILandObject capitalization issues | dr scofield (aka dirk husemann) | 1 | -6/+6 |
2009-10-01 | Switched log level of an annoying message in SQLite to Debug, and commented i... | Diva Canto | 1 | -2/+2 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-09-16 | SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul... | John Hurliman | 1 | -2/+1 |
2009-08-19 | Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ... | Diva Canto | 1 | -2/+2 |
2009-08-19 | Fixing a spot I missed in assets. Switching Grid to the new naming schema wit... | Kunnis | 1 | -8/+2 |
2009-08-19 | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 1 | -28/+19 |
2009-08-17 | Add copyright headers. Formatting cleanup. Fix a compiler warning. | Jeff Ames | 1 | -1/+1 |
2009-08-16 | * Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par... | Kunnis | 1 | -1/+1 |
2009-08-16 | * Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row d... | Kunnis | 2 | -18/+14 |
2009-08-09 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-08-07 | * Remove hard coded 256 limitations from various places. There's no more 2... | Teravus Ovares (Dan Olivares) | 1 | -9/+9 |
2009-08-06 | skip sqlite tests on z linux, as sqlite doesn't work right on the platform | Sean Dague | 5 | -13/+13 |
2009-07-25 | * Updates libOMV to version 0.7.0 | Teravus Ovares | 1 | -2/+2 |
2009-07-10 | * Added a user friendly message to the sqlite regionsettings saver giving the... | Teravus Ovares | 1 | -1/+17 |
2009-06-19 | more type clean fixes for mono 2.4.2 | Sean Dague | 1 | -8/+8 |
2009-06-18 | mono 2.4.2 seems a little more type strict, fix some sqlite tests to pass | Sean Dague | 1 | -2/+2 |
2009-06-10 | Thank you kindly, BlueWall, for a patch that solves: | Charles Krinke | 1 | -9/+9 |
2009-06-10 | Formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 14 | -14/+14 |
2009-05-25 | * Upped version number to 0.6.5 | lbsa71 | 1 | -2/+2 |
2009-05-15 | * Change default sqlite asset db back to Asset.db instead of AssetStorage.db | Justin Clarke Casey | 1 | -2/+2 |
2009-05-07 | * Consistently use dashed uuid format for sqlite region data, as was previous... | Justin Clarke Casey | 2 | -38/+114 |
2009-04-29 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 1 | -5/+0 |
2009-04-25 | Thanks, Ewe Loon for a patch that | Homer Horwitz | 2 | -15/+278 |
2009-04-24 | silly C# not letting me use a File.Exists test for a directory. Don't | Sean Dague | 5 | -5/+5 |
2009-04-24 | change power linux detection method, the previous method only worked | Sean Dague | 5 | -10/+10 |
2009-04-13 | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 1 | -1/+1 |
2009-04-10 | * Apply http://opensimulator.org/mantis/view.php?id=3439 | Justin Clarke Casey | 3 | -11/+11 |
2009-04-09 | * minor: correct some documentation in SQLiteAssetData.cs | Justin Clarke Casey | 1 | -8/+2 |
2009-04-09 | * Change SQLite asset UUID to dashed format to be consistent | Justin Clarke Casey | 2 | -6/+13 |
2009-04-09 | * Change UUIDs in SQLite user db to dashed format to match representations el... | Justin Clarke Casey | 3 | -11/+22 |
2009-04-09 | * Improve inventory uuid conversions to make sure that we aren't converting a... | Justin Clarke Casey | 1 | -8/+29 |
2009-04-09 | * Migrate UUID representations in SQLite inventory store to dashed format | Justin Clarke Casey | 2 | -28/+42 |
2009-04-09 | * Moved the DatabaseTestAttribute to Test.Common, and thus included ref to th... | lbsa71 | 5 | -0/+5 |
2009-04-09 | * Added custom DatabaseTestAttribute to help separating unit tests from compo... | lbsa71 | 5 | -5/+5 |
2009-04-08 | SQLite doesn't work on ppc64, so ignore these tests if we are | Sean Dague | 5 | -0/+30 |
2009-04-08 | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 1 | -4/+4 |
2009-04-05 | Adding migrations for MySQL and SQLite for removing the "old" cloud image. | Homer Horwitz | 1 | -0/+1 |
2009-04-01 | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 1 | -1/+1 |
2009-03-23 | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 1 | -0/+5 |
2009-03-22 | Make offline gives work in SQLite standalones | Melanie Thielker | 1 | -0/+8 |
2009-03-21 | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 1 | -0/+5 |
2009-03-09 | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 1 | -0/+50 |
2009-02-25 | * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I... | lbsa71 | 1 | -7/+0 |