Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-27 | CHOP-854: Make LLInventoryModel::removeItem() call changeItemParent(). | Nat Goodspeed | |
The body of removeItem() was already nearly identical to the body of changeItemParent(); this eliminates the redundancy. Improve logging for changeItemParent(). | |||
2012-03-27 | CHOP-854: move change_(item|category)_parent() into LLInventoryModel. | Nat Goodspeed | |
It's not really clear why they're in llinventoryfunctions.{h,cpp} instead of LLInventoryModel, and in fact LLInventoryModel::removeItem() already contains code essentially cloned from change_item_parent() -- or perhaps vice-versa. This changeset addresses only migrating the functions, and fixing up existing references, to simplify code review. | |||
2012-03-27 | merge fix for MAINT-710 | Oz Linden | |
2012-03-27 | MAINT-853: Audit sendListToRegions() function calls and fix memory leaks. | simon_linden | |
Reviewed by Kelly | |||
2012-03-27 | MAINT-710: Fix for VertexBufferStrider could not find valid vertex data. ↵ | Oz Linden | |
(from Firestorm) | |||
2012-03-27 | Tweaked the sun's glow to be less powerful. | Jonathan Goodman | |
2012-03-26 | OPEN-138 Intermittent write to character/new archetype.xml from ↵ | Nicky Perian | |
Develop->Avatar-> Character Tests->Apperance To XML. Add explicit outfile.close() method before returning to caller. Add llinfos for file location as a troubleshooting aid. | |||
2012-04-02 | storm-64: Local Textures | Vaalith Jinn | |
2012-03-26 | Merge | simon@Simon-PC.lindenlab.com | |
2012-03-26 | MAINT-852 / VWR-8761 : Cannot delete object description. Now you can. ↵ | simon@Simon-PC.lindenlab.com | |
Reviewed by Kelly. | |||
2012-03-26 | merge | Dave Parks | |
2012-03-26 | MAINT-792 Only allow up to 4x FSAA on Intel graphics. | Dave Parks | |
2012-03-26 | merge | Dave Parks | |
2012-03-26 | merge | Dave Parks | |
2012-03-26 | MAINT-806 Fix for some shaders failing to link on ATI x800. | Dave Parks | |
2012-03-26 | merge | Dave Parks | |
2012-03-26 | MAINT-822 Fix for ATI R300 (Radeon 9700) not being recognized on some systems. | Dave Parks | |
2012-03-26 | Merging latest changes for normalized blinn-phong. | Jonathan Goodman | |
2012-03-24 | MAINT-807 FIXED ([PUBLIC]Button Clear history from Preferences isn't clear ↵ | Paul ProductEngine | |
last teleport) - The order of clearing LLTeleportHistory and LLTeleportHistoryStorage does matter: first LLTeleportHistory must be cleared after LLTeleportHistoryStorage. Clearing LLTeleportHistory from LLNavigationBar::draw() breaks this order (see callback_clear_browser_cache) | |||
2012-03-23 | EXP-1925 WIP Inventory folders being pasted to are hidden during a paste ↵ | Richard Linden | |
operation potential fix by not changing mostfiltereddescendant flag when dirtying folder as new contents arrive | |||
2012-03-23 | fix for gcc | Richard Linden | |
2012-03-23 | CHUI-70 FIX Build floater and other floaters opened in default position ↵ | Richard Linden | |
become centered in viewer when object is built or viewer resized always initialize mPosition | |||
2012-03-23 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-03-23 | MAINT-424 FIXED ([PUBLIC]IM-window loses focus when tab is closed) | Paul ProductEngine | |
- Return focus to the ImFloaterContainer | |||
2012-03-22 | merge | Dave Parks | |
2012-03-22 | MAINT-810 Fix for crash in LLRenderTarget when exiting wireframe render mode ↵ | Dave Parks | |
after resizing window. | |||
2012-03-22 | CHUI-68 FIX Using arrow keys to scroll through inventory folders does not ↵ | Richard Linden | |
scroll content in view as a side effect, "My Inventory" is not selected by default auto selection of filtered items now reliably turns itself off as soon as user scrolls or moves keyboard focus to inventory | |||
2012-03-22 | Automated merge with http://hg.secondlife.com/viewer-release | Richard Linden | |
2012-03-22 | STORM-1822 Change size of Block button in dialog boxes to help prevent ↵ | Jonathan Yap | |
accidental clicks | |||
2012-03-22 | CHUI-54 FIXED Backed out fix for EXP-1550 restoring inventory folder ↵ | Seth ProductEngine | |
creation date updating logic. An inventory folder creation date should be updated every time a new item is created in it. Othervise the sorting by creation date is broken. However this leaves the EXP-1550 issue unresolved. | |||
2012-03-21 | increment viewer version to 3.3.2 | Oz Linden | |
2012-03-21 | MAINT-808 Disable indexed texture rendering and deferred rendering on Linux ↵ | Dave Parks | |
when OpenGL version is pre-3.0 | |||
2012-03-21 | MAINT-804, MAINT-810 Disable framebuffer object usage on intel chips ↵ | Dave Parks | |
(implicitly disables lighting and shadows) | |||
2012-03-21 | CHUI-61 FIX Relative floater positions not written to settings file if ↵ | Richard Linden | |
previous settings exist from old viewer | |||
2012-03-21 | CHUI-61 FIX Relative floater positions not written to settings file if ↵ | Richard Linden | |
previous settings exist from old viewer | |||
2012-03-21 | MAINT-272 FIXED Animation preview invalid pointer checks added. | Seth ProductEngine | |
2012-03-21 | MAINT-518 FIXED Sometimes nearby chat expand button failed to work. | Vadim ProductEngine | |
Made the nearby chat expand/collapse logic work regardless of the previous/saved state. | |||
2012-03-20 | merge | Dave Parks | |
2012-03-20 | SH-795 Potential fix for crash after setting graphics detail to low. | Dave Parks | |
2012-03-20 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-03-20 | CHUI-61 FIX Relative floater positions not written to settings file if ↵ | Richard Linden | |
previous settings exist from old viewer only write back floater positioning information generated from legacy saved rect after reading any new floater positioning info | |||
2012-03-20 | MAINT-789 FIXED ([PUBLIC]Button "Buy" isn't work in Object profile) | Paul ProductEngine | |
- Set proper callback for buy button - Removed dead code - Fixed values for action combobox in object profile panel | |||
2012-03-19 | EXP-1841 : Pull the whole Cut and Paste feature in viewer-experience | Merov Linden | |
2012-03-19 | merge | Dave Parks | |
2012-03-19 | MAINT-771 Add RenderAutoHideSurfaceAreaLimit debug setting for protecting ↵ | Dave Parks | |
against sculpt based crashers. | |||
2012-03-19 | MAINT-141, MAINT-95, MAINT-62 FIXED Don't delete files using masks starting ↵ | Vadim ProductEngine | |
with "/". Encountering such a mask will show a warning message and throw a debug assertion. | |||
2012-03-19 | MAINT-261 FIXED Display previously retrieved data (until we get the update) ↵ | Vadim ProductEngine | |
if object inspector is invoked for the same object. | |||
2012-03-16 | EXP-1181 FIX as a designer I would like to specify default floater positions ↵ | Richard Linden | |
using realtive coordinates changed settings naming scheme for floater positioning so that related settings appear together in file | |||
2012-03-16 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-03-16 | CHUI-61 FIX Relative floater positions not written to settings file if ↵ | Richard Linden | |
previous settings exist from old viewer apply relative positioning to floaters that are loaded with rects specified from earlier viewer |