Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-20 | Merge. | Kent Quirk | |
2010-04-20 | set the patch version | Kent Quirk | |
2010-04-20 | Merge hotfixbeta into hotfix | Kent Quirk | |
2010-04-19 | Fix for EXT-6925 (Mime type association missing for video/* wildcard). | Monroe Linden | |
In mime_types*.xml, added <impl> sections to the mimetype entries for video/* and audio/* which point to the quicktime plugin on Mac/Windows and gstreamer on Linux. Reviewed by Callum at http://codereview.lindenlab.com/1252035 | |||
2010-04-19 | merge from PE's viewer-hotfix | Tofu Linden | |
2010-04-19 | Updated the reverted fix for critical bug EXT-1655 ([BSI] Always flying ↵ | Eugene Mutavchi | |
after pressing "Stand" to stand up from an object), also integrated the fix for EXT-6786 ('Stand' button is corrupted if movement control floater is opened). Added some clarifying comments. Reviewed by Tofu Linden at https://codereview.productengine.com/secondlife/r/253/. --HG-- branch : product-engine | |||
2010-04-17 | merge from PE's viewer-hotfix | Tofu Linden | |
2010-04-16 | Fixed major bug EXT-6869 (Viewer crashes when switching between group voice ↵ | Mike Antipov | |
sessions) The reason: LLCallDialogManager did not disconnect from "voice channel state changed" signal on channel in previous session. Thus when old channel changes state from STATE_HUNG_UP to STATE_CALL_STARTED there is invalid pointer to session in connected LLCallDialogManager::onVoiceChannelStateChanged callback before current voice channel is changed and pointer to session becames valid. Fix: add storing of connection to signal in voice channel from previous session and disconnect it before connecting to channel in current session. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/244/ --HG-- branch : product-engine | |||
2010-04-15 | Fix for EXT-6813 libcurl on windows had gzip/deflate transfer-encoding disabled. | brad kittenbrink | |
New build of libcurl fixed it. | |||
2010-04-15 | EXT-4388 Crash in octree line segment intersection code (getMask) | Tofu Linden | |
Add yet more paranoia-and-return-or-assert, this time for +-INF in input vector. To be reviewed by Bao. (transplanted from 2012f21d23c66179345fb26148cfbe19835b325e) | |||
2010-04-16 | EXT-6572 correct translation for "Buy L$", for 2.0.1 | Eli Linden | |
2010-04-16 | EXT-6880 Adding newline to end of CMakesList.txt | Mark Palange (Mani) | |
2010-04-16 | Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix | Mark Palange (Mani) | |
2010-04-16 | EXT-6880 Building updater with static linked CRT | Mark Palange (Mani) | |
2010-04-15 | EXT-6877 : Show avatar-as-cloud as "Loading..." in nametag | Loren Shih | |
If you or others are a cloud, then your nametag will include a "(Loading...)" string. Note: this required a small bit of code refactor so that you can query if an avatar (yourself or others) is a cloud; this was basically a rename from updateIsFullyLoaded into getIsCloud. | |||
2010-04-15 | EXT-6847 : Deafult configuration has Away timeout set to "Never" | Loren Shih | |
Imported from 2.1 into 2.0.1. This fix is a safe change and gives Residents useful information about why an avatar is a cloud (e.g. because the avatar minimized his window and hence is "away"). | |||
2010-04-14 | accidentally changed default cursor for testing purposes, reverted | Richard Nelson | |
2010-04-14 | fixed eol style | Richard Nelson | |
2010-04-14 | fixed eol and lack of copyright in resource.h | Richard Nelson | |
2010-04-14 | merge | Richard Nelson | |
2010-04-14 | EXT-2418 and EXT-6317 | Richard Nelson | |
found out how to fix loading 32-bit cursors from embedded resource and moved them back there instead of freestanding files | |||
2010-04-14 | added cur files to textures directory for 32 bit windows cursors | Richard Nelson | |
2010-04-14 | Fix for LLVOAvatarSelf calling updateVisualParams every frame -- saves about ↵ | Dave Parks | |
2ms per frame. Reviewed by Nyx | |||
2010-04-14 | Merge | Kent Quirk | |
2010-04-14 | update version number | Kent Quirk | |
2010-04-14 | Merge | Kent Quirk | |
2010-04-14 | Merge backout of EXT-1655 | Kent Quirk | |
2010-04-14 | This change originally to fix EXT-1655 has caused a failure to render ↵ | Kent Quirk | |
sitting avatars (EXT-6835). We can probably find a "right" fix, but for now backing it out. Backed out changeset bd384ded4268 | |||
2010-04-14 | Merge | Kent Quirk | |
2010-04-14 | Remove calls to llpushcallstacks from inner loops. | Dave Parks | |
2010-04-13 | merge | Richard Linden | |
2010-04-13 | fix for EXT-6317 and EXT-2418 regressions in installed viewers | Richard Linden | |
new 32-bit mouse cursors were not getting packaged by installer for windows builds reviewed by Monroe | |||
2010-04-13 | Fix for EXT-6750 (disabled attachment media still plays). | Monroe Linden | |
LLViewerMediaImpl::shouldShowBasedOnClass() was always returning true for focused media. This was incorrect, since it made click-focusing on media override the class-based disable preferences. Reviewed by Callum at http://codereview.lindenlab.com/1178023 | |||
2010-04-13 | Supplementary fix for EXT-6663 TOS Screen logic for enabling agreement ↵ | Aimee Linden | |
checkbox is questionable If the "alive" check on the ToS page returns before the browser plugin has loaded the Loading page, the checkbox never gets enabled, so postpone the check until the Loading page is up. | |||
2010-04-13 | Merge Tofu's fix for the build failure introduced in bd384ded4268 | Kyle Ambroff | |
2010-04-07 | Fixed critical bug EXT-1655 ([BSI] Always flying after pressing "Stand" to ↵ | Eugene Mutavchi | |
stand up from an object) - moved restoring the flying of the agent before calling the mAutoPilotFinishedCallback, to allow finished callback to change it. - fixed LLVOAvatar::sitOnObject() to set mIsSitting = TRUE before stoping the autopilot, like it was in 1.23 version. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/185/ | |||
2010-04-12 | Merge | Kent Quirk | |
2010-04-12 | EXT-6808 Update Vivox SDK to 3.1.0001.8385 | Aimee Linden | |
2010-04-09 | Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix | Xiaohong Bao | |
2010-04-09 | the first round of the debug code for EXT-6792: Crash on ATI 3200 | Xiaohong Bao | |
2010-04-09 | debug code for EXT-6791: Intel 965 Crash in glCopyTexSubImage2D. | Xiaohong Bao | |
2010-04-09 | EXT-6422 Infinite loop in LLMotionController::activateMotionInstance | Richard Nelson | |
reviewed by monroe | |||
2010-04-09 | EXT-6693 - [crashhunters] crash in LLPopupView::handleMouseEvent | Richard Nelson | |
reviewed by Monroe | |||
2010-04-09 | merged from viewer-trunk, fix for EXT-6780: to make ↵ | Xiaohong Bao | |
LLImageBase::allocateData() thread-safe. Also include some debug code for EXT-6567: crash at LLImageBase::allocateData(). | |||
2010-04-06 | Fixed major bug EXT-6572 (EXT-6572 ([VARIABLE IN WRONG PLACE] in Taskbar ↵ | Paul Guslisty | |
\"Kaufen L$\" should be \"L$ kaufen\") - Removed the L$ graphic and made \"L$\" part of the label string. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/172/ (transplanted from 4cbdcfc8b196f0ff28df1d0897023ee967cce2a3) | |||
2010-04-16 | Merge | Richard Linden | |
2010-04-16 | Backed out changeset: 61a83065d146 | Richard Linden | |
2010-04-16 | merge | Richard Linden | |
2010-04-16 | EXT-6895 - Crash in landmarkNameCallback | Richard Linden | |
reviewed by Leyla | |||
2010-03-31 | EXT-2418 - improved cursors for sit/open/buy - the neglected Linux part. | Tofu Linden | |