- Feb 18, 2010
-
-
Kent Quirk authored
-
Lynx Linden authored
Renaming skins/base back to skins/default to unblock I10n. Revert was requested by Q.
-
- Feb 17, 2010
-
-
Richard Linden authored
reviewed by Leyla
-
- Feb 13, 2010
-
-
Palmer Truelson authored
-
- Feb 10, 2010
-
-
Xiaohong Bao authored
-
- Feb 09, 2010
-
-
Eugene Mutavchi authored
--HG-- branch : product-engine
-
- Feb 08, 2010
-
-
Xiaohong Bao authored
-
richard authored
-
- Feb 23, 2010
-
-
Palmer Truelson authored
-
- Feb 06, 2010
-
-
Tofu Linden authored
-
- Feb 05, 2010
-
-
richard authored
reviewed by Mani
-
Mark Palange (Mani) authored
Move the call to LLSpashScreen::hide() to the point where we show the main window. Reviewed by Richard
-
- Feb 04, 2010
-
-
Mark Palange (Mani) authored
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.
-
- Feb 03, 2010
-
-
Lynx Linden authored
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.
-
David Parks authored
-- 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
-
- Jan 29, 2010
-
-
Igor Borovkov authored
fixed EXT-4187 "X" does not close client after idle timeout / log off when "Confirm before I quit" is enabled --HG-- branch : product-engine
-
Igor Borovkov authored
--HG-- branch : product-engine
-
- Jan 27, 2010
-
-
Rick Pasetto authored
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*
-
- Jan 20, 2010
-
-
Nat Goodspeed authored
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.
-
- Jan 18, 2010
-
-
Xiaohong Bao authored
-
Tofu Linden authored
-
Tofu Linden authored
-
Tofu Linden authored
EXT-4470 Several bad assumptions that LL_PATH_PER_SL_ACCOUNT is always good (which it isn't until after login) To be reviewed by Soft!
-
- Jan 15, 2010
-
-
Xiaohong Bao authored
-
- Jan 13, 2010
-
-
angela authored
EXT-3795 First run messages still display (click & drag on map, Build tools open, movement controlled, etc)
-
- Jan 11, 2010
-
-
richard authored
-
- Jan 08, 2010
-
-
richard authored
-
Tofu Linden authored
-
- Jan 05, 2010
-
-
Tofu Linden authored
-
- Dec 15, 2009
-
-
Leyla Farazha authored
EXT-2649 [BSI] Confirm on Drop EXT-3416 Can't name a new gesture on creation (and renaming is HARD) reviewed by James
-
- Dec 11, 2009
-
-
James Cook authored
Added bottom_pad attribute to widgets/button.xml and removed old LLBUTTON_VPAD global and ButtonVPad saved setting. Reviewed with Richard.
-
Alexei Arabadji authored
--HG-- branch : product-engine
-
- Dec 10, 2009
-
-
Monroe Linden authored
Of the four options suggested in the jira, this is a modified version of #2. Since the mime_types.xml file actually gets localized (it contains a bunch of user-visible text in addition to the mappings), I don't think renaming it in viewer_manifest.py will work. Instead, I've created additional files (mime_types_linux.xml and mime_types_mac.xml) in the same location, and changed the code that loads the file in LLAppViewer::init() to look for different names per-platform. I'm sure there are cleverer solutions (such as abusing the translation xml overlay system to create files that have deltas per platform), but those don't fit in the time-box allocated to this issue.
-
- Dec 08, 2009
-
-
Yuri Chebotarev authored
--HG-- branch : product-engine
-
Lynx Linden authored
Renamed llviewerversion to llversioninfo, to avoid confusion with llversionviewer in llcommon (llversion is already used by llwindow). Created new LLVersionInfo class with the following methods: static S32 getMajor(); static S32 getMinor(); static S32 getPatch(); static S32 getBuild(); static const std::string &getVersion(); static const std::string &getShortVersion(); static const std::string &getChannel(); All viewer code has been updated to use this API. Viewer code no longer directly includes llversionviewer.h from llcommon.
-
- Dec 07, 2009
-
-
Lynx Linden authored
This module now contains general viewer version routines, not just access to the viewer build number, so I've renamed it from llviewerbuild to llviewerversion.
-
Lynx Linden authored
Rather than copy/paste the same version string formatting pattern again, I added new string-based version routines: /// return the full viewer version as a string like "2.0.0.200030" const std::string &llGetViewerVersion(); /// return the viewer version as a string like "2.0.0" const std::string &llGetViewerShortVersion(); /// return the viewer build version as a string, e.g., "200130" const std::string &llGetViewerBuildVersion();
-
- Dec 03, 2009
-
-
Steve Bennetts authored
Changed an assert to an llerrs with extra info Added "HTTP Textures" to "Develop" menu
-
- Dec 01, 2009
-
-
Rick Pasetto authored
Review #49 This change adjusts each media's priority based on whether the viewer is minimized (media priority becomes HIDDEN) or unfocused (media priority becomes LOW). However, due to the fact that updateMedia() was no longer being called when minimized, I moved its call out of LLViewerTextureList::updateImages() (a seemingly odd place anyway) and into its own idle callback.
-
- Nov 30, 2009
-
-
Steve Bennetts authored
-