aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLRegionData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-211-1/+1
| | | | | | | | * SceneObjectPartInventory.cs isn't a particularly good name but it's probably not got a long life * A proper inventory interface to follow * Parallel changes for other inventory partial classes to follow at a later date
* Mantis#2658. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-11-191-0/+6
| | | | | | Keeping up with MySQL and SQLite. Small code changes and another resource file to add.
* Mantis#2657. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-11-191-52/+30
| | | | | | Added access_time and create_time, plus the new sun position data to MSSQL code.
* Mantis#2626: Thank you Ruud Lathrop, for a patch that cleans up MSSQL code.Homer Horwitz2008-11-151-1/+1
|
* Mantis#2552: Thanks idb, for a patch that fixes persistence of physical prims.Homer Horwitz2008-11-151-2/+1
| | | | | | (added a fix for the broken build from last commit, too)
* * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting ↵Justin Clarke Casey2008-11-101-2/+2
| | | | | | | | RootPart and adding the part separately * Make RootPart read only
* Thank you kindly, Ruud Lathrop for a patch that solves:Charles Krinke2008-10-271-156/+181
| | | | | Primary Key violation when just linked a lot of prims using MSSQL.
* Thank you, Strawberry Fride, for a patch that brings MSSQL even with MySQLMelanie Thielker2008-10-181-31/+35
|
* * minor: comment out persisting prim inventory log messagesJustin Clarke Casey2008-10-151-1/+1
|
* * Apply http://opensimulator.org/mantis/view.php?id=2295Justin Clarke Casey2008-09-291-46/+51
| | | | | | | | | | * Updated MSSQL to reflect resend changes * Added the new columns in prims table. * Created a implementation for getting gestures. * Remove configurable table names for user. * Thanks Ruud Lathorp
* * Patch from JHurlimanTeravus Ovares2008-09-261-2/+2
| | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
* - Add Dispose method to IRegionDataStoreHomer Horwitz2008-09-181-0/+5
| | | | | | | | - Add necessary dummy Dispose-methods where they are missing - Implement the SQLite Dispose-methods (currently only used for unit tests, in the next commit)
* Mantis #2124Melanie Thielker2008-09-141-102/+104
| | | | | | | Thank you, RuudL, for a patch that brings MSSQL up to the same implementation level as MySQL.
* * Make fix to MSSQLRegionData.cs in LoadLandObjects as recommended by ↵Justin Clarke Casey2008-09-121-1/+1
| | | | | | | | Garrett Hussey in Re: [Opensim-dev] MSSQL runtime error in latest build.. * Thanks!
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-2/+2
|
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-72/+72
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* * Blind fix what looks like a bug in the new land MSSQL codeJustin Clarke Casey2008-09-061-1/+1
| | | | | | | * The data returned from the db was never inserted in the list to be processed and return * This is an example where a warning has revealed a bug
* * Remove lots of warnings from the CMS moduleJustin Clarke Casey2008-09-061-1/+0
| | | | | | * Remove a few other miscellaneous warnings
* Mantis #2102Melanie Thielker2008-09-021-1/+2
| | | | | | | Thank you, RuudL, for a patch that supplements the previous MSSQL patch.
* Mantis #2095Melanie Thielker2008-09-011-1362/+1048
| | | | | | | Thank you, RuudL, for a complete adaptation of migration and estate data to MSSQL, and the updating of the RegionData handling in MSSQL.
* * Rename *DataStore classes to *RegionData to align with SQLiteJustin Clarke Casey2008-08-161-0/+1840