summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-20make linux viewer build use the new boost lib names. :/Tofu Linden
2010-02-19MergeDave Parks
2010-02-19New boost packages for all 3 platforms to fix boost.date_time link errors ↵brad kittenbrink
and SNOW-431.
2010-02-19MergeDave Parks
2010-02-20Fixed major (EXT-5551) Duplicated xui xml IDs to fix, 2010/2/19.Sergei Litovchuk
--HG-- branch : product-engine
2010-02-19Work in progress on EXT-5333: Bodyparts missing from appearance and COFBrad Payne (Vir Linden)
2010-02-19mergeDave Parks
2010-02-19Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Chuck Linden
2010-02-19Removed extraneous elements.Chuck Linden
http://jira.secondlife.com/browse/EXT-5037
2010-02-19No ticket. Minor style changes in code introduced in changeset 43f903cf4d89.Andrew Dyukov
--HG-- branch : product-engine
2010-02-19No ticket. Replaced calls of LLVoiceClient::getInstance() to ↵Andrew Dyukov
LLVoiceClient::instanceExists() in checks before removal of voice client status observers. These checks were introduced in changeset bc6a6ab2ce54. --HG-- branch : product-engine
2010-02-19Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Xiaohong Bao
2010-02-19fix for EXT-5528: Viewer hangs indefinitely after teleporting into this region.Xiaohong Bao
for EXT-5550: Viewer locks up consistently on the same sim.
2010-02-19Automated merge with file:///Users/chuck/Documents/hg/viewer-hotfixChuck Linden
2010-02-19fixed low bug EXT-5011 {Win7} Highlighted landmarks are showed on Favorites ↵Denis Serdjuk
Bar if DnD couple of them on blank Favorites Bar Cause: Favbar buttons uses transparent.j2c texture for background.This texture was not preloaded during stating up. llbutton::draw() applies a glow effect which was described in ticked description. Solution: Definition of texture has been added into texture.xml --HG-- branch : product-engine
2010-02-19Consolidate now preserves materials.Dave Parks
2010-02-19Minor cleanup.Vadim Savchuk
--HG-- branch : product-engine
2010-02-19Fixed low priority bug EXT-4079 (Lag meter: Colons missing when first opened).Vadim Savchuk
--HG-- branch : product-engine
2010-02-19Fixed low bug EXT-5568 (The Speak button label hides after bottom tray width ↵Eugene Mutavchi
decreased.) --HG-- branch : product-engine
2010-02-19Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfixChuck Linden
2010-02-19Replaced small group icon to prevent stretching.Chuck Linden
http://jira.secondlife.com/browse/EXT-5103
2010-02-19no ticket. minor changes. Comments cleaning up. The logic was NOT changed.Denis Serdjuk
--HG-- branch : product-engine
2010-02-19viewer2 merge.Tofu Linden
2010-02-19EXT-5552 Linux viewer running out of address space, crashing frequently and ↵Tofu Linden
untracably re-fixed.
2010-02-19viewer2 mergeTofu Linden
2010-02-19Automated merge with https://hg.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2010-02-19EXT-5101 “No feedback provided when accepting a friend request”,Alexei Arabadji
replaced log text "Friend request" with "Friendship offer". --HG-- branch : product-engine
2010-02-19No ticket, fixed the mistake in class name.Eugene Mutavchi
--HG-- branch : product-engine
2010-02-19merge backout.Tofu Linden
2010-02-19Backed out changeset 241ba20f5e05 (EXT-5552 Linux viewer running out of ↵Tofu Linden
address space, crashing frequently and untracably) A mis-build caused a side-effect. Another fix to follow.
2010-02-19mergeDenis Serdjuk
--HG-- branch : product-engine
2010-02-19fixed normal Bug EXT-5380 'Place Profile' side panel opens instead 'Search' ↵Denis Serdjuk
floater after not-recognized SLURL was entered in Location Field --HG-- branch : product-engine
2010-02-19mergeDenis Serdjuk
--HG-- branch : product-engine
2010-02-19PE merge.Tofu Linden
2010-02-19Fixed major bug EXT-5445 - Pop-ups (that replace the blue ones) should not ↵Dmitry Zaporozhan
steal focus. LLScriptFloater will no longer steal focus when opened. --HG-- branch : product-engine
2010-02-19viewer2 merge, again.Tofu Linden
2010-02-19Wow, fix gcc fussiness that only happens in release builds for some reason.Tofu Linden
2010-02-19fix warning introduced from trunk merge.Tofu Linden
2010-02-19viewer2 merge.Tofu Linden
2010-02-19merge from viewer2, conflicts resolved...Tofu Linden
2010-02-19move what seems like a confused file add from our default/base path debacle.Tofu Linden
2010-02-19EXT-2891 "Group notices should be recorded into group IM history",Alexei Arabadji
corrected logging of stub group notices; --HG-- branch : product-engine
2010-02-19Rolling back a previous fix EXT-5380. More convenient approach has been founded.Denis Serdjuk
--HG-- branch : product-engine
2010-02-19Fixed low bug EXT-4676 (Sell Land: Tab does not move to next control)Eugene Mutavchi
--HG-- branch : product-engine
2010-02-19Fixed normal bug EXT-5488(After login to specific region, next startup shows ↵Eugene Mutavchi
location box empty preventing login) --HG-- branch : product-engine
2010-02-19fixed low bug EXT-5423 'Drag a landmark here ...' prompting is cropped in ↵Denis Serdjuk
blank Favorites bar panel Cause: LLFolderView did NOT take into account size of status textbox during required height calculation Solution: Reserve size for textbox if the folderview does not have filtered items. --HG-- branch : product-engine
2010-02-19Partial fix for major bug EXT-5524 (Crash in LLVoiceClient when quitting ↵Andrew Dyukov
viewer without login). - Used call of LLVoiceClient::instanceExists() instead of gVoiceClient in check in LLVoiceChannel destructor to avoid crash when quitting viewer by closing console window before login. So now crash won't happen in LLVoiceClient::removeObserver(). But crash will occur in other destructors later, so further investigation needed. --HG-- branch : product-engine
2010-02-19PE merge.Tofu Linden
2010-02-19EXT-5552 Linux viewer running out of address space, crashing frequently and ↵Tofu Linden
untracably Yes, we were really hitting 3GB of address space. And quickly. Because we keep ~645 fonts mmap()d on a typical Linux system. Switch to a libfreetype that doesn't mmap(). This is lower risk than fixing the font system right now...
2010-02-19merge.Tofu Linden