Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-12 | Pull update from viewer-development | Merov Linden | |
2010-10-08 | added "FastQuit" option for forceful termination, default is off | Richard Linden | |
2010-10-07 | EXP-167: Quit On Login Page Activated - viewer code /default setting | callum | |
2010-09-30 | STORM-1126 WIP Windlight Estate Settings port from 1.23: second pass at ↵ | Nyx (Neal Orman) | |
getting windlight ported to V2. Lots of cleanup in the floater classes. Not sure every decision was correct but it compiles now. Doesn't link yet. (resubmitted by Vadim ProductEngine) | |||
2010-09-30 | converted keys.ini to keys.xml and use LLInitParam parsing | Richard Linden | |
2010-09-28 | EXP-112 Enable fullscreen mode (with mode switch, not resize to desktop) as ↵ | callum | |
per 1.x viewer. | |||
2010-09-27 | Merge | Leyla Farazha | |
2010-09-27 | merge | Dave Parks | |
2010-09-22 | support older use of "IgnoreAllNotifications" by command line option ↵ | Richard Linden | |
"nonotifications" such that value isn't saved | |||
2010-09-22 | EXP-108 FIX Create new "minimal" UI skin | Richard Linden | |
2010-09-22 | SH-150 FIX - build params changes for mesh beta viewer, flag in window title | Brad Payne (Vir Linden) | |
2010-09-22 | Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching ↵ | Dave Parks | |
type back into tools floater. | |||
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-09-17 | Backed out changeset: d71309f8bd0e | Richard Linden | |
2010-09-16 | fixed merge | Richard Linden | |
2010-09-16 | Pull update from viewer-development | Merov Linden | |
2010-09-16 | merge | Richard Linden | |
2010-09-16 | Merge | Leyla Farazha | |
2010-09-16 | STORM-107 FIXED Fixed Polish character corruption in date. | Andrew Dyukov | |
Added polish language to list of languages that use months and days names from localized xmls. It solved the problem of accented Polish characters "approximation" to their ASCII brethren on non-Polish Windows locales. Now all accented symbols look right. | |||
2010-09-08 | VWR-22761 : Rearchitecture of llmetricperformancetester and simple (non ↵ | Merov Linden | |
complete) implementation in llimagej2c | |||
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee Linden | |
2010-09-01 | code for DEV-52939: viewer's object geometry cache files are not limited in ↵ | Xiaohong Bao | |
number, and can also be incorrectly cleared with the VFS cache. reviewed by andrew. | |||
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-26 | merge | Richard Linden | |
2010-08-26 | Added graphics preference setting for physics. | Loren Shih | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-20 | merge from viewer-release | Tofu Linden | |
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-16 | cleaned up LLUICtrlFactory... | Richard Nelson | |
removed redundant functionality moved buildPanel to LLPanel | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-12 | added remaining hints and fade in/fade out behavior | Richard Linden | |
2010-07-30 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-07-26 | (hairy) merge from viewer-release | Tofu Linden | |
2010-07-21 | EXT-6527 FIXED Avoided show agent/group SLURL icon in plain text mode. | Alexei Arabadji | |
reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/773/ --HG-- branch : product-engine | |||
2010-07-20 | merge | Richard Nelson | |
2010-07-20 | Merge from q/viewer-release just picking up 13634 (39cb633321ed) for the ↵ | Leyla Farazha | |
creator icon fix | |||
2010-07-15 | slightly hairy merge from PE's viewer-release | Tofu Linden | |
2010-07-14 | EXT-8300 FIX Creator's icon overlaps description text on object's mini-inspector | Richard Linden | |
reviewed by Leyla | |||
2010-07-14 | EXT-8400 FIXED Updated default inventory item names ("New Script", etc) on ↵ | Vadim Savchuk | |
viewer language switch. Bug reason ========== New inventory items get names like "New Script", "New Undershirt" etc., but the names are translated on-the-fly (see EXT-5839), so the user actually sees "Nouveau script", "Nouveau débardeur" etc., respectively. However when the user changes viewer language, the old localized names still exist in the inventory cache, so, for example, if you create an undershirt in French and then switch to Enlgish, the undershirt will be named "Nouveau d bardeur", which is the old cached localized name with non-ASCII characters replaced with spaces. Fix === To get rid of obsolete translations I clear all caches whenever viewer language gets changed. Other changes ============= - Added a check for agent region being NULL to LLAgentLanguage::update(). - Removed LLAgentLanguage constructor and base classes because it's never instantiated. Reviewed by Seraph at https://codereview.productengine.com/secondlife/r/744/ --HG-- branch : product-engine | |||
2010-07-06 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-07-06 | Merged from viewer-release after resolving conflicts | Dessie Linden | |
2010-07-03 | merge from PE's viewer-release. conflicts resolved. | Tofu Linden | |
2010-07-02 | EXT-5692 FIX Add callback to create widget segment with LLAvatarIconCtrl (or ↵ | Yuri Chebotarev | |
LLGroupIconCtrl) based on url match id. reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/610/ --HG-- branch : product-engine | |||
2010-07-01 | Watchdog thread configurable though feature table; user config value will ↵ | Andrew A. de Laix | |
still take precedence. | |||
2010-07-01 | Generate graphs of performance logs when -analyzeperformance specified on ↵ | Dave Parks | |
command line. | |||
2010-08-25 | merge | Dave Parks | |
2010-08-20 | merge from viewer-release | Tofu Linden | |