aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Interfaces/ILocalStorage.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some cleaning up and removed a few old files no longer in use.MW2007-08-101-71/+0
| | | | | | | | | | | Temporary have had to rename the OpenSim.DataStore.MonoSqlite project to OpenSim.DataStore.MonoSqlite1, as I'm not sure what was done to stop the old project name being included in the VS2005 solution. Also some config changes: OpenSim now has a INI (OpenSim.ini) file that it will read some config settings from (if the ini file exists). Added Mono.Data.SqliteClient.dll so that we can use the same code for sqlite on Windows and mono/linux. (from what I can tell Mono class libraries have a MIT license so there should be no problems with us including this dll). So now to get the basic prim storage working , you need to first create the sqlite database file from the sqlite3-prims.sql in share directory. Then in the OpenSim.ini file, change the storage_plugin so it points to OpenSim.DataStore.MonoSqlite1.dll (storage_plugin = OpenSim.DataStore.MonoSqlite1.dll). Then in your region.xml files change the DataStore value so it is the name of your database file (at the moment you need a different sqlite3 database file for each region).
* * Started renaming world to Scenelbsa712007-07-261-1/+1
| | | | | | * Update and UpdateMovement now first stores array to avoid collection update exceptions * Ignored some bins
* *Renamed everything Parcels and ParcelData to Land and LandDatamingchen2007-07-161-8/+8
| | | | | *Added missing files (I hope)
* changed to native line ending encodingSean Dague2007-07-161-71/+71
|
* * Marked old terrain methods as obsolete.Adam Frisby2007-07-151-0/+2
| | | | | * Missed an item using the old local storage.
* * Obsoleted ILocalStorageAdam Frisby2007-07-131-0/+1
| | | | | | * Added IRegionDataStore * Added OnBackup event to EventManager
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-1/+0
| | | | | * added some licensing info
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+69
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.