| Commit message (Expand) | Author | Files | Lines |
2008-04-02 | whole lot more moving | Sean Dague | 12 | -4575/+0 |
2008-03-28 | * Introduced common abstract UserDataBase provider | lbsa71 | 1 | -101/+86 |
2008-03-28 | * Send full inventory folder skeleton to standalone client logins rather than... | Justin Clarke Casey | 1 | -6/+2 |
2008-03-28 | * Introduced base abstract provider class for GridData | lbsa71 | 1 | -12/+12 |
2008-03-28 | * Introduced common abstract AssetDataBase implementing IAssetProvider | lbsa71 | 5 | -30/+30 |
2008-03-25 | Comment out unused private methods. | Jeff Ames | 2 | -79/+82 |
2008-03-22 | *Moved LandManagement into its own region module (spiffy!) | mingchen | 1 | -4/+3 |
2008-03-18 | Formatting cleanup. Minor refactoring. | Jeff Ames | 1 | -5/+2 |
2008-03-18 | * Added the ability to type the partial name of a region in the start locatio... | Teravus Ovares | 1 | -0/+32 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 8 | -214/+211 |
2008-03-12 | * Fix for SQLiteAssetData - We now ignore duplicate assets. We shouldn't supp... | Adam Frisby | 1 | -2/+1 |
2008-03-12 | better fix for 551, not sure why I missed this earlier | Sean Dague | 1 | -12/+10 |
2008-03-11 | Ensure resolution of mantis 113 | Sean Dague | 1 | -1/+3 |
2008-03-11 | get rid of artificial InventoryLock object in favor of | Sean Dague | 1 | -18/+13 |
2008-03-11 | Attempted fix for http://opensimulator.org/mantis/view.php?id=551 | Sean Dague | 1 | -3/+0 |
2008-03-11 | this fixes up the exponentially growing startup times caused | Sean Dague | 1 | -9/+8 |
2008-03-09 | * Added a hack-ish routine to add the State column to the primshapes table if... | Teravus Ovares | 1 | -1/+11 |
2008-03-08 | Thank you kindly Grumly57 for a patch to solve: | Charles Krinke | 2 | -0/+4 |
2008-03-03 | * Applying Ahzz's profile patch. Thanks Ahzz! | Teravus Ovares | 1 | -4/+4 |
2008-03-02 | * Temporarily commented out the parcel banlist clearing query that was being ... | Teravus Ovares | 1 | -7/+8 |
2008-02-20 | Minor cleanup. | Jeff Ames | 2 | -2/+2 |
2008-02-19 | Remove "Loading inventory" messages from item inventory loads | Justin Clarke Casey | 1 | -2/+2 |
2008-02-19 | * Committing Ahzz's patch number 620. | Teravus Ovares | 1 | -135/+177 |
2008-02-11 | From: dirk husemann <hud@zurich.ibm.com> | Sean Dague | 1 | -2/+3 |
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 1 | -9/+8 |
2008-02-07 | Update version numbers to 0.5 | Jeff Ames | 1 | -1/+1 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 5 | -58/+68 |
2008-02-03 | Thanks to Brianw for pointing out the definition of OwnerUUID | Charles Krinke | 1 | -1/+1 |
2008-02-02 | * Added Full support for llSetTextureAnim. To ckrinke: Let the fountains o... | Teravus Ovares | 1 | -3/+3 |
2008-01-23 | put the number in front of the migrations to make them easier to deal with | Sean Dague | 4 | -0/+0 |
2008-01-21 | * Scripts edited within a prim will now be persisted correctly | Justin Clarke Casey | 1 | -61/+32 |
2008-01-21 | Method rename | Justin Clarke Casey | 1 | -1/+1 |
2008-01-21 | Properly lock new separate database accesses | Justin Clarke Casey | 1 | -52/+55 |
2008-01-21 | * Make object persistence more granular by separating prim and prim inventory... | Justin Clarke Casey | 1 | -13/+6 |
2008-01-21 | * Stopped Physical Object saving on SQLite got commented out in my last commi... | Teravus Ovares | 1 | -3/+3 |
2008-01-20 | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 2 | -7/+3 |
2008-01-17 | parametrize like clauses for avatar picker | Sean Dague | 1 | -18/+23 |
2008-01-16 | * More prim inventory synchronization | Justin Clarke Casey | 1 | -11/+14 |
2008-01-16 | * Store task inventory when an object is taken into agent inventory | Justin Clarke Casey | 1 | -41/+43 |
2008-01-15 | * Restore non dash asset UUID persistence which was made dashed in r3069 | Justin Clarke Casey | 1 | -6/+6 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 4 | -7/+35 |
2008-01-14 | my Exists check was slow and wrong. This fixes issues people | Sean Dague | 1 | -5/+24 |
2008-01-14 | good bye ADO.NET to assets, notice faster startup time | Sean Dague | 1 | -103/+66 |
2008-01-14 | move db open to initialization, which is where it should have been | Sean Dague | 1 | -40/+22 |
2008-01-11 | * Do database implementation for prim inventory items in mysql | Justin Clarke Casey | 1 | -17/+34 |
2008-01-11 | manually open the db connection. Mono does this automatically, .NET doesn't | Sean Dague | 1 | -0/+1 |
2008-01-11 | Log instead of crash (User login, getting friends list) | Tedd Hansen | 1 | -9/+17 |
2008-01-11 | Switch prim items type representation to use int rather than strings. | Justin Clarke Casey | 1 | -4/+4 |
2008-01-10 | move Friends list to not use ADO.NET layer, it now hits the sqlite | Sean Dague | 1 | -96/+43 |
2008-01-10 | add sqlite database definitions as Resources for SQLite.dll | Sean Dague | 4 | -0/+197 |