aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * 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-262-75/+79
* A migration to make the floats in prims table be doublesMelanie Thielker2008-11-261-0/+41
* A migration to convert the floats int the database to doubles.Melanie Thielker2008-11-262-0/+60
* 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-262-1472/+746
* 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
* Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker2008-11-231-0/+26
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-211-1/+1
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-211-6/+6
* Mantis#2656. Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-192-0/+15
* Fixed MySQL and SQLite so they will save theSean Dague2008-11-182-0/+19
* 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
* Add SQLite and the missing migrations files for last commitMelanie Thielker2008-11-141-0/+5
* Add group permissions to agent inventory.Melanie Thielker2008-11-141-2/+4
* make inventory item listing more robust. It turns out that a bad itemSean Dague2008-11-131-8/+28
* Update avatar picker search to work with OpenSearch people searchMelanie Thielker2008-11-131-2/+2
* * 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
* Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-081-1/+28
* add create_time and access_time to asset db for mysql, as wellSean Dague2008-11-062-2/+52
* From: arthursv@linux.vnet.ibm.comSean Dague2008-11-062-21/+21
* add some null protection on emailSean Dague2008-11-041-1/+1
* implement email field for MySQL and SQLiteSean Dague2008-11-043-15/+23
* * Minor cleanupAdam Frisby2008-11-011-1/+0
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-0/+43
* Fix a compile warning about unreachable codeHomer Horwitz2008-11-011-2/+0
* A stab a getting the user server to act right. Move acquisition of theMelanie Thielker2008-11-012-18/+21
* * Added some debug information to MySQL UserDataManager to help diagnose a po...Adam Frisby2008-10-312-18/+25
* - 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-182-0/+13
* - Enforced no user or agent with UUID 0 on agent DB insertionSean Dague2008-10-161-0/+4
* * minor: comment out persisting prim inventory log messagesJustin Clarke Casey2008-10-151-1/+1
* - Makes MySQL reject inserting UUID 0Sean Dague2008-10-151-0/+5
* Add the missing bits for the new region-search:Homer Horwitz2008-10-031-0/+46
* Add database persistence for material settingMelanie Thielker2008-10-032-0/+11
* add delete prim tests. Found and fixed bugs where regionSean Dague2008-10-011-2/+2
* Update svn properties. Minor formatting cleanup. Fix a compiler warning. F...Jeff Ames2008-09-281-2/+2
* * Patch from JHurlimanTeravus Ovares2008-09-261-3/+3
* removal of more dead alter table codeSean Dague2008-09-251-39/+2
* light mysql user testsSean Dague2008-09-241-0/+88
* expose it for real, missed the public keywordSean Dague2008-09-241-1/+1
* expose MySQLUserData class so that it can be testedSean Dague2008-09-241-1/+1
* remove configurable table names from the mysql user driver. ThatSean Dague2008-09-241-24/+3
* Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz2008-09-241-0/+36
* light the mysql region testsSean Dague2008-09-241-0/+97
* let the asset tests run on MySQL. Interesting difference here, theSean Dague2008-09-243-1/+92