aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLDataStore.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-26The hazards if unclean sourc trees. Yours truly got bitten this time.Melanie Thielker1-2/+4
2008-07-26Re-Fix the fixMelanie Thielker1-1/+1
2008-07-26Fix Mantis #1830Melanie Thielker1-0/+1
2008-07-25Patch #9155 (Mantis #1793)Melanie Thielker1-0/+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-70/+70
2008-07-18Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker1-22/+1
2008-07-18masks MySQL password from console startup messagesDahlia Trimble1-1/+22
2008-07-18Patch #9151Melanie Thielker1-140/+3
2008-07-07change SitTarget calls from functions to propertiesSean Dague1-14/+15
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-2/+2
2008-07-01Mantis#1639. Thank you, Melanie for a patch that:Charles Krinke1-1/+8
2008-06-30Mantis#1637. Thank you kindly, Melanie for a patch that:Charles Krinke1-0/+6
2008-06-29* Fix for http://opensimulator.org/mantis/view.php?id=1512Justin Clarke Casey1-18/+94
2008-06-29patch and files from mantis #1630, Thanks MelanieMW1-0/+183
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-152/+152
2008-06-26Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks keru...Jeff Ames1-36/+223
2008-06-26Mantis#1595. Thank you, Melanie for a patch that:Charles Krinke1-0/+3
2008-06-26Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL f...Jeff Ames1-3/+65
2008-06-21* Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares1-0/+117
2008-06-20* Handle parcel telehub location corruption gracefully. DBNullTeravus Ovares1-7/+16
2008-06-19fix an edge case with migrations in the region store.Sean Dague1-0/+4
2008-06-12Fix mysql migrations. This is tested with an existing up to date schema,Sean Dague1-0/+1
2008-06-12* minor: Remove and tidy duplicate 'storing object to scene' messages in logJustin Clarke Casey1-1/+1
2008-06-12this, in theory, adds migration support to mysql for all Sean Dague1-72/+84
2008-06-10Mantis#1501. Thank you kindly, Nebadon, for a patch thatCharles Krinke1-1/+7
2008-06-02* experimental: Make OpenSim archiver save and reload all prim textures when ...Justin Clarke Casey1-0/+1
2008-05-28remove terrain bloat, only keep last terrain revisionSean Dague1-1/+5
2008-05-28remove an erroneous line to fetch the terrain table in a way that Sean Dague1-2/+0
2008-05-26* Potential fix for Mantis#167, 332 - MySQL Thread collision.Adam Frisby1-61/+76
2008-05-16Formatting cleanup.Jeff Ames1-92/+92
2008-05-04* Implemented DIE_AT_EDGE and Temporary objects don't save to the database.Teravus Ovares1-1/+3
2008-05-01* In ur code. Making it static.Adam Frisby1-22/+22
2008-05-01* Align new fields upgrade sql to have the same 'not null' and default settin...Justin Clarke Casey1-23/+23
2008-04-30* Spring cleaned a bunch of '//TODO: unused' marked functions.Adam Frisby1-42/+0
2008-04-30* Refactored the land table to be versionable in mySQL.Teravus Ovares1-11/+128
2008-04-30* Patch by Melanie. Implements proper objectflags on child objects. Thanks ...Teravus Ovares1-1/+1
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-4/+5
2008-04-02fix ups to include OpenSim.Framework explicit includes (theySean Dague1-0/+1
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-25Comment out unused private methods.Jeff Ames1-38/+40
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-4/+3
2008-03-18* Applying Mantis Patch #518.2 - State not persisted in MySQL DataStoreAdam Frisby1-0/+35
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-13this is a believed fix for some of the MySQL races. Testing wouldSean Dague1-29/+24
2008-02-19Remove "Loading inventory" messages from item inventory loadsJustin Clarke Casey1-1/+1
2008-02-18More exception checks and crash hintsTedd Hansen1-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-16/+15