Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Automated merge with ↵ | Nyx (Neal Orman) | |
https://bitbucket.org/stinson_linden/viewer-development-havokai | |||
2012-02-01 | BUILDFIX updating physicsextensions to have new navmesh format | Nyx (Neal Orman) | |
2012-02-01 | PATH-194 WIP adding header file packaging | Nyx (Neal Orman) | |
Gives us the packaging we need for viewer headers as an autobuild package so that llphysicsextensions can use its headers. | |||
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-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 | 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. | |||
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 | merge | Debi King (Dessie) | |
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 | Updating to the latest llphysicsextensions pre-built package. | Todd Stinson | |
2012-01-30 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
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. | |||
2012-01-30 | PATH-187: Consolidating field names for the cap service into local defines. | Todd Stinson | |
2012-01-30 | Merge with latest | Leslie Linden | |
2012-01-30 | SH-2592 PROGRESS -- (OS X Lion) Graphics issues with Atmospheric Shaders ↵ | Leslie Linden | |
enabled on Intel HD 3000, 10.7.2 Refactored WindLight estate settings to use float uniforms in the shaders that only need it, rather than vec4's for everything. | |||
2012-01-30 | increment viewer version to 3.2.9 | Oz Linden | |
2012-01-30 | Added tag 3.2.8-start for changeset 89980333c99d | Oz Linden | |
2012-01-30 | merge changes for vmrg-219 | Oz Linden | |
2012-01-30 | PATH-187: Resolving an issue where in a particular scenario the edit fields ↵ | Todd Stinson | |
were not being disabled when nothing was selected. | |||
2012-01-30 | PATH-187: Using handles instead of pointers for safer implementation. | Todd Stinson | |
2012-01-30 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-01-30 | PATH-192 BUILDFIX updating to fixed version of llpathinglib | Nyx (Neal Orman) | |
2012-01-30 | merge | Brad Payne (Vir Linden) | |
2012-01-29 | STORM-1803 Adding raw anim file upload support | Jonathan Yap | |
2012-01-27 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-01-27 | EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat | Richard Linden | |
2012-01-27 | Pull from viewer-experience | Merov Linden | |