Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-27 | PATH-433: Pumping the character type selection from the console floater into ↵ | Todd Stinson | |
the generatePath call of the pathing library. | |||
2012-03-27 | MAINT-710: Fix for VertexBufferStrider could not find valid vertex data. ↵ | Oz Linden | |
(from Firestorm) | |||
2012-03-26 | Minor modifications to the pathfinding console floater. | Todd Stinson | |
2012-03-26 | merge | Dave Parks | |
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 | PATH-199: Disabling the Take and Delete right-click context menu options ↵ | Todd Stinson | |
when object is enforced permanent. | |||
2012-03-23 | PATH-199: Alert the user if he/she attempts to terraform while in Frozen mode. | Todd Stinson | |
2012-03-23 | fix for gcc | Richard Linden | |
2012-03-22 | Fixed header/code inconsistencies | prep | |
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-21 | PATH-199: Disabling more functionality of the build tool floater when ↵ | Todd Stinson | |
permanancy is enforced. | |||
2012-03-21 | PATH-199: Adding a non-interactive checkbox to the build tools floater. | Todd Stinson | |
2012-03-21 | merge | prep | |
2012-03-21 | Path-282: Added support for viewing the walkability map for various ↵ | prep | |
character types | |||
2012-03-20 | BUGFIX: Removing one more instance of the server warning notification that ↵ | Todd Stinson | |
oddurs when attempting to stand up while sitting on the premium wilderness boat. | |||
2012-03-20 | Cleaning up miscellaneous differences between the pathfinding repository and ↵ | Todd Stinson | |
the latest viewer-development. | |||
2012-03-20 | BUGFIX: Removing server warning notification that occurs when attempting to ↵ | Todd Stinson | |
use the inner tubes on the premium wilderness region. The updateFlags() was being called while processing a server message, which would result in erroneous data being posted back to the server. | |||
2012-03-19 | EXP-1841 : Pull the whole Cut and Paste feature in viewer-experience | Merov Linden | |
2012-03-19 | Adding non-volume status to the pathfinding linkset to restrict non-convex ↵ | Todd Stinson | |
linksets from being set to be a material or exclusion volume. | |||
2012-03-16 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2012-03-16 | EXP-1767 FIX (Received Items panel state does not persist between sessions) | Richard Linden | |
made received items not auto resizable save/restore received items height on collapse/expand | |||
2012-03-16 | EXP-1915 : Fetch recursively folders when selected | Merov Linden | |
2012-03-16 | Removing unreachable code from the viewer. Corresponding changes made on ↵ | Todd Stinson | |
the server to remove the message handling. | |||
2012-03-16 | EXP-1841 : pull from current viewer-experience. | Merov Linden | |
2012-03-16 | CHUI-53 FIXED vertical scroll bar in inventory floater to appear when ↵ | Seth ProductEngine | |
horizontal scroll bar hides last item in folder view. Added a scroll container which provides the information about the height of currently displayed folder view contents. It is used for updating vertical scroll bar visibility in inventory panel. | |||
2012-03-15 | BUILDFIX: Correcting line spacing at end-of-file. | Todd Stinson | |
2012-03-14 | EXP-1841 : Comments clean up | Merov Linden | |
2012-03-14 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-03-14 | PATH-302: Adding in status reporting for the simulator navmesh status. ↵ | Todd Stinson | |
Separating the viewer status messaging from the simulator status. | |||
2012-03-14 | CHUI-60 FIX Initial chat bubble from object is incorrectly sized on login | Richard Linden | |
bad XUI | |||
2012-03-14 | Added flush support to navmesh havok display wrapper and made lines a bit ↵ | prep | |
thicker. | |||
2012-03-13 | EXP-1915 : Rewrote the fetching mechanism for folders making it truly recursive. | Merov Linden | |
2012-03-13 | PATH-394: First pass at handling the sim-to-viewer message reporting the ↵ | Todd Stinson | |
change from FROZEN to UNFROZEN state. | |||
2012-03-13 | PATH-199: Enforcing permanent objects in frozen state to not move. | Todd Stinson | |
2012-03-13 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-03-13 | PATH-304: Using the embedded navmesh version information. | Todd Stinson | |
2012-03-13 | merge | prep | |
2012-03-13 | pull and merge from viewer-development | prep | |
2012-03-13 | PATH-304: Proper handling of the sim-to-viewer message. | Todd Stinson | |
2012-03-13 | Removing an unreferenced .h file and replacing it with a more specific one. | Todd Stinson | |
2012-03-13 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-03-13 | PATH-304: Adding more debug messaging and correcting the camel-case of the ↵ | Todd Stinson | |
NavMesh update message. | |||
2012-03-13 | CHUI-56 FIXED Fixed a crash when deleting multiple inventory folders. | Vadim ProductEngine | |
2012-03-12 | PATH-304: Adding an extra state for the pathfinding console to report that ↵ | Todd Stinson | |
the status of the navmesh is being checked. | |||
2012-03-12 | PATH-304: Making the navmesh version information work for both Premium ↵ | Todd Stinson | |
Wilderness regions (old pathfinding simulator build with missing capabilities) as well as the new pathfinding simulator builds with the version services. | |||
2012-03-12 | Merge | Merov Linden | |
2012-03-12 | EXP-1914 : Fix the evaluation of isClipboardPasteable() when the clipboard ↵ | merov | |
is in cut mode. | |||
2012-03-12 | EXP-1922 : Skip the clipboard elements when purging the trash when in cut mode | Merov Linden | |
2012-03-12 | sync with viewer-development | eli | |