Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-19 | SOCIAL-762 FIX Viewer crash if first startup (with cleared settings.xml ↵ | Richard Linden | |
file) is in Advanced mode fixed not being able to change to advanced mode on clean install without logging in | |||
2011-03-17 | SOCIAL-714 FIX Basic mode to launch with Destinations panel open by default | Richard Linden | |
2011-03-15 | eol fixes | Richard Linden | |
2011-03-09 | Merge with tip of http://hg.secondlife.com/viewer-development (rev 14798) | callum | |
2011-03-04 | STORM-1040 Added code for media beacons, which are coming in Storm-1019 | Jonathan Yap | |
2011-03-04 | STORM-1040 Text that shows what Beacons you are viewing is always in English | Jonathan Yap | |
2011-03-02 | SOCIAL-593 FIX Profile Window cannot be resized in minimal skin | Richard Linden | |
floater view snapping rectangle is now driven by floater_snap_region view | |||
2011-02-28 | SOCIAL-601 FIX avatar picker hint | Richard Linden | |
2011-02-25 | updates destination guide and avatar picker urls | Richard Linden | |
added close button to destination guide and avatar picker | |||
2011-02-15 | partial fix for SH-895/STORM-336: memory leaking. fixed vertex buffer caused ↵ | Xiaohong Bao | |
leaking. | |||
2011-02-01 | merge | Dave Parks | |
2011-02-01 | SH-483 Fix for varioius issues with hi-rez snapshots -- mainly disable the ↵ | Dave Parks | |
ability to take hi-rez snapshots if UI or HUD attachments are in the snapshot, and go back to old tile compositing method instead of using huge framebuffer objects. | |||
2011-01-26 | SH-469 Stop using framebuffer objects for hi-res snapshots. | Dave Parks | |
2011-01-26 | for SH-846: design and implement the debug code to locate memory leaking | Xiaohong Bao | |
2011-01-21 | Merge viewer-development-shining up to REV 3bf724ecb7c6 (fix for SH-829: ↵ | Xiaohong Bao | |
Viewer attempting to load precached images in file types that are not being used.) | |||
2011-01-18 | debug tool to show texture info for SH-659: small textures not loaded. | Xiaohong Bao | |
2010-12-02 | merge | Monroe Linden | |
2010-11-18 | STORM-560 FIXED Implemented preference that allows users to select default ↵ | Andrew Productengine | |
behavior when pressing letter keys. - Added check to LLViewerWindow::handleKey() that gives focus to nearby chat if "Pressing letter keys starts local chat" option is selected, key is not special (and no modifier key is held except Shift), camera is not in mouselook and no view currently has keyboard focus. - The choice of what should happen when letter keys are pressed is saved in new setting added in this fix- "LetterKeysFocusChatBar". | |||
2010-11-15 | merge | Richard Linden | |
2010-11-09 | merge fixes for STORM-546 | Oz Linden | |
2010-11-09 | Merge from beta | Kent Quirk | |
2010-11-09 | SH-412 -- fix the way that redraws happen to eliminate flickering on resize ↵ | Kent Quirk | |
-- patch from davep and seraph, I'm just applying it. | |||
2010-11-09 | SH-412 Only blank screen if the actual window resized, fixes blinking on ↵ | Dave Parks | |
snapshot etc. | |||
2010-11-09 | merge up from v-d | Tofu Buzzard | |
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-281 Fix for snapshots showing interface all the time | Loren Shih | |
2010-11-01 | SH-281 Fix for snapshots showing interface all the time | Dave Parks | |
2010-10-27 | Automated merge from viewer-development-shining | Loren Shih | |
2010-10-27 | merge from viewer-development. | Tofu Buzzard | |
2010-10-26 | STORM-416 : merge with viewer-development | Merov Linden | |
2010-10-22 | EXP-273 FIXED Add button/tray for avatar picker | Richard Linden | |
made "toggleable" radio group | |||
2010-10-21 | EXP-273 WIP added avatar picker popup and hint | Richard Linden | |
2010-10-22 | Non-FBO driven fix for anti-aliasing (make applying of FSAA require restart ↵ | Dave Parks | |
when FBO is disabled). | |||
2010-10-21 | Automated merge up from viewer-development | Loren Shih | |
2010-10-15 | fix for dead space at top of screen where media hud is not clickable | Richard Linden | |
2010-10-15 | sync up to viewer-developer | Tofu Buzzard | |
2010-10-13 | made destination guide url configurable on command line | Richard Linden | |
2010-10-13 | improved fastquit logic which should reliably disconnect viewer from sim | Richard Linden | |
2010-10-12 | EXP-188 FIXED Object Inspector flashes on and off for an item that is for sale | Richard Linden | |
2010-10-10 | VWR-21967 There's lots of ::renderForSelect() code that we don't need any more. | Tofu Linden | |
VWR-22088 Remove underlying ::renderForSelect() code (render-pipeline) | |||
2010-10-08 | EXP-137 FIXED Nametag text and borders do not align in Skylight Viewer | Richard Linden | |
fix for prim media and hud text incorrect positioning when destination guide is open | |||
2010-10-04 | Test merge | callum | |
2010-10-04 | Automated merge up from viewer-development | Loren Shih | |
2010-09-30 | Port of SNOW-643 : Water flicker at high altitude. This doesn't fix the low ↵ | Merov Linden | |
altitude flicker though (STORM-306) | |||
2010-09-29 | login panel now properly nested in main_view.xml, no more z order hackery | Richard Linden | |
2010-09-28 | EXP-112 Enable fullscreen mode (with mode switch, not resize to desktop) as ↵ | callum | |
per 1.x viewer. | |||
2010-09-27 | Merge | Leyla Farazha | |
2010-09-27 | merge | Richard Nelson | |
2010-09-24 | VWR-21377 Script editor ctrl-f fix. | Kelly Washington | |
change to better / more consistent naming | |||
2010-09-24 | VWR-21377 Script editor ctrl-f fix. | Kelly Washington | |
let some LLViews handle shortcut keys if they want. reviewed with ambroff |