Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-04 | merge fix for STORM-450 | Oz Linden | |
2010-11-04 | merge fix for STORM-261 | Oz Linden | |
2010-11-04 | merge fix for STORM-194 | Oz Linden | |
2010-11-04 | merge fix for STORM-536 | Oz Linden | |
2010-11-04 | Automated merge up from viewer-development | Loren Shih | |
2010-11-04 | STORM-450 FIXED Incorrect help contexts for Sidebar People tab | Paul Guslisty | |
- Added checking whether panel is in visible chain instead of just visibility checking | |||
2010-11-04 | STORM-261 FIXED Changed line number color in script editor. | Andrew Productengine | |
- Changed text_readonly_color in script editor to darker gray, so that line numbers are visible when scrip editor is out of focus. | |||
2010-11-03 | STORM-194 FIXED 'Show' button in inventory offer notification to open 'My ↵ | Seth ProductEngine | |
Inventory' SP if attachments were offered. Removed the check preventing inventory SP from opening when an item of IT_ATTACHMENT type has been offered. | |||
2010-11-03 | STORM-536 ADDITIONAL FIX Replaced extra calls to getChild() with using a ↵ | Seth ProductEngine | |
member pointer to LLAccordionCtrlTabHeader. | |||
2010-11-03 | STORM-536 FIXED scrolling to collapsed accordion tab with keyboard arrows in ↵ | Seth ProductEngine | |
Places SP->My Landmarks. - Fixed scrolling to selected item when a folder view receives selection inside an accordion tab while being out of visible scrolling area. - Fixed scrolling to collapsed accordion tab when it receives selection while being out of visible scrolling area. | |||
2010-11-03 | pull fix for STORM-422 | Oz Linden | |
2010-11-03 | CT-633 WIP ES translation for Viewer 2.3, Set19 | Eli Linden | |
2010-11-03 | STORM-477: fixed getNextFileInDir on Windows7, improved test cases and ↵ | Oz Linden | |
documentation --HG-- branch : storm-102 | |||
2010-11-03 | SH-281 Make UI in snapshot off by default. | Dave Parks | |
2010-11-03 | STORM-472 Fixed crash that happened while decoding jpg image. | Andrew Productengine | |
In case of files provided in ticket problem occured in libjpeg's jpeg_start_decompress(to be more specofic- inside it's _jinit_color_deconverter()) because if cinfo's out_color_space is RGB, then jpeg_color_space can't be JCS_YCCK (JCS_YCCK jpeg_color_space is possible for JCS_CMYK out_color_space). So when the combination of RGB and JCS_YCCK was encountered, jpeglib called ERREXIT() inside which exit() was called and viewer crashed. - Checking for this combination before calling jpeg_start_decompress() would solve this problem in this specific case, but there are a lot of possible error combinations which cause libjpeg to exit and thus crash viewer, so copypasting checks from it into viewer code would be cumbersome, uneffective and ugly. So another approach was used instead- by default libjpeg calls exit() after encountering an error, but user can provide his own error handling function instead. on_jpeg_error() function was added in fix for this. It sets true a boolean flag that is used to determine whether there were errors in getImageDimensionsJpeg(), and this function's return value depends on it. | |||
2010-11-02 | Merge | brad kittenbrink | |
2010-11-02 | Bugfix for build.sh overwriting log files when build-link-parallel is disabled. | brad kittenbrink | |
2010-11-02 | STORM-283 : merge with viewer-development | Merov Linden | |
2010-11-02 | STORM-287 : merge with viewer-development | Merov Linden | |
2010-11-02 | STORM-420 : merge to viewer-development | Merov Linden | |
2010-11-02 | STORM-477 fix for test code - intermediate checkin to trigger Windows test ↵ | Oz Linden | |
on TeamCity --HG-- branch : storm-102 | |||
2010-11-02 | STORM-422 FIXED Added command line option "-disablecrashlogger" to disable ↵ | Vadim ProductEngine | |
crash logger. This is a patch originally written by Robin Cornelius. I made it work with Google Breakpad. | |||
2010-11-02 | DN-141 llGetDisplayName (and other new LSL fucntions) doesn't register ↵ | Leyla Farazha | |
(highlight in red) as an internal function in the script editor | |||
2010-11-04 | SH-353 FIXED Crash when toggling anisotropic filtering | Loren Shih | |
Anisotropic filtering does NOT require a viewer restart. | |||
2010-11-04 | SH-353 FIXED Crash when toggling anisotropic filtering | Loren Shih | |
2010-11-04 | SH-353 FIXED Crash when toggling anisotropic filtering | Loren Shih | |
2010-11-04 | SH-358 FIXED Non-FBO driven fix for anti-aliasing (make applying of FSAA ↵ | Loren Shih | |
require restart when FBO is disabled). | |||
2010-11-04 | SH-325 FIXED Add terminal / to SearchURL in viewer settings.xml | Loren Shih | |
Trivial fix to add "/" to the search string. | |||
2010-11-04 | SH-281 Make UI in snapshot off by default. | Loren Shih | |
2010-11-04 | SH-281 Fix for snapshots showing interface all the time | Loren Shih | |
2010-11-04 | Remove assert from lldictionary that keeps devs from working with mesh ↵ | Loren Shih | |
viewer and release viewer. | |||
2010-11-04 | VWR-21349 Don't enable FBO by default on mac or linux when using high/ultra ↵ | Loren Shih | |
graphics. Cap samples in LLMultiSampleBuffer to 4 samples to avoid using tons of memory when RenderUseFBO is set to TRUE and RenderFSAASamples is > 4. Don't allocate multisample buffers at all when RenderUseFBO is FALSE. | |||
2010-11-04 | SH-392 Port over fix from mesh-development for FBOs on OSX | Loren Shih | |
2010-11-04 | SH-358 FIXED LLPipeline::renderBloom crash on Windows | Loren Shih | |
2010-11-01 | STORM-288 : merge with vewer-development | Merov Linden | |
2010-11-01 | STORM-335 : merge with viewer-development | Merov Linden | |
2010-11-01 | STORM-400 : merge with viewer-development | Merov Linden | |
2010-11-01 | STORM-354 : merge with viewer-development | Merov Linden | |
2010-11-01 | STORM-190 : merge with viewer-development | Merov Linden | |
2010-11-01 | STORM-293 : merge with viewer-development | Merov Linden | |
2010-11-01 | STORM-258 : merge with viewer-development | Merov Linden | |
2010-11-01 | STORM-255 : merge with viewer-development | Merov Linden | |
2010-11-01 | STORM-255 : Made changes to the tool tips for the check boxes | Wolfpup Lowenhar | |
in panel_prefferences_chat.xml | |||
2010-11-01 | STORM-255 : Merge from viewer-development | Wolfpup Lowenhar | |
2010-11-01 | merge from viewer-beta | Merov Linden | |
2010-11-01 | STORM-420 : Took Andrew's comment into account, fixing the issue when ↵ | Merov Linden | |
minimap was minimized | |||
2010-11-01 | STORM-287 FIXED changing currnet outfit with an outfit dragged from Library ↵ | Seth ProductEngine | |
to My Inventory->Current Outfit folder. | |||
2010-11-01 | STORM-283 FIXED adding attachments of type LLInventoryType::IT_ATTACHMENT to ↵ | Seth ProductEngine | |
Current Outfit. | |||
2010-11-01 | Merge | Leyla Farazha | |
2010-11-01 | changing duplicate line editor name | Leyla Farazha | |