| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
UseMeshiesPhysicsMesh = true to enable. See file OpenSimDefaults.ini for example.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Use a conditional define to determine whether we're using CSharpSqlite or Mono.Data.Sqlite
#if CSharpSqlite
using Community.CsharpSqlite.Sqlite;
#else
using Mono.Data.Sqlite;
#endif
* Hopefully, this will restore sqlite functionality on a Mac. In visual studio, you can edit the OpenSim.Data.SQLite project, go to the Build tab and enter CSharpSqlite in the box. I'm not sure how to define CSharpSqlite in Mono, someone better at it then me will have to take the job of figuring out the best way to define it in Mono.
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrading Prebuild.exe to correctly construct build solutions
for crossplatform tools such as xbuild, monodevelop and nant.
NOTE: Module prebuild files will need modification to work,
as the prebuild must correctly define the reference path for
all assemblies shipped in the OpenSimulator ./bin directory.
These include assemblies such as XMLRPC.dll, OpenMetaverse.dll,
Nini.dll, etc. . The entries should follow the form:
<Reference name="Nini" path="../../../bin/"/>
See the distributed prebuild.xml for further examples.
Crossplatform tools: xbuild and monodevelop use the
vs2008 OpenSim.sln and the .csproj files in each namespace.
Changes to the Prebuild.exe are against svn 322 and are included
in a patch attached to the mantis. And the dnpb source are
available@ svn co https://dnpb.svn.sourceforge.net/svnroot/dnpb dnpb
The patches are pending application by the dnpb team. After which,
the un-modified upstream Prebuild.exe will work as expected.
|
|
|
|
| |
Adds a new test assembly for OpenSim.
|
|
|
|
| |
Ooops, shouldn't have assumed that the tests project came after the main on
|
|
|
|
| |
This addresses http://opensimulator.org/mantis/view.php?id=4923
|
|\ |
|
| |
| |
| |
| | |
This is currently persisting media as an OSDArray serialized to LLSD XML.
|
| |
| |
| |
| | |
This reverts commit cdd3f17b2bee58def470635cfc06e26b0d0145b2.
|
| |
| |
| |
| | |
the rest of the effects
|
|/ |
|
|
|
|
| |
needed libraries
|
| |
|
| |
|
|
|
|
|
|
| |
Revert "Revert "Looks like the new files were never added to prebuild.xml""
This reverts commit f253758c2e4e30c8e09f23135d79765c70198802.
|
|
|
|
| |
This reverts commit df49756e7b8125595db20f63d5f9809a27642b77.
|
| |
|
|\ |
|
| |
| |
| |
| | |
makes the compilation in Windows happy again. Not sure if this is the right dll, Justin -- I grabbed it somewhere from mono 2.4.6 for Windows.
|
| |
| |
| |
| |
| |
| | |
in Windows. Justin: you forgot to add Mono.Sqlite.dll, and I can't figure out where to grab it from!
* IRegionModule.cs wants to be committed too -- EOF.
|
|/
|
|
|
|
|
| |
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.
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Include the library so that Windows builds correctly
It appears that Windows is okay with either SQLite or SQLiteNG
Incorporate the latest fixes made by Diva to OpenSim.Data.SQLite
|
|/
|
|
| |
shortly be changed to work under mono 2.6 and above
|
| |
|
|
|
|
| |
solves the compilation errors that have been affecting build on Windows for the past day. Thanks lkalif for noticing the conflict.
|
|
|
|
| |
is used for constructing multipart/form-data requests. UntrustedWebRequest places sanity checks and policy on requests to HTTP endpoints that are not in the same trust domain (useful for Hypergrid, OpenID, etc). WebUtil contains misc. functions for managing URLs and network streams
|
| |
|
|\
| |
| |
| |
| | |
This is the big one. master is now presence-refactor (pre 0.7). A new branch 0.6.9-post-fixes and leading tag 0.6.9 has been created. The Presence-refactor
branch remains for experimental work.
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| | |
This was a large, heavily conflicted merge and things MAY have got broken.
Please check!
|
| |
| |
| |
| |
| |
| | |
in place of OpenSim, dump the config to stdout. Use -f xml, -f ini or -f mysql
to get a condensed ini file, an xml file suitable for webloading, or a set
of mysql insert statements.
|
| | |
|
| |
| |
| |
| | |
Passes but not yet complete
|
| | |
|
| | |
|
| |
| |
| |
| | |
yet.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
contributed to these!
|