Age | Commit message (Expand) | Author |
2016-08-31 | MAINT-5011: Add log tag to LOG_UNHANDLED_EXCEPTION() log messages. | Nat Goodspeed |
2016-08-29 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-vlc | Nat Goodspeed |
2016-08-29 | MAINT-5011: Work around gcc 4.7.2 overly (?) picky fatal warning. | Nat Goodspeed |
2016-08-29 | MAINT-5011: Fix abbreviateFile() test to run under .../indra/ path. | Nat Goodspeed |
2016-08-26 | MAINT-5011: Add top-level exception handlers in LLAppViewer::frame(). | Nat Goodspeed |
2016-08-26 | MAINT-5011: Catch LLContinueError in LLStopWhenHandled::operator(). | Nat Goodspeed |
2016-08-26 | MAINT-5011: Fix misleading indentation in WINMAIN(). | Nat Goodspeed |
2016-08-26 | MAINT-5011: Add comments to LLCoros::toplevel() exception handlers. | Nat Goodspeed |
2016-08-25 | MAINT-5011: Fix type error surfaced by gcc 4.7. | Nat Goodspeed |
2016-08-25 | MAINT-5011: Remove unreferenced param name to avoid fatal warning | Nat Goodspeed |
2016-08-20 | MAINT-6663 [Win LibVLC] test video buttons still appearing in search | AndreyL ProductEngine |
2016-08-18 | MAINT-5011: Catch unhandled exceptions in LLCoros coroutines. | Nat Goodspeed |
2016-08-18 | MAINT-5011: Use BOOST_CURRENT_FUNCTION instead of __PRETTY_FUNCTION__ | Nat Goodspeed |
2016-08-17 | MAINT-5011: Catch kdu_exception (aka int) in case it leaks out. | Nat Goodspeed |
2016-08-17 | MAINT-5011: Derive image-load exceptions from LLContinueError. | Nat Goodspeed |
2016-08-17 | MAINT-5011: Try to enrich catch (...) logging throughout viewer. | Nat Goodspeed |
2016-08-17 | MAINT-5011: Clean up indentation from merge of viewer-release. | Nat Goodspeed |
2016-08-17 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed |
2016-08-17 | MAINT-5011: Use LLTHROW() instead of plain BOOST_THROW_EXCEPTION(). | Nat Goodspeed |
2016-08-17 | MAINT-5011: Add llexception_test.cpp with tests (and conclusions). | Nat Goodspeed |
2016-08-11 | merge changes for 4.0.7-release | Oz Linden |
2016-08-11 | increment viewer version to 4.0.8 | Oz Linden |
2016-08-05 | Merged in oz_linden/viewer-build | AndreyL ProductEngine |
2016-08-05 | Merged andreyl_productengine/viewer-427 into default | Andrey Lihatskiy |
2016-08-05 | Buildfix: brought back LINDEN_J2C_COMMENT_PREFIX | AndreyL ProductEngine |
2016-08-04 | MAINT-6584: Comment out completely unused LLImageJ2CKDU code. | Nat Goodspeed |
2016-08-04 | Merged in lindenlab/viewer-lynx | AndreyL ProductEngine |
2016-08-01 | MAINT-6460 getMeshSize crash | andreykproductengine |
2016-08-01 | MAINT-6460 Crash calculating mesh complexity | andreykproductengine |
2016-08-01 | Backed out changeset: c21a7e6d9796 | andreykproductengine |
2016-07-28 | MAINT-6511 Replaced c-style casts with dynamic_cast in llfloater.cpp | AndreyL ProductEngine |
2016-07-27 | increment version number to 4.1.1 | Oz Linden |
2016-07-27 | remove use of "override" C++11 feature not supported on gcc 4.6 | Oz Linden |
2016-07-27 | MAINT-4327/MAINT-6584 Supress the crash on memory allocation error when decod... | AndreyL ProductEngine |
2016-08-03 | MAINT-6584: Use RAII classes to manage helper object lifespans. | Nat Goodspeed |
2016-07-26 | merge callums latest changes | Oz Linden |
2016-07-25 | MAINT-6460 Crash calculating mesh complexity | andreykproductengine |
2016-07-25 | Remove unncessary Y flip | Callum Prentice |
2016-07-22 | Polish web content floater - rename to reflect it now does all media. remove ... | Callum Linden |
2016-07-22 | More Y flip madness - 2D media on OS X is has flipped Y mouse coords but corr... | Callum Linden |
2016-07-22 | MAINT-6584: Convert LLImage class hierarchy to standard 'bool' | Nat Goodspeed |
2016-07-22 | MAINT-6584: Rationalize custom KDU error/warning message classes. | Nat Goodspeed |
2016-07-21 | First pass at enabling time based media (videos) scrubbing controls | Callum Linden |
2016-07-21 | Remove new 'buffering' state for video media - seemed like it'd be useful but... | Callum Linden |
2016-07-21 | MAINT-6584: Streamline static LLImageJ2C implementation API. | Nat Goodspeed |
2016-07-21 | DRTVWR-427: Remove engineInfoLLImageJ2CKDU(), createLLImageJ2CKDU(), | Nat Goodspeed |
2016-07-21 | Add a comment about order of operation that might be important for those that... | Callum Linden |
2016-07-20 | MAINT-6578 Broken texture batching - fixed along with misc LibVLC plugin addi... | Callum Linden |
2016-07-19 | MAINT-5011: Introduce LLException base class for viewer exceptions. | Nat Goodspeed |
2016-07-19 | MAINT-6578 Add back Y Flip into QuickTime plugin used in OS X to match viewer... | Callum Linden |