| Commit message (Expand) | Author | Files | Lines |
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-06 | Fix a bug I brought in by manually editing a diff file. Terrain is if cource ... | Melanie | 1 | -1/+1 |
2013-02-06 | Partial port of Avination's support for the new physics parameters. | Melanie | 1 | -18/+38 |
2013-01-25 | Store NULL in the 'DynAttrs' column if the prim doesn't have any dynamic attr... | Oren Hurvitz | 1 | -1/+5 |
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 fr... | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2013-01-25 | Implement dynamic attribute persistence on mysql and mssql | Justin Clark-Casey (justincc) | 1 | -2/+14 |
2012-08-31 | Also do other MySQL region settings related calls under m_dbLock, in common w... | Justin Clark-Casey (justincc) | 1 | -117/+130 |
2012-08-31 | Do Windlight storage and removal calls in MySQL under m_dbLock, as is done wi... | Justin Clark-Casey (justincc) | 1 | -102/+108 |
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-05-23 | Environment Module - allows Environment settings for Viewer3 warning: include... | PixelTomsen | 1 | -0/+62 |
2012-04-30 | If there are no new prim items to store then don't bother opening the MySqlCo... | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2012-04-30 | Consistently use using() to make sure we dispose of used MySqlCommands where ... | Justin Clark-Casey (justincc) | 1 | -134/+133 |
2012-02-29 | Use correct casing of RegionSettings.Sandbox in the various database modules. | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-02-03 | Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i... | PixelTomsen | 1 | -3/+4 |
2012-02-02 | Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more | Melanie | 1 | -8/+9 |
2012-01-30 | Add ParcelImageID to RegionSettings so we can have that overlay. | Melanie | 1 | -2/+4 |
2012-01-24 | Add a forgotten parameter | Melanie | 1 | -1/+1 |
2012-01-24 | Change Telehubs to store only the data that is really needed and not | Melanie | 1 | -40/+13 |
2012-01-22 | Fix up some parameter naming | Melanie | 1 | -2/+2 |
2012-01-22 | Finish connecting Telehub to database | BlueWall | 1 | -3/+19 |
2012-01-22 | Hooking up new telehub data to the database | BlueWall | 1 | -0/+14 |
2012-01-22 | Move Telehub tables and data from EstateSettings to RegionSettings. | Melanie | 1 | -0/+70 |
2011-09-09 | Save the default terrain texture UUIDs for a new region instead of leaving th... | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2011-09-01 | Remove code which was automatically deleting non-root prims from scene object... | Justin Clark-Casey (justincc) | 1 | -17/+0 |
2011-03-08 | Pull up Assembly of the MySQL classes as a protected property, so that it can... | Diva Canto | 1 | -2/+6 |
2010-11-21 | Added creator info across the board -- TaskInventoryItems and InventoryItems ... | Diva Canto | 1 | -2/+2 |
2010-11-21 | Global creator information working on MySQL DB and on load/save OARs. Creator... | Diva Canto | 1 | -2/+2 |
2010-11-03 | Add lsClearWindlightScene() to the lightshare module to remove WL settings | Melanie | 1 | -0/+15 |
2010-11-03 | When LightShare is enabled, the standard day cycle is bypassed and replaced by | Melanie | 1 | -0/+1 |
2010-10-15 | UPdated the MySql driver to 6.2.4. Also established a much larger MySqlComman... | Diva Canto | 1 | -0/+1 |
2010-09-16 | Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA... | John Hurliman | 1 | -1/+1 |
2010-09-12 | * Added ISimulationDataService and IEstateDataService | John Hurliman | 1 | -0/+9 |
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -11/+11 |
2010-09-11 | Fixed the naming mess around data connectors for simulation data | John Hurliman | 1 | -1/+1 |
2010-09-07 | Fix deletion persistence when freshly delinked prims are removed | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2010-09-07 | Fix deletion persistence when freshly delinked prims are removed | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2010-09-05 | Remove "Dwell" support from core and replace it with calls to methods | Melanie Thielker | 1 | -4/+2 |
2010-08-30 | Implements parcel media setting persistence and packet / CAPS handling | Jonathan Freedman | 1 | -2/+20 |
2010-08-30 | local commit with parcel media bits | Jonathan Freedman | 1 | -2/+20 |
2010-08-26 | Remove parts locking from data classes since these are using a copy of the sc... | Justin Clark-Casey (justincc) | 1 | -107/+104 |
2010-08-26 | Improve consistency of locking for SOG.m_parts in order to avoid race conditi... | Justin Clark-Casey (justincc) | 1 | -103/+107 |
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 | -2/+8 |