aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLRegionData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+77
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-0/+5
* Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)2012-10-091-2/+2
* Consistently use using() to make sure we dispose of used MySqlCommands where ...Justin Clark-Casey (justincc)2012-04-301-6/+7
* Fixed problem with MySQL: it was possible for one thread to use an incomplete...Oren Hurvitz2012-04-241-11/+18
* When reading a region, use null objects to represent NULL fields.Oren Hurvitz2012-04-241-1/+5
* Pull up Assembly of the MySQL classes as a protected property, so that it can...Diva Canto2011-03-081-1/+8
* Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto2010-12-051-2/+2
* Alphabetize results on region search by prefix matchingMelanie2010-10-181-0/+2
* Enforce DB limits on region name to 32 chars, or else (not good). Removed a p...Diva Canto2010-08-101-0/+3
* Thank you, Marck00, for a patch that implemented region distance sortingMelanie Thielker2010-08-081-2/+4
* White space from previous commit.Diva Canto2010-07-311-25/+25
* Implemented console command "show hyperlinks".Marck2010-07-311-23/+26
* All (?) MySQL stores fixed to use DBGuid.FromDB()AlexRa2010-05-191-6/+4
* Merge branch 'master' into presence-refactorMelanie2010-02-081-124/+133
|\
| * Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim2010-02-051-124/+133
* | Preliminary work on the new default region setting mechanismMelanie2010-01-091-0/+26
|/
* Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman2009-11-021-114/+114
* Stop null values from being returned on database queriesMelanie2009-10-121-1/+4
* Remove the using() constructs from the new style database modules; they causedMelanie2009-10-061-1/+1
* Added CloseDBConnection() to replace the old CloseReaderCommand(). This will ...John Hurliman2009-10-051-0/+2
* * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman2009-10-041-121/+119
* Make the RegionData plugin store the RegionNameMelanie2009-09-271-2/+3
* Prevent manually setting Data["locX"] and Data["locY"], since that wouldMelanie2009-09-271-0/+4
* Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensimMelanie2009-09-271-7/+4
|\
| * minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-09-251-1/+1
| * All tests pass for MySQL/MySQLRegionData.Diva Canto2009-09-241-12/+3
* | Add the Migration for the regions tableMelanie2009-09-271-8/+14
|/
* Adding the MySQL RegionData service.Melanie2009-09-161-1471/+144
* Thank you, dslake, for a set of patches to improve OpenSim startupMelanie2009-09-021-9/+40
* Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis2009-08-161-7/+10
* * Remove hard coded 256 limitations from various places. There's no more 2...Teravus Ovares (Dan Olivares)2009-08-071-6/+6
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-2/+2
* From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2009-06-301-1/+1
* From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2009-06-291-13/+4
* From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-06-031-2/+24
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield2009-05-271-2/+12
* Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"Dr Scofield2009-05-251-12/+2
* From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield2009-05-251-2/+12
* * Consistently used dashed uuid format for mysql region data, as is done for ...Justin Clarke Casey2009-05-071-29/+26
* * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...lbsa712009-02-251-4/+0
* * optimized usings.lbsa712009-02-121-4/+4
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+2
* * If an orphaned group is found in the mysql or mssql databases (i.e. there i...Justin Clarke Casey2009-01-291-1/+15
* * Fix http://opensimulator.org/mantis/view.php?id=2889Justin Clarke Casey2008-12-231-2/+2
* change a UUID cast to an actual new UUID call to be consistant withSean Dague2008-12-081-1/+1
* fix an issue I found where primshapes weren't every being removedSean Dague2008-12-081-9/+82
* * Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim...Justin Clarke Casey2008-12-021-5/+3
* Catch all possible exceptions in the mysql module. It throws non-mysqlMelanie Thielker2008-12-021-2/+2