summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-20Parabuild will upload event_host.tar.bz2 and event_host.tar.bz2 now in right ↵Palmer
place
2009-07-17DEV-35770 I18N: all <combo_box.item> are missing a name= parameter.Ramzi Ramey
I put them back, using the original name= given in version 1.23, but in some cases I just renamed long lists with "item1", "item2", etc.
2009-07-17six instances of Alpah -> AlphaAdam Moss
2009-07-17Eliminated old (stale) llinventoryview.cpp and merged changes to it into ↵Steven Bennetts
llfloaterinventory.cpp.
2009-07-16add a flag in LLImageGL to turn off calling LLImageGL::analyzeAlpha() and ↵Xiaohong Bao
LLImageGL::updatePickMask().
2009-07-16make LLViewerTextureManager::staticCastToFetchedTexture to accept NULL ↵Xiaohong Bao
pointer as input.
2009-07-16I18N fix: some nodes in XUI have duplicate name= parameters. This breaks ↵Ramzi Ramey
localization.
2009-07-16Merged my 3 mac fixes with palmer's latest event_host_manifest.py changes.brad kittenbrink
2009-07-161st attempt at disabling ppc build on macs.brad kittenbrink
2009-07-16Merged work for DEV-2066 (and formerly QAR-1538) in Viewer 2.Mark Palange
merged all changes, post copy, from the following branches: linden/brachnes/enable-o-v user/cg/qar-1538 user/mani/viewer2-enable-o-v
2009-07-15Oops, LLNotificationsListener can't just be forward declared under gcc.brad kittenbrink
2009-07-15svn merge -r 127173:127174 ↵Monroe Williams
svn+ssh://svn.lindenlab.com/svn/linden/branches/pluginapi/pluginapi_04 Cherry-picking a change to the code that uses the copy of skins in the development tree instead of the version in the app bundle on the mac. Reviewed by James.
2009-07-15DEV-35531Palmer
Cmake changes and fixes to python script to get it to work properly Mani reviewed most of this
2009-07-15Disable SHARED_LIB_STAGING_DIR usage on systems where it's not initialized.brad kittenbrink
2009-07-15Revert rev 126736 for DEV-35109 which made location history in nav bar show ↵James Cook
all teleports instead of only those typed. viewer-2 now meets current spec, but spec is under discussion and Product Engine may be asked to reimplement something different. Merging revisions 126736-126735 of svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 into D:\viewer-2.0.0-3, respecting ancestry
2009-07-15Fixed compile warnings in llmath/llrect.h. This header is now included in a ↵Martin Reddy
unit test in indra/test where warnings are treated as errors.
2009-07-15DEV-35500: Write new llmath unit testsMartin Reddy
- Added unit tests for LLRect and LLBBoxLocal in indra/test - Moved newview/LLBBox to llmath, and added unit tests for it - Removed methods in llbboxlocal.h and llbbox.h that were not actually implemented (declared in .h, but not defined in cpp) Reviewed by babbage.
2009-07-15Fixing DEV-35175 regression.Leyla Farazha
Context Windows will now spawn up if too far down, and spawn left if too far right. reviewed by James
2009-07-14Merge skinning-15 to viewer-2. Fixes include:James Cook
DEV-35175 Spawning context menu should not move mouse cursor (Note: introduces regression where menu can fall off bottom of screen, will fix shortly) DEV-35143 Modal alerts appear behind side tray DEV-35141 Landmarks image and description outside of landmarks Merging revisions 126418-126419,126726-126727,126856-126857,127010-127011,127014-127016 of svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-15 into G:\viewer-2.0.0-3, respecting ancestry
2009-07-14QAR-1602 checkpoint for multiple texturesNeal Orman
Fixing merge problems - updating LLLocalTextureObject (new class) to work with Bao's texture refactoring. -Nyx
2009-07-14QAR-1602 checkpoint for avatar pipeline multiple texturesNeal Orman
merge missed the addition of two new files. committing separately. -Nyx
2009-07-14DEV-34299 - VWR-13996: Avatars are invisible, except for attachmentsNeal 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-14QAR-1602 Checkpoint for Avatar Pipeline Multiple textures branchNeal 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-13Line ending normalization.brad kittenbrink
2009-07-13Removed unused floater visibility settings ShowDirectory, ShowLeaders, ↵James Cook
ShowTools. Trivial, not reviewed.
2009-07-11add LLImageGL::create(...) back for server side use.Xiaohong Bao
2009-07-10Merged in my debug build and shutdown cleanup changes.brad kittenbrink
2009-07-10First 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-10Fix for crash when running windows debug build. std::string::replace cannot ↵brad kittenbrink
take NULL for it's argument.
2009-07-10merge QAR-1579: texture-cleanup-1.Xiaohong Bao
2009-07-10Brad'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-10EXT-70 Camera and Movement controls don't save their positionsSteven Bennetts
DEV-35250 Quitting from the login screen forgets window placement and visibility (e.g. movement and camera floaters) reviewed by Leyla
2009-07-10EXT-127: Tooltips don't disappear immediately after moving mouse out of objectRichard Nelson
reviewed by Austin
2009-07-10Merged 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-10Added an LLAgentListener implementation for event requests like teleport, ↵brad kittenbrink
sit, stand, etc.
2009-07-10Expanded tabs in cmake filespalmer@945battery-guestB-224.lindenlab.com
2009-07-10Oops, copy/paste error in the llviewercontrol.cpp file top level comments.brad kittenbrink
2009-07-10Fix line ending badness in LLViewerControl.brad kittenbrink
2009-07-10Fix Linux build error due to F32/S32 conversion warning. Not reviewed.James Cook
2009-07-09Brad 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-09Added LLDispatchListener implementation for gSavedSettings.brad kittenbrink
2009-07-09Added a requestReshape handler to LLViewerWindowListener.brad kittenbrink
2009-07-10DEV-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-09Defaulting LLCommonLinkShared to onPalmer
2009-07-09Merge 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-09Moveing around DLL copying to support building llcommon.dll and using ↵Mark Palange (Mani)
llcommon.dll while running unit tests.
2009-07-09Line ending changes and Build Params changes from login-api-svn-1palmer@945battery-guestB-224.lindenlab.com
2009-07-09merge fix for bottom tray history buttonLeyla Farazha
2009-07-09Oops, commented out lines slipped through my commit.Austin Doupnik
2009-07-09DEV-35167 Reference counted selection objects were being kept around by ↵Austin Doupnik
floaters that were being constructed, but weren't visible. Reviewed by Richard.