Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-22 | Weekly automated merge from viewer 2.0 | Roxie Linden | |
2010-03-18 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-03-18 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-03-18 | Backed out changeset 0305673fe81e EXT-4820 [NUX] Viewer dimensions on first-run | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-03-18 | Backed out changeset f4c0761897c6 EXT-4820([NUX] Viewer dimensions on ↵ | Igor Borovkov | |
first-run) by which "moved LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux." --HG-- branch : product-engine | |||
2010-03-18 | Backed out changeset 2624e0d8b6f4 | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-03-16 | fixed EXT-4820 [NUX] Viewer dimensions on first-run | Igor Borovkov | |
changed first run window height from 768 to 738 Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/38/ --HG-- branch : product-engine | |||
2010-03-16 | Fixed bug EXT-6007 ([STRING IN EN] - While loading Second Life several ↵ | Vadim Savchuk | |
messages need to be localized). Reviewed by Richard: https://codereview.productengine.com/secondlife/r/31/ --HG-- branch : product-engine | |||
2010-03-08 | automated merge | Roxie Linden | |
2010-03-08 | DEV-45976 Last Login Location Preference not remembered | Roxie Linden | |
2010-03-07 | PE merge. | Tofu Linden | |
2010-03-05 | merge | Richard Linden | |
2010-03-05 | Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - moved ↵ | Eugene Mutavchi | |
LLDisplayInfo to llwindow, implemented getting the width/height of screen for mac os and linux. --HG-- branch : product-engine | |||
2010-03-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Xiaohong Bao | |
2010-03-04 | fix for EXT-5683: viewer crashes at llcommon/llworkerthread.cpp(323): ERROR: ↵ | Xiaohong Bao | |
LLWorkerClass::checkWork: ASSERT(workreq). | |||
2010-03-04 | partitial fix for major EXT-4820 [NUX] Viewer dimensions on first-run | Ychebotarev ProductEngine | |
need to specify desctop width and height for macos and linux (see LLDesctopInfo in llsys.cpp for details) --HG-- branch : product-engine | |||
2010-03-02 | initial work changing topctrl to popup layer | Richard Nelson | |
2010-02-23 | merge | Palmer Truelson | |
2010-02-23 | Turning on Davep optimizations again. Backed out changeset d89b00b44ab6 | Palmer Truelson | |
2010-02-18 | Backed out cpp changes from changeset 49e628c3a0c5 | Kent Quirk | |
2010-02-17 | EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts ↵ | Richard Linden | |
1.23s UI reviewed by Leyla | |||
2010-02-12 | merge | Palmer Truelson | |
2010-02-12 | Backed out davep's optimization pass. changeset 3c3685de430a | Palmer Truelson | |
2010-02-12 | merge | Palmer | |
2010-02-10 | change the cache version number to force to clear old cache. | Xiaohong Bao | |
2010-02-09 | Update of major bug EXT-5022 (streaming media first use dialog should be ↵ | Eugene Mutavchi | |
removed) --HG-- branch : product-engine | |||
2010-02-08 | partial fix for EXT-4352. fixed mutex deadlocks and turned on the ↵ | Xiaohong Bao | |
multi-threaded texture fetching. | |||
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 | 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 | 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-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-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-08 | EXT-4049 Change About SL window label from ABOUT Second Life to About Second ↵ | Tofu Linden | |
Life | |||
2010-01-05 | Lots of fixes to parcel audio playing/stopping/autoplaying/firstuse policy. | Tofu Linden | |
2009-12-16 | Merge | James Cook | |
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 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 |