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