aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* whole lot more movingSean Dague2008-04-021-1741/+0
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-221-4/+3
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* 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-081-0/+3
* * Temporarily commented out the parcel banlist clearing query that was being ...Teravus Ovares2008-03-021-7/+8
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* Remove "Loading inventory" messages from item inventory loadsJustin Clarke Casey2008-02-191-2/+2
* 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
* Converted logging to use log4net.Jeff Ames2008-02-051-38/+40
* * Added Full support for llSetTextureAnim. To ckrinke: Let the fountains o...Teravus Ovares2008-02-021-3/+3
* * 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-201-3/+3
* * 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
* * Mother of all commits:Adam Frisby2008-01-151-2/+2
* 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
* Switch prim items type representation to use int rather than strings.Justin Clarke Casey2008-01-111-4/+4
* moving Region store for SQLite into the OpenSim.Framework.Data.SQLiteSean Dague2008-01-091-0/+1760