Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-25 | PATH-717: Minor UI changes from Leo. Also, adding a notification when ↵ | Todd Stinson | |
attempting to return or delete multiple items. | |||
2012-06-22 | PATH-764,PATH-765: Adding in a context menu option on right-click of an ↵ | Todd Stinson | |
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-15 | BUGFIX: Correcting a behavior where moving the cursor over a selected object ↵ | Todd Stinson | |
inappropriately called updateControls(). Fix was to break the updateControl() functionality into two separate handlers updateControlsOnScrollListChange() and updateControlsOnInWorldSelectionChange(). | |||
2012-06-05 | PATH-682: Correcting behavior for the case where setting the linksets and ↵ | Todd Stinson | |
the response returned is an error, and this causes the viewer to crash. This commit should remove the viewer crash. | |||
2012-06-04 | BUGFIX: Correcting selection behavior where the floater edit fields were not ↵ | Todd Stinson | |
being updated if the object selected was not in range of the viewer. | |||
2012-06-04 | Ensuring that the scroll list is rebuilt after any missing avatar names are ↵ | Todd Stinson | |
loaded into cache. | |||
2012-06-01 | Adding an automatic refresh to the pathfinding object floaters. | Todd Stinson | |
2012-06-01 | Migrated restoration of physics capsule into pathing character | prep | |
2012-06-01 | Migrated physics capsule logic into pathing character object | prep | |
2012-06-01 | Update to latest llphysics extensions library | prep | |
2012-05-31 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-05-31 | A bit more class clean-up for the LLFloaterPathfindingObjects. | Todd Stinson | |
2012-05-31 | WIP:Displaying physics capsule for a character - it is currently disabled. | prep | |
2012-05-31 | Reloading the the pathfinding object floaters when the god level is changed. | Todd Stinson | |
2012-05-30 | Cleaning up some unreferenced headers and classes definitions from previous ↵ | Todd Stinson | |
refactoring. | |||
2012-05-30 | First pass at refactoring the pathfinding linksets and pathfinding ↵ | Todd Stinson | |
characters classes to reduce code duplication, as both functionalities were heavily duplicated. |