Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-11-01 | STORM-404 : merge with viewer-development | Merov Linden | |
2010-11-01 | STORM-430 : merge with viewer-development | Merov Linden | |
2010-11-01 | SH-281 Fix for snapshots showing interface all the time | Dave Parks | |
2010-11-01 | Remove assert from lldictionary that keeps devs from working with mesh ↵ | Dave Parks | |
viewer and release viewer. | |||
2010-11-01 | STORM-404 FIXED Fixed crash in LLPanelGroupGeneral::updateMembers(). | Andrew Productengine | |
Crash happened when trying to create new group while other group was still updating. It was caused by invalid iterator mMemberProgress in LLPanelGroupGeneral::updateMembers(). Its usage shouldn't have been reached when member list is cleared and empty thanking to gdatap->isMemberDataComplete() check at the beginning of the function. But when the new group was created while members of other group were still updating this protection failed: in LLGroupMgr::processGroupMembersReply() for the group being created mMemberDataComplete was set TRUE when group size was zero(because this new group still had no members). So the check for completness in LLPanelGroupGeneral::updateMembers() was succesfully passed, and further in this method viewer crashed. - Added check for emptiness of member list into LLPanelGroupGeneral::updateMembers(). | |||
2010-11-01 | STORM-288 FIXED New name resets to old if change it on 'Item Profile' panel ↵ | Paul Guslisty | |
while fetching inventory Reason: 'item info panel' updated EACH time some inventory object changed Fix: update 'item info panel' only if changed inventory object is the object for which 'item profile panel' is shown | |||
2010-10-31 | STORM-255 : Merge from viewer-development | Wolfpup Lowenhar | |
2010-10-29 | STORM-303, STORM-270 : merge with viewer-development | Merov Linden | |
2010-10-29 | STORM-420 : allow teleport when double clicking the minimap if doubleclick ↵ | Merov Linden | |
teleport is on, allow beacon setting if not | |||
2010-10-29 | merge | Richard Linden | |
2010-10-29 | VWR-23444 FIXED Double clicking x on UI hint crashes Skylight Viewer | Richard Linden | |
2010-10-29 | factor directory scanning and results check out, and add some more tests for ↵ | Oz Linden | |
getNextFileInDir --HG-- branch : storm-102 | |||
2010-10-29 | STORM-501 FIXED Script-editor shows ERRORS in the wrong line. | Vadim ProductEngine | |
LLTextBase::setCursor() sometimes failed to work properly if line wrapping was enabled. This is a slightly optimized version of the patch made by Satomi Ahn. | |||
2010-10-29 | Merge | Leyla Farazha | |
2010-10-29 | DN-154 Display Names only shown in Nearby Chat History when a user logs back ↵ | Leyla Farazha | |
in even if Usernames were shown in Chat during previous session | |||
2010-10-29 | DN-192 [crashhunters] LLVOAvatar::clearNameTag | Leyla Farazha | |
DN-193[crashhunters] LLHudNameTag::setLabel | |||
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-29 | STORM-184 FIXED Disabled "Save" command for outfits without name (with "No ↵ | Seth ProductEngine | |
Outfit" in My Appearance SP). | |||
2010-10-29 | Merged in 2.3.0-beta1 tag | Dessie Linden | |
2010-10-29 | Added tag 2.3.0-beta1 for changeset a3c12342b1af | Dessie Linden | |