Commit Graph

9 Commits

Author SHA1 Message Date
Jim Radford
3bf35d5e82 LIBOMV-171 Adds placeholders for inline XML Documentation for the LLSD Classes
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1859 52acb1d6-8a22-11de-b505-999d5b087335
2008-05-14 06:32:04 +00:00
Jim Radford
71796605c9 Fixes LLSD Parser to return an empty LLSD Object if server returns a blank file, Mantis #232
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1773 52acb1d6-8a22-11de-b505-999d5b087335
2008-04-27 02:00:15 +00:00
Jim Radford
2c6d05f823 Fixes several LLSD Parser bugs, adds additional unit tests Mantis #228, Patch courtesy of LeffardLassard
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1772 52acb1d6-8a22-11de-b505-999d5b087335
2008-04-27 01:48:05 +00:00
Jim Radford
74b0de958b Adds try/catch block around login data parser to catch possible LLSS Parsing exceptions caused by invalid data returned from login server, Mantis#228
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1757 52acb1d6-8a22-11de-b505-999d5b087335
2008-04-22 02:50:22 +00:00
Jim Radford
bab01d7bc8 Mantis #225 Adds full LLSD Binary and notation parser & Unit Tests Patch from Leffard Lassard
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1754 52acb1d6-8a22-11de-b505-999d5b087335
2008-04-22 01:15:49 +00:00
baba
8ac39b396e updated copyright dates and added missing license text in headers
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1745 52acb1d6-8a22-11de-b505-999d5b087335
2008-04-11 07:59:44 +00:00
John Hurliman
ac602982fb * Fixed an infinite loop bug in Helpers.FloatToTerseString
* Added XmlLLSD unit tests from issue #37 by cadroe (all pass)
* Converted notation deserialization to use the new LLSD object
* Fixed the Type unit tests to pass

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1512 52acb1d6-8a22-11de-b505-999d5b087335
2007-12-04 03:42:34 +00:00
John Hurliman
9eecefb290 * Rewrote the LLSD system, changed the namespace name to libsecondlife.StructuredData and created an LLSD instance class
* Removed unused/deprecated login parameters user-agent and author
* More work on prim import/export
* Fixed up GridManager.GetGridRegion()
* Cleaning up AgentManager.LookAt mess
* Attempting to fix AgentManager.StopJump()

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1498 52acb1d6-8a22-11de-b505-999d5b087335
2007-11-21 23:50:05 +00:00
John Hurliman
3013742668 * Increased SIMULATOR_TIMEOUT to 30 seconds
* Converted all timers to System.Threading timers to fix problems running in services and the CF
* UDPBase now uses our own ReaderWriterLock that is more efficient, and CF compatible
* Login uses a hand-created LoginProxy object instead of dynamically building the class with reflection .Emit()
* Replaced ParameterizedThreadStart calls with class-wide variables for CF compat.
* Removed transfer timeout code (irrelevant now that uploads go through CAPS)
* Added several new Helpers methods to wrap desktop and CF conditional code
* Replaced Monitor calls with AutoResetEvent in BlockingQueue
* InventoryNodeDictionary uses generics now
* Removed final lingering piece of XML serialization
* Added CookComputing.XmlRpc.CF.dll for the CF

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1479 52acb1d6-8a22-11de-b505-999d5b087335
2007-11-06 09:26:10 +00:00