Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-03 | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 1 | -64/+37 | |
scenepresence) | |||||
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -43/+4 | |
2015-08-25 | let mysql be happy with a NULL heighmap ( yeap i made several ) | UbitUmarov | 1 | -2/+5 | |
2015-08-23 | fix mySQL ( ignoring other dbs ) | UbitUmarov | 1 | -1/+2 | |
2015-03-27 | varregion: refactor use of 'double heightmap[,]' into references to new ↵ | Robert Adams | 1 | -27/+39 | |
class TerrainData and push the implementation from Scene into the database readers and writers. | |||||
2014-09-21 | remove redundant lock | UbitUmarov | 1 | -1/+2 | |
2014-08-22 | Remove some use of database connection locking from MySQLSimulationData - ↵ | Justin Clark-Casey (justincc) | 1 | -318/+298 | |
this has not been necessary for some time as database connections are not shared. However, many locks remain since they may effectively be providing transactionality in some operations (e.g. prim updates across multiple tables). These are candidates for being replaced with proper database transactions, since this would not block unrelated operations (e.g. land save and object save) or unrelated operations on the same tables (e.g. storage of one linkset whilst another is being removed). In practice, any performance deg due to contention is probably rare and short lived as the major prim operations are performed in memory and only persisted some time afterwards. | |||||
2014-07-29 | Persist new land fields for access control | Melanie Thielker | 1 | -2/+14 | |
2014-03-18 | Fix a bug in previous commit 01520bb where I accidentally saved ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
OtherCleanTime instead of Dwell | |||||
2014-03-18 | Save and load dwell parcel stat in MySQL DB adaptor. Field in table already ↵ | Justin Clark-Casey (justincc) | 1 | -3/+4 | |
exists! The SQLite database adaptor was loading and saving dwell whilst MySQL was not, even though the field already exists in the db table. | |||||
2014-01-28 | Repair database routines so they properly return null when asked for | Robert Adams | 1 | -1/+5 | |
the heighmap of a region that does not exist. | |||||
2013-11-01 | varregion: push TerrainData implementation up and down the database storage ↵ | Robert Adams | 1 | -21/+11 | |
stack. Implement both LoadTerrain and StoreTerrain for all DBs. Move all database blob serialization/deserialization into TerrainData. | |||||
2013-10-07 | varregion: plug in TerrainData class and modify TerrainModule and ↵ | Robert Adams | 1 | -30/+17 | |
LLClientView to use same. This passes a terrain info class around rather than passing a one dimensional array thus allowing variable regions. Update the database storage for variable region sizes. This should be downward compatible (same format for 256x256 regions). | |||||
2013-09-28 | Remove time based terrain storage in SQLite so revision number can be used | Robert Adams | 1 | -3/+4 | |
to denote terrain format revision. Add terrain DB format revision codes to ISimulationDataStore.cs. Setup so legacy compatible terrain storage and fetch is possible while allowing future format extensions. | |||||
2013-09-25 | Remove time based terrain storage in SQLite so revision number can be used | Robert Adams | 1 | -3/+4 | |
to denote terrain format revision. Add terrain DB format revision codes to ISimulationDataStore.cs. Setup so legacy compatible terrain storage and fetch is possible while allowing future format extensions. | |||||
2013-09-22 | Preserve attachment point & position when attachment is rezzed in world | Aleric Inglewood | 1 | -5/+24 | |
Patch taken from http://opensimulator.org/mantis/view.php?id=4905 originally by Greg C. Fixed to apply to r/23314 commit ba9daf849e7c8db48e7c03e7cdedb77776b2052f (cherry picked from commit 4ff9fbca441110cc2b93edc7286e0e9339e61cbe) | |||||
2013-06-27 | Make the concept of namespaces explicit in dynamic attributes | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This is in order to reduce the likelihood of naming clashes, make it easier to filter in/out attributes, ensure uniformity, etc. All dynattrs in the opensim distro itself or likely future ones should be in the "OpenSim" namespace. This does alter the underlying dynattrs data structure. All data in previous structures may not be available, though old structures should not cause errors. This is done without notice since this feature has been explicitly labelled as experimental, subject to change and has not been in a release. However, existing materials data is being preserved by moving it to the "Materials" store in the "OpenSim" namespace. | |||||
2013-06-13 | * This fixes having to select and deselect prim to get keyframemotion to ↵ | Melanie | 1 | -2/+0 | |
start running when pulled from data storage. Conflicts: OpenSim/Data/SQLite/SQLiteSimulationData.cs | |||||
2013-06-12 | * This fixes having to select and deselect prim to get keyframemotion to ↵ | teravus | 1 | -2/+0 | |
start running when pulled from data storage. | |||||
2013-06-06 | Database persistence for keyframes. Contains a Migration. | Melanie | 1 | -4/+25 | |
2013-04-25 | Recover a lost "virtual". Downstream projects need this. | Diva Canto | 1 | -1/+1 | |
2013-02-09 | Added physics parameters support to MSSQL and SQLite (not tested) | Oren Hurvitz | 1 | -9/+10 | |
2013-02-07 | Rename Bounciness to Restitution | Melanie | 1 | -2/+2 | |
2013-02-07 | Rename Bounciness to Restitution | Melanie | 1 | -2/+2 | |
2013-02-07 | Rename "Bounciness" to "Restitution" | Melanie | 1 | -2/+2 | |
2013-02-06 | Fix a bug I brought in by manually editing a diff file. Terrain is if cource ↵ | Melanie | 1 | -1/+1 | |
not always at 20m. | |||||
2013-02-06 | Partial port of Avination's support for the new physics parameters. | Melanie | 1 | -18/+38 | |
Implements the parameters as properties, the serialization and database storage (MySQL only). Implements llSetPrimitiveParams for prim physics shape and the other 4 extra params. Only the prim shape type "None" is currently functional. No support for the Viewer UI (yet), that will be ported in due course. Lots more to port, this is a large-ish changeset. | |||||
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 | -8/+2 | |
2013-01-25 | Added missing DynAttrs references in MySQL | Oren Hurvitz | 1 | -3/+6 | |
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 | -2/+14 | |
mssql is untested | |||||
2012-12-09 | Check database for root prim IDs only to try and get a handle on prim loss | Melanie | 1 | -1/+1 | |
once and for all. | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 1 | -238/+219 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-08-31 | Also do other MySQL region settings related calls under m_dbLock, in common ↵ | Justin Clark-Casey (justincc) | 1 | -117/+130 | |
with other calls. | |||||
2012-08-31 | Do Windlight storage and removal calls in MySQL under m_dbLock, as is done ↵ | Justin Clark-Casey (justincc) | 1 | -102/+108 | |
with all the other database calls. | |||||
2012-08-29 | A few more changes to keyframes | UbitUmarov | 1 | -1/+1 | |
2012-08-28 | [possible still very broken] mess around keyframes. timer events | UbitUmarov | 1 | -1/+1 | |
threads overlaps, some null objects exceptions, region crossing... | |||||
2012-08-15 | Fix and finish the extra parameters storage system for MySQL | Melanie | 1 | -1/+57 | |
2012-08-15 | Fix and finish the extra parameters storage system for MySQL | Melanie | 1 | -1/+57 | |
2012-08-15 | Add a skeleton for a name value storage associated with regions | Melanie | 1 | -0/+13 | |
2012-08-15 | Add a skeleton for a name value storage associated with regions | Melanie | 1 | -0/+13 | |
2012-07-07 | Fix storing vehicle data | Melanie | 1 | -2/+2 | |
2012-07-07 | Add saving vehicle physics data to the database | Melanie | 1 | -2/+17 | |
2012-06-26 | Prevent bad prim in the database from crashing the sim, list affected | Melanie | 1 | -26/+34 | |
ids and skip them. | |||||
2012-06-07 | Typo fix | Melanie | 1 | -3/+5 | |
2012-06-07 | Add the ability to query the MYSQL databse for a list of the stored prim UUIDs | Melanie | 1 | -0/+31 | |
2012-05-23 | Environment Module - allows Environment settings for Viewer3 warning: ↵ | PixelTomsen | 1 | -0/+62 | |
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-05-15 | Port the mel/dahlia fix | Melanie | 1 | -1/+8 | |
2012-04-30 | If there are no new prim items to store then don't bother opening the ↵ | Justin Clark-Casey (justincc) | 1 | -3/+3 | |
MySqlConnection only to do nothing with it. |