Commit Graph

23 Commits (14ddfcdf5237c9529d8a8edbd4c86cfd53cfaf78)

Author SHA1 Message Date
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 9366a7775c PATH-797: BUGFIX Altering how the rows are being added to the scrolllist widget to avoid a regression that occurred after merging from viewer-release recently caused the time to load a large number of elements to increase substainally. 2012-06-29 17:36:40 -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 16ba7ae82c Updating the teleport-me-to-it behavior for the characters and linksets. Firstly, to remove the direct call to gAgent.teleportRequest() which is being made into a private function. Secondly, to check the viewer object list to see if the object exists there, and if so, to use that location as the teleport destination. 2012-06-26 14:47:50 -07:00
Todd Stinson b3ccf0f2ad Correcting a state message when setting values on the linkset floater. 2012-06-25 18:24:03 -07:00
Todd Stinson bf86a69731 PATH-717: Minor UI changes from Leo. Also, adding a notification when attempting to return or delete multiple items. 2012-06-25 15:37:18 -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 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 9762c5c98c PATH-682: Correcting behavior for the case where setting the linksets and the response returned is an error, and this causes the viewer to crash. This commit should remove the viewer crash. 2012-06-05 18:19:08 -07:00
Todd Stinson 527fb080f5 BUGFIX: Correcting selection behavior where the floater edit fields were not being updated if the object selected was not in range of the viewer. 2012-06-04 18:22:35 -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 372391403d Adding an automatic refresh to the pathfinding object floaters. 2012-06-01 16:34:42 -07:00
prep bf8d3e1d30 Migrated restoration of physics capsule into pathing character 2012-06-01 16:02:12 -04:00
prep a8ff37b956 Migrated physics capsule logic into pathing character object 2012-06-01 15:48:19 -04:00
prep ed486b3ca0 Update to latest llphysics extensions library 2012-06-01 13:01:13 -04:00
Todd Stinson fc1dd55833 Pull and merge from ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. 2012-05-31 18:07:11 -07:00
Todd Stinson 41bcd56764 A bit more class clean-up for the LLFloaterPathfindingObjects. 2012-05-31 17:25:41 -07:00
prep ef75a2e07e WIP:Displaying physics capsule for a character - it is currently disabled. 2012-05-31 16:38:19 -04:00
Todd Stinson 938f42ded7 Reloading the the pathfinding object floaters when the god level is changed. 2012-05-31 12:22:47 -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