aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteRegionData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-25* Remove dumb bug I put in which meant that an archive save would never compl...Justin Clarke Casey1-1/+1
2008-07-23refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague1-10/+10
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague1-69/+69
2008-07-18Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker1-24/+1
2008-07-18Patch #9151Melanie Thielker1-114/+0
2008-07-07change SitTarget calls from functions to propertiesSean Dague1-14/+15
2008-06-29patch and files from mantis #1630, Thanks MelanieMW1-0/+9
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-48/+48
2008-06-26Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_...Jeff Ames1-18/+245
2008-06-26Mantis#1595. Thank you, Melanie for a patch that:Charles Krinke1-0/+3
2008-06-21* Persists region banlists across reboots for the sqlite datastore also now.Teravus Ovares1-3/+82
2008-06-21* Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares1-0/+17
2008-06-20* Handle parcel telehub location corruption gracefully. DBNullTeravus Ovares1-1/+2
2008-06-20* Handle parcel telehub location corruption gracefully. DBNullTeravus Ovares1-6/+15
2008-06-12* minor: Remove and tidy duplicate 'storing object to scene' messages in logJustin Clarke Casey1-1/+1
2008-06-11check in working migration code fore SQLite. This Sean Dague1-136/+150
2008-05-16Formatting cleanup.Jeff Ames1-58/+58
2008-05-07* Fixed some compiler warningsAdam Frisby1-1/+1
2008-05-04* Implemented DIE_AT_EDGE and Temporary objects don't save to the database.Teravus Ovares1-1/+3
2008-05-01* Thanks to Mic Bowman for inspiring me to look at that we are still using AS...Adam Frisby1-16/+0
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-4/+4
2008-05-01* In ur code. Making it static.Adam Frisby1-17/+17
2008-05-01* Assorted spring cleanings.Adam Frisby1-2/+3
2008-05-01* Align new fields upgrade sql to have the same 'not null' and default settin...Justin Clarke Casey1-28/+28
2008-05-01* Whoops, SQLite land data malfunction. Fixed. Teravus Ovares1-1/+2
2008-04-30* Adds the AuthbuyerID field to sqlite and makes use of it.Teravus Ovares1-0/+34
2008-04-30* Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares1-1/+1
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares1-1/+1
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-2/+3
2008-04-02attempt to fix up all refernces to new directory structureSean Dague1-1/+1
2008-04-02whole lot more movingSean Dague1-0/+0
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-4/+3
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
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 Krinke1-0/+3
2008-03-02* Temporarily commented out the parcel banlist clearing query that was being ...Teravus Ovares1-7/+8
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-19Remove "Loading inventory" messages from item inventory loadsJustin Clarke Casey1-2/+2
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-05Converted logging to use log4net.Jeff Ames1-38/+40
2008-02-02* Added Full support for llSetTextureAnim. To ckrinke: Let the fountains o...Teravus Ovares1-3/+3
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 Ovares1-3/+3