* Fixed up the Baker example for bushing's experiments

* Removed the ThreadPool checks, it's a lost cause on Mono right now
* Moved ObjectManager RequestAllObjects and AlwaysDecode to the Settings class as ALWAYS_REQUEST_OBJECTS and ALWAYS_DECODE_OBJECTS
* TestClient uses the new Settings variables for object management
* Increased the CAPS timeout, we need to get the initial connection async quickly
* Added a post-build step for openjpegnet MSVC project to copy openjpeg.dll to the bin/ directory

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1090 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2007-04-01 09:52:13 +00:00
parent 003ca29a1d
commit 88e7d9397c
12 changed files with 151 additions and 132 deletions

View File

@@ -39,7 +39,7 @@ namespace libsecondlife.TestClient
public bool Running = true;
string contactPerson = "";
string contactPerson = String.Empty;
StartPosition startpos = new StartPosition();
/// <summary>