Commit Graph

15 Commits

Author SHA1 Message Date
John Hurliman
3c81807d8b Loading an 8-bit (grayscale) TGA now leaves RGB zeroed out and only fills in the alpha channel
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1109 52acb1d6-8a22-11de-b505-999d5b087335
2007-04-09 07:35:39 +00:00
bushing
81d192e920 * Adding support for loading resources to libsecondlife, and broken support for 8-bit (grayscale, non-alpha) TGAs to openjpegnet TGALoader
* Baker will try to load a libsecondlife built-in TGA resource on loading
* Small duplicate checking bug in MainAvatarStatus



git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1108 52acb1d6-8a22-11de-b505-999d5b087335
2007-04-08 08:28:52 +00:00
John Hurliman
0d85ae979a * Fixed an exception in Utilities.AppearanceManager
* Fixed the post-build step in openjpegnet to use copy instead of cp
* Added constructors to SerializableDictionary (deserialization was asking for them)

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1092 52acb1d6-8a22-11de-b505-999d5b087335
2007-04-01 12:31:25 +00:00
John Hurliman
88e7d9397c * 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
2007-04-01 09:52:13 +00:00
John Hurliman
159dcb8f0c openjpegnet can compile in Release mode now in MSVC
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1079 52acb1d6-8a22-11de-b505-999d5b087335
2007-03-28 22:36:43 +00:00
John Hurliman
0e0fd36aa4 Updated openjpegnet.dll.config to point at the updated OSX .dylib
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1070 52acb1d6-8a22-11de-b505-999d5b087335
2007-03-28 01:15:00 +00:00
bushing
361249225e added 'Baker' example stub and OSX universal library for OpenJPEGNet
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1065 52acb1d6-8a22-11de-b505-999d5b087335
2007-03-26 05:26:08 +00:00
John Hurliman
9d75d326de Adding a 32-bit Linux binary for openjpeg and updating openjpegnet.dll.config
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1062 52acb1d6-8a22-11de-b505-999d5b087335
2007-03-22 14:22:26 +00:00
bushing
5c44a248cb openjpeg library for linux x86_64
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1000 52acb1d6-8a22-11de-b505-999d5b087335
2007-02-22 11:47:14 +00:00
John Hurliman
3a94792761 * Reworked the Login functions, added documentation and (untested) support for login redirects
* Converted _VisualParam_ back to a static array after further analysis
* Rewrote AppearanceManager to work with the VisualParam rewrite
* Cleaned up ImageTool
* Minor cleanup and FIXME note in name2key.exe
* Cleanup and FIXME note in Teleport.exe
* Reorganized the function naming in GridManager to make more sense (not completely done here)
* Added an enum for requesting the object or terrain layer for the map blocks, and more sun properties
* Made some of the MainAvatar properties read-only (eventually they will all be read-only)
* Added try/catch safeties in openjpegnet
* Finally killed the evil SecondLife.Tick()

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@905 52acb1d6-8a22-11de-b505-999d5b087335
2007-01-26 22:01:56 +00:00
John Hurliman
55cfdab7c5 Switched ImageTool over to openjpegnet and added a missing reference to the openjpegnet nant file
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@900 52acb1d6-8a22-11de-b505-999d5b087335
2007-01-25 12:42:59 +00:00
John Hurliman
3311d71000 Adding unsafe="true" to the openjpegnet nant file
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@899 52acb1d6-8a22-11de-b505-999d5b087335
2007-01-25 12:00:44 +00:00
John Hurliman
0034cb4cd5 EncodeFromImage in openjpegnet works now, added nant build file and mono config file for cross-platform usage (just missing the .so and .dylib now)
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@896 52acb1d6-8a22-11de-b505-999d5b087335
2007-01-25 11:44:37 +00:00
John Hurliman
c01db77101 Changed the decode to tga function name and started working on JPEG2000 encoding
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@894 52acb1d6-8a22-11de-b505-999d5b087335
2007-01-24 20:46:30 +00:00
John Hurliman
fc0c5470e9 Initial import of OpenJPEGNet, a C# wrapper around OpenJPEG that can decode directly to memory or GDI+ Image objects
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@893 52acb1d6-8a22-11de-b505-999d5b087335
2007-01-24 13:26:34 +00:00