Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-03 | SH-281 Make UI in snapshot off by default. | Dave Parks | |
2010-11-01 | SH-281 Fix for snapshots showing interface all the time | Dave Parks | |
2010-10-29 | VWR-21349 Don't enable FBO by default on mac or linux when using high/ultra ↵ | Dave Parks | |
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-10-27 | Automated merge from viewer-development-shining | Loren Shih | |
2010-10-27 | STORM-452 : merge with viewer-development | Merov Linden | |
2010-10-27 | STORM-296 : merge with viewer-development | Merov Linden | |
2010-10-27 | STORM-418 : merge with viewer-development | Merov Linden | |
2010-10-27 | STORM-224 : merge with viewer-development | Merov Linden | |
2010-10-27 | STORM-311 : merge with viewer-development | Merov Linden | |
2010-10-27 | STORM-95 : merge with viewer-development | Merov Linden | |
2010-10-27 | STORM-452 FIXED Made protective fix for crash in LLAgentCamera::resetView(). | Andrew Productengine | |
I managed to reprodcuce the crash once and couldn't reproduce it any time later, so this fix is made judging from line that I found (viewer was in debug mode when it happened) in call stack after crash. Added check for gMenuHolder against NULL to prevent further crashing. There is no 100% guarantee that this fixes the crash from ticket, but it won't do any harm either. | |||
2010-10-27 | STORM-296 FIXED Item types that can be dropped to Favorites and Landmarks ↵ | Seth ProductEngine | |
restricted to landmarks and folders containing landmarks. This changes affect all folder views. The previous fix affecting only My Landmarks SP (changeset 330d0e96d58d) was reverted. | |||
2010-10-26 | STORM-482; change to allow 1023 characters again in local chat. While fixing ↵ | Kent Quirk | |
this, I noticed that a change to XUI meant that many floaters had tried to set a limit on text length for line_editor components but it didn't take effect because the parameter name was wrong; I changed them to agree. | |||
2010-10-27 | Backed out changeset: 330d0e96d58d STORM-296 | Seth ProductEngine | |
2010-10-26 | STORM-418 : Suppress menu items Save to XML and Load from XML from the ↵ | Merov Linden | |
Develop > XUI menu | |||
2010-10-26 | merge | Dave Parks | |
2010-10-26 | Potential fix for crash in renderBloom. | Dave Parks | |
Reviewed by Seraph. | |||
2010-10-26 | STORM-454 : merge with viewer-development | Merov Linden | |
2010-10-26 | STORM-454 : Tweak the teleport_coordinate_z width to better align in world ↵ | Merov Linden | |
map UI | |||
2010-10-26 | STORM-416 : merge with viewer-development | Merov Linden | |
2010-10-26 | merge with viewer-development | Merov Linden | |
2010-10-26 | Automated merge up from viewer-development | Loren Shih | |
2010-10-25 | STORM-350 : merge with viewer-development | Merov Linden | |
2010-10-25 | STORM-173 : merge with viewer-development | Merov Linden | |
2010-10-25 | STORM-426 : merge with viewer-development | Merov Linden | |
2010-10-25 | STORM-449 : merge with viewer-development | Merov Linden | |
2010-10-25 | merge viewer-beta to viewer-development | Merov Linden | |
2010-10-25 | pull viewer-beta in viewer-development | Merov Linden | |
2010-10-25 | STORM-341 FIXED Crash on exiting viewer while Outfit Editor is opened in ↵ | Vadim ProductEngine | |
detached Appearance SP. Reason: An inventory observer (LLFilteredWearableListManager) tried to use a deleted collect functor (LLFilterItem::collector in LLPanelOutfitEdit::mListViewItemTypes). Fix: De-register (and delete) the observer when the collector gets deleted. | |||
2010-10-25 | DN-181 Chat & IM logs saved in unreadable .llsd instead of .txt - fixing ↵ | Leyla Farazha | |
saving of p2p logs | |||
2010-10-25 | STORM-173 : use isEmpty() instead of getFirstRootNode() to check selection | Merov Linden | |
2010-10-25 | STORM-95 FIXED Fixed hanging of client when incorrect WAV file was passed. | Andrew Productengine | |
As Aimee has found: "The data chunk of nexfire.wav has an incorrect length specified in its header which we blindly trust when reading the file in check_for_invalid_wav_formats() in llvorbisencode.cpp. It causes an overflow of the file position pointer when reading the file which makes it start over from the beginning, hanging it in an infinite loop." - To avoid this situation in future, check for chunk size was added, and if it is declared bigger then it may be, function is interrupted and returns error. | |||
2010-10-22 | DN-181 Chat & IM logs saved in unreadable .llsd instead of .txt | Leyla Farazha | |
2010-10-22 | STORM-454 : fix height in world map, allow altitude till 4096m, display ↵ | Merov Linden | |
altitude on 4 digits | |||
2010-10-22 | STORM-423 : merge with viewer-development | Merov Linden | |
2010-10-22 | Anisotropic filtering does NOT require a viewer restart. | Dave Parks | |
2010-10-22 | STORM-322 : merge with viewer-development | Merov Linden | |
2010-10-22 | Merge | Mark Palange (Mani) | |
2010-10-22 | merge | Mark Palange (Mani) | |
2010-10-22 | Disable FBO by default for all settings. | Dave Parks | |
2010-10-22 | STORM-350 FIXED Wrong icon (texture) was displayed for sounds in inventory. | Vadim ProductEngine | |
By the way, just for consistency changed LINKFOLDER icon from "Inv_LinkItem" "Inv_LinkFolder". The icons are equal, so this change has no effect. | |||
2010-10-22 | STORM-449 FIXED Updated some notification templates for NL locale to display ↵ | Vadim ProductEngine | |
avatar names correctly. | |||
2010-10-21 | STORM-173 : never enable return object if no object selected | Merov Linden | |
2010-10-22 | STORM-426 FIXED Menu button no longer looked pressed while its menu is ↵ | Seth ProductEngine | |
displayed by another control. - LLMenuGL in menu button replaced by LLToggleableMenu that handles visibility change upon clicks inside specific button rect. - Added visibility change signal to LLToggleableMenu to update menu button pressed state. - Added using menu handle in LLMenuButton. | |||
2010-10-21 | Fix for crash when toggling anisotropic filtering. | Dave Parks | |
2010-10-22 | Non-FBO driven fix for anti-aliasing (make applying of FSAA require restart ↵ | Dave Parks | |
when FBO is disabled). | |||
2010-10-22 | Disable FBO by default for all settings. | Dave Parks | |
2010-10-21 | SH-325 FIXED Add terminal / to SerachURL in viewer settings.xml | Loren Shih | |
Trivial fix to add "/" to the search string. | |||
2010-10-21 | Manual fix for merge compile errors. | Loren Shih | |
2010-10-21 | Automated merge up from viewer-development | Loren Shih | |