Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-09 | VWR-18034 en_xui_change | Eli Linden | |
2010-03-09 | VWR-17485 en_xui_change | Eli Linden | |
2010-03-09 | VWR-17514 en_xui_change | Eli Linden | |
2010-03-09 | merge | Richard Nelson | |
2010-03-09 | EXT-6030 - [ Assert Failure] Assert in LLFolderViewFolder when select ↵ | Richard Nelson | |
inventory folder after moving item between folders reviewed by Leyla | |||
2010-03-09 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Xiaohong Bao | |
2010-03-09 | fix for EXT-5956: texture downloading/decoding to never fully stop. | Xiaohong Bao | |
2010-03-09 | Implemented nice-to have sub-task EXT-4706 (Add maturity icons to About Land). | Andrew Dyukov | |
- Added maturity icons to Options and Access tabs. - Created auxiliary local class to get full access to checkboxes' textboxes. --HG-- branch : product-engine | |||
2010-03-09 | merge | Dave Parks | |
2010-03-09 | Tool tips for model preview. Rename "Impostor" to "Lowest" | Dave Parks | |
2010-03-09 | beta 4 FR translation, new file | Eli Linden | |
2010-03-09 | beta 4 FR translation | Eli Linden | |
2010-03-09 | beta 4 DE translation | Eli Linden | |
2010-03-09 | beta 4 DE translation | Eli Linden | |
2010-03-09 | Merge | Eli Linden | |
2010-03-09 | linguistic changes | Eli Linden | |
2010-03-09 | merge | Richard Nelson | |
2010-03-09 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2010-03-09 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Xiaohong Bao | |
2010-03-09 | fix for EXT-4161: skinny pant legs(have no flare) | Xiaohong Bao | |
2010-03-09 | merge | Tofu Linden | |
2010-03-09 | 'Taking over unused buffer' spam from audio engine downgraded from llinfos ↵ | Tofu Linden | |
to lldebugs. | |||
2010-03-09 | merge | Brad Payne (Vir Linden) | |
2010-03-09 | For EXT-6247. Log file spam cleanup | Brad Payne (Vir Linden) | |
2010-03-09 | We can enable alpha masking for fullbright faces as long as we're not in ↵ | Tofu Linden | |
deferred mode. Deferred masked fullbrights are still broken (we fall back to blending instead of masking as a workaround), but they always have been. :/ | |||
2010-03-09 | Disable alpha-masking for glowing surfaces. It seems beyond my ability to ↵ | Tofu Linden | |
get right. Refactor some replicated and/or strangely-expressed logic. | |||
2010-03-09 | PE merge | Tofu Linden | |
2010-03-09 | Update for commit 10217 : 158e0438a11b (WIP on EXT-5687 (Classifieds are ↵ | Dmitry Zaporozhan | |
missing the clickthrough data)). Updated parameter name. --HG-- branch : product-engine | |||
2010-03-09 | Fixed major bug EXT-5939 (UI slider tracks turn light grey when in focus) | Mike Antipov | |
- All horizontal sliders are configured to have no highlighted track. --HG-- branch : product-engine | |||
2010-03-09 | possible defensive fix for EXT-6092 [crashhunters] Crash in ↵ | Igor Borovkov | |
LLFlatListView::selectItemPair, bug reason is unknown --HG-- branch : product-engine | |||
2010-03-09 | fixed Normal Bug EXT-5999 llDialog in 2.0 viewer has different text limits ↵ | Denis Serdjuk | |
than in 1.23 viewer Cause: Dialog floater had arranged own shape to the shape of toast panel. So there is no way to change such behaviour from xml without changing of other toasts Solution: New param has been added to constructor of toast panel to make possible setting an initial shape of panel before update buttons layout --HG-- branch : product-engine | |||
2010-03-09 | Fixed normal bug EXT-5833(Two context menus for empty group search results ↵ | Eugene Mutavchi | |
at once) --HG-- branch : product-engine | |||
2010-03-08 | Mac and linux fix? | Dave Parks | |
2010-03-08 | little bool | Dave Parks | |
2010-03-08 | Multi-threaded file dialog | Dave Parks | |
2010-03-08 | VWR-17496 en_xui_change; undid bad hardcoded 'ja' width override. | Eli Linden | |
2010-03-08 | VWR-17484 en_xui_change; undid old 'da' overrides to fix truncation | Eli Linden | |
2010-03-09 | EXT-2418 add price to object tooltip | angela | |
2010-03-08 | VWR-17483 | Eli Linden | |
2010-03-08 | Merge | Eli Linden | |
2010-03-08 | ES linguistic changes | Eli Linden | |
2010-03-08 | beta 4 tier1 JA translation, new file | Eli Linden | |
2010-03-08 | beta 4 tier1 JA translation | Eli Linden | |
2010-03-08 | VWR-17477 en_xui_change | Eli Linden | |
2010-03-08 | WR-17933 en_xui_change; undid 'de' evil overrides. also, more fix for 'en' ↵ | Eli Linden | |
floater_tools build menu | |||
2010-03-08 | Fix for mac build error | Monroe Linden | |
"enumeration value 'MEDIA_EVENT_CLICK_LINK_NOFOLLOW' not handled in switch" | |||
2010-03-08 | EXT-6266 en_xui_change for spinner label widths; undid 'de' local overrides | Eli 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. |