Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-14 | slightly hairy merge from viewer-trunk | Tofu Linden | |
2010-04-07 | EXT-6745 : Refactor LLFetchComboObserver to use LLFetchItems and ↵ | Loren Shih | |
LLFetchDescedents instead of code duplication Took out a bunch of code duplication from the FetchComboObserver and am using the LLFetchItems/DescendentsObservers instead. Also added some comments and made some minor superficial cleanup to LLInventoryObserver done(). | |||
2010-04-07 | EXT-6728 : Have LLInventoryFetchItems/DescendentsObserver inherit from a ↵ | Loren Shih | |
base abstract LLInventoryFetchObserver class Minor cleanup of LLInventoryFetchComboObserver | |||
2010-04-06 | EXT-6728 : Have LLInventoryFetchItems/DescendentsObserver inherit from a ↵ | Loren Shih | |
base abstract LLInventoryFetchObserver class Added a new abstract class LLInventoryFetchObserver from which LLInventoryFetchItems and LLInventoryFetchDescendents inherit. Also changed isEverythingComplete to isFinished and made some other minor superficial changes. | |||
2010-04-06 | EXT-4151 : Immediately check if a fetchObserver filter is done, else add to ↵ | Loren Shih | |
observer list automatically FetchObservers now take in a list of IDs to check against. Made some naming changes. | |||
2010-04-06 | YET another hairy merge from viewer-trunk. Conflicts resolved... so far. | Tofu Linden | |
2010-04-06 | un-hairy merge from viewer-trunk | Tofu Linden | |
2010-04-06 | EXT-4151 : Immediately check if a fetchObserver filter is done, else add to ↵ | Loren Shih | |
observer list automatically Preliminary work to clean up naming conventions. | |||
2010-04-05 | EXT-6703 : LLInventory.h cleanup and create new LLInventoryDefines | Loren Shih | |
Took out enums and flags from LLInventory into LLInventoryDefines Did a bunch of header file reformatting for LLInventory.h Change made to simulator files as well. | |||
2010-04-02 | EXT-5940 : INFRASTRUCTURE: Typedef all vector<LLUUID>'s | Loren Shih | |
Fixed some more typedefs that I missed in first checkin. | |||
2010-04-02 | merge from viewer-trunk | Tofu Linden | |
2010-03-31 | merge from viewer-trunk | Tofu Linden | |
2010-03-30 | EXT-6525 - drag threshold is very low for navbar favorites | Richard Nelson | |
reviewed by Leyla | |||
2010-03-30 | EXT-3415 : INFRASTRUCTURE : Move LLInventoryCollectFunctors to separate class | Loren Shih | |
Moved all the LLInventoryModelCOllectFunctors from LLInventoryModel to LLInventoryFunctions | |||
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 | 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-29 | For EXT-4666: changed LLGestureManager to LLGestureMgr throughout | Brad Payne (Vir Linden) | |
2010-03-29 | For EXT-4666: changed LLAppearanceManager to LLAppearanceMgr throughout | Brad Payne (Vir Linden) | |
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-26 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Lots of superficial cleanup, particularly around "if (" formatting. Removed LLAgent as a friend of LLAgentCamera and refactored to use accessors. | |||
2010-03-25 | automated merge | Loren Shih | |
2010-03-25 | EXT-6536 : Make LLVOAvatarSelf a singleton | Loren Shih | |
Minor superficial cleanup to have all references to getAvatarObject use LLVOAvatarSelf *avatarp = gAgent.getAvatarObject() | |||
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. | |||
2010-03-20 | merge | Dave Parks | |
2010-03-18 | Related to EXT-5909 (Accepted/declined inventory offer shouldn't spawn chiclet). | Andrew Dyukov | |
- Removed unnecessary string in strings.xml and substituted it in code with existing one. --HG-- branch : product-engine | |||
2010-03-12 | Fixed reopened normal sub-task EXT-5950 (Do not spawn IM chiclet for "drop ↵ | Andrew Dyukov | |
on avatar" inventory offers). - Added logging of "Inventory item offered" message when dnd'ing item on avatar via new LLToolDragAndDrop::logInventoryOffer() method. --HG-- branch : product-engine | |||
2010-01-28 | Merge from viewer2 trunk. | Tofu Linden | |
2010-01-27 | CID-197 | Tofu Linden | |
Checker: RESOURCE_LEAK Function: LLToolDragAndDrop::giveInventoryCategory(const LLUUID &, LLInventoryCategory *, const LLUUID &) File: /indra/newview/lltooldraganddrop.cpp | |||
2010-01-20 | Merge from viewer2. Minor conflict resolved. | Tofu Linden | |
2010-01-14 | EXT-3795 First run messages still display (click & drag on map, Build tools ↵ | angela | |
open, movement controlled, etc) | |||
2010-01-13 | drag-and-drop mesh asset onto in-world object | Karl Stiefvater (qarl) | |
2009-12-14 | Merging in latest viewer 2 | Palmer Truelson | |
2009-12-07 | Fixing merge borkasaurs. | Palmer | |
2009-12-07 | Merge of viewer 2 changes | Palmer | |
2009-12-08 | Fixed major bug EXT-3191 (Crash after dragging inventory item to avatar or ↵ | Mike Antipov | |
IM floater) Reason: Null pointer to cargo data was passed from LLToolDragAndDrop::dragOrDrop in this case. Fix: added check against NULL of the LLToolDragAndDrop::locateInventory() result in the LLToolDragAndDrop::dragOrDrop(). The same checking presents in another place of the LLToolDragAndDrop::dragOrDrop(). Handling is interrupted in this case. Thanks Andrew ProductEngine for provided call stack --HG-- branch : product-engine | |||
2009-12-01 | Fix Linux/Mac builds due to LLToolDragAndDrop member function pointers | James Cook | |
2009-12-01 | automated merge for viewer-2.0 -> avp. | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-01 | EXT-2964 : Can drag-and-drop a folder with links onto an object | Loren Shih | |
EXT-3012 : Cleanup LLToolDragAndDrop Now checking if folder contents have links before allowing object drop. Did some superficial cleanup of lltooldraganddrop files. --HG-- branch : avatar-pipeline | |||
2009-11-30 | INFRASTRUCTURE: LLToolDragAndDrop cleanup | Loren Shih | |
Includes removal of unused header files. Includes changing big static map into a lldictionary. --HG-- branch : avatar-pipeline | |||
2009-11-25 | Created lightweight LLNotificationsUtil::add(), switched most alerts to use it | James Cook | |
Cuts number of includes of llnotifications.h from 300+ to 40. | |||
2009-11-24 | Removed llnotifications.h from all headers by adding llnotificationsptr.h | James Cook | |
Fixed many more includes | |||
2009-11-17 | Automated merge with ssh://palmer@hg.lindenlab.com/viewer/viewer-2-0 | Palmer | |
2009-11-12 | LLAppearanceManager cleanup - turning into proper singleton | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-11-11 | Merged in viewer 2 changes, adjusted xui problems, added mesh folder type ↵ | Palmer | |
and more mesh inventory type info | |||
2009-11-04 | Redo Bao's broken merge | Bryan O'Sullivan | |
2009-11-02 | Sync up with render-pipeline-7 ignore-dead-branch | David Parks | |
2009-10-23 | svn merge -r137024:137071 ↵ | Loren Shih | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/avatar-pipeline-14-seraph into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 Bugs: EXT-1785 EXT-1818 EXT-1820 EXT-1845 |