Posted
almost 16 years
ago
The OpenMetaverse Ninjas are proud to announce the release of the the
OpenMetaverse Library 0.6.0.
There are many changes since our last release 8 months ago.
This is the first official release with our new name "LibOpenMetaverse".
The library has
... [More]
been broken out into several assemblies:
OpenMetaverse.DLL - The core library which contains all the client functionality for accessing the Second Life, OpenSim and Simian servers.
OpenMetaverseTypes.dll - A collection of many types specific to 3d virtual worlds which were previously included in the core library.
OpenMetaverse.StructuredData.dll - an OSD (aka LLSD) and Json Library for structuring data with loose typing useful for serialization of data over the capabilities system
OpenMetaverse.Http.dll - a CAPS Client and Server used by the OpenMetaverse library and Simian
This is major release that contains over 60 new features and bug fixes since our previous release in July 2007!
Some of the highlights included in this release:
Online API Documentation is now Searchable
StructuredData and Types have been split into their own Assemblies (Be sure to add a Reference to both the core library OpenMetaverse.dll AND the Types library OpenMetaverseTypes.dll)
The Main client Class "SecondLife" has been renamed to "GridClient", Previously instantiating the class you would use SecondLife Client = new SecondLife; Now its GridClient Client = new GridClient();
Our Types library no longer use the Prefix LL, ie : LLColor is now just Color, LLVector3 is now just Vector3, LLUUID is now UUID;
There are other breaking API changes since 0.5.0, but the above listed changes will get your project upgrade jump-started.
A full list of new features added and bugs fixed is available in the jira
changelog http://jira.openmv.org/secure/ReleaseNote.jspa?version=10050&styleName=T...
You can download this release from our Downloads page http://www.libsecondlife.org/wiki/Download
Fully searchable API Documentation for this release can be found on the
Documentation page http://www.libsecondlife.org/docs/0.6/Index.aspx
To submit trouble reports please use the "Create New Issue" link in our
jira issue tracker http://jira.openmv.org
Thanks to all the Testers, bug reporters, patch submitters and developers
who contributed to this release!
Release notes follow,
LibOpenMetaverse
[Less]
|