| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-02-09 | merge | davep@billy.gateway.2wire.net | |
| 2010-02-09 | merge | davep@billy.gateway.2wire.net | |
| 2010-02-09 | merge from viewer2 trunk. | Tofu Linden | |
| 2010-02-08 | partial fix for EXT-4352. fixed mutex deadlocks and turned on the ↵ | Xiaohong Bao | |
| multi-threaded texture fetching. | |||
| 2010-02-08 | merge | Dave Parks | |
| 2010-02-08 | Merge from viewer2 trunk. | Tofu Linden | |
| 2010-02-06 | Update the rest of the LLEventTimer users to #include lleventtimer.h. I think. | Tofu Linden | |
| 2010-02-05 | EXT-5026 - Crash when exiting from login screen | richard | |
| reviewed by Mani | |||
| 2010-02-05 | EXT-4232 Keeping gSpashScreen up until the viewer window appears. | Mark Palange (Mani) | |
| Move the call to LLSpashScreen::hide() to the point where we show the main window. Reviewed by Richard | |||
| 2010-02-04 | merge | Dave Parks | |
| 2010-02-04 | Backed out changeset: b579077ebc79 | Mark Palange (Mani) | |
| I gave lynx a bad review. :( I didn't know about the setting FirstLoginThisInstall. I'm backing out lynx's change, then re-fixing EXT-4237. | |||
| 2010-02-04 | merge from viewer2. | Tofu Linden | |
| 2010-02-04 | EXT-4237: Don't show Start Up pulldown until successful login. | Lynx Linden | |
| Previously any login attempt, even a failed one, would cause the Start Up pulldown to appear. Now only a successful login will cause this to happen. Also renamed the setting FirstRunThisInstall to the more accurate HadFirstSuccessfulLogin (and inverted its logic). Reviewed by Mani. | |||
| 2010-02-03 | Optimization 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-01-29 | merge from viewer2 | Tofu Linden | |
| 2010-01-29 | fixed EXT-4187 "X" does not close client after idle timeout / log off when ↵ | Igor Borovkov | |
| "Confirm before I quit" is enabled --HG-- branch : product-engine | |||
| 2010-01-29 | got rid from lltoolbar.h includes | Igor Borovkov | |
| --HG-- branch : product-engine | |||
| 2010-01-28 | Merge from viewer2 trunk. | Tofu Linden | |
| 2010-01-27 | Plumb getting and setting the system audio mute through appviewer | Rick Pasetto | |
| Next step is to actually implement the OS-specific calls to do so. Until then, behavior is the same; the status bar will mute/unmute the "master" audio for the viewer *only* | |||
| 2010-01-22 | Merge from v2 trunk. | Tofu Linden | |
| 2010-01-20 | Merge from viewer2. Minor conflict resolved. | Tofu Linden | |
| 2010-01-20 | DEV-35248: Allow NoVerifySSLCert to uniformly disable verification | Nat Goodspeed | |
| Introduce static LLCurl SSL verification flag, default 'true', accessed by LLCurl::setSSLVerify() and getSSLVerify(). Make LLCurl::Easy::prepRequest() check LLCurl::getSSLVerify() instead of unconditionally setting CURLOPT_SSL_VERIFYPEER 'true'. Also set CURLOPT_SSL_VERIFYHOST to match. Make LLXMLRPCTransaction::Impl::init() examine LLCurl::getSSLVerify(), instead of directly examining gSavedSettings.getBOOL("NoVerifySSLCert"). Make LLURLRequest::checkRootCertificate() set CURLOPT_SSL_VERIFYHOST as well as CURLOPT_SSL_VERIFYPEER. Make request() in llhttpclient.cpp (used by LLHTTPClient::getByteRange(), head(), get(), getHeaderOnly(), put(), post(), postRaw(), postFile(), del(), move()) pass LLCurl::getSSLVerify() to checkRootCertificate(), rather than constant 'true'. Make LLAppViewer::mainLoop() call LLCurl::setSSLVerify(! gSavedSettings.getBOOL("NoVerifySSLCert")) at the same time it calls LLCurl::setCAFile(), a comparable bit of static setup. | |||
| 2010-01-18 | temporarily disable the texture fetching thread again to avoid mutex deadlocks. | Xiaohong Bao | |
| 2010-01-18 | Some trivial comment/logging typos that were bothering me more than they ↵ | Tofu Linden | |
| needed to. | |||
| 2010-01-18 | trivial comment fix. | Tofu Linden | |
| 2010-01-18 | EXT-4470 Several bad assumptions that LL_PATH_PER_SL_ACCOUNT is always good ↵ | Tofu Linden | |
| (which it isn't until after login) To be reviewed by Soft! | |||
| 2010-01-15 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Xiaohong Bao | |
| 2010-01-15 | partial fix for EXT-4352: Texture loading problems in Viewer 2.0. More to ↵ | Xiaohong Bao | |
| come later (next week). | |||
| 2010-01-14 | EXT-3795 First run messages still display (click & drag on map, Build tools ↵ | angela | |
| open, movement controlled, etc) | |||
| 2010-01-13 | Merge. | Tofu Linden | |
| 2010-01-08 | EXT-4049 Change About SL window label from ABOUT Second Life to About Second ↵ | Tofu Linden | |
| Life | |||
| 2010-01-06 | Merge from viewer2 trunk again - some fairly important fixes there. | Tofu Linden | |
| 2010-01-05 | Lots of fixes to parcel audio playing/stopping/autoplaying/firstuse policy. | Tofu Linden | |
| 2010-01-04 | Merge 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-18 | Merge with viewer-2-0 | Dave Parks | |
| 2009-12-16 | Merge | James Cook | |
| 2009-12-16 | Tracking down stalls in llpumpio and agent updates. | Dave Parks | |
| 2009-12-16 | Quick 'n dirty prioritization scheme for mesh loading. | Dave Parks | |
| Sprinkling of fast timers in areas that are likely to stall. | |||
| 2009-12-15 | EXT-2649 Replace 'Advanced > Set Away After 30 Minutes' with Away time options | Leyla 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-15 | merge | Dave Parks | |
| 2009-12-15 | Merge 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-14 | Final merge of precompiled header dependency cleanup work. | brad kittenbrink | |
| 2009-12-14 | merge | richard | |
| 2009-12-14 | Merge of my old precompiled headers dependency cleanup with tip of viewer-2-0. | brad kittenbrink | |
| 2009-12-14 | Merge from default branch. | Vadim Savchuk | |
| --HG-- branch : product-engine | |||
| 2009-12-11 | EXT-3233 Button label vertical placement cannot be adjusted via xml | James Cook | |
| Added bottom_pad attribute to widgets/button.xml and removed old LLBUTTON_VPAD global and ButtonVPad saved setting. Reviewed with Richard. | |||
| 2009-12-11 | merge | Dave Parks | |
| 2009-12-11 | HTTP Mesh fetch FTW.. still busted | Dave Parks | |
| 2009-12-11 | Merge media back into viewer 2-0 | skolb | |
| 2009-12-11 | implemented EXT-2323 “Get rid from obsolete notification widgets”; | Alexei Arabadji | |
| --HG-- branch : product-engine | |||
