Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-02-09 | Added physics parameters support to MSSQL and SQLite (not tested) | Oren Hurvitz | 1 | -3/+18 | |
2013-01-25 | Store NULL in the 'DynAttrs' column if the prim doesn't have any dynamic ↵ | Oren Hurvitz | 1 | -1/+5 | |
attributes | |||||
2013-01-25 | Stopped storing dynamic attributes in the PrimShape | Oren Hurvitz | 1 | -10/+3 | |
2013-01-25 | Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting ↵ | Justin Clark-Casey (justincc) | 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 | |||||
2013-01-25 | Implement dynamic attribute persistence on mysql and mssql | Justin Clark-Casey (justincc) | 1 | -6/+17 | |
mssql is untested | |||||
2012-08-15 | Add a skeleton for a name value storage associated with regions | Melanie | 1 | -0/+13 | |
2012-05-23 | Environment Module - allows Environment settings for Viewer3 warning: ↵ | PixelTomsen | 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> | |||||
2012-03-06 | Updates to MSSQL store for 0.7.3 to include: | Chris Hart | 1 | -5/+78 | |
* Telehub support * Bugfix to Friends lookups * Updates to Creator fields to store up to 255 characters for HG item creator storage | |||||
2012-02-29 | Use correct casing of RegionSettings.Sandbox in the various database modules. | Justin Clark-Casey (justincc) | 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. | |||||
2012-02-03 | Fix: Covenant changed time not set ↵ | PixelTomsen | 1 | -4/+5 | |
http://opensimulator.org/mantis/view.php?id=5869 Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2012-02-02 | Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more | Melanie | 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) | |||||
2011-09-01 | Remove code which was automatically deleting non-root prims from scene ↵ | Justin Clark-Casey (justincc) | 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 | |||||
2011-06-01 | Updates to MSSQL to most recent compatibility, also included Windlight ↵ | Chris Hart | 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. | |||||
2011-04-28 | Thank you MrMonkE for a patch that seems to bring the MSSQL data layer up to ↵ | Diva Canto | 1 | -7/+18 | |
speed with 0.7.x. | |||||
2010-11-03 | Add lsClearWindlightScene() to the lightshare module to remove WL settings | Melanie | 1 | -0/+3 | |
from a region and allow normal day cycles to be reestablished | |||||
2010-09-16 | Changed SceneObjectGroup to store parts with the fast and thread-safe ↵ | John Hurliman | 1 | -2/+2 | |
MapAndArray collection | |||||
2010-09-12 | * Added ISimulationDataService and IEstateDataService | John Hurliman | 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 | |||||
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 | |
2010-09-11 | Fixed the naming mess around data connectors for simulation data | John Hurliman | 1 | -1/+1 | |
2010-09-05 | Remove "Dwell" support from core and replace it with calls to methods | Melanie Thielker | 1 | -4/+2 | |
on IDwellModule | |||||
2010-08-26 | Remove parts locking from data classes since these are using a copy of the ↵ | Justin Clark-Casey (justincc) | 1 | -49/+45 | |
scene object | |||||
2010-08-26 | Improve consistency of locking for SOG.m_parts in order to avoid race ↵ | Justin Clark-Casey (justincc) | 1 | -46/+48 | |
conditions in linking and unlinking | |||||
2010-08-13 | refactor: Use SOP.Flags rather than SOP.ObjectFlags | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
2010-08-04 | fix mysql/mssql prim serialization problem | Justin Clark-Casey (justincc) | 1 | -6/+2 | |
2010-08-03 | Implement MediaUrl persistence for MySQL and MsSQL | Justin Clark-Casey (justincc) | 1 | -4/+10 | |
Not sure how I forgot this. This may resolve problems with media textures not persisting over restart for these databases. | |||||
2010-08-03 | get rid of PrimitiveBaseShape.MediaRaw staging post | Justin Clark-Casey (justincc) | 1 | -3/+5 | |
using an OSD serialization rather than auto forces serialization code to be placed in OpenSim.Framework this makes the media texture raw data staging post in PrimitiveBaseShape redundant, now we just directly call the code in PrimitiveBaseShape.MediaList itself | |||||
2010-07-26 | add mssql support for media on a prim | Justin Clark-Casey (justincc) | 1 | -3/+7 | |
compiles but not tested. please test and correct if necessary! | |||||
2010-07-26 | add mssql support for media on a prim | Justin Clark-Casey (justincc) | 1 | -3/+7 | |
compiles but not tested. please test and correct if necessary! | |||||
2010-03-31 | Committing the LightShare code, which was developed by TomMeta of Meta7. | Melanie | 1 | -2/+11 | |
This allows scripts to set WindLight parameters for clients connecting to a region. Currently, this is only supported by the Meta7 viewer. | |||||
2010-02-24 | MSSQL Additions for Presence Refactor branch. Most functionality tested and ↵ | StrawberryFride | 1 | -67/+95 | |
works, some outstanding issues around login location and border crossings on y axis. Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-11-02 | Removing duplicate SceneObjectPart.RotationalVelocity property | John Hurliman | 1 | -4/+4 | |
2009-10-19 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-10-05 | Adapt to renamed members in landObject | Melanie | 1 | -10/+10 | |
2009-10-05 | Adapt to renamed members in landObject | Melanie | 1 | -10/+10 | |
2009-10-05 | MSSQL changes for Grid server in ROBUST plus some code tweaks 'n tidy up | unknown | 1 | -5/+5 | |
2009-10-05 | MSSQL changes for Grid server in ROBUST plus some code tweaks 'n tidy up | unknown | 1 | -1418/+198 | |
2009-10-02 | - cleaning up LandData/ILandObject capitalization issues | dr scofield (aka dirk husemann) | 1 | -4/+4 | |
- adding LandDataSerializer to OAR mechanics | |||||
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-09-03 | MSSQL Minor tweak to recent patch for region loading (Thanks Grumly57 for ↵ | Chris Hart | 1 | -0/+1 | |
spotting it!) | |||||
2009-09-02 | MSSQL patch to mirror mantis 4077 for MySQL to improve region load times | Chris Hart | 1 | -24/+38 | |
2009-08-07 | * Remove hard coded 256 limitations from various places. There's no more ↵ | Teravus Ovares (Dan Olivares) | 1 | -6/+6 | |
256m limitation within the OpenSimulator framework, however, the LLClient ClientView does not support regions larger then 256 meters so, if you try and make your region larger by setting Constants.RegionSize = 512; in OpenSim.Framework.Constants.cs, the terrain will not display on clients using the LLUDP protocol | |||||
2009-07-25 | * Updates libOMV to version 0.7.0 | Teravus Ovares | 1 | -2/+2 | |
* Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html | |||||
2009-07-09 | Thank you, StrawberryFride, for a patch to fix MSSQL parameter naming. | Melanie Thielker | 1 | -2/+2 | |
2009-06-29 | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 1 | -14/+5 | |
Attached is a patch that changes the oar file saving of creation date/time to an integer instead of a string. I did this after justincc emailed me saying there is a problem with internationalisation doing it the old way and I said I'd fix it. Its been tested with MySQL and I've made the changes for MSSQL but that hasn't been well tested. | |||||
2009-06-22 | Formatting cleanup, ignore some generated files. | Jeff Ames | 1 | -1/+1 | |
2009-06-14 | Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of ↵ | Melanie Thielker | 1 | -7/+31 | |
objects, with changes: - Set OwnerID = GroupID for deeded objects. - Close a security loophole that would have allowed a user with deed rights in a group to deed ANY object to that group, even if it's not owned by them and/or not set to that group - Set LastOwnerID correctly. Handle objects vs. prims correctly. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-02-25 | * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, ↵ | lbsa71 | 1 | -4/+1 | |
I do realize the setter has to be there for legacy reasons, but since the calls will never acually DO anyhting, I'm removing them. * So, SOP.FolderID is actually a cruft field that should be removed. | |||||
2009-02-19 | * Apply http://opensimulator.org/mantis/view.php?id=3142 | Justin Clarke Casey | 1 | -51/+54 | |
* Changes varchar(36) columns to UUID type in MSSQL - this will be much more efficient * ===As always, please, please backup your database before applying this patch=== * Thanks Ruud Lathrop (for the patch) and StrawberryFride (for the review) | |||||
2009-02-12 | * optimized usings. | lbsa71 | 1 | -1/+1 | |