Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added physics parameters support to MSSQL and SQLite (not tested) | Oren Hurvitz | 2013-02-09 | 1 | -3/+18 |
| | |||||
* | Store NULL in the 'DynAttrs' column if the prim doesn't have any dynamic ↵ | Oren Hurvitz | 2013-01-25 | 1 | -1/+5 |
| | | | | attributes | ||||
* | Stopped storing dynamic attributes in the PrimShape | Oren Hurvitz | 2013-01-25 | 1 | -10/+3 |
| | |||||
* | Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting ↵ | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -4/+4 |
| | | | | | | from it This is the easier way to give us control over locking, rather than asking that OSDMap IDictionary methods be virtual | ||||
* | Implement dynamic attribute persistence on mysql and mssql | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -6/+17 |
| | | | | mssql is untested | ||||
* | Add a skeleton for a name value storage associated with regions | Melanie | 2012-08-15 | 1 | -0/+13 |
| | |||||
* | Environment Module - allows Environment settings for Viewer3 warning: ↵ | PixelTomsen | 2012-05-23 | 1 | -0/+66 |
| | | | | | | | | | | | | | includes database region store migrations for mssql, mysql, sqlite enable/disable this module: Cap_EnvironmentSettings = "localhost" (for enable) Cap_EnvironmentSettings = "" (for disable) at ClientStack.LindenCaps section (OpenSimDefaults.ini file) or owerwrite in OpenSim.ini mantis: http://opensimulator.org/mantis/view.php?id=5860 Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | ||||
* | Updates to MSSQL store for 0.7.3 to include: | Chris Hart | 2012-03-06 | 1 | -5/+78 |
| | | | | | | * Telehub support * Bugfix to Friends lookups * Updates to Creator fields to store up to 255 characters for HG item creator storage | ||||
* | Use correct casing of RegionSettings.Sandbox in the various database modules. | Justin Clark-Casey (justincc) | 2012-02-29 | 1 | -2/+2 |
| | | | | | | MySQL and MSSQL have it as Sandbox, sqlite as sandbox. In various different places in every plugin the wrong casing is used... Consistency, who needs it? Or one day sqlite can change to Sandbox. | ||||
* | Fix: Covenant changed time not set ↵ | PixelTomsen | 2012-02-03 | 1 | -4/+5 |
| | | | | | | http://opensimulator.org/mantis/view.php?id=5869 Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | ||||
* | Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more | Melanie | 2012-02-02 | 1 | -6/+6 |
| | | | | | | accurately reflects the data sent by the viewer. Add times bans and the expiration of timed bans. Warning: Contains a Migration (and nuts) | ||||
* | Remove code which was automatically deleting non-root prims from scene ↵ | Justin Clark-Casey (justincc) | 2011-09-01 | 1 | -15/+0 |
| | | | | | | | objects that had previous been attachments. Looks like this code was accidentally uncommented in e1b5c612 from feb 2010. Appears to resolve the rest of http://opensimulator.org/mantis/view.php?id=5664 | ||||
* | Updates to MSSQL to most recent compatibility, also included Windlight ↵ | Chris Hart | 2011-06-01 | 1 | -14/+499 |
| | | | | support. Needs plenty of testing but clean install and migration from 0.6.9 have been tested and work, a few indexes still need to be added for performance. | ||||
* | Thank you MrMonkE for a patch that seems to bring the MSSQL data layer up to ↵ | Diva Canto | 2011-04-28 | 1 | -7/+18 |
| | | | | speed with 0.7.x. | ||||
* | Add lsClearWindlightScene() to the lightshare module to remove WL settings | Melanie | 2010-11-03 | 1 | -0/+3 |
| | | | | from a region and allow normal day cycles to be reestablished | ||||
* | Changed SceneObjectGroup to store parts with the fast and thread-safe ↵ | John Hurliman | 2010-09-16 | 1 | -2/+2 |
| | | | | MapAndArray collection | ||||
* | Merged | John Hurliman | 2010-09-12 | 1 | -3/+3 |
|\ | |||||
| * | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -3/+3 |
| | | |||||
* | | * Added ISimulationDataService and IEstateDataService | John Hurliman | 2010-09-12 | 1 | -0/+10 |
|/ | | | | | * Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings | ||||
* | Fixed the naming mess around data connectors for simulation data | John Hurliman | 2010-09-11 | 1 | -0/+1572 |