Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge | Leyla Farazha | |
2010-11-01 | changing duplicate line editor name | Leyla Farazha | |
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 | 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 | Merged in 2.3.0-beta1 tag | Dessie Linden | |
2010-10-29 | Added tag 2.3.0-beta1 for changeset a3c12342b1af | Dessie Linden | |
2010-10-27 | Merge | Leyla Farazha | |
2010-10-27 | DN-188 Inspectors and Profile images not available in IM history or local ↵ | Leyla Farazha | |
chat history | |||
2010-10-27 | DN-190 Last name resident shown in title of IM Conference Window with no ↵ | Leyla Farazha | |
Display name | |||
2010-10-25 | apply fixes for STORM-341, not quite a transplant | Kent Quirk | |
2010-10-25 | DN-181 Chat & IM logs saved in unreadable .llsd instead of .txt - fixing ↵ | Leyla Farazha | |
saving of p2p logs | |||
2010-10-22 | DN-181 Chat & IM logs saved in unreadable .llsd instead of .txt | Leyla Farazha | |
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-19 | Added tag 2.3.0-start for changeset 98e0d6df6384 | Dessie Linden | |
2010-10-19 | Added tag 2.2.0-release for changeset 1415e6538d54 | Dessie Linden | |
2010-10-19 | Bumped viewer version to 2.3.0 | Dessie Linden | |
2010-10-19 | Merged from 2.3.0-beta1 tag in viewer-development | Dessie Linden | |
2010-10-18 | automated merge | Roxie Linden | |
2010-10-18 | Point the events profiles and other components to the new events | Roxie Linden | |
web pages | |||
2010-10-15 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-10-15 | automated merge | Roxie Linden | |
2010-10-15 | pull fix for STORM-211 | Oz Linden | |
2010-10-15 | pull fix for STORM-279 | Oz Linden | |
2010-10-15 | pull fix for STORM-376 | Oz Linden | |
2010-10-15 | Merge | Leyla Farazha | |
2010-10-15 | automated merge | Roxie Linden | |
2010-10-15 | pull fix for STORM-304 / STORM-386 | Oz Linden | |
2010-10-15 | fixing ims not logging with display names off | Leyla Farazha | |
2010-10-15 | automated merge | Roxie Linden | |
2010-10-15 | STORM-386 FIXED Disabled higlighting URLs in object names inside the "<name> ↵ | Vadim ProductEngine | |
has said something new" textbox that pops up in NEARBY CHAT window. | |||
2010-10-15 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-10-14 | Merge from http://hg.secondlife.com/viewer-identity (display names) | Leyla Farazha | |
2010-10-14 | DN-174Some length of Display Name (username) can cause the name to disappear ↵ | Leyla Farazha | |
off of the Buy object floater | |||
2010-10-14 | merge up to latest viewer-development | Oz Linden | |
2010-10-14 | DN-177 Cannot click on Name in Friend Request to view profile - and no ↵ | Leyla Farazha | |
profile pic in friend request | |||
2010-10-14 | automated merge | Roxie Linden | |
2010-10-14 | merge fix for STORM-367 | Oz Linden | |
2010-10-14 | Automated merge with file:///Users/oz/Work/viewer-beta | Oz Linden | |
2010-10-14 | pull late fixes from beta | Oz Linden | |
2010-10-14 | merge old 2.1.1-release head that was lying around | Oz Linden | |
2010-10-14 | STORM-376 FIXED Toast close button sometimes didn't disappear. | Vadim ProductEngine | |
Reason: Each toast's panel lies on an invisible floater which is a bit bigger than the panel. Notification toasts were displayed so close to each other that the floaters were overlapped by 2 pixels. Because of the overlapping, toasts sometimes didn't receive mouse-leave events, thus not hiding their close buttons. Fix: Increased padding between toasts by 2 pixels (from 5 to 7) to eliminate overlapping. |