Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-07 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-03-07 | Removing unreferenced parameters from the post data. | Todd Stinson | |
2012-03-07 | Path-287: VB bug fixes. Cleaned up rendering prims. Navmesh shape rendering ↵ | prep | |
fixes. Code cleanup | |||
2012-03-07 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-03-07 | PATH-205,PATh-304: Fixing a crash issue with loading multiple navmeshes ↵ | Todd Stinson | |
during the second refresh. | |||
2012-03-07 | Path-387, Path-283: Navmesh rendering fix. | prep | |
2012-03-07 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-03-07 | Fix for overlaying navmesh on renderable geometry. | prep | |
2012-03-07 | Removed unneeded code | prep | |
2012-03-07 | merge | prep | |
2012-03-07 | Partial fix for Path-387. Path-287 Viewer perfomance tweaks. | prep | |
2012-03-06 | PATH-205,PATH-304: More work to handle downloading of out-of-date navmeshes. | Todd Stinson | |
2012-03-06 | EXP-1767 WIP Received Items panel state does not persist between sessions | Richard Linden | |
added get/setTargetDim() for managing layout_panel size even if its collapsed/invisible/etc | |||
2012-03-06 | EXP-1767 WIP Received Items panel state does not persist between sessions | Richard Linden | |
ensure that layout stack has updated its layout before manually resizing one of its elements (which was causing the manual resize to be stomped on by the newly triggered layout update) made layout stack animation occur even when layout stack not visible (inventory will appear in proper open/closed state) LLView::setShape() now only calls handleReshape() when dimensions change removed extraneous calls to LLLayoutStack::updateClass() so that it should be called only once per frame now, allowing it to limit animation updates to layout stacks to one per frame. fixed rendering glitches arising from reshaping LLFolderView while in the middle of its draw() method | |||
2012-03-06 | Storing the slots for the registered signal listeners. Before, this was ↵ | Todd Stinson | |
creating the artifact of crashing the Viewer on the second close of the pathfinding console. | |||
2012-03-06 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-03-06 | Attempting to set the scroll position back to the original value on refresh. | Todd Stinson | |
2012-03-06 | Putting into place a work-around for missing "modifiable" field datum in the ↵ | Todd Stinson | |
linksets service. | |||
2012-03-06 | Updating the pathfinding linksets service to reference the new navmesh ↵ | Todd Stinson | |
category field. Also, still supporting the old permanent/walkable field names until fully deprecated from all server builds. | |||
2012-03-06 | Updating the freeze/unfreeze service with the new field names. Also, still ↵ | Todd Stinson | |
supporting the old field names until fully deprecated from all server builds. | |||
2012-03-06 | Adding the linksets menu option to the build->pathfinding menu. | Todd Stinson | |
2012-03-06 | fixed some log warnings resulting from missing "name" attributes in ↵ | Richard Linden | |
menu_viewer.xml | |||
2012-03-05 | CHUI-55 FIX Floaters that have set positions from old viewer versions can ↵ | Richard Linden | |
appear off screen until user repositions the floaters manually | |||
2012-03-05 | EXP-1917 : Fix items coming back in folders when quit after cut. | Merov Linden | |
2012-03-05 | Wrapping all cases of LLPathingLib::getInstance in null pointer checks. | Todd Stinson | |
2012-03-05 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-03-05 | EXP-1912 : Fix filtering of folders when those are being cut. | Merov Linden | |
2012-03-05 | PATH-205,PATH-304: More work to handle downloading of out-of-date navmeshes. | Todd Stinson | |
2012-03-05 | Crash fix on teleport | prep | |
2012-03-02 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-03-02 | PATH-304,PATH-205: Initial reworking of the navmesh download functionality. | Todd Stinson | |
2012-03-02 | EXP-1911 : Fix the filter resetting, using U64 values where needed. | Merov Linden | |
2012-03-02 | merge | prep | |
2012-03-02 | path-356: purging any data from the pathinglib after a successfull teleport. | prep | |
2012-03-01 | EXP-1841 : change mState to mGeneration in LLClipboard. | Merov Linden | |
2012-03-01 | EXP-1841 : Use std::vector instead of LLDynamicArray in LLClipboard. | Merov Linden | |
2012-03-01 | EXP-1841 : Use instance instead of getInstance on LLClipboard singleton. | Merov Linden | |
2012-03-01 | BUGFIX Correcting a problem with the object selection code in the ↵ | Todd Stinson | |
pathfinding characters and linksets floaters. The code was not seeing the callback from the object update message of the selection manager. | |||
2012-03-01 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-03-01 | merge | prep | |
2012-03-01 | path-264: Locking avatar in place when pathing floater is up. | prep | |
2012-03-01 | sync with viewer-development | eli | |
2012-03-01 | Pull from viewer-experience | Merov Linden | |
2012-03-01 | CHUI-55 FIX Floaters that have set positions from old viewer versions can ↵ | Richard Linden | |
appear off screen until user repositions the floaters manually | |||
2012-02-29 | Altering the displayed names of Dynamic objects to be Movable instead. | Todd Stinson | |
2012-02-29 | increment viewer version to 3.3.1 | Oz Linden | |
2012-02-29 | PATH-199: Starting to introducing the pathfinding flags for the object. | Todd Stinson | |
2012-02-29 | added dummy file to assist in forcing tc builds | Richard Linden | |
2012-02-29 | merge changes for vmrg-231 | Oz Linden | |
2012-02-29 | PATH-199: More cleanup of object flags and syncing with definitions from the ↵ | Todd Stinson | |
server-side using left-shifted bits instead 0x explicits for better human readability. |