| Commit message (Expand) | Author | Age | Files | Lines |
* | * Fix for SQLiteAssetData - We now ignore duplicate assets. We shouldn't supp... | Adam Frisby | 2008-03-12 | 1 | -2/+1 |
* | better fix for 551, not sure why I missed this earlier | Sean Dague | 2008-03-12 | 1 | -12/+10 |
* | Ensure resolution of mantis 113 | Sean Dague | 2008-03-11 | 1 | -1/+3 |
* | get rid of artificial InventoryLock object in favor of | Sean Dague | 2008-03-11 | 1 | -18/+13 |
* | Attempted fix for http://opensimulator.org/mantis/view.php?id=551 | Sean Dague | 2008-03-11 | 1 | -3/+0 |
* | this fixes up the exponentially growing startup times caused | Sean Dague | 2008-03-11 | 1 | -9/+8 |
* | * Added a hack-ish routine to add the State column to the primshapes table if... | Teravus Ovares | 2008-03-09 | 1 | -1/+11 |
* | Thank you kindly Grumly57 for a patch to solve: | Charles Krinke | 2008-03-08 | 2 | -0/+4 |
* | * Applying Ahzz's profile patch. Thanks Ahzz! | Teravus Ovares | 2008-03-03 | 1 | -4/+4 |
* | * Temporarily commented out the parcel banlist clearing query that was being ... | Teravus Ovares | 2008-03-02 | 1 | -7/+8 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 2 | -2/+2 |
* | Remove "Loading inventory" messages from item inventory loads | Justin Clarke Casey | 2008-02-19 | 1 | -2/+2 |
* | * Committing Ahzz's patch number 620. | Teravus Ovares | 2008-02-19 | 1 | -135/+177 |
* | From: dirk husemann <hud@zurich.ibm.com> | Sean Dague | 2008-02-11 | 1 | -2/+3 |
* | Clean up logging calls using String.Format explicitly | Jeff Ames | 2008-02-10 | 1 | -9/+8 |
* | Update version numbers to 0.5 | Jeff Ames | 2008-02-07 | 1 | -1/+1 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 5 | -58/+68 |
* | Thanks to Brianw for pointing out the definition of OwnerUUID | Charles Krinke | 2008-02-03 | 1 | -1/+1 |
* | * Added Full support for llSetTextureAnim. To ckrinke: Let the fountains o... | Teravus Ovares | 2008-02-02 | 1 | -3/+3 |
* | put the number in front of the migrations to make them easier to deal with | Sean Dague | 2008-01-23 | 4 | -0/+0 |
* | * Scripts edited within a prim will now be persisted correctly | Justin Clarke Casey | 2008-01-21 | 1 | -61/+32 |
* | Method rename | Justin Clarke Casey | 2008-01-21 | 1 | -1/+1 |
* | Properly lock new separate database accesses | Justin Clarke Casey | 2008-01-21 | 1 | -52/+55 |
* | * Make object persistence more granular by separating prim and prim inventory... | Justin Clarke Casey | 2008-01-21 | 1 | -13/+6 |
* | * Stopped Physical Object saving on SQLite got commented out in my last commi... | Teravus Ovares | 2008-01-21 | 1 | -3/+3 |
* | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 2008-01-20 | 2 | -7/+3 |
* | parametrize like clauses for avatar picker | Sean Dague | 2008-01-17 | 1 | -18/+23 |
* | * More prim inventory synchronization | Justin Clarke Casey | 2008-01-16 | 1 | -11/+14 |
* | * Store task inventory when an object is taken into agent inventory | Justin Clarke Casey | 2008-01-16 | 1 | -41/+43 |
* | * Restore non dash asset UUID persistence which was made dashed in r3069 | Justin Clarke Casey | 2008-01-15 | 1 | -6/+6 |
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 4 | -7/+35 |
* | my Exists check was slow and wrong. This fixes issues people | Sean Dague | 2008-01-14 | 1 | -5/+24 |
* | good bye ADO.NET to assets, notice faster startup time | Sean Dague | 2008-01-14 | 1 | -103/+66 |
* | move db open to initialization, which is where it should have been | Sean Dague | 2008-01-14 | 1 | -40/+22 |
* | * Do database implementation for prim inventory items in mysql | Justin Clarke Casey | 2008-01-11 | 1 | -17/+34 |
* | manually open the db connection. Mono does this automatically, .NET doesn't | Sean Dague | 2008-01-11 | 1 | -0/+1 |
* | Log instead of crash (User login, getting friends list) | Tedd Hansen | 2008-01-11 | 1 | -9/+17 |
* | Switch prim items type representation to use int rather than strings. | Justin Clarke Casey | 2008-01-11 | 1 | -4/+4 |
* | move Friends list to not use ADO.NET layer, it now hits the sqlite | Sean Dague | 2008-01-10 | 1 | -96/+43 |
* | add sqlite database definitions as Resources for SQLite.dll | Sean Dague | 2008-01-10 | 4 | -0/+197 |
* | * This may be broken.. it hasn't been tested, however I wanted to get the l... | Teravus Ovares | 2008-01-09 | 1 | -0/+24 |
* | moving Region store for SQLite into the OpenSim.Framework.Data.SQLite | Sean Dague | 2008-01-09 | 1 | -0/+1760 |
* | * Added a hashtable based HTTP processor in preparation of the web_login_key | Teravus Ovares | 2008-01-09 | 1 | -0/+21 |
* | * You can add and remove a friend in standalone now within the same simulator... | Teravus Ovares | 2008-01-01 | 1 | -8/+36 |
* | * Added database and UserManagerBase glue for FriendsList management | Teravus Ovares | 2007-12-31 | 2 | -6/+191 |
* | * Fixed References in Prebuild so the project compiles | Teravus Ovares | 2007-12-30 | 1 | -0/+25 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 6 | -30/+31 |
* | Log message tweaking | Justin Clarke Casey | 2007-12-24 | 1 | -5/+5 |
* | Revert a couple of UUIDs back to hyphenated since we actually sometimes store... | Justin Clarke Casey | 2007-12-20 | 1 | -2/+2 |
* | Convert an sqlite user LLUUID I'd missed | Justin Clarke Casey | 2007-12-20 | 1 | -1/+1 |