Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix joining land parcels not being stored correctly in SQLite. Thank you to ↵ | Marck | 2010-11-23 | 1 | -0/+3 |
| | | | | goetz for the initial patch in Mantis #5230. | ||||
* | Added creator info across the board -- TaskInventoryItems and InventoryItems ↵ | Diva Canto | 2010-11-21 | 2 | -4/+4 |
| | | | | | | themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. New migration in inventory table in order to make CreatorID varchar(255). | ||||
* | Updated SQLiteLegacy/SQLiteSimulationData with the same. Is this crap still ↵ | Diva Canto | 2010-11-21 | 1 | -2/+2 |
| | | | | used?!? | ||||
* | Add lsClearWindlightScene() to the lightshare module to remove WL settings | Melanie | 2010-11-03 | 1 | -0/+3 |
| | | | | from a region and allow normal day cycles to be reestablished | ||||
* | Changed SceneObjectGroup to store parts with the fast and thread-safe ↵ | John Hurliman | 2010-09-16 | 1 | -1/+1 |
| | | | | MapAndArray collection | ||||
* | * Added ISimulationDataService and IEstateDataService | John Hurliman | 2010-09-12 | 2 | -0/+18 |
| | | | | | * 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 | ||||
* | Changed all string references of "IRegionDataStore" to "ISimulationDataStore" | John Hurliman | 2010-09-11 | 1 | -2/+0 |
| | |||||
* | Fixed the naming mess around data connectors for simulation data | John Hurliman | 2010-09-11 | 1 | -1/+1 |
| | |||||
* | Remove "Dwell" support from core and replace it with calls to methods | Melanie Thielker | 2010-09-05 | 1 | -3/+0 |
| | | | | on IDwellModule | ||||
* | Remove parts locking from data classes since these are using a copy of the ↵ | Justin Clark-Casey (justincc) | 2010-08-26 | 1 | -6/+3 |
| | | | | scene object | ||||
* | Improve consistency of locking for SOG.m_parts in order to avoid race ↵ | Justin Clark-Casey (justincc) | 2010-08-26 | 1 | -3/+6 |
| | | | | conditions in linking and unlinking | ||||
* | refactor: Use SOP.Flags rather than SOP.ObjectFlags | Justin Clark-Casey (justincc) | 2010-08-13 | 1 | -2/+2 |
| | |||||
* | Hopefully fixes mantis #4852 | Diva Canto | 2010-07-08 | 1 | -2/+2 |
| | |||||
* | Implement the "delete" path for assets. Adds a new option to allow remote ↵ | Melanie | 2010-05-09 | 1 | -1/+5 |
| | | | | asset deletion in robust handler. | ||||
* | minor: eliminate more debug Console.WriteLines, convert one to logging instead | Justin Clark-Casey (justincc) | 2010-04-30 | 1 | -1/+5 |
| | |||||
* | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy | Justin Clark-Casey (justincc) | 2010-04-30 | 57 | -0/+6082 |
this seems the least evil way forward since mono 2.6 and later will see increasing usage, and this only works with what was SQLiteNG MAC USERS WILL NEED TO CHANGE REFERENCES TO "OpenSim.Data.SQLite.dll" to "OpenSim.Data.SQLiteLegacy.dll" in OpenSim.ini and config-include/StandaloneCommon.ini (if using standalone) See the OpenSim.ini.example and StandaloneCommon.ini.example files for more details This commit also temporarily changes unsigned ParentEstateID values in the OpenSim.Data.Tests to signed temporarily, since the new plugin enforces creation of signed fields in the database (which is what the SQL actually specifies). And change data columns in sqlite is a pita. |