Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-09 | Remove useless executable bit that Windows adds. | onefang | 1 | -0/+0 | |
2019-05-19 | Remove useless executable bit that Windows adds. | onefang | 1 | -0/+0 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -83/+224 | |
2019-03-07 | don't read from dbs wrong sound flags | UbitUmarov | 1 | -1/+4 | |
2019-01-21 | remove terraindata abstraction layer, since we only have heightmap type | UbitUmarov | 1 | -3/+3 | |
2018-12-28 | still pgsql | UbitUmarov | 1 | -3/+3 | |
2018-12-28 | PGSQL: store vehicle data | UbitUmarov | 1 | -6/+16 | |
2017-05-13 | fix passcollisions bool value on store | UbitUmarov | 1 | -2/+2 | |
2017-05-13 | PGSQL: Convert PassCollision in table prims to bool to avoid a hopeless cast ↵ | Geir Nøklebye | 1 | -3/+4 | |
that fails with newer versions of NPGSQL. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2017-04-20 | store the physics inertia override in the database | Geir Nøklebye | 1 | -4/+15 | |
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2017-04-19 | update for The new Constant: integer OBJECT_REZZER_KEY = 32 + adding missing ↵ | Geir Nøklebye | 1 | -5/+28 | |
support for fields in the prims table. Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -78/+78 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -468/+492 | |
2015-03-27 | varregion: refactor use of 'double heightmap[,]' into references to new ↵ | Robert Adams | 1 | -34/+49 | |
class TerrainData and push the implementation from Scene into the database readers and writers. | |||||
2014-11-28 | Remove unmaintained MSSQL support. | Justin Clark-Casey (justincc) | 1 | -2242/+0 | |
This has not been maintained for more than 2 years, is unimplemented for newer features (e.g. built-in groups) and has no core developers using it. If somebody fixes these issues then it could be reinstated. | |||||
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 | -30/+32 | |
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/+15 | |
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 | -1/+1 | |
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 | -1/+1 | |
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 | -4/+13 | |
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-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-08-15 | Add a skeleton for a name value storage associated with regions | Melanie | 1 | -0/+13 | |
2012-06-07 | Add the ability to query the MYSQL databse for a list of the stored prim UUIDs | Melanie | 1 | -0/+5 | |
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) | |||||
2012-02-02 | Make ban, eject, freeze and the scripted versions of those work. | Melanie | 1 | -6/+6 | |
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-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 | |