| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug in previous commit 01520bb where I accidentally saved OtherCleanTim... | Justin Clark-Casey (justincc) | 2014-03-18 | 1 | -1/+1 |
* | Save and load dwell parcel stat in MySQL DB adaptor. Field in table already ... | Justin Clark-Casey (justincc) | 2014-03-18 | 1 | -3/+4 |
* | Repair database routines so they properly return null when asked for | Robert Adams | 2014-01-28 | 1 | -1/+5 |
* | varregion: push TerrainData implementation up and down the database storage s... | Robert Adams | 2013-11-01 | 1 | -21/+11 |
* | varregion: plug in TerrainData class and modify TerrainModule and LLClientVie... | Robert Adams | 2013-10-07 | 1 | -30/+17 |
* | Remove time based terrain storage in SQLite so revision number can be used | Robert Adams | 2013-09-28 | 1 | -3/+4 |
* | Preserve attachment point & position when attachment is rezzed in world | Aleric Inglewood | 2013-09-22 | 1 | -5/+24 |
* | Make the concept of namespaces explicit in dynamic attributes | Justin Clark-Casey (justincc) | 2013-06-27 | 1 | -1/+1 |
* | * This fixes having to select and deselect prim to get keyframemotion to star... | teravus | 2013-06-12 | 1 | -2/+0 |
* | Database persistence for keyframes. Contains a Migration. | Melanie | 2013-06-06 | 1 | -4/+25 |
* | Recover a lost "virtual". Downstream projects need this. | Diva Canto | 2013-04-25 | 1 | -1/+1 |
* | Added physics parameters support to MSSQL and SQLite (not tested) | Oren Hurvitz | 2013-02-09 | 1 | -9/+10 |
* | Rename "Bounciness" to "Restitution" | Melanie | 2013-02-07 | 1 | -2/+2 |
* | Fix a bug I brought in by manually editing a diff file. Terrain is if cource ... | Melanie | 2013-02-06 | 1 | -1/+1 |
* | Partial port of Avination's support for the new physics parameters. | Melanie | 2013-02-06 | 1 | -18/+38 |
* | Store NULL in the 'DynAttrs' column if the prim doesn't have any dynamic attr... | Oren Hurvitz | 2013-01-25 | 1 | -1/+5 |
* | Stopped storing dynamic attributes in the PrimShape | Oren Hurvitz | 2013-01-25 | 1 | -8/+2 |
* | Added missing DynAttrs references in MySQL | Oren Hurvitz | 2013-01-25 | 1 | -3/+6 |
* | Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr... | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -4/+4 |
* | Implement dynamic attribute persistence on mysql and mssql | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -2/+14 |
* | Also do other MySQL region settings related calls under m_dbLock, in common w... | Justin Clark-Casey (justincc) | 2012-08-31 | 1 | -117/+130 |
* | Do Windlight storage and removal calls in MySQL under m_dbLock, as is done wi... | Justin Clark-Casey (justincc) | 2012-08-31 | 1 | -102/+108 |
* | Fix and finish the extra parameters storage system for MySQL | Melanie | 2012-08-15 | 1 | -1/+57 |
* | 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: include... | PixelTomsen | 2012-05-23 | 1 | -0/+62 |
* | If there are no new prim items to store then don't bother opening the MySqlCo... | Justin Clark-Casey (justincc) | 2012-04-30 | 1 | -3/+3 |
* | Consistently use using() to make sure we dispose of used MySqlCommands where ... | Justin Clark-Casey (justincc) | 2012-04-30 | 1 | -134/+133 |
* | Use correct casing of RegionSettings.Sandbox in the various database modules. | Justin Clark-Casey (justincc) | 2012-02-29 | 1 | -1/+1 |
* | Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i... | PixelTomsen | 2012-02-03 | 1 | -3/+4 |
* | Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more | Melanie | 2012-02-02 | 1 | -8/+9 |
* | Add ParcelImageID to RegionSettings so we can have that overlay. | Melanie | 2012-01-30 | 1 | -2/+4 |
* | Add a forgotten parameter | Melanie | 2012-01-24 | 1 | -1/+1 |
* | Change Telehubs to store only the data that is really needed and not | Melanie | 2012-01-24 | 1 | -40/+13 |
* | Fix up some parameter naming | Melanie | 2012-01-22 | 1 | -2/+2 |
* | Finish connecting Telehub to database | BlueWall | 2012-01-22 | 1 | -3/+19 |
* | Hooking up new telehub data to the database | BlueWall | 2012-01-22 | 1 | -0/+14 |
* | Move Telehub tables and data from EstateSettings to RegionSettings. | Melanie | 2012-01-22 | 1 | -0/+70 |
* | Save the default terrain texture UUIDs for a new region instead of leaving th... | Justin Clark-Casey (justincc) | 2011-09-09 | 1 | -1/+0 |
* | Remove code which was automatically deleting non-root prims from scene object... | Justin Clark-Casey (justincc) | 2011-09-01 | 1 | -17/+0 |
* | Pull up Assembly of the MySQL classes as a protected property, so that it can... | Diva Canto | 2011-03-08 | 1 | -2/+6 |
* | Added creator info across the board -- TaskInventoryItems and InventoryItems ... | Diva Canto | 2010-11-21 | 1 | -2/+2 |
* | Global creator information working on MySQL DB and on load/save OARs. Creator... | Diva Canto | 2010-11-21 | 1 | -2/+2 |
* | Add lsClearWindlightScene() to the lightshare module to remove WL settings | Melanie | 2010-11-03 | 1 | -0/+15 |
* | When LightShare is enabled, the standard day cycle is bypassed and replaced by | Melanie | 2010-11-03 | 1 | -0/+1 |
* | UPdated the MySql driver to 6.2.4. Also established a much larger MySqlComman... | Diva Canto | 2010-10-15 | 1 | -0/+1 |
* | Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA... | John Hurliman | 2010-09-16 | 1 | -1/+1 |
* | Merged | John Hurliman | 2010-09-12 | 1 | -11/+11 |
|\ |
|
| * | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -11/+11 |
* | | * Added ISimulationDataService and IEstateDataService | John Hurliman | 2010-09-12 | 1 | -0/+9 |
|/ |
|
* | Fixed the naming mess around data connectors for simulation data | John Hurliman | 2010-09-11 | 1 | -0/+1820 |