Commit Graph

16 Commits

Author SHA1 Message Date
Jim Radford
a512196610 fixes Inverted Color and Transparency issue in TextureEntry. Please report any other behavior changes related to texture colors and transparencies in Mantis. See #237, Patch courtesy of timhart
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1774 52acb1d6-8a22-11de-b505-999d5b087335
2008-04-27 02:12:50 +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
b5013c7bd9 * Added a check in LLSD conversion and prim export for the "white texture", a hardcoded UUID for a blank texture that doesn't actually exist
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1736 52acb1d6-8a22-11de-b505-999d5b087335
2008-04-10 19:57:27 +00:00
John Hurliman
93aa0c6dfc Applying path from lkalif for issue #89, fixes TextureEntryFace.FromLLSD() face color importing
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1574 52acb1d6-8a22-11de-b505-999d5b087335
2007-12-30 01:42:10 +00:00
John Hurliman
adae01ab87 Big cleanup of Types.cs that avoids initializing duplicate copies of structs and comes closer to a uniform naming convention
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1565 52acb1d6-8a22-11de-b505-999d5b087335
2007-12-25 02:37:35 +00:00
John Hurliman
f85467360a Sanity check in TextureEntry.FromLLSD(), this will keep the function from throwing an exception when loading an older file format (even if the textures do get lost)
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1550 52acb1d6-8a22-11de-b505-999d5b087335
2007-12-21 22:40:46 +00:00
John Hurliman
ea53e74e95 Applying patch from issue #69 by lkalif, reverts some broken changes in TextureEntry while backporting the new serialization and glow features. Should resolve the import/export bugs related to textures
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1547 52acb1d6-8a22-11de-b505-999d5b087335
2007-12-21 17:22:55 +00:00
John Hurliman
0d264c9209 Rolling back the attempted fix to TextureEntry.ToBytes(), it made things a lot worse
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1534 52acb1d6-8a22-11de-b505-999d5b087335
2007-12-20 06:09:48 +00:00
John Hurliman
020574eb3d Testing out a fix idea from lkalif for broken the TextureEntry.ToBytes()
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1531 52acb1d6-8a22-11de-b505-999d5b087335
2007-12-19 22:09:52 +00:00
John Hurliman
ba153c9749 * Removed LLUUID.ToStringHyphenated(), LLUUID.ToString() has hyphens now
* Fixed a CAPS crash when the callback was triggered with a null LLSD object
* Fixed TextureEntry bugs, added support for the new glow parameter
* Prim import and export are working now, but need rigorous testing

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1507 52acb1d6-8a22-11de-b505-999d5b087335
2007-11-30 13:15:31 +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
John Hurliman
975637b2a1 * Switched LLObject to using the Permissions struct
* Added CoordinateFrame class for camera management
* Added NetworkManager.OnSimConnecting that blocks before connecting to a new sim
* CurrentSim no longer goes null in between teleports
* Applied jradford's patch to fix the DeedObject patch
* UDP socket Bind() is used instead of Connect() now and sender verification is done in PacketReceived() to fix an apparent compatibility problem
* Added Helpers.VecCross() for vector cross products
* TextureEntryFace and TextureEntry now implement ICloneable

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1384 52acb1d6-8a22-11de-b505-999d5b087335
2007-09-01 07:52:55 +00:00
John Hurliman
c2cb525246 * Switched to the new TextureEntry class, should not be a breaking change but please test!
* Fixed a bug in TextureEntry offset parsing

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1374 52acb1d6-8a22-11de-b505-999d5b087335
2007-08-25 22:08:27 +00:00
John Hurliman
a12975f89a Added a default constructor to TextureEntryFace for serialization
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1368 52acb1d6-8a22-11de-b505-999d5b087335
2007-08-22 18:52:23 +00:00
John Hurliman
106b482faa * Lots more work on baking
* Fixed TestClient WearCommand (not heavily tested, subject to change)
* Removed System.Speech reference from TestClient project
* Textures.cs is going to eventually be replaced by TextureEntry.cs which is a lot more efficient, once it is working
* Added some Helper methods to prepare for the new TextureEntry replacement
* Bringing libsecondlife.Tests up to speed again
* New OpenJPEGNet function for generating baked textures
* Formatting cleanup in OpenJPEGNet

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1183 52acb1d6-8a22-11de-b505-999d5b087335
2007-05-12 01:42:28 +00:00