Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-12 | llimage: BOOL (int) to real bool | Lars Næsbye Christensen | |
2023-12-21 | SL-20743 Use LLMutex in LLImageBase for internal data thread-safety | Alexander Gavriliuk | |
2022-10-30 | Correct macOS png loader to use a default gamma of 2.2 as apple has done ↵ | Rye Mutt | |
since OS 10.6 | |||
2019-10-23 | SL-11727 Fix build warnings | andreykproductengine | |
2018-07-26 | MAINT-8923 Better allocation failure handling, createGLTexture crashes | andreykproductengine | |
2017-06-12 | Fixed line endings for llpngwrapper.cpp | andreykproductengine | |
2017-05-31 | STORM-2148 Crash on trying to save texture file(s) to computer from inventory | pavelkproductengine | |
2016-08-17 | MAINT-5011: Derive image-load exceptions from LLContinueError. | Nat Goodspeed | |
Failure to load an image shouldn't crash the whole viewer. | |||
2016-08-17 | MAINT-5011: Use LLTHROW() instead of plain BOOST_THROW_EXCEPTION(). | Nat Goodspeed | |
A level of preprocessor indirection lets us later change the implementation if desired. | |||
2016-07-19 | MAINT-5011: Introduce LLException base class for viewer exceptions. | Nat Goodspeed | |
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. | |||
2016-07-14 | MAINT-5011: Per NickyD, put PngError in anonymous namespace. | Nat Goodspeed | |
2016-07-13 | MAINT-5011: Wrap thrown png_const_charp in new PngError class | Nat Goodspeed | |
derived from std::runtime_error. | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-09-15 | MAINT-3562 FIXED Viewer crashes when updating local textures using Substance ↵ | ruslantproductengine | |
Designer : add code for control input buffer size | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2011-01-09 | FIX VWR-24420 Keep alpha channel in PNG images with background color. | Thickbrick Sleaford | |
Remove code that composites RGBA PNG images that specify a background color down to RGB. | |||
2010-09-15 | merged STORM-130 (a.k.a. VWR-22769, SNOW-737 Version agnostic libPNG linking) | Boroondas Gupte | |
2010-08-29 | SNOW-737 FIXED Version agnostic libPNG linking | Boroondas Gupte | |
Patch from http://jira.secondlife.com/secure/attachment/41125/version_agnostic_libpng__1.diff applied with fuzz 3: patching file indra/cmake/PNG.cmake Hunk #1 succeeded at 6 with fuzz 3 (offset -2 lines). patching file indra/llimage/llpngwrapper.cpp Hunk #1 succeeded at 215 (offset -2 lines). Hunk #2 succeeded at 363 (offset -2 lines). patching file indra/llimage/llpngwrapper.h Hunk #1 succeeded at 31 (offset -2 lines). Added entry in doc/contributions.txt. No further changes other than that. | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2009-01-08 | Result of svn merge -r107256:107258 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165 | |||
2008-06-26 | QAR-628 merge string-cleanup-5 -r 90476:90508 -> release | Steven Bennetts | |
dataserver-is-deprecated | |||
2008-05-19 | EFFECTIVE MERGES: | Don Kjer | |
svn merge -r 79616:82632 svn+ssh://svn/svn/linden/branches/maintenance/maintenance-7 into release svn merge -r 83211:87215 svn+ssh://svn/svn/linden/branches/php-framework-3 into release ACTUAL MERGE: svn merge -r 87631:87698 svn+ssh://svn/svn/linden/qa/combo-merge-maintenance-7-php-framework-3 into release dataserver-is-deprecated | |||
2008-05-07 | Back out QAR-520 maintenance-7 merge -- svn merge -r 86947:86946 ↵ | Brian McGroarty | |
svn+ssh://svn.lindenlab.com/svn/linden/release dataserver-is-deprecated | |||
2008-05-07 | QAR-520 maintenance-7 merge -- svn merge -r 84923:86093 ↵ | Brian McGroarty | |
svn+ssh://svn.lindenlab.com/svn/linden/qa/maintenance-7-sandbox-84884 -- dataserver-is-deprecated | |||
2007-10-04 | Result of svn merge -r71162:71205 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/linden/branches/new-license into release. only changes files which are not deployed or the comments section of code. | |||
2007-06-21 | merge -r62831:64079 branches/maintenance to release | Kelly Washington | |