Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-14 | DEV-34299 - VWR-13996: Avatars are invisible, except for attachments | Neal Orman | |
One-line fix for a very old bug. Bug was hunted and fixed by resident Aleric Inglewood. Code reviewed by Nyx. Patch is a one-off, de minimis change. Contact Nyx if any problems with this code. -Nyx | |||
2009-07-14 | QAR-1602 Checkpoint for Avatar Pipeline Multiple textures branch | Neal Orman | |
Merging changes for first checkpoint of multiple textures branch as part of the avatar pipeline project (AVP). Functionality should be same as before, but sets up the structure that later changes build upon. Changes passed QA, merge conflicts were minimal and easily resolved. Contact Nyx with any problems with this code. -Nyx | |||
2009-07-13 | Line ending normalization. | brad kittenbrink | |
2009-07-13 | Removed unused floater visibility settings ShowDirectory, ShowLeaders, ↵ | James Cook | |
ShowTools. Trivial, not reviewed. | |||
2009-07-11 | add LLImageGL::create(...) back for server side use. | Xiaohong Bao | |
2009-07-10 | Merged in my debug build and shutdown cleanup changes. | brad kittenbrink | |
2009-07-10 | First draft of cleaning up eventhost module on viewer shutdown. Still need ↵ | brad kittenbrink | |
to make the whole system more generalized and data driven. | |||
2009-07-10 | Fix for crash when running windows debug build. std::string::replace cannot ↵ | brad kittenbrink | |
take NULL for it's argument. | |||
2009-07-10 | merge QAR-1579: texture-cleanup-1. | Xiaohong Bao | |
2009-07-10 | Brad's changes to testquit so we can pass executable to run to it. | Palmer | |
Switching eventlet to use subrepo. By Brad, reviewed by Palmer | |||
2009-07-10 | EXT-70 Camera and Movement controls don't save their positions | Steven Bennetts | |
DEV-35250 Quitting from the login screen forgets window placement and visibility (e.g. movement and camera floaters) reviewed by Leyla | |||
2009-07-10 | EXT-127: Tooltips don't disappear immediately after moving mouse out of object | Richard Nelson | |
reviewed by Austin | |||
2009-07-10 | Merged in my latest changes including switching LLAPRSockStream to be fully ↵ | brad kittenbrink | |
non-blocking (and thus not horribly inefficient) and a bunch of new event listener implementations. | |||
2009-07-10 | Added an LLAgentListener implementation for event requests like teleport, ↵ | brad kittenbrink | |
sit, stand, etc. | |||
2009-07-10 | Expanded tabs in cmake files | palmer@945battery-guestB-224.lindenlab.com | |
2009-07-10 | Oops, copy/paste error in the llviewercontrol.cpp file top level comments. | brad kittenbrink | |
2009-07-10 | Fix line ending badness in LLViewerControl. | brad kittenbrink | |
2009-07-10 | Fix Linux build error due to F32/S32 conversion warning. Not reviewed. | James Cook | |
2009-07-09 | Brad already added the LLCOMMON_LINK_SHARED definition. I removed the broken ↵ | Mark Palange (Mani) | |
one I added and set the other one to ON by default. | |||
2009-07-09 | Added LLDispatchListener implementation for gSavedSettings. | brad kittenbrink | |
2009-07-09 | Added a requestReshape handler to LLViewerWindowListener. | brad kittenbrink | |
2009-07-10 | DEV-35118 Converted voice volume feedback icon on bottom tray to use real ↵ | James Cook | |
artwork. Converted LLOutputMonitorCtrl to use ParamBlocks to specify art. Added output_monitor.xml to specify art. Bottom bar gives volume feedback even when triggering voice with middle-mouse or keyboard binding. Reviewed with Richard. | |||
2009-07-09 | Defaulting LLCommonLinkShared to on | Palmer | |
2009-07-09 | Merge of mani's changes... and who knows what. Mercurial wanted a merge, ↵ | palmer@945battery-guestB-224.lindenlab.com | |
but I had no changes | |||
2009-07-09 | Moveing around DLL copying to support building llcommon.dll and using ↵ | Mark Palange (Mani) | |
llcommon.dll while running unit tests. | |||
2009-07-09 | Line ending changes and Build Params changes from login-api-svn-1 | palmer@945battery-guestB-224.lindenlab.com | |
2009-07-09 | merge fix for bottom tray history button | Leyla Farazha | |
2009-07-09 | Oops, commented out lines slipped through my commit. | Austin Doupnik | |
2009-07-09 | DEV-35167 Reference counted selection objects were being kept around by ↵ | Austin Doupnik | |
floaters that were being constructed, but weren't visible. Reviewed by Richard. | |||
2009-07-09 | DEV-34804 right click object more>attach HUD, hover and a black bar appears | Richard Nelson | |
reviewed by Austni | |||
2009-07-09 | svn merge -r126726:126727 ↵ | Leyla Farazha | |
svn+ssh://svn.lindenlab.com/linden/branches/skinning/skinning-15/ DEV-35109 Nav bar does not record teleports taken by any method other than typing into nav bar DEV-35117 Hard to open local chat, needs bottom bar widget for now hiding test IM floaters | |||
2009-07-09 | DEV-35127 Text placement in an input box is uncomfortably low. Changed ↵ | James Cook | |
UILineEditorVPad default, pushed up the bottom of selection highlight by 1 pixel. Initialized a couple of variables in constructor. Trivial, not reviewed. | |||
2009-07-09 | Don't show camera and movement control floaters on first-run to meet ↵ | James Cook | |
Movement/Camera spec. Trivial, not reviewed. | |||
2009-07-09 | Fixed typos, "delite" for "delete". Trivial, not reviewed. | James Cook | |
2009-07-09 | DEV-35140 Time zone in menu bar is truncated. Simple layout issue, trivial, ↵ | James Cook | |
not reviewed. | |||
2009-07-09 | DEV-35114 - Changed IMToast notification to type "notifytoast" so it doesn't ↵ | Steven Bennetts | |
show up as a standard notification. | |||
2009-07-09 | Cleaned up LLFloaterWorldMap a little to track down a crash... which appears ↵ | Steven Bennetts | |
to have gone away with the cleanup. | |||
2009-07-09 | 1. created prototype stand up button ins LLBottomTray | Jiao Li | |
2. re-arranged LLFloaterReg::add alphabetically to be reviewed | |||
2009-07-09 | Missed a file | Steven Bennetts | |
2009-07-09 | Fixed LLPanel visible and enabled settings. | Steven Bennetts | |
Set the side panel width to 280. Changed the code to use the initial width of the side tray instead of the max of the panels. | |||
2009-07-09 | DEV-35153 - fix for ui scale breaking picking (pie menu etc) by normalizing ↵ | Richard Nelson | |
world rect dimensions against ui scale DEV-35154 - switching to fullscreen fails with bad resolution reviewed by Brad | |||
2009-07-09 | EXT-126 - Grayed empty field appears after minimize the 'Search Second Life' dlg | Richard Nelson | |
EXT-124 - Empty local chat window appears after the viewer was resized reviewed by Austin | |||
2009-07-09 | DEV-35121 when taking a snapshot without UI, use full window to render ↵ | Richard Nelson | |
world. This solves black bars while logging in problem merge -r 126570 skinning-15 viewer-2.0.0-3 reviewed by Austin | |||
2009-07-09 | DEV-35112 Renamed colors_def.xml to colors.xml. Reviewed by Richard. | Austin Doupnik | |
2009-07-08 | Fix for errors intializing the locale on unrecognized versions of windows ↵ | brad kittenbrink | |
(like windows 7) | |||
2009-07-08 | DEV-34748 Moved logic for setting inspection tools from construction to ↵ | Austin Doupnik | |
onOpen for LLFloaterInspect. Reviewed by Richard. | |||
2009-07-08 | Gave width attributes to ZoomDirect, Cursor3D, and AutoLeveling options in ↵ | Austin Doupnik | |
the joystick setup floater. | |||
2009-07-08 | Added LLNotificationsListener to hook LLNotifications to the event system ↵ | brad kittenbrink | |
according to https://wiki.lindenlab.com/wiki/Incremental_Viewer_Automation/Event_API reviewed by palmer. | |||
2009-07-08 | merge -r 889-936 https://svn.aws.productengine.com/secondlife/pe/stable/ -> ↵ | Steven Bennetts | |
viewer-2-0 Also: * Moved media remote shortcut to Communicate menu * Changed mini map menu to toggle instead of show | |||
2009-07-07 | Fix for crash when quitting due to mAppViewer being NULL. | brad kittenbrink | |