Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-01 | Automated Merge | Roxie Linden | |
2010-04-01 | Merge | Matthew Breindel (Falcon) | |
2010-03-31 | Merge | Matthew Breindel (Falcon) | |
2010-03-31 | DEV-47845 Cleaned up names. | Matthew Breindel (Falcon) | |
2010-03-30 | HUGE merge from viewer-trunk. Many conflicts resolved. | Tofu Linden | |
2010-03-29 | EXT-5940 : Typedef all vector<LLUUID>'s | Loren Shih | |
Superficial cleanup to change all typedef std::vector<LLUUID> to use a common typedef uuid_vec_t instead. | |||
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 | DEV-47845 Fix to work with TCP/LLSD message. This checkin is experimental, ↵ | Matthew Breindel (Falcon) | |
so if it breaks a build, just revert to the previous changeset. | |||
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". | |||
2010-03-25 | automated merge | Loren Shih | |
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. | |||
2010-03-22 | Weekly automated merge from viewer 2.0 | Roxie Linden | |
2010-03-20 | merge | Dave Parks | |
2010-03-19 | EXT-6479 : Inspect Object floater doesn't update highlight and selection | Loren Shih | |
EXT-4013 : Functionality loss: Inspect object (aka see a list of creators / timestamps for all prims in a linkset) Simple fix to only use Inspect floater if it's actually active (i.e. visible). | |||
2010-03-19 | EXT-6479 : Inspect Object floater doesn't update highlight and selection | Loren Shih | |
EXT-4013 : Functionality loss: Inspect object (aka see a list of creators / timestamps for all prims in a linkset) Very simple fix that addresses some brokenness with the inspect multi-object floater. Nature of changes is that when we re-enabled the floater (i.e. uncommented the associated code) per last-minute request, a couple of blocks of code had been left commented out. | |||
2010-02-09 | merge | davep@billy.gateway.2wire.net | |
2010-02-06 | Fix for bad GL blend function caching. | Dave Parks | |
2010-02-06 | Fix for bad GL blend function caching. | Dave Parks | |
2010-02-05 | merge from viewer2 trunk. | Tofu Linden | |
2010-02-04 | EXT-3144 EXT-4226: Re-employ tentative state for individual items in media ↵ | Rick Pasetto | |
settings Review #95 This change undoes some prior change that seems to not allow showing media data for multiple selection. There was all of this code put in to support displaying tentative state for media, but code was added to basically override it. Perhaps the reason was tentative state items were not ignored on apply...this change does that. | |||
2010-01-28 | Merge from viewer2 trunk. | Tofu Linden | |
2010-01-28 | CID-351 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLSelectMgr::LLSelectMgr() File: /indra/newview/llselectmgr.cpp | |||
2010-01-27 | CID-384 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLSelectNode::LLSelectNode(const LLSelectNode&) File: /indra/newview/llselectmgr.cpp | |||
2009-12-22 | Added prim cost equivalency to UI for importer and tools floater. | Dave Parks | |
2009-12-18 | Merge with viewer-2-0 | Dave Parks | |
2009-12-16 | merge | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-16 | For EXT-3114: [BSI] Can't right click > edit a no-mod attachment | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-14 | Merging in latest viewer 2 | Palmer Truelson | |
2009-12-10 | Dos2Unix fix for llselectmgr.cpp | Loren Shih | |
2009-12-09 | Partial EXT-3268 Object Profile option showing up in avatar 3D Context menu | James Cook | |
Renamed gPie* and menu_pie_* to just gMenu* and menu_* because they are no longer pie menus. Created separate other-attachment menus. Reviewed with Richard. | |||
2009-12-09 | EXT-2827 and fix for delete key not deleting objects while building. | James Cook | |
Object inventory was grabbing edit menu handling during refresh. Put back Angela's code so that Right-click > Remove > Delete is now disabled if you have a single face selected. Fixed LLSelectMgr::contains() for SELECT_ALL_TES case. Reviewed with Richard. | |||
2009-12-08 | Back out EXT-2827 Unable to delete object when select face of object | James Cook | |
May cause right-click delete to fail - testing that Backed out changeset: 1f8e1e73f9f4 | |||
2010-03-01 | Automated merge with a few fixups for code review comments | Roxie Linden | |
2010-02-26 | automated merge | Roxie Linden | |
2010-02-25 | automated merge from trunk | Roxie Linden | |
2009-12-07 | Merge of viewer 2 changes | Palmer | |
2009-12-04 | EXT-2827 Unable to delete object when select face of object | angela | |
2009-11-30 | Linker optimization - use "extern template" for commonly regenerated templates | James Cook | |
Also replaced many duplicate calls to LLViewerCamera::getInstance() with local pointer. Reviewed with Ambroff | |||
2009-11-28 | Use extern template for common singletons to reduce code bloat/link time. | James Cook | |
2009-11-24 | Removed include llnotifications.h from llfloater.h trying to speed builds | James Cook | |
Fixed many other includes related to this file. Cleaned out llfloatertestlistview to be an empty test floater. | |||
2009-11-11 | Merged in viewer 2 changes, adjusted xui problems, added mesh folder type ↵ | Palmer | |
and more mesh inventory type info | |||
2009-11-06 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-05 | Restore the media focus ring. This fixes DEV-42166. | Monroe Linden | |
Media focus is still tracked separately from LLSelectMgr (which was a change made during a refactor a while ago), but LLViewerMediaFocus now keeps LLSelectMgr updated with the current media focus when it changes. Added a special case for media focus to LLSelectMgr::deselectAllIfTooFar(), since it was making the focus ring not show up when media focus was on distant media. | |||
2009-11-05 | EXT-2229 : Task SP : Update task on new selection | Loren Shih | |
Using activePanel hack to update selection when it changes. --HG-- branch : avatar-pipeline | |||
2009-11-04 | Redo Bao's broken merge | Bryan O'Sullivan | |
2009-11-03 | fix the bug that textuer boost level is mixed with boolean numbers. | Xiaohong Bao | |
2009-11-02 | Merge of viewer-2-0 changes | Palmer | |
2009-11-02 | EXT-1744 1-click Sit object not spawning an object inspector | Leyla Farazha | |
EXT-1810 Right clicking own avatar displayed semi-transparent menus EXT-1927 Hook up Push-to-talk in Preferences > Advanced reviewed by richard | |||
2009-11-02 | Sync up with render-pipeline-7 ignore-dead-branch | David Parks | |