Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-18 | fix mixup in "last_built_variant" vs "last_built_arch". | Christian Goetze (CG) | |
2010-08-18 | Upload last built variant, not necessarily Release | Christian Goetze (CG) | |
2010-08-18 | Polish build settings for the split between debug and release builds. | Christian Goetze (CG) | |
2010-08-18 | Merged: Enable Coverity, Separate out debug and release builds for faster ↵ | Christian Goetze (CG) | |
turnaround. | |||
2010-08-18 | Enable Coverity, Separate out debug and release builds for faster turnaround. | Christian Goetze (CG) | |
2010-08-18 | fixed for EXT-8963: investigate if Advanced > Run Multiple Threads should be on. | Xiaohong Bao | |
Removed "Run Multiple Threads" from the menu because we are not using it. | |||
2010-08-18 | Automated merge with ssh://hg.lindenlab.com/q/viewer-release | Xiaohong Bao | |
2010-08-18 | EXT-8673: FIXED: UDP texture loading is slower in 2.x viewers than 1.23.5 | Xiaohong Bao | |
Improved the following: 1, make sure the texture callback queue is properly handled and cleaned in time; 2, estimate the LLVOTree pixel area more accurately; 3, eliminate the possibility of back and forth stopping/restarting a texture fetching | |||
2010-08-18 | VWR-20770 (SNOW-649) FIXED Missing LL_TESTS condition around llplugin unit test | Aimee Linden | |
2010-08-18 | VWR-20768 (SNOW-507) FIXED Missing LL_TEST conditions in cmake files | Aimee Linden | |
2010-08-18 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-08-18 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-08-18 | Automated merge with ssh://nyx@hg.lindenlab.com/q/viewer-release/ | Nyx (Neal Orman) | |
2010-08-18 | EXT-8542 FIX (?) Avatar goes nude on teleport / outfit change | Nyx (Neal Orman) | |
Believed fix, but having difficulty reproducing to verify. changed logic in switching avatar textures so that we don't use the local baked texture until we have at least the lowest LOD for each clothing texture. Will ask Dan to help verify the fix. Code reviewed by Seraph | |||
2010-08-18 | VWR-20749 (SNOW-624) FIXED Fix compiling the viewer with Boost 1.42 | Aimee Linden | |
2010-08-18 | VWR-20748 (SNOW-520) FIXED Make develop.py play nicely with express editions ↵ | Aimee Linden | |
of Visual Studio | |||
2010-08-18 | VWR-20747 (SNOW-527) FIXED Don't import deprecated python module sets | Aimee Linden | |
2010-08-18 | EXT-7951 FIXED (Mini-Location panel appearance design issues: Replaced dark ↵ | Paul Guslisty | |
icons with light ones) - Replaced dark icons with light ones Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/858/ --HG-- branch : product-engine | |||
2010-08-18 | Merge http://bitbucket.org/aimee_linden/viewer-development-import | Aimee Linden | |
2010-08-17 | Automated merge with file:///Users/oz/Internal/internal-viewer-development | Oz Linden | |
2010-08-17 | merge | Tofu Linden | |
2010-08-17 | CT-575 PL linguistic | Eli Linden | |
2010-08-17 | EXT-8564 FIXED Ability to take off wearables via "Wearing" Tab of My Outfits. | Vadim Savchuk | |
Added Take Off / Detach options to the Wearing tab context menu. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/864/ --HG-- branch : product-engine | |||
2010-08-17 | EXT-8357 FIXED ESC key sometimes failing to de-focus the sidebar. | Vadim Savchuk | |
I've found out that the only case when pressing ESC doesn't transfer focus from side tray to game area is when a flat list view (people, groups, teleport history, etc) is focused. So, I fixed LLFlatListView to handle pressing ESC as expected. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/862/ --HG-- branch : product-engine | |||
2010-08-17 | CT-575 WIP Polish global translation edit | Eli Linden | |
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. |