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