Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-02 | First draft of skin weights in .mesh asset | Dave Parks | |
2010-04-01 | merge from viewer-trunk | Tofu Linden | |
2010-04-01 | PE merge | Tofu Linden | |
2010-04-01 | BOOL->bool on llassettype.* | Tofu Linden | |
2010-04-01 | another hairy merge from viewer-trunk | Tofu Linden | |
2010-04-01 | Merge from default branch | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-03-31 | Include channel names in update_version_files.py invocation to fix bad ↵ | CG Linden | |
viewer channel name. | |||
2010-03-31 | EXT-5581 : Centralize is_asset_fetch/knowlable into asset dictionary | Loren Shih | |
Took out some ugly case statements and stuck those functions into the asset dictionary instead. This makes the code a lot more centralized/extensible since if we ever add assets, it'll be clear that their fetch/knowable fields need to be added (versus that logic being in some obscure case statement). | |||
2010-03-30 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-03-30 | HUGE merge from viewer-trunk. Many conflicts resolved. | Tofu Linden | |
2010-03-29 | EXT-5940 : Typedef all vector<LLUUID>'s | Loren Shih | |
Superficial cleanup to change all typedef std::vector<LLUUID> to use a common typedef uuid_vec_t instead. | |||
2010-03-29 | EXT-3075 : Remove swear words from comments across viewer | Loren Shih | |
This bugs me in a minor way. Did a search-and-cleanup on various swear words. | |||
2010-03-26 | Fixed bug EXT-6399 (System locale is the same for all languages). | Vadim Savchuk | |
Problem: * English locale was set for all languages. * Specifying a correct locale didn't affect anything, including date/time formatting. My investigation has shown that LLStringUtil was instantiated twice: in the main binary and in libllcommon.so. Because LLStringUtil::setLocale() was called from newview and getLocale() was called from llcommon, they effectively used *different* instances of LLStringUtil::sLocale. Hence getLocale() always returned empty string. This seems to be caused by get/setLocale() methods not being dllexported. The fix instantiates get/setLocale() and sLocale in llcommon and exposes them to use from newview (i.e. prevents multiple instantiation). Besides, I specified correct locale names for all languages and platforms. Reviewed by Leyla: https://codereview.productengine.com/secondlife/r/104/ --HG-- branch : product-engine | |||
2010-03-25 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Xiaohong Bao | |
2010-03-25 | more fix for EXT-5711: Some textures loading from cache seems jammed. | Xiaohong Bao | |
and possible fix for EXT-5704: FPS drop, and this could be cause freez and crash. | |||
2010-03-24 | viewer2 merge | Tofu Linden | |
2010-03-23 | CID-449 | Tofu Linden | |
Checker: FORWARD_NULL Function: LLWorkerClass::checkWork(bool) File: /indra/llcommon/llworkerthread.cpp | |||
2010-03-21 | indra/llcommon/llthread.h : dos2unix | Tofu Linden | |
2010-03-20 | merge | Dave Parks | |
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-10 | merge from viewer-2-0 | Tofu Linden | |
2010-03-09 | merge | Richard Linden | |
2010-03-07 | PE merge. | Tofu Linden | |
2010-03-05 | EXT-2418 added open/sit/buy mouse cursors | Richard Linden | |
2010-03-05 | viewer2 merge. | Tofu 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 | merge | Dave Parks | |
2010-03-05 | Tweak LLDynamicArrayIndexed to not abuse its std::vector. | Dave Parks | |
2010-03-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Xiaohong Bao | |
2010-03-05 | merge from viewer-2-0 | Tofu Linden | |
2010-03-04 | fix for EXT-5683: viewer crashes at llcommon/llworkerthread.cpp(323): ERROR: ↵ | Xiaohong Bao | |
LLWorkerClass::checkWork: ASSERT(workreq). | |||
2010-03-04 | Fixed Win build. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-03-04 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
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-02-24 | merge with viewer 2 (fix windows build) | Palmer Truelson | |
2010-02-24 | fixed EXT-5526 Objects are shown as persons in the chat history from ↵ | Igor Borovkov | |
previous sessions - new chat source type CHAT_SOURCE_UNKNOWN for avatar names not in cache and object names consisting of two words (avatar names like) - new icon (unknown_icon.png) for message headers () of nearby chat messagses coming from CHAT_SOURCE_UNKNOWN - context menu no longer displayed for object names from chat history (no UUIDs) - double click on message headers in nearby chat no longer opens Inspector (no UUIDs) - object names (loaded from chat history) in nearby chat are no longer SLURLed (no UUIDs for them) --HG-- branch : product-engine | |||
2010-02-19 | merge from viewer2, conflicts resolved... | Tofu Linden | |
2010-02-19 | Implemented low task EXT-5215 (Disable showing full yyyy/mm/dd timestamp for ↵ | Eugene Mutavchi | |
messages (nearby chat/im) received today) --HG-- branch : product-engine | |||
2010-02-13 | viewer2 trunk merge. | Tofu Linden | |
2010-02-13 | CID-3 | Tofu Linden | |
Checker: CHECKED_RETURN Function: LLImageDecodeThread::update(unsigned int) File: /indra/llimage/llimageworker.cpp | |||
2010-02-08 | Merge from viewer2 trunk. | Tofu Linden | |
2010-02-06 | EXT-5055 LLInstanceTracker promotes some dangerous patterns - detect them | Tofu Linden | |
2010-02-06 | make the instancetracker unit test really, like, work. before I fiddle with ↵ | Tofu Linden | |
a big pile of stuff. | |||
2010-02-06 | move LLEventTimer into its own source module. everyone includes it, almost ↵ | Tofu Linden | |
no-one wants it. now I can dick with it a bit without rebuilding the world, at least. :) | |||
2010-02-05 | EXT-4754 Fix for LLEventTimer::updateClass crash. | Mark Palange (Mani) | |
Ugh. Update on Tofu's patch for this bug. Reviewed by Richard | |||
2010-02-04 | merge from viewer2. | Tofu Linden | |
2010-02-04 | EXT-4754 Crash in LLEventTimer::updateClass | Tofu Linden | |