Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-17 | SOCIAL-741 FIX Gesture graphic for click to move in-world | Richard Linden | |
2011-03-17 | SOCIAL-749 FIX Clicking on world to dismiss context menus causes your avatar ↵ | Richard Linden | |
to walk to click | |||
2011-03-15 | another attempt at fixing gcc | Richard Linden | |
2011-03-14 | SOCIAL-695 FIX Selecting UI and then clicking on world to give focus back to ↵ | Richard Linden | |
viewer moves you to that location made this work when clicking on SL with another app in foreground visual feedback of ClickToWalk behavior | |||
2011-03-14 | SOCIAL-529 FIX Click and drag camera does not work when using orbit and pan ↵ | Richard Linden | |
tools disabled click-drag when camera not in default position since behavior would be weird at best | |||
2011-03-14 | fixed line endings | Richard Linden | |
2011-03-14 | SOCIAL-715 FIX clicking on own nametag or head causes avatar to walk backward | Richard Linden | |
2011-03-14 | clicking on sky or on own avatar to steer now works | Richard Linden | |
2011-03-14 | SOCIAL-701 FIX Clicking on world while flying moves avatar to location and ↵ | Richard Linden | |
avatar and camera shake... | |||
2011-03-14 | SOCIAL-695 FIX clicking on world to give it focus will make your avatar walk | Richard Linden | |
2011-03-13 | only enable click to steer with "ClickToWalk" is turned on | Richard Linden | |
2011-03-11 | visual feedback for click to walk | Richard Linden | |
2011-03-11 | SOCIAL-690 FIX Mouse captured by camera after clicking on scripted object | Richard Linden | |
2011-03-11 | fixed avatar picker url | Richard Linden | |
fixed linux build | |||
2011-03-11 | SOCIAL-530 WIP When double clicking a nearby location I want my avatar to ↵ | Richard Linden | |
walk to that spot can drag objects in front of avatar in opposite direction now reliably release mouse capture min rotation radius is now scaled by camera distance from rotation center | |||
2011-03-10 | SOCIAL-530 WIP When double clicking a nearby location I want my avatar to ↵ | Richard Linden | |
walk to that spot Initial mouse-based steering and single click to walk | |||
2011-02-25 | SOCIAL-548 FIX shorten delay for avatar inspector tooltips | Richard Linden | |
2010-11-15 | merge | Richard Linden | |
2010-10-08 | EXP-170 Able to buy objects in Skylight viewer (viewer code and default ↵ | callum | |
settings changes) Note: this also adds a setting to turn off 'Pay' too. | |||
2010-09-28 | added settings to toggle grab and alt-zoom ability | Richard Linden | |
2010-09-16 | Merge | Leyla Farazha | |
2010-09-08 | simplifying the inspector tooltip logic | Leyla Farazha | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee Linden | |
2010-08-26 | VWR-20715 Double-click teleport | Aimee Linden | |
SNOW-352/SNOW-421/SNOW-462 Imported from Snowglobe 2 By Twisted Laws and Thickbrick Sleaford | |||
2010-08-24 | remove parens from mini-inspector if not using display names | Leyla Farazha | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-20 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-08-19 | fixed line endings | Leyla Farazha | |
2010-08-19 | synchronous llavatarcachename::get calls now return true even if entry is ↵ | Leyla Farazha | |
expired | |||
2010-08-13 | fixed nametag reverting to legacy name ever 3 minutes | Leyla Farazha | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-07 | merge from viewer-release | Tofu Linden | |
2010-08-06 | Fixes for EXT-8563 "VWR-20156: Prim Media on HUDs has no Audio or Interactivity" | Monroe Linden | |
Backed out changeset 1b65d0d42c67 (the fix for EXT-5205), and replaced it with a check in LLPanelPrimMediaControls::nextZoomLevel(). Made LLViewerMediaImpl::calculateInterest() not attempt to calculate distances to HUD attachments, since their global positions are invalid. | |||
2010-07-30 | deprecated LLPanel::child*() methods | Richard Nelson | |
2010-07-19 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-07-09 | EXT-8296 FIXED Format currency properly in tooltips and the about land window. | Aimee Linden | |
2010-06-01 | Clean up some comments | James Cook | |
2010-05-18 | Rename mSLID to mUsername to match the name of the field in the UI | James Cook | |
Product made a late-breaking request to change the name of this field. The wire protocol for People API has not yet changed. | |||
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-04-16 | EXT-5205 MoAP auto zoom should not work on prims attached as HUDs | Leyla Farazha | |
Reviewed by Richard CC#192 | |||
2010-04-08 | EXT-6503 Setting a "click to" action in the Build tool breaks Shared Media ↵ | Leyla Farazha | |
interaction reviewed by richard cc#182 | |||
2010-03-29 | Merge latest viewer-hotfix, approximately equal to Viewer 2.0 final | James Cook | |
2010-03-29 | Merge | Loren Shih | |
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "gAgentAvatar" with "gAgentAvatarp". | |||
2010-03-29 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup to replace all instances of "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject" with "gAgentAvatar". | |||
2010-03-26 | EXT-EXT-6317 - cursor does not indicate clicking will trigger an action when ↵ | Richard Nelson | |
over transparent objects reviewed by Leyla | |||
2010-03-26 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Superficial cleanup so that all instances of gAgent.getAvatarObject() use "LLVOAvatarSelf *avatarp = gAgent.getAvatarObject". |