| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some C#3.0-isms that broke build in Mono 1.2.6 and MSVC# 2005. | Homer Horwitz | 2009-01-12 | 1 | -4/+4 |
* | Fixed some svn properties | Homer Horwitz | 2009-01-12 | 2 | -134/+134 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2965 | Justin Clarke Casey | 2009-01-12 | 6 | -0/+260 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2980 | Justin Clarke Casey | 2009-01-12 | 1 | -0/+4 |
* | Thank you kindly, Tlaukkan (Tommil) for a patch that: | Charles Krinke | 2009-01-11 | 17 | -130/+750 |
* | Thank you kindly, Tlaukkan (Tommil) for a patch that: | Charles Krinke | 2009-01-10 | 1 | -45/+73 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2009-01-08 | 1 | -5/+5 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2948 | Justin Clarke Casey | 2009-01-07 | 3 | -55/+55 |
* | Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2009-01-07 | 3 | -629/+592 |
* | * Stop bothering to populate and retrieve the parent local ids for MSSQL, as ... | Justin Clarke Casey | 2009-01-05 | 1 | -2/+0 |
* | * Add the actual tests from http://opensimulator.org/mantis/view.php?id=2950 | Justin Clarke Casey | 2009-01-05 | 8 | -0/+669 |
* | fixes mantis #2950 | Justin Clarke Casey | 2009-01-05 | 5 | -4/+10 |
* | change the drop order to see if this affects unit test fails | Sean Dague | 2009-01-05 | 1 | -1/+1 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-12-30 | 1 | -5/+5 |
* | Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2008-12-28 | 1 | -1/+6 |
* | * Fix http://opensimulator.org/mantis/view.php?id=2889 | Justin Clarke Casey | 2008-12-23 | 1 | -2/+2 |
* | * Correct build break, no idea how that one managed to slip by me | Justin Clarke Casey | 2008-12-23 | 1 | -1/+1 |
* | * Modify SQLite implementation of UpdateUserProfile() to allow modifications ... | Justin Clarke Casey | 2008-12-23 | 1 | -16/+21 |
* | Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the hint,... | Homer Horwitz | 2008-12-22 | 1 | -1/+1 |
* | Thanks Gerhard for a patch that implements part 3 of VolumeDetection / persis... | Dahlia Trimble | 2008-12-22 | 2 | -0/+15 |
* | Mantis#2881. Thank you kindly, SirKimba for a patch that: | Charles Krinke | 2008-12-20 | 1 | -5/+5 |
* | * minor: Remove unused AppearanceTableMapper as pointed out by jonc in http:/... | Justin Clarke Casey | 2008-12-17 | 1 | -284/+0 |
* | * Implement 'Save Object Back to My Inventory'. On the Linden client this is... | Justin Clarke Casey | 2008-12-17 | 1 | -1/+1 |
* | Color was set twice, first correctly, then incorrectly, in SQLiteRegionData. | Homer Horwitz | 2008-12-14 | 1 | -2/+0 |
* | Mantis#2811. Thank you kindly, Diva for a patch that resolves | Charles Krinke | 2008-12-13 | 1 | -1/+1 |
* | Move from IP to hostname for seed caps on login, for gridmode and standalone. | Homer Horwitz | 2008-12-11 | 1 | -1/+1 |
* | Reinstate setting timeout to never, the default 30 second timeout was causing... | idb | 2008-12-08 | 1 | -1/+1 |
* | change a UUID cast to an actual new UUID call to be consistant with | Sean Dague | 2008-12-08 | 1 | -1/+1 |
* | fix an issue I found where primshapes weren't every being removed | Sean Dague | 2008-12-08 | 1 | -9/+82 |
* | * Check in another patch from http://opensimulator.org/mantis/view.php?id=2710 | Justin Clarke Casey | 2008-12-04 | 11 | -7/+693 |
* | * Minor test correction, comment removal | Sean Dague | 2008-12-03 | 2 | -3/+1 |
* | Extends Avatar Appearance tests | Sean Dague | 2008-12-03 | 1 | -1/+109 |
* | * Reapply http://opensimulator.org/mantis/view.php?id=2710 | Justin Clarke Casey | 2008-12-02 | 17 | -387/+509 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim... | Justin Clarke Casey | 2008-12-02 | 2 | -8/+3 |
* | Catch all possible exceptions in the mysql module. It throws non-mysql | Melanie Thielker | 2008-12-02 | 1 | -2/+2 |
* | Fix the terrain loader | Melanie Thielker | 2008-12-01 | 1 | -1/+1 |
* | More reverts. Revert the MySQL database module. This caused more issues | Melanie Thielker | 2008-12-01 | 1 | -474/+513 |
* | * Unforunately it turns out not to be that simple. Revert the rest of r7560 ... | Justin Clarke Casey | 2008-12-01 | 17 | -509/+387 |
* | Mantis#2730. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2008-12-01 | 1 | -2/+2 |
* | * From Mantis#2701 - Implements NHibernate data adapter, adds support for MsS... | Adam Frisby | 2008-12-01 | 17 | -387/+509 |
* | Try to fix Mantis#2727. SQLite seems to be able to store bigger numbers in | Homer Horwitz | 2008-11-30 | 1 | -1/+1 |
* | More changes to the MySQL adapter. take advantage of pooling and run lock-free. | Melanie Thielker | 2008-11-30 | 1 | -507/+472 |
* | Update svn properties. Add copyright header. Minor formatting cleanup. | Jeff Ames | 2008-11-30 | 1 | -1/+1 |
* | Explicitly Dispose() all cmd objects | Melanie Thielker | 2008-11-29 | 1 | -1/+15 |
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2008-11-27 | 1 | -1/+0 |
* | * Remove unused and largely unimplemented UpdateUserCurrentRegion() | Justin Clarke Casey | 2008-11-27 | 5 | -30/+0 |
* | * restore deleted method documentation, some to IRegionDataStore and some to ... | Justin Clarke Casey | 2008-11-26 | 1 | -1/+10 |
* | Change the max value of the bytes in tests to 127. MySQL bytes are signed | Melanie Thielker | 2008-11-26 | 1 | -5/+5 |
* | Yay for unit tests. Increased the type width of the prims and primshapes | Melanie Thielker | 2008-11-26 | 3 | -77/+81 |
* | A migration to make the floats in prims table be doubles | Melanie Thielker | 2008-11-26 | 1 | -0/+41 |