Age | Commit message (Collapse) | Author |
|
This also introduces LLContinueError for exceptions which should interrupt
some part of viewer processing (e.g. the current coroutine) but should attempt
to let the viewer session proceed.
Derive all existing viewer exception classes from LLException rather than from
std::runtime_error or std::logic_error.
Use BOOST_THROW_EXCEPTION() rather than plain 'throw' to enrich the thrown
exception with source file, line number and containing function.
|
|
|
|
derived from std::runtime_error.
|
|
there will blow up the struct to at least 8 byte, which will break VBO packing as this class needs to be 4 byte in size.
(transplanted from 847df86d6b5daa69dcfc428df18876a9c1e8bef6)
|
|
|
|
RLE or BMP compression is disabled - LLImageTGA::decodeTruecolorNonRle)
|
|
|
|
|
|
|
|
wide char paths; on other platforms they are now just typedefs to the std classes
|
|
respectively
|
|
respectively
|
|
|
|
apparent reason
Linux & OS X compile error fix
|
|
|
|
apparent reason
Linux & OS X compile error fix
|
|
|
|
apparent reason
Linux & OS X compile error fix
|
|
apparent reason
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(long long round) in VS2013
|
|
|
|
|
|
|
|
Designer : add code for control input buffer size
|
|
|
|
|
|
errors
|
|
|
|
|
|
|
|
unused code
|
|
Verne and Newspaper filters as a result
|
|
|
|
|
|
|
|
|
|
|
|
perf is better in common cases, allow thumbnail to be computed from grabed frame (for SL Share), thumbnail display still buggy in SL Share
|
|
|
|
example filters to a sub folder in llimage_libtest
|
|
files.
|
|
blur and edge detection as examples and tests.
|
|
|
|
stencils, implement dodge and add blend modes
|