aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update svn properties, minor formatting cleanup.Jeff Ames2008-12-301-5/+5
* Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-12-281-1/+6
* * Fix http://opensimulator.org/mantis/view.php?id=2889Justin Clarke Casey2008-12-231-2/+2
* * Correct build break, no idea how that one managed to slip by meJustin Clarke Casey2008-12-231-1/+1
* * Modify SQLite implementation of UpdateUserProfile() to allow modifications ...Justin Clarke Casey2008-12-231-16/+21
* Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the hint,...Homer Horwitz2008-12-221-1/+1
* Thanks Gerhard for a patch that implements part 3 of VolumeDetection / persis...Dahlia Trimble2008-12-222-0/+15
* Mantis#2881. Thank you kindly, SirKimba for a patch that:Charles Krinke2008-12-201-5/+5
* * minor: Remove unused AppearanceTableMapper as pointed out by jonc in http:/...Justin Clarke Casey2008-12-171-284/+0
* * Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey2008-12-171-1/+1
* Color was set twice, first correctly, then incorrectly, in SQLiteRegionData.Homer Horwitz2008-12-141-2/+0
* Mantis#2811. Thank you kindly, Diva for a patch that resolvesCharles Krinke2008-12-131-1/+1
* Move from IP to hostname for seed caps on login, for gridmode and standalone.Homer Horwitz2008-12-111-1/+1
* Reinstate setting timeout to never, the default 30 second timeout was causing...idb2008-12-081-1/+1
* 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
* * Check in another patch from http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey2008-12-0411-7/+693
* * Minor test correction, comment removalSean Dague2008-12-032-3/+1
* Extends Avatar Appearance testsSean Dague2008-12-031-1/+109
* * Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey2008-12-0217-387/+509
* * Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim...Justin Clarke Casey2008-12-022-8/+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
* * Unforunately it turns out not to be that simple. Revert the rest of r7560 ...Justin Clarke Casey2008-12-0117-509/+387
* Mantis#2730. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-12-011-2/+2
* * From Mantis#2701 - Implements NHibernate data adapter, adds support for MsS...Adam Frisby2008-12-0117-387/+509
* Try to fix Mantis#2727. SQLite seems to be able to store bigger numbers inHomer Horwitz2008-11-301-1/+1
* 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
* * Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey2008-11-275-30/+0
* * restore deleted method documentation, some to IRegionDataStore and some to ...Justin Clarke Casey2008-11-261-1/+10
* Change the max value of the bytes in tests to 127. MySQL bytes are signedMelanie Thielker2008-11-261-5/+5
* Yay for unit tests. Increased the type width of the prims and primshapesMelanie Thielker2008-11-263-77/+81
* A migration to make the floats in prims table be doublesMelanie Thielker2008-11-261-0/+41
* Reduce the numerical range of text values to match what MySQL offersMelanie Thielker2008-11-261-13/+13
* Comment one more field that can't be tested that way anymoreMelanie Thielker2008-11-261-1/+2
* 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-262-9/+1
* Committing the LCO database layer. Native MySQL, no ADO. New reconnectMelanie Thielker2008-11-262-1472/+746
* * Make a step on removing direct access to TaskInventoryDictionary from other...Justin Clarke Casey2008-11-251-5/+5
* * Remove direct access to Inventory.SerialJustin Clarke Casey2008-11-251-2/+2
* 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-235-0/+40
* * Comment out unused access time method in MSSQLJustin Clarke Casey2008-11-211-18/+18
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-215-12/+12
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-215-31/+31