Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-08 | Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into ↵ | Brad Payne (Vir Linden) | |
DRTVWR-519" This reverts commit e61f485a04dc8c8ac6bcf6a24848359092884d14, reversing changes made to 00c47d079f7e958e473ed4083a7f7691fa02dcd5. | |||
2020-09-24 | Complete the change from lldiskcache -> llfilesystem and then addition of ↵ | Callum Prentice | |
new lldiskcache implementation | |||
2020-09-16 | Renamed the references to LLVFile and llvfile.* source code plus cmake ↵ | Callum Prentice | |
scripts to use a different name - lldiskcache - since that more closely resembles what it is (or will be) now that the VFA is no more | |||
2020-09-16 | First part of change to remove LLVFS from the Viewer. Consists of code ↵ | Callum Prentice | |
changes to remove LLVFS and LLVFSThread classes along with the associated source files. The existing llvfs folder is renamed to llcache. Also includes changes to CMake script in many places to reflect changes. Eventually, llvfile source file and class will be renamed but that is not in this change. | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-04-10 | DRTVWR-397 WIP - removed get_linked_uuid(), duplicate of ↵ | Brad Payne (Vir Linden) | |
gInventory.getLinkedItemID() | |||
2015-04-09 | MAINT-5069 WIP, MAINT-5071 WIP - handle dropping objects and attaching from ↵ | Brad Payne (Vir Linden) | |
ground. WIP on better tracking of attachment requests via various message in LLSelectMgr. | |||
2014-06-18 | Merge downstream code | simon | |
2014-06-03 | MAINT-4076 FIXED Don't use autocomplete to shout/whisper if several triggers ↵ | Mnikolenko ProductEngine | |
match the prefix | |||
2014-05-19 | merge | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-01-23 | MAINT-3119 FIXED Return common chars for triggers that matches the prefix. | maxim@mnikolenko | |
2013-08-19 | Merge | Xiaohong Bao | |
2013-08-16 | merge with viewer-release | Nyx Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-11 | Merged in viewer-release | Aura Linden | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-16 | Removed debugging. | Aura Linden | |
2013-04-24 | SH-4128 WIP - cleanup around item link removal and callbacks | Brad Payne (Vir Linden) | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-11 | Viewer-chui merge | prep | |
2012-11-09 | CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and ↵ | AlexanderP ProductEngine | |
in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler | |||
2012-10-17 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
started conversion of llviewerassetstats removed old, dead LLViewerStats code made units tracing require units declaration clean up of units handling | |||
2012-10-15 | SH-3405 WIP convert existing stats to lltrace system | Richard Linden | |
converted all remaining LLViewerStats to lltrace | |||
2012-08-31 | CHUI-315 (Nearby chat messages do not appear in conversation floater): ↵ | AlexanderP ProductEngine | |
cancelled inheritance LLNearbyChat from LLSingleton; set mSingleInstance flag for it. | |||
2012-08-22 | SH-3625 - some associated cleanup, do_update field is useless in various ↵ | Brad Payne (Vir Linden) | |
calls because of possible race conditions | |||
2012-08-22 | CHUI_310 make NearbyChat a singletone | AlexanderP ProductEngine | |
2012-05-31 | CHUI-119 WIP | Seth ProductEngine | |
2011-05-17 | Merge with viewer-development | Don Kjer | |
2011-04-22 | STORM-380 FIXED Added syncing animations and sounds before the gesture ↵ | Seth ProductEngine | |
starts playing. The actual playing of animations and sounds of a gesture starts only when all needed animations and sound files are loaded into viewer cache. This reduces the delay between animations and sounds meant to be played simultaneously but may increase the delay between the moment a gesture is triggered and the moment it starts playing. Fixed calling assets callback to clean up the void pointer in getAssetData() and avoid potential memory leaks. | |||
2011-03-28 | Added LLEventHost API for gestures. Have new llgesturelistener.cpp and .h ↵ | Dave SIMmONs | |
files, wired up to LLGestureMgr class. Reviewed by Kelly | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-09 | EXT-8221 WIP Crash in LLGesture::notifyObservers | Loren Shih | |
Code cleanup for help with diagnosing this issue. | |||
2010-06-17 | EXT-4919 WIP - populating new users with more gestures, and activating ↵ | Brad Payne (Vir Linden) | |
appropriate ones | |||
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-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-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-01-21 | EXT-3416 Can't name a new gesture on creation (and renaming is HARD) | Leyla Farazha | |
reviewed by Callum | |||
2010-01-14 | At last! Implemented normal task EXT-3477 (Change gesture list implementation). | Andrew Dyukov | |
Created a new widget consisting of button and scrollist. List is added to NonSideTrayView to properly draw it without using topcontrol (because it caused problems). This commit also fixes following bugs: EXT-3301 (Opening Gestures on Bottom Tray Disables Move Button) EXT-3190 (No bottom tray's context menu appears if right mouse click was perform over enabled Gesture button) EXT-2610 ('Gesture' btn: floater opens on OnMouseDown) --HG-- branch : product-engine |