Commit Graph

58 Commits (bd008a170898e69beeb8bc0481b4bfd94de86c55)

Author SHA1 Message Date
Oz Linden c8726aba30 remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
Graham Madarasz bf6182daa8 Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
Todd Stinson 839799c262 PATH-868: Ensuring that walkability values are reset to a previous value if the empty string is entered. 2012-08-27 16:35:34 -07:00
Todd Stinson 2e338ef2ef PATH-856: Adding a new notification to indicate when the user will be toggling the phantom flag of a linkset through the Pathfinding Linksets floater. 2012-08-14 17:58:26 -07:00
Todd Stinson fddaf38f89 PATH-849: Group objects were losing their [group] identifier following the last commit. This should fix that issue. 2012-08-14 16:04:12 -07:00
Todd Stinson 683a96a5f1 PATH-849: Refactoring the behavior after loading the owner name of a pathfinding object into the avatar name cache so that each object can simply update its respective row in the scroll list rather than rebuilding from scratch after all names are loaded. 2012-08-14 14:54:29 -07:00
Todd Stinson 241a446224 Adding the example use type labels to the pathfinding linksets floater. 2012-07-10 12:30:15 -07:00
Todd Stinson fcc810c67d Ensuring that the linksets filters are cleared before attempting to select an object from right-click in-world menu. 2012-06-28 16:09:11 -07:00
Todd Stinson 685a672b74 Cleaning up new files in preparation for merge into viewer-release. 2012-06-28 15:37:55 -07:00
Todd Stinson 78910cf301 Updating the header licensing comments. 2012-06-26 18:04:19 -07:00
Todd Stinson 328322436c PATH-764,PATH-765: Adding in a context menu option on right-click of an object to show in the linksets floater if all objects are non-characters, or to show in the characters floater if all objects are characters. 2012-06-22 16:12:32 -07:00
Todd Stinson a69d0f84fd Pull and merge from ssh://hg@bitbucket.org/stinson_linden/viewer-premium-wilderness. 2012-06-15 14:05:06 -07:00
Todd Stinson e78266e937 BUGFIX: Correcting a behavior where moving the cursor over a selected object inappropriately called updateControls(). Fix was to break the updateControl() functionality into two separate handlers updateControlsOnScrollListChange() and updateControlsOnInWorldSelectionChange(). 2012-06-15 12:45:41 -07:00
Todd Stinson ff7223fafe PATH-706: Removing enforcement on frozen/unfrozen state from the linksets floater. Also, removing handlers for agent state change. 2012-06-11 14:45:59 -07:00
Todd Stinson ea23285f8b Ensuring that the scroll list is rebuilt after any missing avatar names are loaded into cache. 2012-06-04 14:36:43 -07:00
Todd Stinson 41bcd56764 A bit more class clean-up for the LLFloaterPathfindingObjects. 2012-05-31 17:25:41 -07:00
Todd Stinson 3352a1eac1 Cleaning up some unreferenced headers and classes definitions from previous refactoring. 2012-05-30 19:39:08 -07:00
Todd Stinson 3c2be426e5 First pass at refactoring the pathfinding linksets and pathfinding characters classes to reduce code duplication, as both functionalities were heavily duplicated. 2012-05-30 18:47:12 -07:00
Todd Stinson cbebd682f7 Removing windows line endings from .h and .cpp files. 2012-04-25 13:04:13 -07:00
Todd Stinson 9d22b22d96 PATH-482: BUGFIX Automatically reloading the character and linksets floaters on region crossing. 2012-04-05 15:59:34 -07:00
Todd Stinson 473da43c1b Refactoring the characters floater code. 2012-03-27 19:05:29 -07:00
Todd Stinson d3550dfcd6 Adding non-volume status to the pathfinding linkset to restrict non-convex linksets from being set to be a material or exclusion volume. 2012-03-19 16:24:51 -07:00
Todd Stinson 2b93f44f19 BUGFIX Correcting a problem with the object selection code in the pathfinding characters and linksets floaters. The code was not seeing the callback from the object update message of the selection manager. 2012-03-01 16:04:18 -08:00
Todd Stinson 10ab7acd3a PATH-292: Ensuring that the terrain linkset use is clearly called out as unmodifiable. 2012-02-27 17:43:16 -08:00
Todd Stinson 518bc51e66 PATH-292: Adding better usability and warning notifications for the handling of locked linksets. 2012-02-27 15:43:58 -08:00
William Todd Stinson 3b4e4f8bc9 PATH-341: BUGFIX Clamping the walkability coefficient text inputs to maximum value. 2012-02-25 23:49:41 -08:00
Todd Stinson 24f6c378b5 PATH-292: Re-enabling filtering for the linksets floater. 2012-02-23 19:56:02 -08:00
Todd Stinson 640b08c58a PATH-292: Fixing an issue where clicking Apply Edits without any changes resulted in an usable floater state. 2012-02-23 18:41:23 -08:00
Todd Stinson 05a49dd425 PATH-292: Fixing the post-modify update handler to update the linkset list rather than overwrite it. 2012-02-23 17:12:44 -08:00
Todd Stinson 73aa47f391 PATH-292: Reworking how and where linksets are requested and managed. 2012-02-23 16:51:06 -08:00
Todd Stinson a73ec672d1 PATH-292: Adding an additional show beacons checkbox for the linksets floater. 2012-02-16 16:49:31 -08:00
Todd Stinson b1089ae355 PATH-292: Implementing the action buttons for the linksets floater. 2012-02-16 16:09:23 -08:00
Todd Stinson e156e9ed03 PATH-292: First pass at implementing the new design of the linksets floater. 2012-02-16 14:55:21 -08:00
Todd Stinson 90c174d876 Adding functionality to better handle the cause where the capability service does not exist to the linksets floater. 2012-02-07 14:25:59 -08:00
Todd Stinson 588dc1b020 PATH-187: Using handles instead of pointers for safer implementation. 2012-01-30 11:10:53 -08:00
Todd Stinson 58f299fb8a PATH-187: Moving the filtered pathfinding linksets class into its own file. 2012-01-27 18:03:04 -08:00
Todd Stinson 891e99058b PATH-187 : Moving the PathfindingLinkset definition into its own file. 2012-01-27 16:40:23 -08:00
Todd Stinson f304b18a74 PATH-187: Started refactoring of the CAP service by moving the translation to an LLSD into the Linkset class where it should have been anyway. 2012-01-26 17:12:13 -08:00
Todd Stinson 3adf2d4693 Introducing changes to prepare for the upcoming server-side change of the walkability coeefficients from real to integer data types. 2012-01-26 16:24:36 -08:00
Todd Stinson dd7cb63926 PATH-187: Starting to refactor the capability service for querying/editing linksets. 2012-01-20 17:12:24 -08:00
Todd Stinson 2d307c193d Ensuring that the new path state radio items are properly enabled/disabled based on selection. 2012-01-20 15:21:10 -08:00
Todd Stinson fe637c5f95 PATH-225: Replacing the Fixed and Walkable columns with a single State column. 2012-01-19 18:22:17 -08:00
Todd Stinson 53175f835e PATH-225: Adding ability to filter and edit linksets using the pathing state values of walkable, obstacle, or ignored. 2012-01-19 17:51:46 -08:00
Todd Stinson 755ba8652b PATH-227: Adding code to update the scroll list after a PUT response. 2012-01-19 13:28:16 -08:00
Todd Stinson 496fa2ea87 Changing the camel case of Navmesh to be NavMesh. 2012-01-18 17:23:15 -08:00
Todd Stinson 47c9b85798 PATH-186: Changing the base type for internal storage of the walkability 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 16:17:40 -08:00
Todd Stinson ceac8882c6 PATH-186: Sending the PUT to update the modified fields. However, still relying on the GET response handlers for now. 2012-01-18 11:24:33 -08:00
Todd Stinson 7e213192a2 PATH-186: Enabling and disabling the edit fields based on whether linksets are selected. 2012-01-17 17:31:46 -08:00
Todd Stinson fa03d3ee3d PATH-186: Starting to build some baseline UI functionality to support the editing of linnkset fields. 2012-01-13 17:16:43 -08:00
Todd Stinson c0c642862e PATH-145: Implementing the basics of filtering on the pathfinding linksets console. Still need some refinments in usability. 2012-01-11 17:44:49 -08:00