| Commit message (Expand) | Author | Age | Files | Lines |
* | * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I... | lbsa71 | 2009-02-25 | 1 | -4/+0 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -4/+4 |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 1 | -2/+2 |
* | * If an orphaned group is found in the mysql or mssql databases (i.e. there i... | Justin Clarke Casey | 2009-01-29 | 1 | -1/+15 |
* | * Fix http://opensimulator.org/mantis/view.php?id=2889 | Justin Clarke Casey | 2008-12-23 | 1 | -2/+2 |
* | 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 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim... | Justin Clarke Casey | 2008-12-02 | 1 | -5/+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 |
* | 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 |
* | * restore deleted method documentation, some to IRegionDataStore and some to ... | Justin Clarke Casey | 2008-11-26 | 1 | -1/+10 |
* | Yay for unit tests. Increased the type width of the prims and primshapes | Melanie Thielker | 2008-11-26 | 1 | -38/+38 |
* | Fix 2 of the failed tests. Cause terrain queries to return null when no | Melanie Thielker | 2008-11-26 | 1 | -1/+1 |
* | Committing the LCO database layer. Native MySQL, no ADO. New reconnect | Melanie Thielker | 2008-11-26 | 1 | -1472/+740 |
* | Remove code from an experimantal patch that wasn't supposed to be committed | Melanie Thielker | 2008-11-23 | 1 | -39/+13 |
* | Don't serve texture preview from other people's objects if you | Melanie Thielker | 2008-11-23 | 1 | -13/+39 |
* | * refactor: Rip out SOP inventory from the partial into a separate class | Justin Clarke Casey | 2008-11-21 | 1 | -1/+1 |
* | Mantis#2656. Thank you kindly, Nlin for a patch that: | Charles Krinke | 2008-11-19 | 1 | -0/+9 |
* | Fixed MySQL and SQLite so they will save the | Sean Dague | 2008-11-18 | 1 | -0/+11 |
* | Make a quick stab at the "Open data reader" issue. | Melanie Thielker | 2008-11-16 | 1 | -8/+20 |
* | Mantis#2552: Thanks idb, for a patch that fixes persistence of physical prims. | Homer Horwitz | 2008-11-15 | 1 | -2/+1 |
* | * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R... | Justin Clarke Casey | 2008-11-10 | 1 | -2/+2 |
* | Mantis#2598: Thanks Fly-Man- for a patch that fixes a client-thread crash by | Homer Horwitz | 2008-11-08 | 1 | -1/+1 |
* | - Includes consistency test for new and updated objects, as | Sean Dague | 2008-10-30 | 1 | -3/+2 |
* | Mid-work, trying to fix region part insertion and retrieval | Sean Dague | 2008-10-30 | 1 | -7/+29 |
* | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 2008-10-18 | 1 | -0/+6 |
* | * minor: comment out persisting prim inventory log messages | Justin Clarke Casey | 2008-10-15 | 1 | -1/+1 |
* | Add database persistence for material setting | Melanie Thielker | 2008-10-03 | 1 | -0/+5 |
* | add delete prim tests. Found and fixed bugs where region | Sean Dague | 2008-10-01 | 1 | -2/+2 |
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 1 | -3/+3 |
* | removal of more dead alter table code | Sean Dague | 2008-09-25 | 1 | -39/+2 |
* | - Add Dispose method to IRegionDataStore | Homer Horwitz | 2008-09-18 | 1 | -0/+2 |
* | Mantis #511 | Melanie Thielker | 2008-09-10 | 1 | -1/+2 |
* | Thanks, nlin, for a patch implementing persistence for "When Left Clicked" | Mike Mazur | 2008-09-10 | 1 | -0/+5 |
* | Implement proper persistence of the following prim properties: | Melanie Thielker | 2008-09-08 | 1 | -3/+17 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -69/+69 |
* | apparently I missed one of the old version routines that could be | Sean Dague | 2008-09-02 | 1 | -39/+0 |
* | we're past checkin 6000, so now cleaning up all the cruft of the pre | Sean Dague | 2008-08-27 | 1 | -302/+3 |
* | Selling an object in-place (as original) now works. Builders can | Melanie Thielker | 2008-08-24 | 1 | -2/+14 |
* | Plumb the data path for all those eye candy values. Saves texture | Melanie Thielker | 2008-08-24 | 1 | -55/+139 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -60/+59 |
* | * Rename *DataStore classes to *RegionData to align with SQLite | Justin Clarke Casey | 2008-08-16 | 1 | -0/+2360 |