Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-16 | MAINT-1689 The object that was created after opening Linkset is not ↵ | Mnikolenko Productengine | |
presented in linkset list | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-12-15 | fix for some std::pair/STL syntax | callum_linden | |
2013-11-19 | replace uses of LLEnvManagerNew::setRegionChangeCallback with ↵ | Oz Linden | |
LLAgent::addRegionChangedCallback | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-08-14 | PATH-849: Group objects were losing their [group] identifier following the ↵ | Todd Stinson | |
last commit. This should fix that issue. | |||
2012-08-14 | PATH-849: Refactoring the behavior after loading the owner name of a ↵ | Todd Stinson | |
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-06-29 | PATH-797: BUGFIX Altering how the rows are being added to the scrolllist ↵ | Todd Stinson | |
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-28 | Cleaning up new files in preparation for merge into viewer-release. | Todd Stinson | |
2012-06-26 | Updating the header licensing comments. | Todd Stinson | |
2012-06-26 | Updating the teleport-me-to-it behavior for the characters and linksets. ↵ | Todd Stinson | |
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-25 | Correcting a state message when setting values on the linkset floater. | Todd Stinson | |
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. |