Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-08 | automated merge | Roxie Linden | |
2010-03-08 | DEV-45976 Last Login Location Preference not remembered | Roxie Linden | |
2010-03-08 | Local merge | skolb | |
2010-03-08 | https://jira.secondlife.com/browse/EXT-5884 | skolb | |
Added code to support SLAPPS for Media on a Prim Reviewed by Monroe and Callum via Code Collab (Review 143). | |||
2010-03-08 | EXT-5867 : Crash when clicking and dragging root folder of object contents ↵ | Loren Shih | |
into build floater Simple fix to use dynamic cast - the previous unsafe static cast was treating folders as if they were items and then querying permissions, which don't exist for folders. This code actually existed back in 1.23 but by some stroke of luck worked. | |||
2010-03-08 | Merge | Eli Linden | |
2010-03-08 | VWR-17615 en_xui_change; undoing bad local overrides in fr and es | Eli Linden | |
2010-03-08 | merge | Richard Nelson | |
2010-03-08 | better fix for spam in LLTextureView | Richard Nelson | |
reviewed by Palmer | |||
2010-03-08 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2010-03-08 | Merge | Eli Linden | |
2010-03-08 | linguistic fixes | Eli Linden | |
2010-03-08 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2010-03-08 | Fix breaking indra/test/llpermissions_tut.cpp tests. | Nat Goodspeed | |
Certain tests of allowModifyBy(), allowCopyBy() and allowMoveBy() were computing a bit-shifted S32 value and testing that the method return value matched that specific bit. Whoever originally coded the test probably started with allowModifyBy() == TRUE, but observed that it didn't work. Instead of just testing for nonzero, in the spirit of BOOL, he then determined the specific BOOL value (typedef for 'int') returned by each test so he could still compare for equality. In other words, the tests were far too knowledgeable about the method implementation. At some point these methods were changed to return C++ standard 'bool' instead, so the internal bit-masking operations got mapped to 'true' and 'false' anyway, making it impossible for the original equality comparison to succeed. Fix tests accordingly. Use ensure_equals("msg", expr1, expr2) instead of ensure("msg", expr1 == expr2). On failure, the former will report the actual mismatched values. Remove other extraneous Microsoft-style "BOOL" usage (e.g. expr == TRUE). | |||
2010-03-08 | merge | Tofu Linden | |
2010-03-07 | trival fix to eliminate unnecessary warnings "LLView::~LLView(): Deleting ↵ | Xiaohong Bao | |
view " << mName << " during UI draw() phase" caused in lltextureview.cpp (from the texture console). | |||
2010-03-07 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Xiaohong Bao | |
2010-03-07 | partial fix for EXT-5711: Some textures loading from cache seems jammed. | Xiaohong Bao | |
This fix should be able to improve the speed of loading texturs from cache noticeably (30% or more). More fix to come. | |||
2010-03-07 | PE merge. | Tofu Linden | |
2010-03-05 | merge | Richard Linden | |
2010-03-05 | fix | Richard Linden | |
2010-03-05 | Fix for a crash on startup/shutdown introduced in the tip of viewer-2-0 very ↵ | Monroe Linden | |
recently. list.erase(list.find()) is not safe, because erasing list.end() is undefined. Check to make sure the find succeeded before doing the erase. Reviewed by Richard at http://codereview.lindenlab.com/341001 | |||
2010-03-05 | merge | Richard Linden | |
2010-03-05 | added some logging to help track down crash in EXT-5849 | Richard Linden | |
2010-03-05 | Merge | Eli Linden | |
2010-03-05 | VWR-17723 | Eli Linden | |
2010-03-05 | VWR-17121 en_xui_change | Eli Linden | |
2010-03-05 | merge | Richard Linden | |
2010-03-05 | fix for merge | Richard Linden | |
2010-03-05 | VWR-17116 en_xui_change | Eli Linden | |
2010-03-06 | Implemented (EXT-4715) Add maturity icons to Classifieds - create and details. | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2010-03-06 | Fixed major bug (EXT-6033) Parcel, Region,and Estate areas of 'PlaceProfile' ↵ | Sergei Litovchuk | |
are corrupted. - Added height attribute value to accordion tabs. --HG-- branch : product-engine | |||
2010-03-06 | (EXT-4705) Show maturity icon on Region/Estate tab | Sergei Litovchuk | |
- Added items names to match localized XUI. --HG-- branch : product-engine | |||
2010-03-05 | merge | Richard Linden | |
2010-03-05 | Merge | Eli Linden | |
2010-03-06 | Fixed linux build | Andrew Dyukov | |
--HG-- branch : product-engine | |||
2010-03-06 | Partially implemented nice-to have sub-task EXT-4706 (Add maturity icons to ↵ | Andrew Dyukov | |
About Land). - Added maturity icons to General and Covenant tabs. --HG-- branch : product-engine | |||
2010-03-05 | VWR-17558 en_xui_change | Eli Linden | |
2010-03-05 | VWR-17687 en_xui_change | Eli Linden | |
2010-03-05 | VWR-17686 | Eli Linden | |
2010-03-05 | VWR-17362 | Eli Linden | |
2010-03-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2010-03-05 | Fix Mac llmediaplugintest build breakage. | Nat Goodspeed | |
A viewport array passed to glGetIntegerv() and gluUnProject() was declared as 'int'. This compiles on Windows, but fails on Mac. Declaring as 'GLint' works. | |||
2010-03-05 | merge | Palmer | |
2010-03-05 | Only comments added to crash reporting code on handling old crash logs on ↵ | Palmer | |
mac. No code changed :) | |||
2010-03-05 | Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - ↵ | Eugene Mutavchi | |
implemented LLWindowMacOSX::maximize() method --HG-- branch : product-engine | |||
2010-03-05 | Working on major bug EXT-4820([NUX] Viewer dimensions on first-run) - ↵ | Eugene Mutavchi | |
implemented LLWindowSDL::maximize() method --HG-- branch : product-engine | |||
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 | EXT-5698 undo local FR override (not good practice); fix EN instead for ↵ | Eli Linden | |
consistency, and to allow for ES longer translation of "Buy" (Erica changed "Buy L$" to "Buy" to mitigate the problem) | |||
2010-03-05 | Merge | Eli Linden | |