Go to file
MW 79f0ac82e3 Some cleaning up and removed a few old files no longer in use.
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).
2007-08-10 17:22:54 +00:00
OpenSim Some cleaning up and removed a few old files no longer in use. 2007-08-10 17:22:54 +00:00
Prebuild * Now "OpenSim.DataStore.MonoSqlite" is not referenced from solution either. 2007-08-09 18:59:00 +00:00
ThirdPartyLicenses And its license file. 2007-08-04 18:26:02 +00:00
bin Some cleaning up and removed a few old files no longer in use. 2007-08-10 17:22:54 +00:00
libraries/ModifiedBulletX changed to native line ending encoding 2007-07-16 15:40:11 +00:00
share added group position 2007-08-09 20:31:42 +00:00
tools added perl classaudit tool 2007-08-01 19:20:07 +00:00
CONTRIBUTORS.txt * upgraded Tedd to 'developer' 2007-08-08 15:59:49 +00:00
OpenSim.FxCop changed to native line ending encoding 2007-07-16 15:40:11 +00:00
prebuild.xml Some cleaning up and removed a few old files no longer in use. 2007-08-10 17:22:54 +00:00
runprebuild.bat changed to native line ending encoding 2007-07-16 15:40:11 +00:00
runprebuild.sh * Patched runprebuild.sh for *nix systems which do not register a mono ABI handler. 2007-07-22 00:41:01 +00:00