aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/openjpeg-dotnet.dll (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add back openjpeg dll for WindowsBlueWall2012-12-081-0/+0
| | | | May generate some error output during startup on Robust - ignore for now, will fix soon.
* Remove duplicate filesBlueWall2012-10-031-0/+0
| | | | We are keeping these in bin/lib(32/64) now
* Update libopenjpeg libraries used by libopenmetaverse back up to 1.5, this ↵Justin Clark-Casey (justincc)2012-09-201-0/+0
| | | | time using lkalif's linux libraries built against a much earlier libc (2.7)
* Downgrade libopenjpeg back to 1.3 from 1.5.Justin Clark-Casey (justincc)2012-09-191-0/+0
| | | | | This is because libopenjpeg 1.5 appears to require a minimum of glibc 2.14, whereas at least one fairly recent distro (openSUSE 11.4 from 2011-03-10) only has glibc Further investigation pending.
* Update libopenmetaverse components to commit f5cecaajustincc2012-09-181-0/+0
| | | | | | | Among other things this allows pCampbot to work under Windows since libopenmateverse now ships the same log4net.dll (publicly signed) as OpenSimulator This also updates the libopenmetaverse embedded libopenjpeg from 1.3 to 1.5. DLL naming and mapping for non-Windows libopenjpeg changes to remove version number to make future udpates easier and bring it into line with names of other shipped DLLs. libopenjpeg updates have been made for OSX, Windows (32 and 64 bit) and Linux (32 and 64 bit). Please report any issues.
* add the executable bit to all bundled DLLs so that these are preserved when ↵Justin Clark-Casey (justincc)2011-04-271-0/+0
| | | | | | using git or untarring releases under cygwin on windows Mono doesn't care if the
* Updating the OpenJPEG libraries to the versions from libomv 0.8.0John Hurliman2009-10-281-0/+0
|
* * Progressive texture patch + PriorityQueue put into the LLClient namespace.Teravus Ovares2009-01-191-0/+0
| | | | | * Updates LibOMV to r2362
* Revert progressive texture patch from r8001 until issues can be addressedDahlia Trimble2009-01-101-0/+0
|
* Thanks jhurliman for a patch that implements progressive texture downloading ↵Dahlia Trimble2009-01-101-0/+0
| | | | - Mantis #2655
* Update the binaries to the latest version as per patch r7382Melanie Thielker2008-11-191-0/+0
|
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-0/+0
| | | | | | | | | release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366
* Patch from jhurliman. Fixing the texture decoding issues in progressiveMelanie Thielker2008-11-181-0/+0
| | | | | | texture sending. Grain of salt not included.
* Update svn properties.Jeff Ames2008-09-071-0/+0
|
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-0/+0
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.