Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-06 | Making the linksets floater scale properly. | Todd Stinson | |
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 | merge, conflicts in llvertexbuffer.{h,cpp} | Brad Payne (Vir Linden) | |
2012-02-06 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
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-1845 FIX Media controls cannot be selected or set in Build tools texture tab | callum | |
2012-02-03 | Cleanup residuals before any new regions are loaded. | prep | |
2012-02-03 | Path-118: Enable viewer to handle submitting multiple navmesh regions to the ↵ | prep | |
LLPathingLibrary. | |||
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 | 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 | PATH-235: Removing a final erroneous warning message that was still in the code. | Todd Stinson | |
2012-02-02 | PATH-245: First pass at laying out the characters floater. Functionality is ↵ | Todd Stinson | |
mostly stubbed in. The data is currently tied to the same cap service as the linkset data, so that will need to change as soon as the new service is available. | |||
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-01 | Updating build menu with the new Pathfinding menu that opens into a sub-menu ↵ | Todd Stinson | |
with three choices. | |||
2012-02-01 | Renaming the XUI files for the pathfinding console to setup. | Todd Stinson | |
2012-02-01 | Renaming the LLPathfindingConsole class to be LLPathfindingSetup. | Todd Stinson | |
2012-02-01 | Renaming the pathfinding console to be pathfinding setup. | Todd Stinson | |
2012-02-01 | PATH-198: Laid out the pathfinding buttons per Leo's design. Functionality ↵ | Todd Stinson | |
is currently hooked up to stubs that report a warning message about lack of implementation. | |||
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 | PATH-235: Rewiring a bit of the path generation code to remove extraneous ↵ | Todd Stinson | |
error messages and to rebuild when the character width or the start point changes. | |||
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-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 | PATH-235: Correcting a warning message about the ↵ | Todd Stinson | |
floater_pathfinding_console.xml containing invalid parameters. | |||
2012-01-31 | PATH-243: Refactoring the implementation for the render mode buttons on the ↵ | Todd Stinson | |
console. Removing the warning messages for methods that now have implementations. | |||
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 | merge | prep | |
2012-01-31 | PATH-118: Build up of neighboring regions and commented out call to ↵ | prep | |
pathinglib navmehs stitching code. Minor cleanups. Currently only submits current region to pathinglib. |