aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLRegionData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the terrain loaderMelanie Thielker2008-12-011-1/+1
* More reverts. Revert the MySQL database module. This caused more issuesMelanie Thielker2008-12-011-474/+513
* More changes to the MySQL adapter. take advantage of pooling and run lock-free.Melanie Thielker2008-11-301-507/+472
* Update svn properties. Add copyright header. Minor formatting cleanup.Jeff Ames2008-11-301-1/+1
* Explicitly Dispose() all cmd objectsMelanie Thielker2008-11-291-1/+15
* * minor: remove mono compiler warningsJustin Clarke Casey2008-11-271-1/+0
* * restore deleted method documentation, some to IRegionDataStore and some to ...Justin Clarke Casey2008-11-261-1/+10
* Yay for unit tests. Increased the type width of the prims and primshapesMelanie Thielker2008-11-261-38/+38
* Fix 2 of the failed tests. Cause terrain queries to return null when noMelanie Thielker2008-11-261-1/+1
* Committing the LCO database layer. Native MySQL, no ADO. New reconnectMelanie Thielker2008-11-261-1472/+740
* Remove code from an experimantal patch that wasn't supposed to be committedMelanie Thielker2008-11-231-39/+13
* Don't serve texture preview from other people's objects if youMelanie Thielker2008-11-231-13/+39
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-211-1/+1
* Mantis#2656. Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-191-0/+9
* Fixed MySQL and SQLite so they will save theSean Dague2008-11-181-0/+11
* Make a quick stab at the "Open data reader" issue.Melanie Thielker2008-11-161-8/+20
* Mantis#2552: Thanks idb, for a patch that fixes persistence of physical prims.Homer Horwitz2008-11-151-2/+1
* * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R...Justin Clarke Casey2008-11-101-2/+2
* Mantis#2598: Thanks Fly-Man- for a patch that fixes a client-thread crash byHomer Horwitz2008-11-081-1/+1
* - Includes consistency test for new and updated objects, asSean Dague2008-10-301-3/+2
* Mid-work, trying to fix region part insertion and retrievalSean Dague2008-10-301-7/+29
* Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker2008-10-181-0/+6
* * minor: comment out persisting prim inventory log messagesJustin Clarke Casey2008-10-151-1/+1
* Add database persistence for material settingMelanie Thielker2008-10-031-0/+5
* add delete prim tests. Found and fixed bugs where regionSean Dague2008-10-011-2/+2
* * Patch from JHurlimanTeravus Ovares2008-09-261-3/+3
* removal of more dead alter table codeSean Dague2008-09-251-39/+2
* - Add Dispose method to IRegionDataStoreHomer Horwitz2008-09-181-0/+2