Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-17 | replace universal email notice setting with a comment on how to produce a ↵ | Oz Linden | |
specific one | |||
2010-08-17 | (final?) hairy merge from viewer-release to viewer-public | Tofu Linden | |
2010-08-17 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-08-17 | EXT-8425 ADDITIONAL FIX Fixed broken translation of accelerators which was ↵ | Andrew Dyukov | |
introduced by fix of this bug in changeset 14331:11122e1fc5cf. Removed "Key_" prefix from new key strings and from function that finds them, because it broke translation of old accelerator strings. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/861/ --HG-- branch : product-engine | |||
2010-08-17 | EXT-7083 FIXED initializing the viewer preferred maturity with the value ↵ | Sergei Litovchuk | |
received from the server on login. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/863/. --HG-- branch : product-engine | |||
2010-08-17 | SNOW-585 (VWR-20679) FIXED Build failure when the FMOD lib is not present. | Aimee Linden | |
Also added Mac version of the same fix, and corrected the warning message in the Linux version that was already there. | |||
2010-08-16 | EXT-8636 FIXED updating wearables (worn) prefix in 'My Outfits' list. | Sergei Litovchuk | |
- Fixed LLOutfitsList COF changes handler to update worn status of items removed from COF. Now they are updated based on the differences in original items' ids in COF. - Fixed 'My Outfits' items worn status check to update depending on whether the item is linked in COF or not. This is a kind of workaround to fix updating attachments' worn status because LLAppearanceMgr::updateAppearanceFromCOF is triggered erlier than new attachment links are fetched. When dumpItemArray(obj_items,"asset_dump: obj_item") is called from LLAppearanceMgr::updateAppearanceFromCOF, all attachment links have empty asset ids. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/859/. --HG-- branch : product-engine | |||
2010-08-16 | EXT-8370 FIX en_xui_change resizing for IT truncation | Eli Linden | |
2010-08-16 | CT-575 FR linguistic | Eli Linden | |
2010-08-16 | VWR-20673 (SNOW-743) FIXED Compiler warning: 'region_access' may be used ↵ | Aimee Linden | |
uninitialized in this function | |||
2010-08-16 | VWR-20671 (SNOW-514) FIXED Protection on LLInstanceTracker base in ↵ | Aimee Linden | |
LLNameListCtrl needs to be public for gcc >4.1 | |||
2010-08-16 | VWR-20670 (SNOW-506) FIXED Protection on LLInstanceTracker base in ↵ | Aimee Linden | |
LLEventTimer needs to be public for gcc >4.1 | |||
2010-08-16 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-08-16 | Fix executable perms on develop.py which seem to have got lost somewhere in ↵ | Aimee Linden | |
the move. | |||
2010-08-16 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-08-15 | No longer need the "build_server" settings, since "build.sh" no longer has ↵ | Christian Goetze (CG) | |
that code. Mainly rebuild to clean up the result page. | |||
2010-08-15 | Removed email address of inworld public build status indicator, re-rezzed ↵ | Christian Goetze (CG) | |
indicator. | |||
2010-08-14 | Changed viewer channel to "Second Life Development" | Aimee Linden | |
2010-08-13 | Automated merge with file:///Users/oz/Internal/viewer-development | Oz Linden | |
2010-08-13 | Add email to public inworld build status indicator. | Christian Goetze (CG) | |
2010-08-13 | Upload build results into a publicly accessible place on S3. | Christian Goetze (CG) | |
2010-08-13 | merge | Brad Payne (Vir Linden) | |
2010-08-13 | Persuade Windows to package the prebuilt llkdu.dll | Aimee Linden | |
2010-08-13 | DEV-52580 FIX | Brad Payne (Vir Linden) | |
2010-08-13 | Reintroduce check for LLKDU source after downloading the prebuilt lib, to ↵ | Aimee Linden | |
avoid adding a build dependency on it. | |||
2010-08-13 | EXT-8536 FIXED Fixed wrong behaviour of slidercontrol's lineeditor revert on ↵ | Andrew Dyukov | |
escape. Though bug description mentioned only appearance, bug reproduced for all slidercontrols. The cause of returning on escape to old value instead of last commited one was that on commit slidercontrol set text for it's lineeditor which was the same as the one currently typed into lineeditor(and it seems logical). But LLLineEditor::setText() has check at it's beginning which compares text which is being set to the one which is already there. If this check succeeds, we exit the method and thus saving of value for revert is not reached. That's why when revert happened on escape older value then the last commited was set in lineeditor. - Added additional call of setText() in sliderctrl to force changes in currently set text so that on next call with "real" text saving of reverted value was reached. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/856/ --HG-- branch : product-engine | |||
2010-08-13 | EXT-8650 Can wear multiple copies of no-copy item via object links | Loren Shih | |
* EXT-8661 Take out unused mRegisteredAttachments in LLAppearanceMgr Removed unused mRegisteredAttachments. Not sure what this was used for, but it's no longer used. | |||
2010-08-13 | EXT-8662 FIXED Crash on renaming incomplete inventory items. | Vadim Savchuk | |
I couldn't reproduce this problem, but from what I've seen in the crash reporter, this is a very old bug affecting viewers 1.2x and 2.x. When user tries to rename an incomplete inventory item, viewer crashes. The fix is to disallow renaming incomplete items. Reviewed by Seraph at https://codereview.productengine.com/secondlife/r/857/ --HG-- branch : product-engine | |||
2010-08-13 | EXT-8650 Can wear multiple copies of no-copy item via object links | Loren Shih | |
* EXT-8688 Automatically detach same object is detected * EXT-8689 Cleanup detachAttachmentIntoInventory code When an object arrives as an attachment, if it's already attached then it's automatically detached. | |||
2010-08-13 | Remove check for LLKDU source in the tree before downloading the pre-built lib. | Aimee Linden | |
2010-08-13 | Use -DINSTALL_PROPRIETARY:BOOL=ON when calling develop.py from build.sh | Aimee Linden | |
Required because indra/cmake/Variables.cmake uses indra/Server.cmake as a flag to indicate this is an internal build, and set INSTALL_PROPRIETARY to download and install pre-built LLKDU, FMOD and Quicktime. We need a better way of doing that, but this should get things going for now. | |||
2010-08-13 | Added build.sh and BuildParams | Aimee Linden | |
2010-08-13 | merge from viewer-release | Tofu Linden | |
2010-08-13 | merge from PE's viewer-release | Tofu Linden | |
2010-08-13 | merge | Tofu Linden | |
2010-08-13 | trivial comment changes while I was in this code. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-13 | add shamap for converting from private repos | Oz Linden | |
2010-08-13 | update tags | convert-repo | |
2010-08-12 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-08-12 | Fix for EXT-8578: Blurry image in profile never resolves - texture queue ↵ | Xiaohong Bao | |
problem? | |||
2010-08-12 | correct license tags from "internal" to "viewergpl" | Oz Linden | |
2010-08-12 | Pulled "dessie/viewer-release" into "dessie/viewer-public". | Christian Goetze (CG) | |
2010-08-12 | Pulled "viewer-hotfix" into "viewer-release". | Christian Goetze (CG) | |
2010-08-12 | Pulled "viewer-hotfix" into "viewer-release". | Christian Goetze (CG) | |
2010-08-12 | DEV-52580 WIP: disallow multiple links to the same attachment in ↵ | Brad Payne (Vir Linden) | |
updateAppearanceFromCOF() | |||
2010-08-12 | Change license on lllogin_test.cpp to allow it to be exported. | Aimee Linden | |
Set to viewergpl for now. | |||
2010-08-12 | Remove dependency on viewer_components/eventhost | Aimee Linden | |
2010-08-12 | merge from viewer-release | Tofu Linden | |
2010-08-12 | Fix a bunch of typos in new enums, one of which was causing a build failure. | Tofu Linden | |