aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLRegionData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mantis #511Melanie Thielker2008-09-101-1/+2
* Thanks, nlin, for a patch implementing persistence for "When Left Clicked"Mike Mazur2008-09-101-0/+5
* Implement proper persistence of the following prim properties:Melanie Thielker2008-09-081-3/+17
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-69/+69
* apparently I missed one of the old version routines that could beSean Dague2008-09-021-39/+0
* we're past checkin 6000, so now cleaning up all the cruft of the preSean Dague2008-08-271-302/+3
* Selling an object in-place (as original) now works. Builders canMelanie Thielker2008-08-241-2/+14
* Plumb the data path for all those eye candy values. Saves textureMelanie Thielker2008-08-241-55/+139