aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-30Update svn properties, minor formatting cleanup.Jeff Ames1-5/+5
2008-12-28Thank you kindly, StrawberryFride for a patch that:Charles Krinke1-1/+6
2008-12-23* Fix http://opensimulator.org/mantis/view.php?id=2889Justin Clarke Casey1-2/+2
2008-12-23* Correct build break, no idea how that one managed to slip by meJustin Clarke Casey1-1/+1
2008-12-23* Modify SQLite implementation of UpdateUserProfile() to allow modifications ...Justin Clarke Casey1-16/+21
2008-12-22Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the hint,...Homer Horwitz1-1/+1
2008-12-22Thanks Gerhard for a patch that implements part 3 of VolumeDetection / persis...Dahlia Trimble2-0/+15
2008-12-20Mantis#2881. Thank you kindly, SirKimba for a patch that:Charles Krinke1-5/+5
2008-12-17* minor: Remove unused AppearanceTableMapper as pointed out by jonc in http:/...Justin Clarke Casey1-284/+0
2008-12-17* Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey1-1/+1
2008-12-14Color was set twice, first correctly, then incorrectly, in SQLiteRegionData.Homer Horwitz1-2/+0
2008-12-13Mantis#2811. Thank you kindly, Diva for a patch that resolvesCharles Krinke1-1/+1
2008-12-11Move from IP to hostname for seed caps on login, for gridmode and standalone.Homer Horwitz1-1/+1
2008-12-08Reinstate setting timeout to never, the default 30 second timeout was causing...idb1-1/+1
2008-12-08change a UUID cast to an actual new UUID call to be consistant withSean Dague1-1/+1
2008-12-08fix an issue I found where primshapes weren't every being removedSean Dague1-9/+82
2008-12-04* Check in another patch from http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey11-7/+693
2008-12-03* Minor test correction, comment removalSean Dague2-3/+1
2008-12-03Extends Avatar Appearance testsSean Dague1-1/+109
2008-12-02* Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey17-387/+509
2008-12-02* Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim...Justin Clarke Casey2-8/+3
2008-12-02Catch all possible exceptions in the mysql module. It throws non-mysqlMelanie Thielker1-2/+2
2008-12-01Fix the terrain loaderMelanie Thielker1-1/+1
2008-12-01More reverts. Revert the MySQL database module. This caused more issuesMelanie Thielker1-474/+513
2008-12-01* Unforunately it turns out not to be that simple. Revert the rest of r7560 ...Justin Clarke Casey17-509/+387
2008-12-01Mantis#2730. Thank you kindly, StrawberryFride for a patch that:Charles Krinke1-2/+2
2008-12-01* From Mantis#2701 - Implements NHibernate data adapter, adds support for MsS...Adam Frisby17-387/+509
2008-11-30Try to fix Mantis#2727. SQLite seems to be able to store bigger numbers inHomer Horwitz1-1/+1
2008-11-30More changes to the MySQL adapter. take advantage of pooling and run lock-free.Melanie Thielker1-507/+472
2008-11-30Update svn properties. Add copyright header. Minor formatting cleanup.Jeff Ames1-1/+1
2008-11-29Explicitly Dispose() all cmd objectsMelanie Thielker1-1/+15
2008-11-27* minor: remove mono compiler warningsJustin Clarke Casey1-1/+0
2008-11-27* Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey5-30/+0
2008-11-26* restore deleted method documentation, some to IRegionDataStore and some to ...Justin Clarke Casey1-1/+10
2008-11-26Change the max value of the bytes in tests to 127. MySQL bytes are signedMelanie Thielker1-5/+5
2008-11-26Yay for unit tests. Increased the type width of the prims and primshapesMelanie Thielker3-77/+81
2008-11-26A migration to make the floats in prims table be doublesMelanie Thielker1-0/+41
2008-11-26Reduce the numerical range of text values to match what MySQL offersMelanie Thielker1-13/+13
2008-11-26Comment one more field that can't be tested that way anymoreMelanie Thielker1-1/+2
2008-11-26A migration to convert the floats int the database to doubles.Melanie Thielker2-0/+60
2008-11-26Fix 2 of the failed tests. Cause terrain queries to return null when noMelanie Thielker2-9/+1
2008-11-26Committing the LCO database layer. Native MySQL, no ADO. New reconnectMelanie Thielker2-1472/+746
2008-11-25* Make a step on removing direct access to TaskInventoryDictionary from other...Justin Clarke Casey1-5/+5
2008-11-25* Remove direct access to Inventory.SerialJustin Clarke Casey1-2/+2
2008-11-23Remove code from an experimantal patch that wasn't supposed to be committedMelanie Thielker1-39/+13
2008-11-23Don't serve texture preview from other people's objects if youMelanie Thielker1-13/+39
2008-11-23Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker5-0/+40
2008-11-21* Comment out unused access time method in MSSQLJustin Clarke Casey1-18/+18
2008-11-21* refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey5-12/+12
2008-11-21Update svn properties, minor formatting cleanup.Jeff Ames5-31/+31