aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLRegionData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-10Enforce DB limits on region name to 32 chars, or else (not good). Removed a p...Diva Canto1-0/+3
2010-08-08Thank you, Marck00, for a patch that implemented region distance sortingMelanie Thielker1-2/+4
2010-07-31White space from previous commit.Diva Canto1-25/+25
2010-07-31Implemented console command "show hyperlinks".Marck1-23/+26
2010-05-19All (?) MySQL stores fixed to use DBGuid.FromDB()AlexRa1-6/+4
2010-02-05Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim1-124/+133
2010-01-09Preliminary work on the new default region setting mechanismMelanie1-0/+26
2009-11-02Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman1-114/+114
2009-10-12Stop null values from being returned on database queriesMelanie1-1/+4
2009-10-06Remove the using() constructs from the new style database modules; they causedMelanie1-1/+1
2009-10-05Added CloseDBConnection() to replace the old CloseReaderCommand(). This will ...John Hurliman1-0/+2
2009-10-04* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman1-121/+119
2009-09-27Make the RegionData plugin store the RegionNameMelanie1-2/+3
2009-09-27Prevent manually setting Data["locX"] and Data["locY"], since that wouldMelanie1-0/+4
2009-09-27Add the Migration for the regions tableMelanie1-8/+14
2009-09-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-09-24All tests pass for MySQL/MySQLRegionData.Diva Canto1-12/+3
2009-09-16Adding the MySQL RegionData service.Melanie1-1471/+144
2009-09-02Thank you, dslake, for a set of patches to improve OpenSim startupMelanie1-9/+40
2009-08-16Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis1-7/+10
2009-08-07* Remove hard coded 256 limitations from various places. There's no more 2...Teravus Ovares (Dan Olivares)1-6/+6
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-2/+2
2009-06-30From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-1/+1
2009-06-29From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-13/+4
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield1-2/+24
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-27From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-2/+12
2009-05-25Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"Dr Scofield1-12/+2
2009-05-25From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-2/+12
2009-05-07* Consistently used dashed uuid format for mysql region data, as is done for ...Justin Clarke Casey1-29/+26
2009-02-25* Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...lbsa711-4/+0
2009-02-12* optimized usings.lbsa711-4/+4
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-01-29* If an orphaned group is found in the mysql or mssql databases (i.e. there i...Justin Clarke Casey1-1/+15
2008-12-23* Fix http://opensimulator.org/mantis/view.php?id=2889Justin Clarke Casey1-2/+2
2008-12-08change a UUID cast to an actual new UUID call to be consistant withSean Dague1-1/+1
2008-12-08fix an issue I found where primshapes weren't every being removedSean Dague1-9/+82
2008-12-02* Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim...Justin Clarke Casey1-5/+3
2008-12-02Catch all possible exceptions in the mysql module. It throws non-mysqlMelanie Thielker1-2/+2
2008-12-01Fix the terrain loaderMelanie Thielker1-1/+1
2008-12-01More reverts. Revert the MySQL database module. This caused more issuesMelanie Thielker1-474/+513
2008-11-30More changes to the MySQL adapter. take advantage of pooling and run lock-free.Melanie Thielker1-507/+472
2008-11-30Update svn properties. Add copyright header. Minor formatting cleanup.Jeff Ames1-1/+1
2008-11-29Explicitly Dispose() all cmd objectsMelanie Thielker1-1/+15
2008-11-27* minor: remove mono compiler warningsJustin Clarke Casey1-1/+0
2008-11-26* restore deleted method documentation, some to IRegionDataStore and some to ...Justin Clarke Casey1-1/+10
2008-11-26Yay for unit tests. Increased the type width of the prims and primshapesMelanie Thielker1-38/+38
2008-11-26Fix 2 of the failed tests. Cause terrain queries to return null when noMelanie Thielker1-1/+1
2008-11-26Committing the LCO database layer. Native MySQL, no ADO. New reconnectMelanie Thielker1-1472/+740
2008-11-23Remove code from an experimantal patch that wasn't supposed to be committedMelanie Thielker1-39/+13