aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-4/+3
2008-03-18Formatting cleanup. Minor refactoring.Jeff Ames1-5/+2
2008-03-18* Added the ability to type the partial name of a region in the start locatio...Teravus Ovares1-0/+32
2008-03-18Formatting cleanup.Jeff Ames8-214/+211
2008-03-12* Fix for SQLiteAssetData - We now ignore duplicate assets. We shouldn't supp...Adam Frisby1-2/+1
2008-03-12better fix for 551, not sure why I missed this earlierSean Dague1-12/+10
2008-03-11Ensure resolution of mantis 113Sean Dague1-1/+3
2008-03-11get rid of artificial InventoryLock object in favor ofSean Dague1-18/+13
2008-03-11Attempted fix for http://opensimulator.org/mantis/view.php?id=551Sean Dague1-3/+0
2008-03-11this fixes up the exponentially growing startup times causedSean Dague1-9/+8
2008-03-09* Added a hack-ish routine to add the State column to the primshapes table if...Teravus Ovares1-1/+11
2008-03-08Thank you kindly Grumly57 for a patch to solve:Charles Krinke2-0/+4
2008-03-03* Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares1-4/+4
2008-03-02* Temporarily commented out the parcel banlist clearing query that was being ...Teravus Ovares1-7/+8
2008-02-20Minor cleanup.Jeff Ames2-2/+2
2008-02-19Remove "Loading inventory" messages from item inventory loadsJustin Clarke Casey1-2/+2
2008-02-19* Committing Ahzz's patch number 620.Teravus Ovares1-135/+177
2008-02-11From: dirk husemann <hud@zurich.ibm.com>Sean Dague1-2/+3
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-9/+8
2008-02-07Update version numbers to 0.5Jeff Ames1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames5-58/+68
2008-02-03Thanks to Brianw for pointing out the definition of OwnerUUIDCharles Krinke1-1/+1
2008-02-02* Added Full support for llSetTextureAnim. To ckrinke: Let the fountains o...Teravus Ovares1-3/+3
2008-01-23put the number in front of the migrations to make them easier to deal withSean Dague4-0/+0
2008-01-21* Scripts edited within a prim will now be persisted correctlyJustin Clarke Casey1-61/+32
2008-01-21Method renameJustin Clarke Casey1-1/+1
2008-01-21Properly lock new separate database accessesJustin Clarke Casey1-52/+55
2008-01-21* Make object persistence more granular by separating prim and prim inventory...Justin Clarke Casey1-13/+6
2008-01-21* Stopped Physical Object saving on SQLite got commented out in my last commi...Teravus Ovares1-3/+3
2008-01-20* Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2-7/+3
2008-01-17parametrize like clauses for avatar pickerSean Dague1-18/+23
2008-01-16* More prim inventory synchronizationJustin Clarke Casey1-11/+14
2008-01-16* Store task inventory when an object is taken into agent inventoryJustin Clarke Casey1-41/+43
2008-01-15* Restore non dash asset UUID persistence which was made dashed in r3069Justin Clarke Casey1-6/+6
2008-01-15* Mother of all commits:Adam Frisby4-7/+35
2008-01-14my Exists check was slow and wrong. This fixes issues peopleSean Dague1-5/+24
2008-01-14good bye ADO.NET to assets, notice faster startup timeSean Dague1-103/+66
2008-01-14move db open to initialization, which is where it should have beenSean Dague1-40/+22
2008-01-11* Do database implementation for prim inventory items in mysqlJustin Clarke Casey1-17/+34
2008-01-11manually open the db connection. Mono does this automatically, .NET doesn'tSean Dague1-0/+1
2008-01-11Log instead of crash (User login, getting friends list)Tedd Hansen1-9/+17
2008-01-11Switch prim items type representation to use int rather than strings.Justin Clarke Casey1-4/+4
2008-01-10move Friends list to not use ADO.NET layer, it now hits the sqliteSean Dague1-96/+43
2008-01-10add sqlite database definitions as Resources for SQLite.dllSean Dague4-0/+197
2008-01-09* This may be broken.. it hasn't been tested, however I wanted to get the l...Teravus Ovares1-0/+24
2008-01-09moving Region store for SQLite into the OpenSim.Framework.Data.SQLiteSean Dague1-0/+1760
2008-01-09* Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares1-0/+21
2008-01-01* You can add and remove a friend in standalone now within the same simulator...Teravus Ovares1-8/+36
2007-12-31* Added database and UserManagerBase glue for FriendsList managementTeravus Ovares2-6/+191
2007-12-30* Fixed References in Prebuild so the project compilesTeravus Ovares1-0/+25