Commit Graph

6 Commits

Author SHA1 Message Date
John Hurliman
488abc7e2d Renaming libsecondlife to OpenMetaverse, and SecondLife class to GridClient. This is the first in a series of changes to generalize the library away from referring to the trademarked platform of Second Life(tm), since we are Second Life(tm) and OpenSim compatible
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1947 52acb1d6-8a22-11de-b505-999d5b087335
2008-07-21 21:12:59 +00:00
John Hurliman
382b6bddec * Removed OpenJPEGNet and Baking namespaces and consolidated all imaging code to libsecondlife.Imaging namespace
* Renamed Image.cs to ManagedImage.cs
* Changed OpenJPEG decoding function signatures to return success boolean and make the more expensive overload more obvious
* Added libsecondlife.Voice, code written by Brandon Lockaby from [LIBOMV-283] (need a VoiceManager that uses this code before integrated voice support will function)

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1923 52acb1d6-8a22-11de-b505-999d5b087335
2008-07-18 10:29:16 +00:00
John Hurliman
e0a95b721b Renamed libsecondlife.Image to ManagedImage
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1919 52acb1d6-8a22-11de-b505-999d5b087335
2008-07-16 17:41:09 +00:00
Jim Radford
8135e2f4f3 Enhances logging manager, Uses concept of Level and above for logging, The levels are Debug, Error, Info, Warn and None. Setting Settings.LOG_LEVEL to any of these settings will get you that level and above only.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1850 52acb1d6-8a22-11de-b505-999d5b087335
2008-05-08 16:58:09 +00:00
John Hurliman
16d61c2cd2 [libsecondlife]
* Rewrote CapsBase to reimplement the needed functions in WebClient instead of inheriting
* Fixed some bugs in CapsClient with the wrong callbacks being hooked up
* InventoryManager.RequestCreateItemFromAsset() signature changed to add a progress callback
* Updated example code to match new RequestCreateItemFromAsset()
[primpreview]
* Changed FRONT_AND_BACK rendering to FRONT only to speed things up
* Only run picking code for left-clicks

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1827 52acb1d6-8a22-11de-b505-999d5b087335
2008-05-05 23:41:41 +00:00
John Hurliman
3bd42adec0 Added UploadImageCommand. Works under Mono, fails under .NET. Still investigating
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1804 52acb1d6-8a22-11de-b505-999d5b087335
2008-04-30 22:30:41 +00:00