aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLiteLegacy (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-07Remove the SQLite legacy adaptor. This is no longer needed now that the main...Justin Clark-Casey (justincc)57-6164/+0
2011-04-05Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)1-1/+23
2011-03-21On initial region registration, if the user chooses the option to make the re...Justin Clark-Casey (justincc)1-0/+33
2010-11-23Fix joining land parcels not being stored correctly in SQLite. Thank you to g...Marck1-0/+3
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2-4/+4
2010-11-21Updated SQLiteLegacy/SQLiteSimulationData with the same. Is this crap still u...Diva Canto1-2/+2
2010-11-03Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie1-0/+3
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-1/+1
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman2-0/+18
2010-09-11Changed all string references of "IRegionDataStore" to "ISimulationDataStore"John Hurliman1-2/+0
2010-09-11Fixed the naming mess around data connectors for simulation dataJohn Hurliman1-1/+1
2010-09-05Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker1-3/+0
2010-08-26Remove parts locking from data classes since these are using a copy of the sc...Justin Clark-Casey (justincc)1-6/+3
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)1-3/+6
2010-08-13refactor: Use SOP.Flags rather than SOP.ObjectFlagsJustin Clark-Casey (justincc)1-2/+2
2010-07-08Hopefully fixes mantis #4852Diva Canto1-2/+2
2010-05-09Implement the "delete" path for assets. Adds a new option to allow remote ass...Melanie1-1/+5
2010-04-30minor: eliminate more debug Console.WriteLines, convert one to logging insteadJustin Clark-Casey (justincc)1-1/+5
2010-04-30rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)57-0/+6082