Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-06 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2012-02-06 | STORM-1793 Fix dumb syntax error | Jonathan Yap | |
2012-02-06 | EXP-1849 FIXED Privacy settings could be set to default when modifying other ↵ | Vadim ProductEngine | |
preferences before login. | |||
2012-02-06 | merge changes for storm-1718 | Oz Linden | |
2012-02-06 | merge changes for storm-1804 | Oz Linden | |
2012-02-06 | merge changes for storm-1793 | Oz Linden | |
2012-02-06 | merge changes for storm-1795 | Oz Linden | |
2012-02-06 | merge changes for storm-1803 | Oz Linden | |
2012-02-06 | merge changes for storm-1741 | Oz Linden | |
2012-02-06 | SH-2794, resolved merge conflict and corrected logic in ↵ | Leslie Linden | |
LLVertexBuffer::determineUsage() to work the way it used to. | |||
2012-02-06 | merge, conflicts in llvertexbuffer.{h,cpp} | Brad Payne (Vir Linden) | |
2012-02-06 | increment viewer version to 3.3.0 | Oz Linden | |
2012-02-03 | made hardware settings floater dependent on preferences floater | Richard Linden | |
2012-02-03 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-02-03 | EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat | Richard Linden | |
EXP-1854 FIX Text positioning in mini inspector a couple pixels too low | |||
2012-02-03 | merge changes for vmrg-222 | Oz Linden | |
2012-02-03 | EXP-1853 FIX Misspelled value in llbvhloader.cpp | callum | |
2012-02-03 | EXP-1845 FIX Media controls cannot be selected or set in Build tools texture tab | callum | |
2012-02-03 | EXP-1868 FIX Remove Merchant Outbox from Me menu | Richard Linden | |
removed merchant outbox context menu reviewed by Leslie | |||
2012-02-03 | EXP-1868 FIX Remove Merchant Outbox from Me menu | Richard Linden | |
reviewed by Leslie | |||
2012-02-03 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-02-03 | Escape all strings embedded in TeamCity service messages. | Nat Goodspeed | |
TeamCity requires that certain characters (notably "'") must be escaped when embedded in service messages: http://confluence.jetbrains.net/display/TCD65/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-ServiceMessages TUT frequently outputs messages containing "'", e.g. from ensure_equals() failure. We've seen TC output nesting get confused when it fails to process service messages properly due to parsing unescaped messages. Along with test<n> number, report test name (from set_test_name()) when available. Eliminate horsing around to produce normal output on both std::cout and possible output file. When output file is specified, use boost::iostreams::tee_device to do fanout for us. Improve placement (and possibly reliability) of service messages. Clean up a startling amount of redundancy in service-message production. | |||
2012-02-03 | STORM-1793 Fix another logic error in getAvatars | Jonathan Yap | |
2012-02-03 | STORM-1793 Fix bad assumption in getAvatars | Jonathan Yap | |
2012-02-03 | EXP-1843 WIP Added an option to output avatar rez timing. | Vadim ProductEngine | |
Use the new "Avatar Rez" debugging tag to see the output. | |||
2012-02-03 | EXP-1840 FIXED (When two inventory windows are open and "properties" are ↵ | Paul ProductEngine | |
viewed, one window suddenly moves in front of the other window) - Modified method LLFloaterSidePanelContainer::openChildPanel so that it doesn't open floater each time it's called. Otherwise each time opening child panel of already opened floater, openFloater() will reposition the floater. | |||
2012-02-03 | EXP-1819 FIXED (Location & Favorites bar splitter should be draggable to 200 ↵ | Paul ProductEngine | |
px on left and 150 px on right. ) - Allowed dragging to the left to shrink location to no less than 310 pixels, and to the right to shrink favorites to 185 pixels | |||
2012-02-02 | EXP-1856 FIX -- Calling cards, library items, 'no transfer' objects can be ↵ | Leslie Linden | |
copied to Merchant outbox via ctrl-v * Viewer now applies the same logic as inventory drag and drop to clipboard paste operations. | |||
2012-02-02 | Automated merge with ↵ | Richard Linden | |
bundle:E:\code\viewer-experience+c:\users\richard\appdata\local\temp\thg.trckmy\ssh__richard@hg.lindenlab.com_richard_viewer-experience_ywvwfc.hg | |||
2012-02-02 | EXP-1858 FIX Received Items panel heading in incorrect position | Richard Linden | |
didn't account properly for collapsed panels | |||
2012-02-02 | Removing a call to llround() per Richard. | Vadim ProductEngine | |
2012-02-02 | Restoring a call to llround() in lllineeditor.cpp mistakenly removed in ↵ | Vadim ProductEngine | |
changeset 0a9ef58e8f7d. By the way, removing a pointless call to llround() in lldraghandle.cpp. | |||
2012-02-01 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-02-01 | cleaned up linden_common.h, removing stuff that is mostly unused | Richard Linden | |
2012-02-01 | EXP-1672 FIXED Various fixes to prevent crashes in notifications. | Seth ProductEngine | |
- Refactoring of LLToast and LLScreenChannel classes: moved LLToast signals to the private section. - Modified the screen channel's lists of toasts to store LLHandles instead of pointers and screen channel code to work with toast LLHandles. | |||
2012-02-01 | converted a bunch of narrowing implicit conversions to explicit | Richard Linden | |
2012-02-01 | merge | Brad Payne (Vir Linden) | |
2012-02-01 | EXP-1822 FIXED (After deleting an item from inventory and confirming "ok" to ↵ | Paul ProductEngine | |
delete, focus leaves inventory) -Return focus to the previously focused view | |||
2012-02-01 | fixed Linux build | Paul ProductEngine | |
2012-01-31 | fixed layout_stack regression resulting in side toolbars being truncated | Richard Linden | |
2012-01-31 | EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat | Richard Linden | |
2012-01-31 | Fixed up LLVolume memory leak caused by mesh repo thread. | Leslie Linden | |
Reviewed by Bao. | |||
2012-01-31 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-01-31 | EXP-1851 FIX Crash when trying to resize the bottom sections | Richard Linden | |
more layout logic fixes and added renormalization to fractional sizes to eliminate drift | |||
2012-01-31 | STORM-1803 Adjust messages in notifications.xml | Jonathan Yap | |
2012-01-31 | STORM-1741 Collection of color and skinning issues | Hitomi Tiponi | |
With help from Jonathan Yap | |||
2012-01-31 | SH-2592 FIX -- (OS X Lion) Graphics issues with Atmospheric Shaders enabled ↵ | Leslie Linden | |
on Intel HD 3000, 10.7.2 This is a dummy check-in to get the previous commit associated with SH-2592 instead of EXP-2592, which was a typo. | |||
2012-01-31 | EXP-1819 FIXED (Location & Favorites bar splitter should be draggable to ~75%) | Paul ProductEngine | |
- Made splitter draggable to ~75% - Decreased min width of navigation layout panel for user convenience, so that user can make favorites bar bigger and see more favorite landmarks at a time. | |||
2012-01-30 | EXP-1851 WIP Crash when trying to resize the bottom sections | Richard Linden | |
fixed layout logic when dealing with invisibile layout_panels | |||
2012-01-30 | EXP-2592 FIX -- (OS X Lion) Graphics issues with Atmospheric Shaders enabled ↵ | Leslie Linden | |
on Intel HD 3000, 10.7.2 * Fixed up shaders to add haze_density and blue_density together correctly as vec4's rather than relying on the shader compiler to add them together properly. |