Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-20 | Fix for windows build. Reviewed by Nyx. | Dave Parks | |
2010-12-17 | Automated merge with https://hg.secondlife.com/mesh-development | Nyx (Neal Orman) | |
2010-12-17 | merging in fix for CTS-323 / SH-464 | Nyx (Neal Orman) | |
2010-12-17 | SH-558 Fix for crash in physics shape display. | Dave Parks | |
2010-12-17 | SH-506 Remove (now obsolete) streaming cost info display. | Dave Parks | |
2010-12-16 | Automated merge up from viewer-development | Loren Shih | |
2010-12-16 | STORM-771 FIXED Pasting wearable items from clipboard to Current Outfit or ↵ | Seth ProductEngine | |
an outfit folder now creates links to these items. | |||
2010-12-15 | SH-594 - added an extra redundant check for nameless nodes | Brad Payne (Vir Linden) | |
2010-12-15 | SH-594 FIX: added check for nameless nodes | Brad Payne (Vir Linden) | |
2010-12-15 | pulling fixes back from viewer-beta | Oz Linden | |
2010-12-15 | Merge | Kent Quirk | |
2010-12-15 | STORM-786 ADDITIONAL FIX Fixed Windows build. | Vadim ProductEngine | |
2010-12-15 | STORM-786 FIXED Fixed disappearing controls in avatar picks list. | Vadim ProductEngine | |
Caused by an improper fix of STORM-690. Made the way we switch between profile view panels (profile view / pick_info / pick_edit) more robust. It now suits both My Profile and Profile View panels. | |||
2010-12-14 | merge | Brad Payne (Vir Linden) | |
2010-12-14 | SH-439 FIX: track name requested in UI separately, so we can fall back to ↵ | Brad Payne (Vir Linden) | |
name from dae if needed | |||
2010-12-14 | BUILDFIX uninitialized variable | Nyx (Neal Orman) | |
a potentially uninitialized variable is causing the linux build to fail. Initializing the value to 0, as its our best guess for what it should be, as davep is currently out sick. | |||
2010-12-14 | merge fix for storm-713 | Oz Linden | |
2010-12-14 | merge fix for storm-401 | Oz Linden | |
2010-12-14 | merge fix for storm-229 | Oz Linden | |
2010-12-14 | merge fix for storm-434 | Oz Linden | |
2010-12-14 | Merge CHOP-267 fixes with latest viewer-beta. | brad kittenbrink | |
2010-12-14 | merge fix(es) for storm-378 | Oz Linden | |
2010-12-14 | STORM-352 FIXED Vertical scrollbar isn't reshaped in resident profile panel ↵ | Paul Guslisty | |
after decreasing panel height - Set height of scroll container the same as bounding panel's height | |||
2010-12-14 | STORM-434 FIXED Tooltips don't appear on Mini-Location bar. | Paul Guslisty | |
- Added localized tooltips for icons and info button in LLPanelTopInfoBar | |||
2010-12-14 | STORM-713 FIXED XML/UI issues in llTextBox | Paul Guslisty | |
- As the class LLToastNotifyPanel is deprecated, made the class LLToastScriptTextbox derived directly from LLToastPanel. - Added callback for ignore button. Now LLToastScriptTextbox has its own XML, therefore it's not needed to dynamically create toast panel. Since LLToastNotifyPanel is deprecated all new notification toasts should be created this way. | |||
2010-12-13 | automated merge | Roxie Linden | |
2010-12-13 | Re-add convex hull for simple prims and sculpties, | Roxie Linden | |
as per Falcon's advice | |||
2010-12-13 | fixed bad line endings | Brad Payne (Vir Linden) | |
2010-12-13 | merge | Brad Payne (Vir Linden) | |
2010-12-13 | STORM-766 : pull into viewer-development | Merov Linden | |
2010-12-13 | STORM-693 : pull into viewer-development | Merov Linden | |
2010-12-13 | STORM-636 : pull into viewer-development | Merov Linden | |
2010-12-13 | STORM-622 : pull into viewer-development | Merov Linden | |
2010-12-13 | STORM-431 : pull into viewer-development | Merov Linden | |
2010-12-13 | STORM-391 : pull into viewer-development | Merov Linden | |
2010-12-13 | Commented out some unused variables that gcc complains about | prep linden | |
2010-12-13 | SH-646 FIX | Brad Payne (Vir Linden) | |
2010-12-13 | SH-653 FIX: upload button now starts out disabled | Brad Payne (Vir Linden) | |
2010-12-13 | SH-582 Order of the preview menu items in the same order as theLODs appear ↵ | Loren Shih | |
in the Import Model window Reordered from highest to lowest. | |||
2010-12-13 | STORM-401 FIXED Add recepients of teleport offers to the recent people list. | Vadim ProductEngine | |
2010-12-13 | Automated merge up from viewer-development | Loren Shih | |
2010-12-13 | STORM-781 FIXED Added support for editing multiple scripts within inventory ↵ | Vadim ProductEngine | |
of the same object using external editor. The bug was caused by using the object ID as temporary file name for editing script, which of course didn't work for multiple scripts in the same object inventory. The fix is to use MD5("object id" + "script inventory item id") for the file name. | |||
2010-12-13 | STORM-229 FIXED Fixed long loading times and stalling of Viewer while ↵ | Andrew Productengine | |
loading big scripts or pasting a lot of text into script. The bug was fixed by Satomi Ahn. Here is the description of what causes the problem from her comment in ticket: "Disabling the loading of syntax keywords in LLScriptEdCore::postBuild() removes the freeze (and with it: syntax highlighting). So it obviously comes from the parsing of the text. I also noticed something else: by adding a llwarn in LLTextEditor::updateSegments(), I saw that this function was called a lot of times when loading a script, roughly once for each line in the script (naively I would have thought only necessary to update when finished... or to only update the new line). My llwarn was in the "if (mReflowIndex < S32_MAX && mKeywords.isLoaded())", which means that, at each call, the text is actually parsed for all keywords... so the parsing of the script becomes quadratic instead of linear!!!" - To fix this, Satomi added a flag depending on which parsing is disabled when it is not necessary. | |||
2010-12-11 | STORM-766 ADDITIONAL FIX Made day cycle image in the advanced sky editor ↵ | Vadim ProductEngine | |
honor floater opacity settings. | |||
2010-12-11 | STORM-391 FIXED Dismiss toasts that don't fit on screen. | Vadim ProductEngine | |
Make sure older toasts don't appear after newer ones fade out. | |||
2010-12-11 | STORM-391 WIP Removed unused methods. | Vadim ProductEngine | |
2010-12-10 | merge | Dave Parks | |
2010-12-10 | Remove redundant call to glodGroupParameteri | Dave Parks | |
2010-12-10 | More correct GLOD usage -- one group, many objects. | Dave Parks | |
2010-12-10 | Defensive coding for linux updater script for consistency with alain's work ↵ | brad kittenbrink | |
on the mac script. Should be safer if the user is installing to a path with spaces in it. |