Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-07 | EXT-6749 : Have all observers persist/retry when items are missing after ↵ | Loren Shih | |
notifications Added mNumTries and took out mRetryIfMissing | |||
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-6727 : Allow LLInventoryObservers to target a single item (instead of a ↵ | Loren Shih | |
vector of items) Added new constructors to LLInventoryFetch types to allow passing in a single item. | |||
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 | 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-02 | EXT-5940 : INFRASTRUCTURE: Typedef all vector<LLUUID>'s | Loren Shih | |
Fixed some more typedefs that I missed in first checkin. | |||
2010-04-02 | Cleanup | Brad Payne (Vir Linden) | |
2010-04-01 | Cleanup and consolidation | Brad Payne (Vir Linden) | |
2010-03-30 | EXT-5916 : INFRASTRUCTURE: Move autopopulation code into its own separate class | Loren Shih | |
Moved LLLibraryOutfitsFetch and LLInitialWearablesFetch |