summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerwindow.cpp
AgeCommit message (Collapse)Author
2010-02-03Optimization pass.Dave Parks
-- Further instrumentation of idle update -- Removed mActiveQ from LLPipeline, instead making calm objects static during LLVOVolume::idleUpdate -- Further instrumentation of flexible object update -- Converted LLDynamicArray and LLMap members of LLViewerObjectList to stl counterparts -- Increased number of update bins in LLViewerObjectList from 16 to 128 (objects will be processed every 128 frames instead of every 16, or ~ 90% fewer objects processed per frame) -- Removed unused "renderObjectsForSelect" code. -- Reenabled LOD updates for objects further than 24m from camera
2010-02-03merge from viewer2.Tofu Linden
2010-02-01Fix regression where SLURL DND when logged in didn't work (line got dropped)Rick Pasetto
Reviewed by callum
2010-02-01Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-29merge from viewer2Tofu Linden
2010-01-29Mere from default branchVadim Savchuk
--HG-- branch : product-engine
2010-01-29completely got rid of Communicate floater and stuffIgor Borovkov
--HG-- branch : product-engine
2010-01-29got rid of lloverlaybar, llmediaremotectrl, llvoiceremotectrl dependencies, ↵Igor Borovkov
updated cmake list --HG-- branch : product-engine
2010-01-29got rid from lltoolbar.h includesIgor Borovkov
--HG-- branch : product-engine
2010-01-29DEV-41686: Added a DisableMouseWarp debug option.Lynx Linden
Turning this option on makes alt-zooming and mouselook actually work when using Synergy. I believe this will also make it work for certain input devices, and Parallels, that control your cursor by setting its position in absolute coordinates.
2010-01-28Merge from viewer2 trunk.Tofu Linden
2010-01-27CID-374Tofu Linden
Checker: UNINIT_CTOR Function: LLPickInfo::LLPickInfo(const LLCoordGL &, unsigned int, int, int, void (*)(const LLPickInfo&)) File: /indra/newview/llviewerwindow.cpp remove some fat, dead members.
2010-01-27CID-26Tofu Linden
Checker: CTOR_DTOR_LEAK Function: LLViewerWindow::LLViewerWindow(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, int, int, int, int, int, int) File: /indra/newview/llviewerwindow.cpp
2010-01-25Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-20Merge from viewer2. Minor conflict resolved.Tofu Linden
2010-01-20Automated merge with ssh://rick@hg.lindenlab.com/rick/viewer-2-0-rickcallumRick Pasetto
2010-01-20Add another setting controlling whether SLURL drag-and-drop performs a teleportRick Pasetto
2010-01-19Fix for EXT-4191 - Drag and Drop viewer resolves some slurls to "//"Callum Prentice
2010-01-19mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-18Some trivial comment/logging typos that were bothering me more than they ↵Tofu Linden
needed to.
2010-01-18Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-18work on EXT-4322 Remove the Communicate floaterYchebotarev ProductEngine
leave some LLFloaterChat usages commented for later review... --HG-- branch : product-engine
2010-01-14Backed out changeset f34a69c2af56Tofu Linden
(this backs-out my backout, now that I'm happy the original merge works okay :))
2010-01-14Backed out changeset d5b761982e63Tofu Linden
This got pushed too early - sorry. Sigh.
2010-01-14Merge from viewer2, including fix for the test failure biting qarl.Tofu Linden
Minor conflict in llviewerfloaterreg.cpp resolved.
2010-01-11Merge with tipCallum Prentice
2010-01-11Fix that stops "Start Location" corruption if you drag an invalid ↵Callum Prentice
http://slurl.com SLURL onto the login page
2010-01-11Fix unposted bug: drag feedback didn't check whitelistRick Pasetto
http://codereview.lindenlab.com/274039/show
2010-01-11EXT-4077 Clicking motd link opens two web browser windowsLeyla Farazha
Fixed click handling weirdness. On mouse up, mTopCtrl was being passed the mouse click, and then again the mRootView regardless of whether the first handled it. Also if mRootView didn't handle a mouse up, it was traversed again to handle the mouse up. reviewed by Richard
2010-01-07Fix drag and drop for windows. Makes Win32 state machine behave more like Mac.Callum Prentice
2010-01-07Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-07Merge latest fixes from viewer2.Tofu Linden
2010-01-06EXT-3878 - Menus disappear when UI Size is < 1.00richard
EXT-3647 - Auto-scrolling of IMs should resume when user types in chat EXT-3877 - Pinning two levels of menus prevents movement using arrow keys EXT-1303 - Hyperlink text wraps in the middle of a word reviewed by James
2010-01-05Build fix: add missing #includeRick Pasetto
2010-01-05Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0Rick Pasetto
2010-01-04Merge from trunk. Conflicts manually resolved in:Tofu Linden
U indra/llui/lluictrlfactory.cpp U indra/newview/llinventorybridge.cpp U indra/newview/llviewertexture.cpp U indra/newview/llviewertexture.h
2009-12-31EXT-3778 Fixed handling of url passed in on cmd line.Mark Palange (Mani)
The url from the cmd line was being overridden by the LoginLocation setting. (my bad!) Removed unnecessary llurlsimstring.h includes.
2009-12-18Fix slurl crashing, fix slurls highlighting objects, fix overlapping objects ↵Rick Pasetto
not "unhighlighting"
2009-12-18Fix crash when DnD onto an item with media but no implRick Pasetto
2009-12-18Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2009-12-18Merge with viewer-2-0Dave Parks
2009-12-16Don't allow drag if the cap URL is empty or if the whitelist does not passRick Pasetto
2009-12-16MergeJames Cook
2010-04-07merge from viewer-trunkTofu Linden
2010-03-26Applied (manually in places) diff from ↵Palmer
svn.lindenlab.com/svn/linden/branches/render-pipeline/render-pipeline-7@135361 to get deferred rendering changes from the svn branch. Bleh!
2010-04-07merge from viewer-trunkTofu Linden
2009-12-15EXT-2649 Replace 'Advanced > Set Away After 30 Minutes' with Away time optionsLeyla Farazha
EXT-2649 [BSI] Confirm on Drop EXT-3416 Can't name a new gesture on creation (and renaming is HARD) reviewed by James
2009-12-15mergeRick Pasetto
2009-12-15Merge from default branch.Vadim Savchuk
Resolved conflicts in llalertdialog.h and llnotify.cpp (local deletion vs remote change) by removing them. --HG-- branch : product-engine
2009-12-14Final merge of precompiled header dependency cleanup work.brad kittenbrink