Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-26 | Introducing changes to prepare for the upcoming server-side change of the ↵ | Todd Stinson | |
walkability coeefficients from real to integer data types. | |||
2012-01-25 | Fixing issue with renamed header file in a pre-built package. | Todd Stinson | |
2012-01-25 | PATH-192 WIP adding convex decomp to pathing | Nyx (Neal Orman) | |
First pass at using new llPhysicsExtensions library which combines pathing and convex decomp. | |||
2012-01-25 | MERGE - pulling latest viewer-development into pathfinding branch | Nyx (Neal Orman) | |
2012-01-24 | Putting back in the code to update the status message on the pathfinding ↵ | Todd Stinson | |
console floater after the navmesh data has been received. | |||
2012-01-24 | merge changes for vmrg-218 | Oz Linden | |
2012-01-24 | merge fix | prep | |
2012-01-24 | WIP: path-118 | prep | |
2012-01-23 | Introducing a hacky way to get some reporting on the downloading status of ↵ | Todd Stinson | |
the navmesh into the console. This needs to be seriously refactored. | |||
2012-01-23 | Removing unnecessary code. | Todd Stinson | |
2012-01-23 | Adding some initial reporting on the pathfinding console detailing the state ↵ | Todd Stinson | |
of the navmesh download. | |||
2012-01-23 | Reverting background fetch on an item to the old fetFromServer call to fix ↵ | Leslie Linden | |
regression bug in inventory late loading | |||
2012-01-23 | Reverting rev 22217 changes to background fetch so search and recent will ↵ | Leslie Linden | |
fully fetch user inventory | |||
2012-01-23 | EXP-1799 FIX -- Replace and Add to Outfit options and Copy to Merchant ↵ | Leslie Linden | |
Outbox options can appear in invalid state when a valid folder is last selection EXP-1834 FIX -- Right click context menus on Folders in Merchant Outbox and Library folders can show all inventory options including admin options EXP-1835 FIX -- Right clicking on a folder and selecting New Folder creates folder under My Inventory not within selected folder * Updated folder context menu building to build full options in one step or trigger a load which will rebuild top-level context menu for all selected items when complete. Previous code had an implicit assumption that the selected folder was the only selection after background fetch. | |||
2012-01-23 | merge changes for storm-1799 | Oz Linden | |
2012-01-23 | merge changes for storm-1798 | Oz Linden | |
2012-01-23 | merge changes for storm-1796 | Oz Linden | |
2012-01-23 | merge changes for storm-1788 | Oz Linden | |
2012-01-20 | PATH-187: Starting to refactor the capability service for querying/editing ↵ | Todd Stinson | |
linksets. | |||
2012-01-20 | * Modified so "Copy" context menu option is not available for "no copy" items. | Leslie Linden | |
2012-01-20 | EXP-1799 FIX -- Replace and Add to Outfit options appear as grayed out in ↵ | Leslie Linden | |
Inventory * Refactored LLFolderBridge::buildContextMenu fetch to clear and rebuild basic context menu options after the fetch rather than trying to merge the two. | |||
2012-01-20 | PATH-226: Removing the extraneous checks for both the old and new CAP ↵ | Todd Stinson | |
service names as the new server-side code has been fully deployed. | |||
2012-01-20 | Ensuring that the new path state radio items are properly enabled/disabled ↵ | Todd Stinson | |
based on selection. | |||
2012-01-20 | Setting initial sorting of the linksets to be ascending by name. | Todd Stinson | |
2012-01-20 | EXP-1799 FIX -- Replace and Add to Outfit options appear as grayed out in ↵ | Leslie Linden | |
Inventory * Modified build context menu code to not disable items that are invisible so secondary background fetch can coalesce menu options with proper state. * Removed "Move to Merchant Outbox" context menu option. | |||
2012-01-20 | PATH-225 Updating the linksets list table layout for more regular spacing. | Todd Stinson | |
2012-01-20 | Fixing an issue with the linkset filtering that was not properly excluding ↵ | Todd Stinson | |
obstacle linksets. | |||
2012-01-20 | PATH-230 fix - opening the pathfinding floater busts ray casting | prep | |
2012-01-19 | fixed build | Richard Linden | |
2012-01-19 | made layoutPanels have constant user_resize and auto_resize attributes | Richard Linden | |
2012-01-19 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-merge/ | Richard Linden | |
2012-01-19 | EXP-1824 FIX Received Items panel does not collapse correct when Height of ↵ | Richard Linden | |
panel is maximized in Inventory window | |||
2012-01-19 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-01-19 | PATH-225: Replacing the Fixed and Walkable columns with a single State column. | Todd Stinson | |
2012-01-19 | PATH-225: Adding ability to filter and edit linksets using the pathing state ↵ | Todd Stinson | |
values of walkable, obstacle, or ignored. | |||
2012-01-19 | EXP-1829 FIX -- Selecting a valid item last allows other selected invalid ↵ | Leslie Linden | |
items to be copied to Outbox with context menu option * Updated context menu default enabled state to use the last state rather than TRUE. Once per frame, the states are all reset to TRUE so this has the effect of AND'ing together successive buildContextMenu functions rather than ignoring previous states. | |||
2012-01-19 | EXP-1828 FIX -- Drag and drop to an open folder in the outbox causes it to ↵ | Leslie Linden | |
close automatically * Updated auto-open behavior to ignore items that are already open. | |||
2012-01-19 | * Added member variables to avoid several per-frame getChild calls. | Leslie Linden | |
2012-01-19 | EXP-1827 FIX -- Drag area in outbox does not always highlight green when ↵ | Leslie Linden | |
indicating a top level drop * Updated the outbox drop area highlight to include top level drops within the outbox inventory panel itself. | |||
2012-01-19 | PATH-227: Adding code to update the scroll list after a PUT response. | Todd Stinson | |
2012-01-19 | merge | prep | |
2012-01-19 | Path-196 : vbo cleanup, visual fixes (path-222) | prep | |
2012-01-18 | Changing the camel case of Navmesh to be NavMesh. | Todd Stinson | |
2012-01-18 | PATH-226: Implementing a check for the multiple names of the ↵ | Todd Stinson | |
ObjectNavMeshProperties service until the new service name is fully deployed. | |||
2012-01-18 | PATH-186: Removing unnecessary this-> reference. | Todd Stinson | |
2012-01-18 | PATH-186: Changing the base type for internal storage of the walkability ↵ | Todd Stinson | |
coefficients to be S32 instead of F32 to avoid precision errors in comparing values when determining which values need to be updated through the PUT service. | |||
2012-01-18 | PATH-186: Ensuring to not send PUT data with no parameters specified. | Todd Stinson | |
2012-01-18 | Merge with latest | Leslie Linden | |
2012-01-18 | EXP-1704 FIX -- Updated text for Empty Received Items panel in Viewer | Leslie Linden | |
* Updated to latest text per Leo's comment in the JIRA. | |||
2012-01-18 | EXP-1550 FIX -- New tag shown and not removed on click when rezzing an item ↵ | Leslie Linden | |
from Received Items panel and taking back into inventory. * Inventory folder creation dates are now only set once, rather than being updated every time a new item is added. |